/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #03192d;
  padding: 100px 0 30px 0;
}
footer .footer-icon-left svg {
  position: absolute;
  height: 400px;
  width: 150px;
  color: #1d3042;
  bottom: 100px;
  left: 20px;
}
footer .footer-icon-right svg {
  position: absolute;
  height: 400px;
  width: 230px;
  color: #1d3042;
  bottom: 100px;
  right: 20px;
}
footer h3.widget-title {
  font-size: 20px;
  margin-bottom: 45px;
  color: #FFF;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  color: #FFF;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer ul li a:hover {
  color: #a1304a;
}
footer ul li.current-menu-item a {
  color: #a1304a;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar {
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
}
footer .footer-topbar .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
footer .footer-topbar .footer-topbar-1 {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 60px;
  align-items: center;
}
footer .footer-topbar .footer-topbar-1 .sd-block-quote {
  max-width: 260px;
}
footer .footer-topbar .footer-topbar-2 {
  display: flex;
  justify-content: end;
}
footer .footer-middlebar {
  position: relative;
  z-index: 9;
  margin-bottom: 85px;
}
footer .footer-middlebar .wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
}
footer .footer-middlebar .wrap .footer-middlebar-1 {
  background-color: #1d3042;
  grid-column: 1/5;
  padding: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
footer .footer-middlebar .wrap .footer-middlebar-1 h3 {
  font-size: 25px;
}
footer .footer-middlebar .wrap .footer-middlebar-1 p {
  color: #FFF;
  margin-bottom: 45px;
}
footer .footer-middlebar .wrap .footer-middlebar-2 {
  grid-column: 6/12;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
footer .footer-bottombar {
  position: relative;
  z-index: 9;
}
footer .footer-bottombar .footer-bottombar-1 {
  display: flex;
}
footer .footer-bottombar .footer-bottombar-1 .widget:not(:last-child) {
  margin-right: 45px;
}
footer .footer-bottombar .footer-bottombar-1 ul {
  display: flex;
}
footer .footer-bottombar .footer-bottombar-1 ul li:not(:last-child) {
  margin-right: 45px;
}
footer .footer-bottombar .footer-bottombar-1 p, footer .footer-bottombar .footer-bottombar-1 a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 83px 0 25px 0;
  }
  footer .footer-icon-left svg {
    height: 332px;
    width: 125px;
    bottom: 83px;
    left: 17px;
  }
  footer .footer-icon-right svg {
    height: 332px;
    width: 191px;
    bottom: 83px;
    right: 17px;
  }
  footer h3.widget-title {
    font-size: 17px;
    margin-bottom: 37px;
  }
  footer ul li {
    margin-bottom: 12px;
  }
  footer .footer-topbar {
    margin-bottom: 83px;
  }
  footer .footer-topbar .footer-topbar-1 {
    grid-template-columns: 158px 1fr;
    gap: 50px;
  }
  footer .footer-topbar .footer-topbar-1 .sd-block-quote {
    max-width: 216px;
  }
  footer .footer-middlebar {
    margin-bottom: 71px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 {
    padding: 33px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 h3 {
    font-size: 21px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 p {
    margin-bottom: 37px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 {
    gap: 12px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget:not(:last-child) {
    margin-right: 37px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul li:not(:last-child) {
    margin-right: 37px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 73px 0 22px 0;
  }
  footer .footer-icon-left svg {
    height: 292px;
    width: 110px;
    bottom: 73px;
    left: 15px;
  }
  footer .footer-icon-right svg {
    height: 292px;
    width: 168px;
    bottom: 73px;
    right: 15px;
  }
  footer h3.widget-title {
    font-size: 15px;
    margin-bottom: 33px;
  }
  footer ul li {
    margin-bottom: 11px;
  }
  footer .footer-topbar {
    margin-bottom: 73px;
  }
  footer .footer-topbar .footer-topbar-1 {
    grid-template-columns: 139px 1fr;
    gap: 44px;
  }
  footer .footer-topbar .footer-topbar-1 .sd-block-quote {
    max-width: 190px;
  }
  footer .footer-middlebar {
    margin-bottom: 62px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 {
    padding: 29px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 h3 {
    font-size: 18px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 p {
    margin-bottom: 33px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 {
    gap: 11px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget:not(:last-child) {
    margin-right: 33px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul li:not(:last-child) {
    margin-right: 33px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-left: 150px;
    padding-right: 150px;
  }
  footer .footer-topbar {
    margin-bottom: 50px;
  }
  footer .footer-topbar .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer-topbar .wrap .footer-topbar-1 {
    margin-top: 30px;
  }
  footer .footer-middlebar .wrap {
    row-gap: 50px;
  }
  footer .footer-middlebar .wrap:after {
    content: unset;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 {
    grid-column: 1/13;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 {
    grid-column: 1/13;
  }
  footer .footer-bottombar .footer-bottombar-1 {
    flex-direction: column;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget:not(:last-child) {
    margin-right: 0;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_nav_menu {
    margin-top: 11px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul {
    flex-direction: column;
  }
  footer .footer-bottombar .footer-bottombar-1 ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .footer-icon-left,
  footer .footer-icon-right {
    display: none;
  }
  footer .footer-topbar .wrap {
    align-items: flex-start;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-topbar .wrap .footer-topbar-1 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  footer .footer-topbar .wrap .footer-topbar-2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .footer-topbar .wrap .footer-topbar-2 .widget_sd_widget_button {
    margin-left: 0;
    margin-top: 15px;
    display: flex;
    width: 100%;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #03192d;
  font-weight: 500;
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #03192d;
  font-weight: 500;
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #03192d;
  font-weight: 500;
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #03192d;
  font-weight: 500;
  opacity: 0.5;
}

.hidden_label label {
  display: none;
}

.gform_wrapper .gform_title {
  color: #FFF;
}
.gform_wrapper .privacy-statement .gchoice {
  display: grid;
  align-items: center;
  grid-template-columns: 20px 1fr;
  margin: auto;
  color: #FFF;
}
.gform_wrapper .privacy-statement legend {
  display: none;
}
.gform_wrapper .privacy-statement label {
  padding-left: 15px;
}
.gform_wrapper .privacy-statement input[type=checkbox] {
  background-color: #FFF;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: auto;
}
.gform_wrapper .privacy-statement input[type=checkbox]:checked {
  background-color: #a1304a;
}
.gform_wrapper .privacy-statement input[type=checkbox]:checked::before {
  display: none;
}
.gform_wrapper .privacy-statement input[type=checkbox]:checked::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  color: #FFF;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.gform-body .gfield_description.validation_message,
.gform-body .validation_error {
  margin-top: 5px;
  color: #a1304a;
  font-size: 14px;
}

.gform_confirmation_message,
#gforms_confirmation_message {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #2f9bda;
  color: #FFF;
  padding: 30px;
}
.gform_confirmation_message b,
#gforms_confirmation_message b {
  margin-bottom: 22px;
  font-size: 20px;
  color: #FFF;
}
.gform_confirmation_message p,
#gforms_confirmation_message p {
  margin: 0 !important;
  font-size: 18px;
  color: #FFF;
}

.vc_row:not(.bg_blue_dark) .gchoice label {
  color: #03192d;
}
.vc_row:not(.bg_blue_dark) .gchoice label a {
  color: #03192d;
}

.color-style-blue .sd-block-title .sd-block-title-htag.color-blue_dark {
  color: #FFF;
}
.color-style-blue ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818c96;
}
.color-style-blue ::-moz-placeholder { /* Firefox 19+ */
  color: #818c96;
}
.color-style-blue :-ms-input-placeholder { /* IE 10+ */
  color: #818c96;
}
.color-style-blue :-moz-placeholder { /* Firefox 18- */
  color: #818c96;
}
.color-style-blue .sd-form {
  row-gap: 15px;
  column-gap: 10px;
}
.color-style-blue .sd-form label,
.color-style-blue .sd-form label a,
.color-style-blue .sd-form .SD-type-checkbox .SD-label {
  color: #FFF;
}
.color-style-blue .sd-form .SD-type-checkbox .SD-label::before {
  background-color: #1d3042;
}
.color-style-blue .sd-form .SD-type-checkbox .SD-label:hover::before {
  background-color: #a1304a;
  opacity: 0.6;
}
.color-style-blue .sd-form .SD-type-checkbox input:checked + .wpcf7-list-item-label:before, .color-style-blue .sd-form .SD-type-checkbox input:checked + label:before {
  background-color: #a1304a;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input {
  border: 2px dashed #1d3042;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .uploaded-file .file-name a {
  color: #a1304a;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .uploaded-file .file-name a:hover {
  color: #a1304a;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .uploaded-file .resetform.form-button .SD-drag-and-drop-delete-file-label {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18.8' style='enable-background:new 0 0 19 18.8;'%3E%3Cpath fill='%23FFF' d='M10.6,8.3L19,8.4v2.2l-8.4-0.1l0,8.3H8.4l0-8.3H0.1L0,8.4h8.3L8.4,0h2.2V8.3z'/%3E%3C/svg%3E");
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .uploaded-file .resetform.form-button .SD-drag-and-drop-delete-file-label:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18.8' style='enable-background:new 0 0 19 18.8;'%3E%3Cpath fill='%23a1304a' d='M10.6,8.3L19,8.4v2.2l-8.4-0.1l0,8.3H8.4l0-8.3H0.1L0,8.4h8.3L8.4,0h2.2V8.3z'/%3E%3C/svg%3E");
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label {
  font-weight: 500;
  margin-bottom: 15px;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label:after {
  display: none;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label:before {
  position: relative;
  content: "+";
  color: #FFF;
  background: none;
  background-color: #a1304a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input .buttonsform span {
  color: #818c96;
  font-size: 16px;
}
.color-style-blue .sd-form .SD-type-drag_and_drop .box__input:hover, .color-style-blue .sd-form .SD-type-drag_and_drop .box__input:focus {
  border-color: #a1304a;
}
.color-style-blue .sd-form input[type=week],
.color-style-blue .sd-form input[type=url],
.color-style-blue .sd-form input[type=time],
.color-style-blue .sd-form input[type=password],
.color-style-blue .sd-form input[type=number],
.color-style-blue .sd-form input[type=color],
.color-style-blue .sd-form input[type=month],
.color-style-blue .sd-form input[type=datetime-local],
.color-style-blue .sd-form input[type=text],
.color-style-blue .sd-form input[type=search],
.color-style-blue .sd-form input[type=email],
.color-style-blue .sd-form input[type=tel] {
  background: #1d3042;
  color: #FFF;
  font-weight: 500;
}
.color-style-blue .sd-form select {
  background: #1d3042;
  color: #FFF;
}
.color-style-blue .sd-form textarea {
  background: #1d3042;
  color: #FFF;
  font-weight: 500;
}
.color-style-blue .sd-form .custom-submit-button {
  background-color: #a1304a;
}

.SD-type-tel.SD-country-code .country-code.selected-item {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.SD-type-tel.SD-country-code {
  position: relative;
}

.SD-type-tel.SD-country-code .phone {
  padding-right: 12px;
}

.SD-type-tel.SD-country-code .phone-fake-placeholder {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  color: #818c96;
  font-family: "Runda", sans-serif;
  font-weight: 500;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  z-index: 2;
  height: 40px;
  align-items: center;
}

.SD-type-tel.SD-country-code.show-placeholder .phone-fake-placeholder {
  display: flex;
}

.SD-type-tel.SD-country-code .phone-required-indicator {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  color: #818c96;
  font-weight: 500;
  pointer-events: none;
  display: none;
  z-index: 3;
  white-space: nowrap;
}

.SD-type-tel.SD-country-code.is-required-empty .phone-required-indicator {
  display: block;
}

.gform_fields {
  row-gap: 15px;
  column-gap: 10px;
}

.sd-form .SD-type-select.input-col-20 {
  text-align: center;
}
.sd-form .SD-type-select + .SD-type-tel {
  margin-left: -21px;
  border-left: 0;
}
.sd-form .SD-type-drag_and_drop .box.is-dragover {
  border: none;
}
.sd-form .SD-type-drag_and_drop .box__input {
  border: 2px dashed #03192d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #03192d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px;
  min-height: 75px;
  text-align: center;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label:before {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  background-color: #de982e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-label:after {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18.8' style='enable-background:new 0 0 19 18.8;'%3E%3Cpath fill='%23FFF' d='M10.6,8.3L19,8.4v2.2l-8.4-0.1l0,8.3H8.4l0-8.3H0.1L0,8.4h8.3L8.4,0h2.2V8.3z'/%3E%3C/svg%3E");
}
.sd-form .SD-type-drag_and_drop .box__input .uploaded-file {
  justify-content: center;
}
.sd-form .SD-type-drag_and_drop .box__input .uploaded-file .file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
}
.sd-form .SD-type-drag_and_drop .box__input .uploaded-file .file-name a {
  color: #de982e;
  text-decoration: none;
}
.sd-form .SD-type-drag_and_drop .box__input .uploaded-file .file-name a:hover {
  text-decoration: underline;
  color: #de982e;
}
.sd-form .SD-type-drag_and_drop .box__input .buttonsform {
  margin-top: 0;
}
.sd-form .SD-type-drag_and_drop .box__input .buttonsform span {
  color: #818c96;
  font-size: 16px;
}
.sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-select-file-label {
  font-weight: normal;
  display: block;
}
.sd-form .SD-type-drag_and_drop .box__input .SD-drag-and-drop-change-file-label {
  font-weight: normal;
  display: block;
}
.sd-form .SD-type-drag_and_drop .box__input:hover, .sd-form .SD-type-drag_and_drop .box__input:focus {
  border-color: #de982e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-form .SD-type-drag_and_drop .box__input .resetform.form-button {
  display: inline-block;
  margin-left: 5px;
}
.sd-form .SD-type-drag_and_drop .box__input .resetform.form-button .SD-drag-and-drop-delete-file-label {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18.8' style='enable-background:new 0 0 19 18.8;'%3E%3Cpath fill='%23212325' d='M10.6,8.3L19,8.4v2.2l-8.4-0.1l0,8.3H8.4l0-8.3H0.1L0,8.4h8.3L8.4,0h2.2V8.3z'/%3E%3C/svg%3E");
  height: 15px;
  width: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-form .SD-type-drag_and_drop .box__input .resetform.form-button .SD-drag-and-drop-delete-file-label:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18.8' style='enable-background:new 0 0 19 18.8;'%3E%3Cpath fill='%23a1304a' d='M10.6,8.3L19,8.4v2.2l-8.4-0.1l0,8.3H8.4l0-8.3H0.1L0,8.4h8.3L8.4,0h2.2V8.3z'/%3E%3C/svg%3E");
}
.sd-form .SD-type-tel.SD-country-code {
  display: flex;
  align-items: center;
}
.sd-form .SD-type-tel.SD-country-code .country-code.selected-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 50px;
}
.sd-form .SD-type-tel.SD-country-code .country-code.selected-item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.sd-form .SD-type-tel.SD-country-code input {
  border: none;
  padding-left: 40px;
  height: 50px;
}
.sd-form .SD-type-tel.SD-country-code .country-container {
  background-color: #FFF;
  height: 300px;
}
.sd-form .SD-type-tel.SD-country-code .country-container .country-item {
  padding: 2px 10px;
}
.sd-form .SD-type-tel.SD-country-code .country-container .country-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=number],
input[type=color],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=search],
input[type=email],
input[type=tel] {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #FFF;
  padding: 0 30px;
  border: 0 none;
  display: block;
  color: #03192d;
  height: 50px;
  font-family: "Runda", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 18px;
}

fieldset {
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Runda", sans-serif;
  font-weight: 400;
  background: #FFF;
  color: #03192d;
  border: 0 none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  font-size: 18px;
}

textarea {
  background: #FFF;
  border: 0 none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 15px 30px;
  font-family: "Runda", sans-serif;
  font-weight: 400;
  color: #03192d;
  height: 150px;
  width: 100%;
  font-size: 18px;
  resize: vertical;
}

legend,
label {
  margin: 0;
  color: #03192d;
}
legend a,
label a {
  text-decoration: underline;
  color: #03192d;
}
legend a:hover,
label a:hover {
  text-decoration: none;
  color: #03192d;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #de982e;
  position: relative;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
  padding: 0 30px;
  color: #FFF;
  height: 50px;
}
button:hover:before,
input[type=button]:hover:before,
button[type=submit]:hover:before,
input[type=submit]:hover:before {
  left: 0;
}
button:before,
input[type=button]:before,
button[type=submit]:before,
input[type=submit]:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -105%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

button[type=submit] svg,
input[type=submit] svg {
  margin-left: 10px;
  height: 15px;
  width: 30px;
}

/* Start privacy checkbox */
.sd-form .SD-type-checkbox {
  padding: 0 0 0 35px;
  margin: 0;
}
.sd-form .SD-type-checkbox .SD-label {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #03192d;
}
.sd-form .SD-type-checkbox .SD-label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: -35px;
  top: 0;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sd-form .SD-type-checkbox .SD-label:hover:before {
  background-color: #818c96;
}
.sd-form .SD-type-checkbox input {
  opacity: 0;
  display: block;
  z-index: -1;
  height: 0;
  width: 0;
}
.sd-form .SD-type-checkbox input:checked + .wpcf7-list-item-label:before, .sd-form .SD-type-checkbox input:checked + label:before {
  background-color: #03192d;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0;
}

/* End privacy checkbox */
/* Start whitelabel CF7 */
.type-file input[type=file] {
  display: none;
}
.type-file label > span:not(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #EEE;
  font-family: "Runda", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.type-file label:hover > span:not(.wpcf7-form-control-wrap) {
  color: #FFF;
  background-color: #000;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #de982e;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.sd-success-message {
  font-weight: 200;
  font-size: 18px;
}
.sd-success-message::before {
  content: "";
  background-image: url("../icons/success.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End success messages  */
/* Start notification messages  */
.sd-notification-message::before {
  content: "";
  background-image: url("../icons/info.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End notification messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: #ffa1a0;
  padding: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #DD4847;
}
.wpcf7 form.invalid .wpcf7-response-output ul,
.wpcf7 form.unaccepted .wpcf7-response-output ul,
.sd-error-message-container ul {
  padding: 0 0 0 40px;
  margin: 0;
}

.sd-error-message-general {
  font-weight: 200;
  font-size: 18px;
}
.sd-error-message-general:before {
  content: "";
  background-image: url("../icons/error.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End error messages */
.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 25px;
    font-size: 16px;
    height: 42px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 46px;
    font-size: 17px;
    padding: 0 25px;
    height: 42px;
  }
  .sd-form .SD-type-tel.SD-country-code .country-code.selected-item {
    height: 42px;
  }
  .sd-form .SD-type-tel.SD-country-code input {
    height: 42px;
  }
  .sd-form .SD-type-checkbox {
    padding: 0 0 0 29px;
  }
  .sd-form .SD-type-checkbox .SD-label {
    font-size: 16px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    width: 17px;
    height: 17px;
    left: -29px;
  }
}
@media screen and (max-width: 1400px) {
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 22px;
    height: 40px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 40px;
    font-size: 16px;
    padding: 0 22px;
    height: 37px;
  }
  .sd-form .SD-type-tel.SD-country-code .country-code.selected-item {
    height: 40px;
  }
  .sd-form .SD-type-tel.SD-country-code input {
    height: 40px;
  }
  .sd-form .SD-type-checkbox {
    padding: 0 0 0 26px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    width: 15px;
    height: 15px;
    left: -26px;
  }
}
@media screen and (max-width: 767px) {
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #4f4f4f;
    z-index: 99;
    padding: 15px 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-toggle:hover {
    color: #ffffff;
    background-color: #393939;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
.article-single-candidates .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .candidate a,
.reference-single-candidates .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .candidate a {
  color: #FFF;
}
.article-single-candidates .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .candidate a::after,
.reference-single-candidates .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .candidate a::after {
  height: 4px;
}

.article-single-client-contact .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .client-contact a,
.reference-single-client-contact .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .client-contact a {
  color: #FFF;
}
.article-single-client-contact .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .client-contact a::after,
.reference-single-client-contact .header-topbar .header-topbar-inner .header-topbar-1 #menu-topbar-menu .client-contact a::after {
  height: 4px;
}

.reference-single-candidates .header-middlebar .header-middlebar-inner .header-middlebar-2 .widget_sd_widget_menu .reference-menu-item a,
.reference-single-client-contact .header-middlebar .header-middlebar-inner .header-middlebar-2 .widget_sd_widget_menu .reference-menu-item a {
  background-color: rgba(255, 255, 255, 0.1);
}

.article-single-candidates .header-middlebar .header-middlebar-inner .header-middlebar-2 .widget_sd_widget_menu .article-menu-item a,
.article-single-client-contact .header-middlebar .header-middlebar-inner .header-middlebar-2 .widget_sd_widget_menu .article-menu-item a {
  background-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  margin: 0 0 0 45px;
}
.main-navigation > li {
  position: unset;
  padding-top: 20px;
  padding-bottom: 20px;
  /* Sub Menu */
}
.main-navigation > li.has-job-count a {
  display: flex;
  align-items: center;
}
.main-navigation > li.has-job-count .job-count {
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #a1304a;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.main-navigation > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation > li.menu-item-has-children > a:after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 11px;
  height: 7px;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 7.4" xmlns="http://www.w3.org/2000/svg"><path d="M6,7.4l-6-6L1.4,0L6,4.6L10.6,0L12,1.4L6,7.4z" fill="%23fff" /></svg>');
}
.main-navigation > li.menu-item-has-children:hover > a {
  position: relative;
}
.main-navigation > li.menu-item-has-children:hover > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1d3042;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -20px;
}
.main-navigation > li.sub-menu-right ul.sub-menu {
  left: unset;
  right: 0;
}
.main-navigation > li:hover > a {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-navigation > li:not(:last-child) {
  margin-right: 30px;
}
.main-navigation > li > a {
  color: #FFF;
  padding: 0 15px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.main-navigation > li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-navigation > li:hover > ul.sub-menu {
  display: flex;
}
.main-navigation > li > ul.sub-menu {
  padding: 60px;
  display: none;
  left: 0;
  top: 80px;
  position: absolute;
  background-color: #1d3042;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.main-navigation > li > ul.sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.main-navigation > li > ul.sub-menu > li > a {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.main-navigation > li > ul.sub-menu > li > a:after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 7.4 12" xmlns="http://www.w3.org/2000/svg"><path d="M4.6,6L0,1.4L1.4,0l6,6l-6,6L0,10.6L4.6,6z" fill="%23fff" /></svg>');
}
.main-navigation > li > ul.sub-menu li:not(:last-child) {
  margin-right: 50px;
  min-width: 200px;
}
.main-navigation > li > ul.sub-menu li a {
  color: #FFF;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.main-navigation > li > ul.sub-menu li > ul {
  position: relative;
  left: unset;
  top: unset;
  background: unset;
  border: unset;
  z-index: unset;
}
.main-navigation > li > ul.sub-menu li > ul li:not(:last-child) {
  margin-bottom: 30px;
}
.main-navigation > li > ul.sub-menu li > ul a {
  font-weight: normal;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: none;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
.admin-bar header.site-header.fixed {
  top: 32px;
}

header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
header.site-header.fixed .header-topbar {
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.site-header.fixed .header-topbar .header-topbar-inner {
  display: flex;
  justify-content: space-between;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul li:not(:last-child) {
  margin-right: 45px;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul a {
  font-family: "Runda", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: 500;
  position: relative;
  line-height: 40px;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul a:after {
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  position: absolute;
  background-color: #a1304a;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul a:hover:after {
  height: 4px;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul .current-page-ancestor a,
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul .current-menu-item a {
  color: #FFF;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul .current-page-ancestor a:after,
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul .current-menu-item a:after {
  height: 4px;
}
header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-2 {
  display: flex;
  align-items: center;
}
header.site-header.fixed.scrolled {
  background-color: #03192d;
}
header.site-header.fixed.scrolled .header-middlebar {
  padding: 0 60px;
}
header.site-header.fixed.menu-not-sticky {
  position: absolute;
  top: 0;
}
header.site-header.fixed .header-middlebar {
  padding: 10px 60px;
  background-color: transparent;
  transition: background-color 0.2s ease, padding 0.2s ease;
}
header.site-header.fixed .header-middlebar .header-middlebar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-1 {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-2 {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-3 {
  display: flex;
  align-items: center;
}
header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-3 .widget:not(:last-child) {
  margin-right: 10px;
}
header.site-header.fixed .header-bottombar {
  display: none;
}

body.single-procedure.admin-bar header.site-header.scrolled .header-bottombar {
  top: 148px;
}
body.single-procedure header.site-header .header-bottombar {
  display: block;
}
body.single-procedure header.site-header.scrolled .header-bottombar {
  position: fixed;
  top: 116px;
  right: 0;
}
body.single-procedure header.site-header.scrolled .header-bottombar .header-bottombar-1 .widget_sd_contact_card {
  position: relative;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation {
    margin: 0 0 0 37px;
  }
  .main-navigation > li {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .main-navigation > li > a {
    padding: 0 12px;
    line-height: 33px;
  }
  .main-navigation > li > ul.sub-menu {
    padding: 50px;
    top: 66px;
  }
  .main-navigation > li > ul.sub-menu > li > a {
    margin-bottom: 25px;
  }
  .main-navigation > li > ul.sub-menu > li > a:after {
    margin-left: 8px;
    width: 6px;
    height: 9px;
    background-size: 6px 9px;
  }
  .main-navigation > li > ul.sub-menu li > ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .main-navigation > li > ul.sub-menu li:not(:last-child) {
    margin-right: 42px;
    min-width: 166px;
  }
  .main-navigation > li > ul.sub-menu:before {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .main-navigation > li.has-job-count .job-count {
    height: 21px;
    width: 21px;
    font-size: 12px;
    margin-left: 8px;
  }
  .main-navigation > li.menu-item-has-children > a:after {
    margin-left: 8px;
    width: 9px;
    height: 6px;
    background-size: 9px;
  }
  .main-navigation > li.menu-item-has-children:hover > a > li.menu-item-has-children:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #1d3042;
    bottom: -17px;
  }
  .main-navigation > li:not(:last-child) {
    margin-right: 25px;
  }
  header.site-header.fixed .header-topbar {
    padding: 0 50px;
  }
  header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul li:not(:last-child) {
    margin-right: 37px;
  }
  header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul a {
    font-size: 14px;
  }
  header.site-header.fixed .header-middlebar {
    padding: 10px 50px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-1 {
    gap: 42px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-3 .widget:not(:last-child) {
    margin-right: 8px;
  }
  header.site-header.fixed.scrolled .header-middlebar {
    padding: 0 50px;
  }
  body.single-procedure.admin-bar header.site-header.scrolled .header-bottombar {
    top: 123px;
  }
  body.single-procedure.admin-bar header.site-header.scrolled .header-bottombar {
    top: 96px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation {
    margin: 0 0 0 33px;
  }
  .main-navigation > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navigation > li > a {
    padding: 0 11px;
    line-height: 29px;
  }
  .main-navigation > li > ul.sub-menu {
    padding: 44px;
    top: 58px;
  }
  .main-navigation > li > ul.sub-menu > li > a {
    margin-bottom: 22px;
  }
  .main-navigation > li > ul.sub-menu > li > a:after {
    margin-left: 7px;
    width: 5px;
    height: 8px;
    background-size: 5px 8px;
  }
  .main-navigation > li > ul.sub-menu li > ul li:not(:last-child) {
    margin-bottom: 22px;
  }
  .main-navigation > li > ul.sub-menu li:not(:last-child) {
    margin-right: 37px;
    min-width: 146px;
  }
  .main-navigation > li > ul.sub-menu:before {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }
  .main-navigation > li.has-job-count .job-count {
    height: 20px;
    width: 20px;
    margin-left: 7px;
  }
  .main-navigation > li.menu-item-has-children > a:after {
    margin-left: 7px;
    width: 8px;
    height: 5px;
    background-size: 8px;
  }
  .main-navigation > li.menu-item-has-children:hover > a > li.menu-item-has-children:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #1d3042;
    bottom: -15px;
  }
  .main-navigation > li:not(:last-child) {
    margin-right: 22px;
  }
  header.site-header.fixed .header-topbar {
    padding: 0 44px;
  }
  header.site-header.fixed .header-topbar .header-topbar-inner .header-topbar-1 ul li:not(:last-child) {
    margin-right: 33px;
  }
  header.site-header.fixed .header-middlebar {
    padding: 10px 44px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-1 {
    gap: 37px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-inner .header-middlebar-3 .widget:not(:last-child) {
    margin-right: 7px;
  }
  header.site-header.fixed.scrolled .header-middlebar {
    padding: 0 44px;
  }
  body.single-procedure.admin-bar header.site-header.scrolled .header-bottombar {
    top: 108px;
  }
  body.single-procedure.admin-bar header.site-header.scrolled .header-bottombar {
    top: 85px;
  }
}
@media screen and (max-width: 1600px) {
  header.site-header.fixed.scrolled .header-middlebar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-navigation {
    margin: 0;
  }
  .main-navigation > li.menu-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  header.site-header.fixed.scrolled .header-middlebar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  header .header-middlebar {
    display: flex;
    align-items: center;
    height: 79px;
  }
  header .header-middlebar .header-middlebar-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header .header-middlebar .header-middlebar-inner .header-middlebar-1 {
    justify-content: flex-start;
  }
  header .main-navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .widget_sd_widget_button_header {
    display: none;
  }
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  html.overlay-enabled.menu-open:after {
    display: none !important;
  }
  header.site-header.fixed .header-middlebar,
  header.site-header.fixed .header-topbar,
  header.site-header.fixed.scrolled .header-middlebar,
  header.site-header.fixed.scrolled .header-topbar {
    padding: 0 15px;
  }
  header.site-header.fixed .header-topbar .header-topbar-1 ul.menu,
  header.site-header.fixed.scrolled .header-topbar .header-topbar-1 ul.menu {
    width: calc(100% - 30px);
    overflow-x: scroll;
  }
  header.site-header.fixed .header-topbar .header-topbar-1 ul.menu li,
  header.site-header.fixed.scrolled .header-topbar .header-topbar-1 ul.menu li {
    margin-right: 22px !important;
  }
  header.site-header.fixed .header-topbar .header-topbar-1 ul.menu li a,
  header.site-header.fixed.scrolled .header-topbar .header-topbar-1 ul.menu li a {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Cookie wall
4. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html, body {
  background-color: #f1eee7;
  overflow-x: hidden;
}

html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
}
html.menu-open header.site-header.fixed {
  background-color: #03192d;
}

.wrap {
  max-width: 1430px;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-15px {
  margin-bottom: 15px;
}

.marginbottom-30px {
  margin-bottom: 30px;
}

.marginbottom-45px {
  margin-bottom: 45px;
}

.marginbottom-60px {
  margin-bottom: 60px;
}

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 125px;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
  padding-top: 115px;
  padding-bottom: 115px;
}
.vc_row-fluid:not(.vc_inner):first-child {
  padding-top: 125px;
}

.vc_row-fluid.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

/*--------------------------------------------------------------
3. Cookie wall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-inner {
  width: 800px;
  background-color: #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-cookie-notice .sd-cookie-notice-close {
  color: #03192d;
}
.sd-cookie-notice .sd-cookie-notice-title h2 {
  font-size: 25px;
  line-height: 35px;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container a:not(:last-child) {
  margin-right: 15px;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
  color: #de982e;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies:hover,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie:hover {
  text-decoration: underline;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 20px;
  background-color: #03192d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover:before,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:hover:before {
  left: 0;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:before,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -105%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/*--------------------------------------------------------------
4. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .marginbottom-0px {
    margin-bottom: 0;
  }
  .marginbottom-15px {
    margin-bottom: 12px;
  }
  .marginbottom-30px {
    margin-bottom: 25px;
  }
  .marginbottom-45px {
    margin-bottom: 37px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 104px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-15px {
    margin-bottom: 11px;
  }
  .marginbottom-30px {
    margin-bottom: 22px;
  }
  .marginbottom-45px {
    margin-bottom: 33px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 91px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 150px;
    padding-right: 150px;
  }
  .vc_row-fluid:not(.vc_inner):first-child, .vc_row-fluid:not(.vc_inner):first-of-type {
    padding-top: 105px;
  }
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-15px {
    margin-bottom: 15px;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-45px {
    margin-bottom: 45px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 80vw !important;
    left: 10vw !important;
    right: 10vw !important;
    transform: translate(0, -50%) !important;
    top: 400px !important;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container a:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 550px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .sd-loading-single {
  padding: 20px;
  background-color: #DDD;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #000;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #000;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #000;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  color: blue;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 5px;
  color: red;
}
.sd-pagination .page-numbers.prev {
  position: absolute;
  font-size: 16px;
  left: 15px;
  top: 0;
  margin: 0;
  color: #ffffff;
}
.sd-pagination .page-numbers.next {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 0;
  margin: 0;
  color: #ffffff;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Raisonne";
  src: url("../fonts/Raisonne-DemiBold.eot");
  src: url("../fonts/Raisonne-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raisonne-DemiBold.woff2") format("woff2"), url("../fonts/Raisonne-DemiBold.woff") format("woff"), url("../fonts/Raisonne-DemiBold.ttf") format("truetype"), url("../fonts/Raisonne-DemiBold.svg#Raisonne-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raisonne";
  src: url("../fonts/Raisonne-ExtraBold.eot");
  src: url("../fonts/Raisonne-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raisonne-ExtraBold.woff2") format("woff2"), url("../fonts/Raisonne-ExtraBold.woff") format("woff"), url("../fonts/Raisonne-ExtraBold.ttf") format("truetype"), url("../fonts/Raisonne-ExtraBold.svg#Raisonne-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raisonne Book";
  src: url("../fonts/Raisonne-Book.eot");
  src: url("../fonts/Raisonne-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Raisonne-Book.woff2") format("woff2"), url("../fonts/Raisonne-Book.woff") format("woff"), url("../fonts/Raisonne-Book.ttf") format("truetype"), url("../fonts/Raisonne-Book.svg#Raisonne-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raisonne";
  src: url("../fonts/Raisonne-Bold.eot");
  src: url("../fonts/Raisonne-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raisonne-Bold.woff2") format("woff2"), url("../fonts/Raisonne-Bold.woff") format("woff"), url("../fonts/Raisonne-Bold.ttf") format("truetype"), url("../fonts/Raisonne-Bold.svg#Raisonne-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pecita";
  src: url("../fonts/Pecita.eot");
  src: url("../fonts/Pecita.eot?#iefix") format("embedded-opentype"), url("../fonts/Pecita.woff2") format("woff2"), url("../fonts/Pecita.woff") format("woff"), url("../fonts/Pecita.ttf") format("truetype"), url("../fonts/Pecita.svg#Pecita") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Runda", sans-serif;
  font-size: 18px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raisonne", sans-serif;
  font-weight: 900;
  color: #03192d;
}

h1 {
  font-size: 70px;
  line-height: 75px;
}

h2 {
  font-size: 50px;
  line-height: 65px;
}

h3 {
  font-size: 25px;
  line-height: 35px;
}

h4, h5, h6 {
  font-size: 20px;
  line-height: 35px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 30px;
  color: #03192d;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 58px;
    line-height: 62px;
  }
  h2 {
    font-size: 42px;
    line-height: 54px;
  }
  h3 {
    font-size: 21px;
    line-height: 29px;
  }
  h4 {
    font-size: 17px;
    line-height: 29px;
  }
  h5 {
    font-size: 17px;
    line-height: 29px;
  }
  h6 {
    font-size: 17px;
    line-height: 29px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 51px;
    line-height: 55px;
  }
  h2 {
    font-size: 37px;
    line-height: 47px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=main.css.map */
