.elementor-279 .elementor-element.elementor-element-1ec7e72{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-279 .elementor-element.elementor-element-2e07bef{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-279 .elementor-element.elementor-element-4a902c6 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:31px;font-weight:600;color:#148506;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-279 .elementor-element.elementor-element-2a63a7b .elementor-button-content-wrapper{flex-direction:row;}.elementor-279 .elementor-element.elementor-element-cf3d131 .elementor-button{background-color:#FF0731;}.elementor-279 .elementor-element.elementor-element-cf3d131 .elementor-button-content-wrapper{flex-direction:row;}.elementor-279 .elementor-element.elementor-element-023e727 .elementor-button{background-color:#0068B6;}.elementor-279 .elementor-element.elementor-element-023e727 .elementor-button-content-wrapper{flex-direction:row;}.elementor-279 .elementor-element.elementor-element-cc9cbca{--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;}.elementor-279 .elementor-element.elementor-element-78004de{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:9;}.elementor-279 .elementor-element.elementor-element-a512847 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-279 .elementor-element.elementor-element-a512847 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-279 .elementor-element.elementor-element-51f3421 iframe{height:650px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-279 .elementor-element.elementor-element-2e07bef{--width:50%;}.elementor-279 .elementor-element.elementor-element-cc9cbca{--width:50%;}.elementor-279 .elementor-element.elementor-element-a512847{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-12a67d9 */.cs-contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.cs-form-title {
  text-align: center;
  color: #0b79c9;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 28px;
}

.cs-field {
  margin-bottom: 18px;
}

.cs-row {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.cs-col-code {
  width: 24%;
}

.cs-col-phone {
  width: 76%;
}

.cs-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cs-input,
.cs-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #c8d2dc !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #5d6c7d !important;
  font-size: 16px !important;
  font-weight: 500;
  box-shadow: none !important;
}

.cs-input {
  height: 58px !important;
  padding: 0 18px !important;
}

.cs-textarea {
  height: 140px !important;
  padding: 16px 18px !important;
  resize: vertical;
}

.cs-input::placeholder,
.cs-textarea::placeholder {
  color: #7c8896;
  opacity: 1;
}

.cs-contact-form select.cs-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #5d6c7d 50%),
    linear-gradient(135deg, #5d6c7d 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  padding-right: 42px !important;
}

.cs-check-wrap {
  margin-top: 16px;
}

.cs-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e1e;
  cursor: pointer;
}

.cs-check-item .wpcf7-list-item {
  margin: 0;
}

.cs-check-item input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  accent-color: #0b79c9;
  flex-shrink: 0;
}

.cs-check-item span {
  display: inline;
}

.cs-check-item a {
  color: #0b79c9;
  text-decoration: none;
  font-weight: 500;
}

.cs-check-item a:hover {
  text-decoration: underline;
}

.cs-submit-wrap {
  margin-top: 24px;
}

.cs-submit {
  width: 100%;
  height: 58px;
  border: none !important;
  border-radius: 12px !important;
  background: #005f9f !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: 0.25s ease;
}

.cs-submit:hover {
  background: #004f86 !important;
}

.cs-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.cs-contact-form .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .cs-form-title {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .cs-row {
    flex-direction: row;
    gap: 10px;
  }

  .cs-col-code {
    width: 24%;
  }

  .cs-col-phone {
    width: 76%;
  }

  .cs-input {
    height: 50px !important;
    font-size: 15px !important;
    padding: 0 14px !important;
    border-radius: 16px !important;
  }

  .cs-textarea {
    height: 120px !important;
    font-size: 15px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .cs-check-item {
    font-size: 14px;
    line-height: 1.6;
    gap: 10px;
  }

  .cs-check-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .cs-submit {
    height: 54px;
    font-size: 17px !important;
  }
}

.cs-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}

.cs-check-item input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #0b79c9;
}

.cs-check-item span {
  display: inline;
}

.cs-check-item a {
  color: #0b79c9;
  text-decoration: none;
  font-weight: 500;
}

.cs-check-item a:hover {
  text-decoration: underline;
}/* End custom CSS */