* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  body {
    overflow-x: hidden;
  }
  html {
    font-family: "sssM"!important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    line-height: 1.15;
  }
  button,
  select {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
  }
  body {
    min-height: 100vh;
  }
  a {
    text-decoration: none;
  }
  figure {
    line-height: 0;
  }
  figcaption {
    line-height: normal;
  }
  img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  ul {
    list-style: none;
  }
  li {
    line-height: 2.5;
  }
  h1 {
    font-size: 3rem;
    font-weight: 400;
    font-family: "sssM";
  }
  .text-home_incomes p{
    font-size: 1.2rem;
    font-family: "sssM";
  }
  .text-home_title{
    font-size: 2.7rem;
    font-family: "sssB";
  }
  @media (max-width: 1280px) {
    h1 {
      font-size: 2.4rem;
    }
  }
  @media (max-width: 1024px) {
    h1 {
      font-size: 2.1rem;
    }
  }
  @media (max-width: 500px) {
    h1 {
      font-size: 1.7rem;
    }
  }
  @media (max-width: 420px) {
    h1 {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 320px) {
    h1 {
      font-size: 1.1rem;
    }
  }
  h2 {
    font-family: "sssM";
    font-size: 2rem;
    font-weight: 500;
  }
  @media (max-width: 1280px) {
    h2 {
      font-size: 1.9rem;
    }
  }
  @media (max-width: 1024px) {
    h2 {
      font-size: 1.3rem;
    }
  }
  h3 {
    font-family: "sssM";
    font-weight: 500;
    font-size: 1.5rem;
  }
  @media (max-width: 1280px) {
    h3 {
      font-size: 1.3rem;
    }
  }
  @media (max-width: 1024px) {
    h3 {
      font-size: 1.1rem;
    }
  }
  h4 {
    font-family: "sssM";
    font-weight: 500;
    font-size: 1.3rem;
  }
  @media (max-width: 1280px) {
    h4 {
      font-size: 1.2rem;
    }
  }
  @media (max-width: 1024px) {
    h4 {
      font-size: 1.1rem;
    }
  }
  b,
  strong {
    font-family: "sssM";
  }
  p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .flex {
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gap-1 {
    gap: 1rem!important;
  }
  .noWrap {
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .justify_between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .justify_center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .justify_around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  .justify_end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .direcction_column {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .align_items_stretch {
    -o-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .align_items_start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .align_items_end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .align_self_start {
    -o-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .align_self_end {
    -o-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .align_items_center {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .align_content_start {
    -ms-align-content: flex-start;
    -o-align-content: flex-start;
    align-content: flex-start;
  }
  .align_content_center {
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
  }
  .align_content_end {
    -ms-align-content: flex-end;
    -o-align-content: flex-end;
    align-content: flex-end;
  }
  .section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
  }
  @media (max-width: 360px) {
    .section {
      padding: 0 7px;
    }
  }
  .section--lg {
    padding: 0;
    max-width: 1920px;
  }
  .section--md {
    padding: 0;
    max-width: 1280px;
  }
  .section--sm {
    padding: 0;
    max-width: 800px;
  }
  .section--xs {
    padding: 0;
    max-width: 600px;
  }
  .header_wrap_logo {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
  .header_logo {
    width: 100%;
    max-width: 200px;
  }
  @media all and (max-width: 400px) {
    .header_logo {
      max-width: 130px;
    }
  }
  .header_bg {
    /* background-color: #f5f5f5;  */
    /* 
    
    background-image: url("../images/bg.jpeg");
    background-repeat: repeat-y;
    background-position: center center;
    */
  }
  .ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 2.5rem;
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    padding-top: 0.85rem;
    display: none;
  }
  .form_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 98vw;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
  }
  .form_row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form_group {
    padding: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  .form_group--1 {
    width: 100%;
  }
  .form_group--2 {
    width: 50%;
  }
  .form_group--3 {
    width: 33.3333333333%;
  }
  .form_group--4 {
    width: 25%;
  }
  @media screen and (max-width: 580px) {
    .form_group {
      width: 100%;
    }
  }
  .form_control {
    width: 100%;
    outline: none;
    padding: 0.5rem 1rem;
    min-height: 50px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-family: "sssR";
  }
  .form_label {
    font-family: "sssB";
    width: 100%;
  }
  .form_custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
  }
  .form_custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 50px;
    margin: 0;
    opacity: 0;
    font-family: "sssR";
    pointer-events: none;
  }
  .form_custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0.65rem;
    padding-right: 1.8rem;
    padding-top: 1rem;
    font-family: "sssR";
    min-height: 50px;
    color: #000;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.5rem;
  }
  .form_info {
    position: absolute;
    right: 0.15rem;
    top: 0%;
    line-height: 0;
    width: 1.5rem;
    height: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .form_info--2 {
    right: 0.2rem;
  }
  .form_tooltip {
    position: absolute;
    left: 2.5%;
    bottom: 65%;
    z-index: 20;
    width: 95%;
    padding: 1rem;
    background: #000;
    border-radius: 1rem;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
  }
  .form_tooltip_close {
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    z-index: 2;
    cursor: pointer;
    line-height: 0;
  }
  .form_tooltip_close img {
    width: 1.2rem;
    height: auto;
  }
  .form_tooltip_sticker img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }
  .form_tooltip p:first-of-type {
    font-size: 0.9rem;
    font-family: sssM;
    margin-bottom: 0.1rem;
  }
  .form_tooltip p:last-child {
    font-size: 0.7rem;
  }
  .form_tooltip:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.7rem;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #000;
  }
  .form_tooltip.active {
    opacity: 1;
    pointer-events: all;
  }
  .form_checkbox {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 1px;
    height: 1px;
    z-index: 0;
  }
  .form_checkbox + label {
    display: flex;
    align-items: center;
    min-height: 30px;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
  }
  .form_checkbox + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #fff;
    border: 3px solid #8f94a1;
    border-radius: 4px;
    padding: 12px;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
  }
  .form_checkbox:checked + label:after {
    content: "";
    display: flex;
    position: absolute;
    border: solid #fff;
    top: 7px;
    left: 12px;
    width: 4px;
    height: 10px;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
  }
  .form_checkbox:checked + label:before {
    background-color: #000;
    border: 3px solid #000;
  }
  .form .btn {
    width: 100%;
    max-width: 500px;
  }
  .choices {
    width: 100%;
  }
  .choices_inner {
    background-color: var(--white);
    border: 1px solid #ccc;
    min-height: 50px;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .choices_input {
    background-color: var(--white);
    width: 100%;
    outline: none;
    background-color: #fff;
    font-size: 1.1rem;
    font-family: "sssR";
  }
  .choices select[hidden] {
    display: block !important;
    width: 100%;
    height: 1px;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    pointer-events: none;
  }
  .choices_list--multiple .choices_item {
    margin-bottom: 0;
    margin-top: 0.3rem;
    background-color: #000;
    border: 1px solid #000;
  }
  .btn,
  .btnWindfree {
    cursor: pointer;
    font-size: 1.5rem;
    font-family: "sssB";
    border-radius: 2rem;
    padding: 1.3rem 2rem 1rem 2rem;
    border: none;
    outline: none;
    background-color: #428af8;
    color: #fff;
    line-height: 1.5rem;
    /* cursor: pointer;
    font-size: 1.5rem;
    font-family: "sssB";
    border-radius: 2rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff; */
  }
  .btnWindfree {
    background-color: #869E6A;
  }
  .grid_steps{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .grid_steps .step{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grid_steps .step .text_content{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
  }
  .grid_steps .step .text_content .text_content_number{
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-family: "sssB";
    margin-right: 1rem;
  }
  .grid_steps .step .text_content .text_content_text{
    
  }
  .grid_steps .step .text_content .text_content_text h2{
    font-size: 2rem;
    line-height: 2.05rem;
    font-family: "sssB";
  }
  .grid_steps .step .text_content .text_content_text p{
    margin-top: 1rem;
  }
  .color_violeta{
    color: #875ddb;
  }
  .color_naranja{
    color: #ffac1e;
  }
  .color_celeste{
    color: #5ec7fe;
  }
  .color_fuccia{
    color: #f948bd;
  }
  .today-starts{
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
  .text-starttoday h1{
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-family: "sssB";
  }
  .box_steps{
    margin-top: 2rem;
  }
  .box_steps h1.box_steps_title{
    margin-bottom: 3rem!important;
  }
  .text-sales h1{
    margin-bottom: 0!important;
  }

  @media all and (max-width: 400px) {
    .btn {
      font-size: 1rem;
    }
  }
  .btn--sm {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .btn--light {
    background-color: #eee;
    color: #000;
  }
  .btn--orange {
    background-color: #e6ae4f;
  }
  .btn--gradient {
    background: linear-gradient(
      145deg,
      rgb(54, 119, 255) 30%,
      rgb(255, 210, 111) 70%
    );
  }
  .footer {
    padding: 3rem;
    min-height: 25vh;
    background-color: #000;
    color: #fff;
  }
  .footer_logo {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    line-height: 0;
    max-width: 180px;
  }
  .footer_redes {
    width: 60px;
    margin: 1rem;
    margin-bottom: 0;
  }
  @media (max-width: 660px) {
    .footer_redes {
      margin: 1.5rem;
      margin-bottom: 0;
    }
  }
  @media (max-width: 580px) {
    .footer_redes {
      margin: 1rem;
      margin-bottom: 0;
    }
  }
  @media (max-width: 520px) {
    .footer_redes {
      margin: 0.5rem;
      margin-bottom: 0;
    }
  }
  @media (max-width: 390px) {
    .footer_redes {
      width: 50px;
    }
  }
  @media (max-width: 350px) {
    .footer_redes {
      margin: 0.3rem;
      margin-bottom: 0;
      width: 40px;
    }
  }
  .footer_link {
    display: block;
  }
  .steps {
    margin-bottom: 2rem;
  }
  .steps_links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
    flex-wrap: wrap;
  }
  .steps_link {
    padding: 1rem;
    cursor: default;
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  .steps_link.active {
    border-bottom: 2px solid #293d9e;
  }
  .step[id^="step-"] {
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .step[id^="step-"].active {
    padding: 1rem 0;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .text-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .text-home_item {
    padding: 3rem 1rem;
    margin: 1rem 0;
  }
  .text-home_item--1 {
    width: 50%;
  }
  .text-home_item--1 h1 {
    font-size: 4rem;
  }
  .text-small{
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
  }
  .h2-windfree{
    line-height: 1!important;
  }
  @media screen and (max-width: 590px) {
    .text-home_item--1 h1 {
      font-size: 2rem;
    }
  }
  .text-home_item--2 {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
    width: 50%;
    /* background-image: url("../images/7.png"),
      url("../images/7.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: 4.5rem auto, 3rem auto; */
  }
  .bolder{
    font-family: "sssB";
  }
  .text-home_item--2 p {
    font-family: "sssM";
    font-size: 1.4rem;
  }
  @media screen and (max-width: 440px) {
    .text-home_item--2 p {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 900px) {
    .text-home_item--1,
    .text-home_item--2 {
      width: 100%;
      padding: 1rem;
      text-align: center;
    }
    .text-home_item--1 {
      width: 100%;
    }
    .text-home_item--2 {
      max-width: 600px;
      padding-top: 4.5rem;
      padding-bottom: 3rem;
    }
  }
  .stepsH {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
    align-items: center;
  }
  .stepsH_des {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 353px);
    padding: 1rem 0;
    order: 1;
  }
  .stepsH_des_number {
    font-size: 4rem;
    font-family: "sssB";
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding-top: 0.6rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6ae4f;
    color: #fff;
    order: 1;
  }
  .stepsH_des_des {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 2;
    padding: 0 2rem;
    width: 100%;
    max-width: calc(100% - 120px);
  }
  .stepsH_des_des p {
    font-size: 1.4rem;
  }
  .stepsH_fig {
    order: 2;
    width: 100%;
    max-width: 353px;
  }
  .stepsH:nth-of-type(even) .stepsH_des {
    order: 2;
  }
  .stepsH:nth-of-type(even) .stepsH_des .stepsH_des_des {
    justify-content: flex-end;
    text-align: right;
    order: 1;
  }
  .stepsH:nth-of-type(even) .stepsH_des .stepsH_des_number {
    order: 2;
  }
  .stepsH:nth-of-type(even) .stepsH_fig {
    order: 1;
  }
  @media screen and (max-width: 970px) {
    .stepsH {
      padding: 1rem 0;
    }
    .stepsH_fig {
      order: 2 !important;
      width: 100%;
      max-width: 100%;
      text-align: center;
    }
    .stepsH_fig img {
      max-width: 200px;
    }
    .stepsH_des {
      max-width: 100%;
    }
    .stepsH_des p {
      font-size: 1rem;
    }
    .stepsH_des_number {
      font-size: 3rem;
      width: 80px;
      height: 80px;
    }
    .stepsH_des_des {
      padding: 0 1rem;
      max-width: calc(100% - 80px);
    }
  }
  @media screen and (max-width: 430px) {
    .stepsH_des_number {
      font-size: 2rem;
      width: 60px;
      height: 60px;
    }
    .stepsH_des_des {
      padding: 0 0.5rem;
      max-width: calc(100% - 60px);
    }
  }
  .starts-today {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
  }
  .starts-today::after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #293d9e;
    border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  }
  .starts-today_text {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  @media screen and (max-width: 970px) {
    .grid_steps {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem;
    }
    .starts-today {
      min-height: 60vh;
    }
  }
  @media screen and (max-width: 700px) {
    .grid_steps {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 3rem;
    }
    .starts-today {
      min-height: 50vh;
    }
  }
  @media screen and (max-width: 500px) {
    .starts-today {
      min-height: 40vh;
    }
  }
  @media screen and (max-width: 320px) {
    .starts-today {
      min-height: 30vh;
    }
  }
  .bx-pager {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .bx-pager-link {
    border-radius: 100%;
    background: #ccc;
    width: 1rem;
    height: 1rem;
    display: block;
    font-size: 0px;
    cursor: pointer;
    margin-right: 0.5rem;
    border: 1px solid #fff;
  }
  .bx-pager-link.active {
    background: #000;
    border: 1px solid #ccc;
  }
  .picker_select--month,
  .picker_select--year {
    height: auto !important;
  }
  .equipments:nth-child(1n + 2) {
    border-top: 1px solid #ccc;
  }
  .overflow-xv {
    overflow-x: auto!important;
  }
  .collapse {
    display: none!important;
  }
  .z-2 {
    z-index: 2!important;
  }
  .weight-n {
    font-weight: 400!important;
  }
  .weight-b {
    font-weight: 500!important;
  }
  .w-100 {
    width: 100%!important;
  }
  .w-50 {
    width: 50%!important;
  }
  .relative {
    position: relative!important;
  }
  .absolute {
    position: absolute!important;
  }
  .fixed {
    position: fixed!important;
  }
  .static {
    position: static!important;
  }
  .text-center {
    text-align: center!important;
  }
  .text-left {
    text-align: left!important;
  }
  .text-right {
    text-align: right!important;
  }
  .text-justify {
    text-align: justify!important;
  }
  .text-underline {
    text-decoration: underline!important;
  }
  .pointer {
    cursor: pointer!important;
  }
  .br-1 {
    border-radius: 1rem!important;
  }
  .d-none {
    display: none!important;
  }
  .d-block {
    display: block!important;
  }
  .d-iblock {
    display: inline-block!important;
  }
  .bg-light {
    background-color: #eee!important;
  }
  .bg-gray {
    background-color: #d8d8d8!important;
  }
  .bg-gray-light {
    background-color: #f6f6f6!important;
  }
  .bg-gray-light2 {
    background-color: #eee!important;
  }
  .bg-gray-light3 {
    background-color: #f9f9f9!important;
  }
  .bg-gray-dark {
    background-color: #666!important;
  }
  .bg-black {
    background-color: #000!important;
  }
  .bg-orange {
    background-color: #e6ae4f!important;
  }
  .bg-blue {
    background-color: #293d9e!important;
  }
  .bg-green {
    background-color: #bafbe7!important;
  }
  .bg-green2 {
    background-color: #00be55!important;
  }
  .bg-greenWindfree {
    background-color: #869E6A!important;
  }
  .bg-danger {
    background-color: #ffe7e7!important;
  }
  .bg-danger2 {
    background-color: #f0110b!important;
  }
  .bg-white {
    background-color: #fff!important;
  }
  .bg-purple {
    background-color: #acabcd!important;
  }
  .uppercase {
    text-transform: uppercase!important;
  }
  .bold {
    font-family: "sssB"!important;
  }
  .medium {
    font-family: "sssM"!important;
  }
  .text-gray-dark {
    color: #666!important;
  }
  .text-black {
    color: #000!important;
  }
  .text-blue {
    color: #293d9e!important;
  }
  .text-white {
    color: #fff!important;
  }
  .text-green2 {
    color: #00be55!important;
  }
  .text-danger2 {
    color: #f0110b!important;
  }
  .text-orange {
    color: #e6ae4f!important;
  }
  .text-greenWindfree {
    color: #869E6A!important;
  }
  .hBtn:hover {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.5)!important;
  }
  .lh-0 {
    line-height: 0!important;
  }
  .p1 {
    padding: 1rem!important;
  }
  .p2 {
    padding: 2rem!important;
  }
  .p4 {
    padding: 4rem!important;
  }
  .pl-0 {
    padding-left: 0!important;
  }
  .pl-05 {
    padding-left: 0.5rem!important;
  }
  .pl-1 {
    padding-left: 1rem!important;
  }
  .pl-2 {
    padding-left: 2rem!important;
  }
  .pl-3 {
    padding-left: 3rem!important;
  }
  .pl-4 {
    padding-left: 4rem!important;
  }
  .pl-5 {
    padding-left: 5rem!important;
  }
  .pr-3 {
    padding-right: 3rem!important;
  }
  .py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .py-1 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .py-2 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
  }
  .py-3 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .py-4 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
  }
  .px-0 {
    padding-left: 0rem!important;
    padding-right: 1rem!important;
  }
  .px-1 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .px-2 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }
  .px-3 {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }
  .px-4 {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
  }
  .px-5 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
  }
  .pb-2 {
    padding-bottom: 2rem!important;
  }
  .pb-0 {
    padding-bottom: 0!important;
  }
  .mr {
    margin-right: 0.5rem!important;
  }
  .mt-05 {
    margin-top: 0.5rem!important;
  }
  .mt-1 {
    margin-top: 1rem!important;
  }
  .mt-2 {
    margin-top: 2rem!important;
  }
  .mt-3 {
    margin-top: 3rem!important;
  }
  .mt-4 {
    margin-top: 4rem!important;
  }
  .my-2 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
  }
  .my-1 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .mb-05 {
    margin-bottom: 0.5rem!important;
  }
  .mb-2 {
    padding-bottom: 2rem!important;
  }
  .mb-3 {
    padding-bottom: 3rem!important;
  }
  .mb-1 {
    margin-bottom: 1rem!important;
  }
  .m-0 {
    margin: 0!important;
  }
  .p-0 {
    padding: 0!important;
  }
  .pt-1 {
    padding-top: 1rem!important;
  } /*# sourceMappingURL=theme.css.map */
  .pt-2 {
    padding-top: 2rem!important;
  }
  .pt-3 {
    padding-top: 3rem!important;
  }
  
.box_select_country,
.box_select_country2{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.box_select_country2{
  margin-top: 30px;
  margin-bottom: 0px;
}
.box_select_country .inner,
.box_select_country2 .inner{
  width: 400px;
}
.box_select_country label,
.box_select_country2 label{
  width: 100%;
  align-self: flex-start;
  text-align: left;
}
.box_select_country select,
.box_select_country2 select{
  width: 100%;
  padding: 15px 15px 10px 15px;
  border-radius: 5px;
}