/* Nemazat */

#alert_box {
  margin: 5vw;
  max-width: 800px;
}

.consulted_text_explainer img,
.consulted_text_explainer div {
  pointer-events: none;
}

.cards_wrapper_tc.gap {
  display: flex;
  flex-direction: column;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

#shortcode-5-23, #shortcode-2-76, #company_services_dashboard, #shortcode-7-76 {
  transition: 0.5s all ease-in-out !important;
    width: 100%;
    overflow-x: hidden;
}
#min_width_cards {
  min-width: 46rem;
}

.margin_top_one_rem {
  margin-top: 1rem;
}

.oxy-button-big-modal {
  transition: 0.5s all ease-in-out !important;
  cursor: pointer;
}


.plus {
  transition: 0.5s all ease-in-out !important;
}

.oxy-button-big-modal:hover {
  transform: scale(1.01);
}

.oxy-button-big-modal:hover .plus, .oxy-button-big-modal.hover .plus {
  transform: rotate(90deg);
}

.plus_symbol {
  transition: 0.5s all ease-in-out !important;
}

.oxy-button-big {
  transition: 0.5s all ease-in-out !important;
}


.oxy-button-big:hover {
  transform: scale(1.01);
}

.oxy-button-big:hover .plus_symbol, .oxy-button-big.hover .plus_symbol {
  transform: rotate(90deg);
}

.container-div {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}



.alert_text {
  color: red;
  font-size: 0.9rem;
}

.go_back {
  padding: 0.4rem 2rem 0.4rem 2rem!important;
  margin-top: 2rem;
  font-size: 1rem;

}

.go_back:before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2023/02/Vector-11.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
}

.go_back:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(50%) saturate(2%) hue-rotate(130deg) brightness(108%) contrast(100%);
}

.modal_container {
  transition: 1s all ease-in-out !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  background:black;
  background:rgba(0,0,0,0.2);

  backdrop-filter: blur(6px);
}


.modal_container.white {
  transition: 1s all ease-in-out !important;
  background: rgb(255 255 255);

}


/*
.opacity_zero {
  opacity: 0 !important;
  transition: 4s all;
}
*/

/* Hide scrollbar for Chrome, Safari and Opera */
.page-template-default::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.page-template-default {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}


.text_span_10 {
  color: #088aff;
}


#div_block-8-26 {
  transition: all 1s;
}
#div_block-19-26 {
  cursor: pointer !important;
}

.inside_names_form_wrapper {
  width: 24rem;
}

.one_time_costs_wrapper {

  transition: 1s all;
  opacity: 1;
}

.repeated_costs_wrapper{

  transition: 1s all;
  opacity: 1;
}


#alert_box {

  padding: 2vw;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 20;
}

/* Nemazat */


.w_layout_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.configurator_headings_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  transition: 4s all !important;
  opacity: 1;

}

.hidden {
  display: none !important;
  max-height: 0 !important;
  width: 0 !important;
  transition: 4s all !important;
  opacity: 0%;
}

.configurator_heading {
  max-width: 45rem;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00155f;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.configurator_heading.extended {
  max-width: 49rem;
}

.configurator_subheading.extended {
  max-width: 38rem;
}

.text_span {
  color: #088aff;
}

.configurator_subheading {
  max-width: 35rem;
  margin-top: 0.8rem;
  color: #5b8ebb;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
}

.body {
  font-family: Inter, sans-serif;
  background-color: #6785db;
}

.configurator_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.cards_grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.cards_grid.two_cards {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.configurator_blue_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21rem;
  height: 18rem;
  padding: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.2rem;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 0 20px 4px rgba(103, 133, 219, 0.13);
  cursor: pointer;
}

.configurator_blue_card.smaller {
  height: 11rem;
}

.configurator_blue_card.domicile {
  height: 15rem;
}

input#email_input_save {
  background-color: #f3f3f3;
}

.single_similar_company_wrapper {
  text-align: -webkit-left;
}

.consulted_text_explainer {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #013885;
  background-color: #e8f7ff;
  border-radius: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  line-height: 1.35;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.summary_explainer_header_wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inco_incon_si {
  width: 1rem;
  height: 1rem;
}

.blue_card_header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24%;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.2rem;
  background-image: linear-gradient(242deg, #088aff, #08a6ff 50%, #088aff);
  font-weight: 600;
  min-height: 4rem;
}

.blue_card_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.card_contenet_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
}

.card_content_small.price {
  margin-top: auto;
  margin-bottom: 0.75rem;
  font-weight: 500;
  text-align: center;
  padding: 0.25rem 0.5rem;
  background-color: #e8f7ff;
  color: #006bff;
  max-width: 12rem;
  border-radius: 0.5rem;
}

.card_content_small {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #747474;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: start;
  width: 100%;
}

.list_2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.company_owners_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_span_2 {
  color: #088aff;
}

.form_field {
  width: 100%;
  height: 3.5rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0.5rem 1.2rem;
  border: 1px none #000;
  border-radius: 1rem;
  background-color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
}

.form_field.natural_entity {
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0rem;
}

.form_field.legal_entity {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0rem;
}

.form_field.short {
  width: 10rem;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.horizontal_layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form_block {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splitter {
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #d3d3d3;
}

.splitter.full_width {
  width: 100%;
}

.buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_div_primary {
  display: flex;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-image: linear-gradient(238deg, #088aff, #08a6ff 50%, #088aff);
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: ease;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}

.button-div-primary:hover {
  background-image: linear-gradient(238deg, #08a6ff, #088aff 50%, #08a6ff);
}

.button_div_primary.summary {
  width: 103%;
  margin-top: 0.5rem;
  padding-right: 0%;
  padding-left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button_div_primary.address {
  padding-right: 3rem;
  padding-left: 3rem;
}

.button_secondary_text {
  margin-top: 1rem;
  color: #08a6ff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.button_secondary_text:hover {
  text-decoration: underline;
}

.text_span_3 {
  color: #088aff;
}

.company_name_wrapper {
  width: 36rem;
  margin-top: -1.5rem;
}

.similar_companies_wrapper {
  padding: 1.2rem 1rem 1.2rem 1.2rem;
  border-radius: 1.2rem;
  background-color: #fdfdfd;
}

.ssc_line_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ssc_line_two {
  margin-top: 0.3rem;
}

.similar_company_name {
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 300;
  max-width: 40ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.similar_company_type {
  margin-left: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 600;
}

.vat_number_text {
  color: #747474;
  font-size: 0.7rem;
  line-height: 1;
}

.natural_entity_name_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  padding: 0.6rem 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  white-space: nowrap;
  justify-content: center;
}

.natural_entity_name_wrapper.legal_entity {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  padding-right: 1.5rem;
}

.natural_entity_static_name {
  font-weight: 300;
}

.splitter_vertical {
  width: 1px;
  height: 100%;
  margin-right: -1rem;
  margin-left: 1.6rem;
  background-color: #d3d3d3;
}

.splitter_vertical.reversed {
  margin-right: 1.6rem;
  margin-left: -1rem;
}

.my_own_adress {
  margin-top: 2.4rem;
  color: #747474;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.best_benefits_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefit_one_line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  margin-left: 0.8rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit_text {
  margin-left: 0.7rem;
  color: #747474;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}

.checkbox_image {
  width: 1.3rem;
}

.bw_line_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promotional_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 60rem;
  padding: 3rem 30% 3rem 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.2rem;
  background-image: url('/wp-content/uploads/2022/11/Group-30-p-2000.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: start;
}

.promotion_box_heading {
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
  white-space: nowrap;
}

.promotion_card_subheading {
  margin-bottom: 1rem;
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.36;
}

.promotion_box_one_line_benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo_card_icon_img {
  width: 1.4rem;
}

.benefit_line_text {
  margin-left: 0.8rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
}

.field_and_label_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field_and_label_wrapper.short {
  margin-left: 1rem;
}

.field_and_label_wrapper.email {
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field_label {
  margin-left: 1.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: start;
}

.field_label.email {
  margin-left: 0rem;
  text-transform: uppercase;
}

.line_wrapper_own_adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.three_column_cards_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: start;
}

.summary_wrapper {
  width: 20rem;
  transition: 2s all !important;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  margin-top: 0px;
  margin-left: 2rem;
}

.white_card_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  height: 22.7rem;
  padding: 2rem 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 1.2rem;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 0 20px 4px rgba(103, 133, 219, 0.13);
}

.tc_two_card_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.summary_top_and_middle_content {
  transition: 2s all !important;
}

.summary_body {
  transition: 2s all !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  min-height: 60vh;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 1.2rem;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 0 20px 4px rgba(103, 133, 219, 0.13);
}

.wc_section_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc_section_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc_section_three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc_section_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wc_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.wc_text {
  margin-top: 6px;
  color: #747474;
  font-size: 0.9rem;
  line-height: 1.3;
}

.wc_text.list {
  line-height: 1.3;
}

.wc_text.summary_subhead {
  font-weight: 200;
}

.button_secondary_div {
  transition: 0.2s all ease-in-out !important;
  display: inline-flex;
  min-width: 11rem;
  justify-content: center;
  padding: 0.7rem 2rem 0.75rem;
  background-image: none;
  border-style: solid;
  border-width: 2px;
  border-color: #088aff;
  border-radius: 0.5rem;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  transform-origin: left;
  color: #088aff;
  cursor: pointer;
}



.button_secondary_div:hover {
  color: #ffffff;
  background-color: #088aff;
}

.button_secondary_div.summary {
  padding: 0.8rem 3rem;
}

.button_secondary_div.active {
  transition: 0.2s all ease-in-out !important;
  border-color: transparent;
  background-image: linear-gradient(227deg, #088aff, #08a6ff 50%, #088aff);
  color: #fff;
}

.button_secondary_div.active:before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2023/02/Frame-11934.svg") no-repeat;
  width: 1rem;
  height: 1rem;
  float: left;
  margin: 0 6px 0 0;
}

.inside_button_text {
  font-weight: 400;
}

.summary_heading {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
}

.costs_heading_wrapper {
  margin-top: 2rem;
}

.costs_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1rem;
  line-height: 1;
}

.summary_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_text {
  font-size: 0.9rem;
  line-height: 1.2;
}

.service_price {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.text_span_4 {
  color: #088aff;
}



.summary_bottom_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inside_button_text_primary {
  margin-right: auto;
  margin-left: auto;
}

.text_span_5 {
  color: #088aff;
}

.text_span_6 {
  color: #088aff;
}

.text_span_7 {
  color: #088aff;
}

.big_card_with_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 22.7rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1.2rem;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 0 20px 4px rgba(103, 133, 219, 0.13);
}

.bc_left_part {
  max-width: 22rem;
  padding: 2.4rem;
}

.bc_right_part {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/wp-content/uploads/2022/11/A15-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bc_right_part.domicile {
  background-image: url('/wp-content/uploads/2022/12/austin-distel-wawEfYdpkag-unsplash.jpg');
}

.bc_right_part.administration {
  background-image: url('/wp-content/uploads/2022/12/sincerely-media-XihOO7UOvy4-unsplash.jpg');
}

.bc_right_part.marketing {
  background-image: url('/wp-content/uploads/2022/12/jason-goodman-bzqU01v-G54-unsplash.jpg');
}

.bc_right_part.specialists {
  background-image: url('/wp-content/uploads/2022/12/christina-wocintechchat-com-swi1DGRCshQ-unsplash.jpg');
}


.bc_right_part.website {
  background-image: url('/wp-content/uploads/2022/11/blue-devices-top-view-creative-website-builder-3d-rendering-1.png');
}

.text_span_8 {
  color: #088aff;
}

.bold_text {
  font-weight: 600;
}

.text_span_9 {
  color: #088aff;
}

.summary_card {
  width: 46rem;
  margin-bottom: 2rem;
  padding: 2.6rem;
  border-radius: 1.2rem;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 0 20px 4px rgba(103, 133, 219, 0.13);
}

.summary_card_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.sc_heading.smaller {
  font-size: 1.2rem;
}

.sc_subheading {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.4;
}

.enter_email_wrapper {
  margin-top: 4rem;
}

.summary_card_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc_switchers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.sc_switcher_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.switch_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 2rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3rem;
  background-color: #efefef;
  box-shadow: inset 0 6px 8px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.heading_modal {
  font-family: Inter, sans-serif;
  color: #1b1b1b;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.switch_body.active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #088aff;
}

.switch_dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4rem;
  background-image: linear-gradient(295deg, #e8eaea, #fff);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.close {
  cursor: pointer;
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 3rem;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
  border-radius: 1.2rem;
}

.wrapper_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  margin-top: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 3rem;
}

.image_close {
  height: 4rem;
}


.text-block-modal {
  font-family: Inter, sans-serif;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.3rem;
}

.oxy-button-big-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.2rem;
}

.oxy-button-big-modal.left {
  width: 60%;
  height: 100%;
  background-image: linear-gradient(97.23deg, #088aff, #08a6ff 49%, #088aff);
}

.oxy-button-big-modal.right {
  width: 40%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #088aff;
}

.plus {
  width: 1.6rem;
  height: 1.6rem;
}

.big_button_text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.8rem;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
}

.big_button_text.blue {
  color: #088aff;
}

@media screen and (min-width: 1280px) {
  .white_card_body {
    width: 27.5rem;
    height: 24.5rem;
  }

  .tc_two_card_line {
    flex-flow: row;
  }
}



@media screen and (max-width: 991px) {

  #min_width_cards {
    min-width: unset;
  }

  .wc_text {
    padding-top: 0.6rem;
  }

  .oxy-button-big-modal.left {
    width: 100%;
  }

  .oxy-button-big-modal.right {
    width: 100%;
  }

  .wrapper_modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1rem;
  }

  .heading_modal {
    font-size: 2.6rem;
  }

.configurator_heading {
    max-width: 90vw;
}

  .sc_left_part {
    margin-left: 0.3rem;
}

  .sc_heading {
    line-height: 1.2;
}

  .summary_card {
    width: 90vw;
    padding: 2rem;
  }

  .summary_card_title_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .sc_right_part {
    margin-top: 1.5rem;
}



  .three_column_cards_wrapper {
    margin-right: 2rem;
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards_wrapper_tc {
    transition: 2s all !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .summary_wrapper {
    margin-left: 0rem !important;
  }

  .tc_two_card_line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .summary_body {
    width: 100%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {

  .heading_modal {
    font-size: 3rem;
  }
  #alert_box {
    padding: 6vw !important;
  }

  .configurator_heading {
    font-size: 2rem;
    max-width: 90vw;
  }

  .configurator_subheading {
    font-size: 1rem;
  }

  .cards_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company_name_wrapper {
    width: 95%;
  }

  .bw_line_one {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promotional_block {
    width: 90%;
    padding: 2.3rem;
    background-image: url('/wp-content/uploads/2022/11/Group-30-p-2000.png');
    background-position: 85% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

  }

  .promotion_box_heading {
    font-size: 1.5rem;
  }

  .promotion_card_subheading {
    font-size: 0.9rem;
  }

  .benefit_line_text {
    font-size: 0.9rem;
  }

  .three_column_cards_wrapper {
    transition: 2s all !important;
    margin-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .summary_wrapper {
    margin-left: 0rem;
  }

  .tc_two_card_line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .big_card_with_image {
    width: 22rem;
    flex-direction: column-reverse;
    height: 32.7rem;
  }

  .white_card_body {
    width: 27rem;
  }

}

@media screen and (max-width: 479px) {

  .wc_heading {
    font-size: 1.5rem;
  }

  .wrapper_modal {
    height: 50vh;
  }


  .heading_modal {
    font-size: 2rem;
  }


  .configurator_heading {
    font-size: 1.6rem;
    color: #00155f;
  }

  .container-div {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }

  .configurator_subheading {
    font-size: 0.8rem;
  }

  .configurator_content_wrapper {
    transition: 2s all !important;
    max-width: 100%;
    padding-bottom: 0;
  }

  .company_owners_wrapper {
    width: 95%;
  }

  .form_field {
    font-size: 1rem;
  }

  .form_field.natural_entity {
    border-radius: 1rem;
  }

  .form_field.legal_entity {
    border-radius: 1rem;
  }

  .form_field.short {
    max-width: 30vw;
  }

  .form.horizontal_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .splitter {
    width: 95%;
  }

  .natural_entity_name_wrapper {
    width: 100%;
    border-radius: 1rem;
  }

  .splitter_vertical {
    display: none;
  }

  .benefit_text {
    font-size: 0.8rem;
    white-space: normal;
  }

  .bw_line_one {
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promotional_block {
    width: 95%;
    padding: 2rem 1.1rem;
    background-image: url('/wp-content/uploads/2022/11/Group-30-p-2000.png');
    background-position: 85% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .promotion_box_heading {
    font-size: 1.2rem;
    white-space: normal;
  }

  .promotion_card_subheading {
    font-size: 0.8rem;
  }

  .promo_card_icon_img {
    width: 1.2rem;
  }

  .benefit_line_text {
    font-size: 0.8rem;
    white-space: normal;
  }

  .white_card_body {
    width: 95%;
    height: auto;
    padding: 1.6rem 1.5rem 1.6rem 1.6rem;
  }

  .big_card_with_image {
    width: 95%;
    max-width: 22rem;
  }
}

#GmbH.w_node__76923a84_30a0_f350_5f85_aef2a38a739d_ed46e8ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Einzelunternehmen.w_node__76923a84_30a0_f350_5f85_aef2a38a73a6_ed46e8ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#AG.w_node__76923a84_30a0_f350_5f85_aef2a38a73ae_ed46e8ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Kollektivgesellschaft.w_node__76923a84_30a0_f350_5f85_aef2a38a73b7_ed46e8ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#domicile_without_using.w_node_fa0edb15_74b6_78e1_d989_979c83690740_0d329f5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#domicile_own_desk.w_node_fa0edb15_74b6_78e1_d989_979c83690749_0d329f5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

