.elementor-8394 .elementor-element.elementor-element-0d56d83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:04rem;--padding-bottom:04rem;--padding-left:1rem;--padding-right:01rem;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(9px/2);}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(9px/2);}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(9px/2);}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-9px/2);}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-9px/2);}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-8394 .elementor-element.elementor-element-23eee78{--e-icon-list-icon-size:20px;--icon-vertical-offset:0px;}.elementor-8394 .elementor-element.elementor-element-23eee78 .elementor-icon-list-text{transition:color 0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-20b724c */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');

.c2-wrapper {
  display: flex;
  gap: 30px;
  font-family: 'Manrope', sans-serif;
}

.c2-main { width: 70%; }
.c2-sidebar {
  width: 30%;
  border: 1px solid #eee;
  padding: 20px;
}

.c2-steps {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.c2-step-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.c2-step-item.active {
  background: #d8e213;
}

.c2-line {
  flex: 1;
  height: 2px;
  background: #ccc;
}

.c2-step { display: none; }
.c2-step.active { display: block; }

.c2-radio-large input[type="radio"] {
  transform: scale(1.6);
  margin-right: 10px;
}

.c2-input,
.c2-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.c2-next,
.c2-submit {
  background: #d8e213;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.c2-next:hover,
.c2-submit:hover {
  background: #000;
  color: #fff;
}



.c2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.c2-summary-block {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.c2-summary-block ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
}

.c2-edit {
  background: transparent;
  border: none;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

.c2-submit {
  background: #d8e213;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.c2-submit:hover {
  background: #000;
  color: #fff;
}/* End custom CSS */