/* line 1, ../scss/_lib_wettermin.scss */
.reservation_header_button {
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 90.063em) {
  /* line 6, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 5%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 9, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 3%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 12, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 25px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 15, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 0;
    top: 0;
  }
}

/* line 18, ../scss/_lib_wettermin.scss */
.page_button_reservation {
  transition: all 300ms ease-out;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #af4074;
  width: 80px;
  padding: 22px 0 22px 10px;
  border: none;
}
/* line 29, ../scss/_lib_wettermin.scss */
.page_button_reservation i {
  font-size: 1.7rem;
}
/* line 30, ../scss/_lib_wettermin.scss */
.page_button_reservation .button_reservation_text {
  transition: font-size 300ms ease-out;
  margin-left: 3px;
  font-size: 0;
  display: inline;
}
/* line 36, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover, .page_button_reservation:focus {
  background-color: #ce2f79;
  color: black;
  width: 180px;
  padding: 22px 0;
}
/* line 41, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .95rem;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 46, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    padding: 20px 0 20px 10px;
  }
  /* line 47, ../scss/_lib_wettermin.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 50, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    width: 68px;
    padding: 19px 0 19px 10px;
  }
}

/* line 57, ../scss/_lib_wettermin.scss */
.sitesbi_modal {
  text-align: center;
  padding: 30px;
}
/* line 60, ../scss/_lib_wettermin.scss */
.sitesbi_modal img {
  display: none;
}
/* line 61, ../scss/_lib_wettermin.scss */
.sitesbi_modal i {
  color: #0b468a !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 73, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #9a2851;
}
/* line 80, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #9a2851;
  margin-bottom: 5px;
}

/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 91, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 95, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 33px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: .5px;
}

/* line 105, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 108, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 113, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 119, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 124, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 125, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 129, ../scss/_lib_wettermin.scss */
.button_cancel {
  width: 200px;
  margin-bottom: 4px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 138, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 141, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #7e8bca;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #7e8bca;
}

/* line 153, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 155, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 159, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 163, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 170, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 173, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 179, ../scss/_lib_wettermin.scss */
.lastbooking_clinic i {
  margin: 0 auto 11px;
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #0b468a;
}

/* line 192, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 198, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 201, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 203, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list {
  margin: 0 3px 9px 3px;
  position: relative;
  clear: both;
  min-height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 212, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 215, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 217, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 222, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list h4 {
  font-weight: 300;
  line-height: 1.55rem;
  padding-top: 20px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 228, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 231, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list .clinic_list_name {
  width: 85%;
  min-height: 100px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 90.063em) {
  /* line 237, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 240, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 245, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic {
  margin: 0 3px 3px 3px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  min-height: 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 256, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 258, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 261, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic h4 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.95rem;
  padding-top: 30px;
  padding-bottom: 33px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 269, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 272, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.3rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 40em) {
  /* line 275, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 278, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic .clinic_name {
  width: 65%;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 285, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 288, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 292, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor {
  padding: 12px 27px 0 27px;
  margin: 0 3px 35px 3px;
  position: relative;
  clear: both;
  min-height: 190px;
  border-bottom: 7px solid #e8ecff;
  background-color: white;
}
/* line 300, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 301, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.35rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
}
/* line 307, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 312, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #9a2851;
}
/* line 317, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .9rem;
  margin: -4px 0 7px 0;
  opacity: .8;
  color: #488db7;
}
/* line 323, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #e8ecff;
}
/* line 336, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 339, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center;
}
/* line 344, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #9a2851;
}
/* line 350, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #9a2851;
  font-size: 1rem;
  font-weight: 600;
}
/* line 357, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #7e8bca;
}
/* line 364, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 370, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #7e8bca;
}
/* line 373, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 378, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #7e8bca;
}
/* line 385, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 391, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #7e8bca;
}
/* line 394, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover i {
  transition: padding 300ms ease-out;
  padding-top: 7px;
}
@media only screen and (max-width: 40em) {
  /* line 400, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 403, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 407, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: 18px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 412, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 415, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 421, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 425, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 429, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 435, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 440, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  list-style-type: none;
  padding: 9px 0;
  font-size: .8rem;
  line-height: 1rem;
  max-width: 90%;
  text-align: center;
}
/* line 448, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #0b468a;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 454, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 459, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 460, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #e8ecff;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 465, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #9a2851;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 472, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 475, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 481, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 485, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 492, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 493, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #9a2851;
}
@media only screen and (max-width: 40em) {
  /* line 495, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 496, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 500, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions {
  padding: 12px 12px 0 12px;
  margin: 15px 0;
  background-color: rgba(125, 188, 38, 0.1);
  border: 1px solid rgba(125, 188, 38, 0.15);
}
/* line 505, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 509, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 514, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author {
  width: 37px;
  height: 37px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: rgba(125, 188, 38, 0.15);
  border: 1px solid rgba(125, 188, 38, 0.15);
}

/* line 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 526, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 531, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 536, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 537, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 542, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_title {
  margin: 15px 0;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #ca2702;
}
/* line 550, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 555, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 562, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 567, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt:hover, .cancellation_wrapper .button_cancellation_nt:focus {
  background-color: #2387ba;
}
@media only screen and (max-width: 40em) {
  /* line 570, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 19, ../scss/wethelp.scss */
  .reservation_header_button {
    right: 1%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 22, ../scss/wethelp.scss */
  .reservation_header_button {
    right: 1%;
  }
}

/* line 25, ../scss/wethelp.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
  text-transform: none;
}

/* line 32, ../scss/wethelp.scss */
.page_button_reservation i {
  color: white;
}

/* line 33, ../scss/wethelp.scss */
.wettermin_reg_modal h3 {
  font-weight: 500;
  font-size: 1.45rem;
}

/* line 37, ../scss/wethelp.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.7rem;
  color: #0b468a;
}

/* line 41, ../scss/wethelp.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* line 48, ../scss/wethelp.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-weight: 500;
  font-family: 'Muli', sans-serif;
}

/* line 52, ../scss/wethelp.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto -2px;
  width: 82px;
  height: 82px;
  border: 6px solid #e3eeec;
}

/* line 58, ../scss/wethelp.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .85rem;
  margin: -3px 0 10px 0;
  opacity: 1;
  font-weight: 600;
  line-height: 1.35rem;
  color: #ad2d54;
}

/* line 66, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li h5 {
  margin: 5px 0 7px;
  font-size: .9rem;
  line-height: 1.45rem;
  font-weight: 700;
  color: #9a2851;
}

/* line 73, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: .75rem;
  font-weight: 600;
}

/* line 77, ../scss/wethelp.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: .95rem;
  margin-top: 10px;
}

/* line 81, ../scss/wethelp.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  font-weight: 700;
  font-size: .95rem;
}

/* line 85, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 600;
  font-size: .8rem;
  color: #0e2754;
}

/* line 90, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #266726;
  font-weight: 700;
  background-color: #dff1df;
}

/* line 95, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #95a0d6;
}

/* line 96, ../scss/wethelp.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #83a783;
}

/* line 97, ../scss/wethelp.scss */
.main_content_list_position {
  background-color: #efeff8;
}

/* line 102, ../scss/wethelp.scss */
.post_content_container .redactor-toolbar {
  height: 70px;
  width: 50% !important;
}

/* line 104, ../scss/wethelp.scss */
body, button, .button {
  font-family: 'Muli', sans-serif;
}

/* line 105, ../scss/wethelp.scss */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

/* line 107, ../scss/wethelp.scss */
#search-wrapper {
  padding: 30px 9% 100px;
}
/* line 109, ../scss/wethelp.scss */
#search-wrapper h2 {
  font-size: 1.2rem;
}
/* line 110, ../scss/wethelp.scss */
#search-wrapper input {
  font-size: .95rem;
}
/* line 111, ../scss/wethelp.scss */
#search-wrapper .search_result_name {
  font-size: .9rem;
  line-height: 1.4rem;
}
/* line 115, ../scss/wethelp.scss */
#search-wrapper .search_result_description {
  font-size: .8rem;
  line-height: 1.35rem;
  letter-spacing: .5px;
}

/* line 122, ../scss/wethelp.scss */
.section_spacer_1 {
  padding: 0 0 40px;
}

/* line 123, ../scss/wethelp.scss */
.section_spacer_2 {
  padding: 25px 0 40px;
}

/* line 124, ../scss/wethelp.scss */
.section_spacer_3 {
  padding: 25px 0 40px;
}

/* line 128, ../scss/wethelp.scss */
.panel_effect_scale1 .blockgrid_panel:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 137, ../scss/wethelp.scss */
.contact_content_container {
  width: 100% !important;
}

/* line 138, ../scss/wethelp.scss */
#map {
  height: 340px;
  margin-bottom: 10px;
}

/* BUTTONS */
/* line 144, ../scss/wethelp.scss */
.page_button_big {
  margin-top: 15px;
  font-weight: 600;
  background-color: #92ab6f;
  font-size: 1rem;
  padding: 12px 28px;
  color: #ffffff;
  min-width: 180px;
  border-radius: 30px;
}
/* line 153, ../scss/wethelp.scss */
.page_button_big:hover {
  background-color: #7e965d;
}
/* line 154, ../scss/wethelp.scss */
.page_button_big:focus {
  background-color: #7e965d;
}

/* line 156, ../scss/wethelp.scss */
.page_button_small, .page_button_blog {
  margin-top: 18px;
  font-weight: 600;
  background-color: #dfe5c6;
  font-size: .9rem;
  padding: 11px 26px;
  color: #000000;
  min-width: 145px;
  border-radius: 30px;
}
/* line 165, ../scss/wethelp.scss */
.page_button_small:hover, .page_button_blog:hover {
  background-color: #92ab6f;
}
/* line 166, ../scss/wethelp.scss */
.page_button_small:focus, .page_button_blog:focus {
  background-color: #92ab6f;
}

/* line 168, ../scss/wethelp.scss */
.page_button_article {
  font-weight: 600;
}
/* line 170, ../scss/wethelp.scss */
.page_button_article:hover, .page_button_article:focus {
  color: #7e8bca;
}

/* line 173, ../scss/wethelp.scss */
hr {
  opacity: .5;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 107px;
  margin-left: 0;
}

/* COLORS */
/* line 183, ../scss/wethelp.scss */
.section_style_c {
  background-color: #efeff8c9;
}

/* line 189, ../scss/wethelp.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: rgba(0, 0, 0, 0.55);
}

/* line 192, ../scss/wethelp.scss */
#menu .submenu {
  top: 30px;
}
/* line 194, ../scss/wethelp.scss */
#menu .submenu ul li {
  border-bottom: 1px solid #3a4e73;
  padding: 5px 0;
}
/* line 198, ../scss/wethelp.scss */
#menu .submenu .submenu_container {
  background-color: #0a2146;
}
/* line 199, ../scss/wethelp.scss */
#menu .submenu .text_menu {
  font-size: .95rem;
}

/* TYPOGRAPHY */
/* line 204, ../scss/wethelp.scss */
.text_content a {
  font-weight: 600;
  color: #c51529;
}

/* line 209, ../scss/wethelp.scss */
.text_menu {
  color: #ffffff;
  font-size: .95rem;
  font-weight: 500;
  padding: 0 10px;
  letter-spacing: .5px;
}
/* line 215, ../scss/wethelp.scss */
.text_menu:hover {
  color: #dfe5c6;
}
/* line 216, ../scss/wethelp.scss */
.text_menu:focus {
  color: #dfe5c6;
}

/* line 219, ../scss/wethelp.scss */
.site_slogan_index h2, .site_slogan h2 {
  color: white;
  text-align: center;
}

/* line 224, ../scss/wethelp.scss */
.page_title {
  font-size: 3.25rem;
  line-height: 3.95rem;
  margin: 15px 0 37px;
  font-weight: 300;
  letter-spacing: -.5px;
  color: #791f49;
}

/* line 232, ../scss/wethelp.scss */
.section_title, .section_panel_title, .lr_section_title {
  font-size: 2.2rem;
  line-height: 1.28;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #252158;
}

/* line 240, ../scss/wethelp.scss */
h3 {
  font-size: 2.05rem;
  line-height: 1.28;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #252158;
}

/* line 248, ../scss/wethelp.scss */
h4 {
  font-size: 1.2rem;
  line-height: 1.37;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  color: #252158;
}

/* line 256, ../scss/wethelp.scss */
h5 {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 15px 0;
}

/* line 262, ../scss/wethelp.scss */
p, .text_content {
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 7px;
}

/* line 268, ../scss/wethelp.scss */
.paragraph_typo_color {
  font-weight: 700;
  margin-bottom: 0;
  color: #9a2851;
  font-size: 1rem;
}

/* line 274, ../scss/wethelp.scss */
.text_content a {
  color: black;
}

/* line 275, ../scss/wethelp.scss */
blockquote {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  width: 82%;
  margin: auto;
}

/* line 283, ../scss/wethelp.scss */
.page blockquote:before {
  padding-bottom: 7px;
  color: #cbd59f;
  opacity: 1;
  content: "\f004";
  width: 51px;
  height: 50px;
  font-size: 1.3rem;
  margin: auto;
}

/* line 293, ../scss/wethelp.scss */
blockquote cite {
  font-size: 0.75rem;
  padding-top: 15px;
  letter-spacing: 2px;
  font-style: normal;
  margin-bottom: 20px;
}

/* line 301, ../scss/wethelp.scss */
.section_form_container .contact_form_header {
  margin-bottom: 23px;
}

/* line 305, ../scss/wethelp.scss */
#short_contact {
  padding-bottom: 20px;
}
/* line 307, ../scss/wethelp.scss */
#short_contact hr {
  margin: 24px auto;
}
/* line 308, ../scss/wethelp.scss */
#short_contact h4 {
  margin: 15px 0;
  color: #000000;
}
/* line 312, ../scss/wethelp.scss */
#short_contact h5 {
  font-size: 1.05rem;
  line-height: 1.7rem;
  font-weight: 400;
  margin: 10px 0 20px;
}

/* line 320, ../scss/wethelp.scss */
.contact h4 {
  font-size: 1.35rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

/* line 326, ../scss/wethelp.scss */
.social_icons {
  font-size: .8rem;
  font-weight: 500;
}

/* HEADER */
/* line 331, ../scss/wethelp.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 332, ../scss/wethelp.scss */
.page_top_bar {
  height: 0;
  padding-top: 0;
  background-color: #babac8;
}

/* line 339, ../scss/wethelp.scss */
header {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 347, ../scss/wethelp.scss */
.logo_index {
  padding-top: 20px;
}

/* line 348, ../scss/wethelp.scss */
.title_bg {
  background-position: center 28px;
}

/* line 350, ../scss/wethelp.scss */
.section_bg {
  background-position: center top;
}

/* SLIDER */
/* line 355, ../scss/wethelp.scss */
.slider_1 {
  margin-bottom: 30px;
}
/* line 357, ../scss/wethelp.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 361, ../scss/wethelp.scss */
.slider1_title_wrapper .slider1_title {
  display: none;
}

/* line 364, ../scss/wethelp.scss */
.text_foto_left img {
  padding-bottom: 10px;
}

/* PANELS */
/* line 370, ../scss/wethelp.scss */
.panels_blockgrid_1 .blockgrid_panel {
  padding-right: 50px;
  padding-bottom: 30px;
}
/* line 374, ../scss/wethelp.scss */
.panels_blockgrid_1 .panel_item_img {
  width: 370px;
  height: 360px;
}
/* line 378, ../scss/wethelp.scss */
.panels_blockgrid_1 .title_container {
  text-align: left;
}
/* line 379, ../scss/wethelp.scss */
.panels_blockgrid_1 .panel_item_title {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 25px 0 10px;
}
/* line 385, ../scss/wethelp.scss */
.panels_blockgrid_1 hr {
  margin-bottom: 20px;
  margin-top: 25px;
}
/* line 389, ../scss/wethelp.scss */
.panels_blockgrid_1 p {
  font-size: .9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}

/* line 396, ../scss/wethelp.scss */
.panels_blockgrid_1a .blockgrid_panel {
  padding: 6px 0;
  text-align: center;
}
/* line 400, ../scss/wethelp.scss */
.panels_blockgrid_1a .panel_item_img {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #d5ddca;
  background-color: #ffffff;
}
/* line 408, ../scss/wethelp.scss */
.panels_blockgrid_1a .panel_item_title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 15px 0 0;
  text-align: center;
  font-family: 'Muli', sans-serif;
}
/* line 417, ../scss/wethelp.scss */
.panels_blockgrid_1a .blockgrid_panel:hover .panel_item_img {
  background-color: #fafff4;
}

/* BLOG */
/* line 422, ../scss/wethelp.scss */
.blog_list {
  margin-top: 45px;
}

/* line 423, ../scss/wethelp.scss */
.post_abstract_wrapper {
  padding: 0;
  margin-bottom: 35px;
}
/* line 426, ../scss/wethelp.scss */
.post_abstract_wrapper .post_title_container {
  padding: 30px 4% 0 0;
}
/* line 427, ../scss/wethelp.scss */
.post_abstract_wrapper .post_abstract_title {
  margin: 15px 0 20px;
  color: #252158;
  font-size: 1.9rem;
  line-height: 2.45rem;
  font-weight: 400;
}
/* line 434, ../scss/wethelp.scss */
.post_abstract_wrapper .post_list_foto {
  width: 100%;
  height: 440px;
}
/* line 438, ../scss/wethelp.scss */
.post_abstract_wrapper .post_abstract_button_wrapper {
  margin-top: 25px;
  margin-bottom: 20px;
}

/* line 444, ../scss/wethelp.scss */
.post_wrapper .post_foto {
  width: 100%;
  height: 440px;
}
/* line 449, ../scss/wethelp.scss */
.post_wrapper .post_title_container .post_title {
  font-size: 2.2rem;
  line-height: 2.95rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  color: #252158;
}

/* FOOTER*/
/* line 461, ../scss/wethelp.scss */
.footer_container {
  padding: 40px 0 10px;
  background-color: #efefea;
  text-align: center;
}

/* line 466, ../scss/wethelp.scss */
.footer_links {
  font-size: .8rem !important;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
/* line 471, ../scss/wethelp.scss */
.footer_links ul li {
  display: inline;
}

/* line 474, ../scss/wethelp.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 476, ../scss/wethelp.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 484, ../scss/wethelp.scss */
footer .footer_p {
  font-size: .8rem;
}

/* line 487, ../scss/wethelp.scss */
.sitesbi {
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
/* line 490, ../scss/wethelp.scss */
.sitesbi:hover {
  color: #00a3e6;
}

/* VET RESERVATION*/
/* line 494, ../scss/wethelp.scss */
.vet-doctor-btn {
  padding: 12px 32px;
}

/* line 497, ../scss/wethelp.scss */
.reservation_page {
  background-color: #efeff8;
  margin-top: 50px;
  margin-bottom: -18px;
}

/* line 502, ../scss/wethelp.scss */
.lastbooking_clinic {
  margin-top: -40px;
  font-size: .85rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media only screen and (min-width: 90.063em) {
  /* line 510, ../scss/wethelp.scss */
  .section_spacer_1 {
    padding: 0 0 55px;
  }

  /* line 511, ../scss/wethelp.scss */
  .section_spacer_2 {
    padding: 35px 0 55px;
  }

  /* line 512, ../scss/wethelp.scss */
  .section_spacer_3 {
    padding: 35px 0 55px;
  }

  /* line 514, ../scss/wethelp.scss */
  .section_img .rightimage_text_container {
    padding-right: 100px;
    padding-top: 40px;
  }

  /* line 520, ../scss/wethelp.scss */
  h4 {
    font-size: 1.3rem;
  }

  /* line 523, ../scss/wethelp.scss */
  .text_foto_right, .text_foto_left {
    width: 45%;
  }

  /* line 525, ../scss/wethelp.scss */
  .section_img_r1 .text_foto_right {
    width: 260px;
  }

  /* line 527, ../scss/wethelp.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    max-width: 100%;
    padding: 0 9%;
  }

  /* line 531, ../scss/wethelp.scss */
  .section_page {
    top: -45px;
  }
  /* line 533, ../scss/wethelp.scss */
  .section_page p {
    color: #03031d;
    font-size: 1.1rem;
    line-height: 1.75rem;
    letter-spacing: .5px;
    font-weight: 500;
  }

  /* line 542, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container {
    background-color: #efeff8;
    margin-top: -200px;
    padding: 35px 120px 3px;
  }
  /* line 546, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container hr {
    margin: 0 auto 20px;
  }
  /* line 547, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container .button_wrapper {
    margin: auto;
    text-align: center;
  }
  /* line 552, ../scss/wethelp.scss */
  .section_spacer_spec1 .panels_blockgrid_1a {
    background-color: #efeff8;
    padding: 0 90px 30px;
  }

  /* line 557, ../scss/wethelp.scss */
  .section_bg {
    height: 78vh;
    min-height: 640px;
  }

  /* line 562, ../scss/wethelp.scss */
  .post_list_img_container {
    width: 44%;
    float: left;
    padding-right: 4%;
  }

  /* line 567, ../scss/wethelp.scss */
  .post_img_container {
    float: right;
    width: 44%;
    padding: 0 0 4% 4%;
  }

  /* line 573, ../scss/wethelp.scss */
  .logo {
    padding-top: 37px;
  }

  /* line 577, ../scss/wethelp.scss */
  .menu_flexchild_container {
    width: 100%;
  }

  /* line 578, ../scss/wethelp.scss */
  #menu {
    text-align: right;
    top: 0;
    position: fixed;
    right: 0;
    background-color: #0a2146;
    width: 100%;
    height: 45px;
    padding-right: 9%;
  }
  /* line 589, ../scss/wethelp.scss */
  #menu ul {
    padding: 5px 0 3px 0;
  }
  /* line 591, ../scss/wethelp.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 594, ../scss/wethelp.scss */
  .text_menu {
    font-size: .95rem;
    padding: 0 11px;
  }

  /* line 598, ../scss/wethelp.scss */
  .slide {
    background-position: center top;
    min-height: 730px;
  }

  /* line 602, ../scss/wethelp.scss */
  .slider1_inner_content_container {
    max-width: 650px;
    padding-top: 175px;
  }
  /* line 605, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 607, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 30px 0 35px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #791f49;
  }
  /* line 615, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h3 {
    font-size: 1.1rem;
    line-height: 1.85rem;
    font-weight: 500;
  }
  /* line 620, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container p, .slider1_inner_content_container .slider1_text_content_container h1 {
    color: #03031d;
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .5px;
    font-weight: 600;
    max-width: 535px;
    font-family: 'Muli', sans-serif;
  }

  /* line 631, ../scss/wethelp.scss */
  .section_opinions {
    margin-bottom: -100px;
  }

  /* line 632, ../scss/wethelp.scss */
  .opinions_bg {
    padding-top: 20px;
    padding-bottom: 145px;
  }

  /* line 636, ../scss/wethelp.scss */
  .opinions_content_container {
    text-align: center;
    margin-top: -35px;
    background-color: #efeff8;
    padding-bottom: 50px;
  }

  /* line 642, ../scss/wethelp.scss */
  .section_opinions_title {
    font-size: 2.2rem;
    line-height: 1.28;
    font-weight: 400;
    margin-bottom: 5px;
    color: #252158;
    background-color: #efeff8;
    min-height: 115px;
    margin-top: -200px;
    padding-top: 35px;
    letter-spacing: 0;
    text-align: center;
  }

  /* line 655, ../scss/wethelp.scss */
  .page_title_container {
    max-width: 48%;
    padding-top: 183px;
  }

  /* line 659, ../scss/wethelp.scss */
  .title_bg {
    height: 434px;
  }

  /* line 662, ../scss/wethelp.scss */
  .post_wrapper {
    margin-top: 50px;
  }

  /* line 664, ../scss/wethelp.scss */
  .content_video_r_container {
    min-height: 390px;
    clear: both;
  }

  /* line 665, ../scss/wethelp.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 670, ../scss/wethelp.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* LR*/
  /* line 677, ../scss/wethelp.scss */
  .rightimage_img_container {
    padding-left: 20px;
  }

  /* line 678, ../scss/wethelp.scss */
  .rightimage_text_container {
    padding-right: 70px;
  }

  /* line 679, ../scss/wethelp.scss */
  .leftimage_text_container {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 683, ../scss/wethelp.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 684, ../scss/wethelp.scss */
  .page_button_big {
    font-size: .95rem;
  }

  /* line 687, ../scss/wethelp.scss */
  hr {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  /* line 691, ../scss/wethelp.scss */
  h3 {
    font-size: 1.8rem;
  }

  /* line 694, ../scss/wethelp.scss */
  h5 {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }

  /* line 698, ../scss/wethelp.scss */
  .text_menu {
    padding: 0 9px;
  }

  /* line 699, ../scss/wethelp.scss */
  .post_wrapper .post_title_container .post_title {
    font-size: 1.9rem;
    line-height: 1.28;
  }

  /* line 703, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  /* line 708, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container {
    background-color: #efeff8;
    margin-top: -160px;
    padding: 35px 50px 0;
  }
  /* line 712, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container hr {
    margin: 0 auto 20px;
  }
  /* line 713, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container .button_wrapper {
    margin: auto;
    text-align: center;
  }
  /* line 718, ../scss/wethelp.scss */
  .section_spacer_spec1 .panels_blockgrid_1a {
    background-color: #efeff8;
    padding: 0 35px 30px;
  }

  /* line 723, ../scss/wethelp.scss */
  .section_bg {
    height: 515px;
    min-height: 515px;
  }

  /* line 728, ../scss/wethelp.scss */
  .page_title {
    font-size: 2.65rem;
    line-height: 1.25;
    letter-spacing: -.5px;
    margin: 15px 0 10px;
    font-weight: 400;
  }

  /* line 736, ../scss/wethelp.scss */
  .section_img_r1 .text_foto_right {
    width: 260px;
  }

  /* line 738, ../scss/wethelp.scss */
  .section_page {
    top: -15px;
  }
  /* line 740, ../scss/wethelp.scss */
  .section_page p {
    line-height: 1.4;
    font-weight: 500;
  }

  /* line 746, ../scss/wethelp.scss */
  .logo {
    padding-top: 37px;
  }
  /* line 748, ../scss/wethelp.scss */
  .logo img {
    height: 98px;
  }

  /* line 750, ../scss/wethelp.scss */
  .menu_flexchild_container {
    width: 100%;
  }

  /* line 751, ../scss/wethelp.scss */
  #menu {
    text-align: right;
    top: 0;
    position: fixed;
    right: 0;
    background-color: #0e2754;
    width: 100%;
    height: 45px;
    padding-right: 10%;
  }
  /* line 760, ../scss/wethelp.scss */
  #menu ul {
    padding: 3px 0 3px 0;
  }
  /* line 762, ../scss/wethelp.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 765, ../scss/wethelp.scss */
  .slide {
    background-position: center top;
    min-height: 595px;
  }

  /* line 769, ../scss/wethelp.scss */
  .slider1_inner_content_container {
    max-width: 500px;
    padding-top: 155px;
  }
  /* line 772, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 774, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 2.7rem;
    line-height: 1.22;
    margin: 10px 0 22px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #791f49;
  }
  /* line 782, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h3 {
    font-size: 1.1rem;
    line-height: 1.85rem;
    font-weight: 500;
  }
  /* line 787, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container p, .slider1_inner_content_container .slider1_text_content_container h1 {
    color: #03031d;
    font-size: 1rem;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
  }

  /* line 796, ../scss/wethelp.scss */
  .title_bg {
    height: 350px;
  }

  /* line 797, ../scss/wethelp.scss */
  .page_title_container {
    max-width: 630px;
    padding-top: 152px;
  }

  /* line 802, ../scss/wethelp.scss */
  .section_opinions {
    margin-bottom: -100px;
  }

  /* line 803, ../scss/wethelp.scss */
  .opinions_bg {
    padding-top: 20px;
    padding-bottom: 145px;
  }

  /* line 807, ../scss/wethelp.scss */
  .opinions_content_container {
    text-align: center;
    margin-top: -40px;
    background-color: #efeff8;
    padding-bottom: 50px;
  }

  /* line 813, ../scss/wethelp.scss */
  .section_opinions_title {
    font-size: 2rem;
    line-height: 1.37;
    font-weight: 400;
    margin-bottom: 0;
    color: #252158;
    background-color: #efeff8;
    min-height: 115px;
    margin-top: -160px;
    padding-top: 33px;
    letter-spacing: 0;
    text-align: center;
  }

  /* line 828, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 290px;
    height: 280px;
  }
  /* line 832, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 500;
    margin: 18px 0 10px;
  }

  /* line 840, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 72px;
    height: 72px;
  }
  /* line 844, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: 1rem;
    line-height: 1.29;
  }

  /* line 849, ../scss/wethelp.scss */
  .post_list_img_container {
    width: 43%;
    float: left;
    padding-right: 4%;
  }

  /* line 854, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_list_foto {
    height: 350px;
  }

  /* line 855, ../scss/wethelp.scss */
  .post_img_container {
    float: right;
    width: 43%;
    padding: 0 0 4% 4%;
  }

  /* line 860, ../scss/wethelp.scss */
  .post_wrapper {
    margin-top: 30px;
  }
  /* line 862, ../scss/wethelp.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 325px;
  }

  /* line 867, ../scss/wethelp.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 872, ../scss/wethelp.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* LR*/
  /* line 879, ../scss/wethelp.scss */
  .rightimage_img_container {
    padding-left: 20px;
  }

  /* line 880, ../scss/wethelp.scss */
  .rightimage_text_container {
    padding-right: 110px;
  }

  /* line 881, ../scss/wethelp.scss */
  .leftimage_text_container {
    padding-left: 80px;
  }

  /* line 882, ../scss/wethelp.scss */
  .section_title, .section_panel_title, .lr_section_title {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 890, ../scss/wethelp.scss */
  .section_spacer_2 {
    padding: 10px 0 40px;
  }

  /* line 893, ../scss/wethelp.scss */
  .page_button_big {
    font-size: .85rem;
    padding: 12px 36px;
  }

  /* line 897, ../scss/wethelp.scss */
  .page_button_small, .page_button_blog, .pagination_buttons_wrapper .pagination_button {
    font-size: .85rem;
    padding: 12px 37px;
    min-width: 125px;
  }

  /* line 902, ../scss/wethelp.scss */
  .section_spacer_default {
    padding: 25px 0;
  }

  /* line 903, ../scss/wethelp.scss */
  .section_spacer_1index {
    padding: 35px 0 20px;
  }

  /* line 904, ../scss/wethelp.scss */
  .section_spacer_1 {
    padding: 0 0 25px;
  }

  /* line 906, ../scss/wethelp.scss */
  hr {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  /* line 910, ../scss/wethelp.scss */
  h3 {
    font-size: 1.6rem;
  }

  /* line 911, ../scss/wethelp.scss */
  h4 {
    font-size: 1.1rem;
  }

  /* line 912, ../scss/wethelp.scss */
  h5 {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* line 916, ../scss/wethelp.scss */
  p, .text_content {
    font-size: .9rem;
    line-height: 1.65;
  }

  /* line 920, ../scss/wethelp.scss */
  blockquote {
    font-size: .9rem;
    line-height: 1.65;
  }

  /* line 924, ../scss/wethelp.scss */
  .text_menu {
    font-size: .9rem;
    padding: 0 8px;
  }

  /* line 928, ../scss/wethelp.scss */
  #short_contact .short_contact_header {
    font-size: 1.75rem;
    line-height: 2.35rem;
  }

  /* line 932, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_abstract_title, .post_wrapper .post_title_container .post_title {
    font-size: 1.5rem;
    line-height: 1.35;
  }

  /* line 937, ../scss/wethelp.scss */
  .page_title {
    font-size: 1.95rem;
    line-height: 2.35rem;
    margin: 15px 0;
    letter-spacing: .5px;
    font-weight: 500;
  }

  /* line 944, ../scss/wethelp.scss */
  .section_bg {
    height: 400px;
    min-height: 400px;
  }

  /* line 949, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container {
    background-color: #efeff8;
    margin-top: -160px;
    padding: 25px 40px 10px;
  }
  /* line 953, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container hr {
    margin: 0 auto 20px;
  }
  /* line 954, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container .button_wrapper {
    margin: auto;
    text-align: center;
  }
  /* line 959, ../scss/wethelp.scss */
  .section_spacer_spec1 .panels_blockgrid_1a {
    background-color: #efeff8;
    padding: 0 35px 30px;
  }

  /* line 965, ../scss/wethelp.scss */
  .panels_blockgrid_1a .blockgrid_panel {
    padding: 3px 0;
  }
  /* line 966, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: .95rem;
    line-height: 1.25;
  }

  /* line 973, ../scss/wethelp.scss */
  .section_img_r1 .text_foto_right {
    width: 260px;
  }

  /* line 976, ../scss/wethelp.scss */
  .section_page {
    top: -15px;
  }
  /* line 978, ../scss/wethelp.scss */
  .section_page p {
    font-size: .85rem;
    line-height: 1.1rem;
    margin-bottom: 0;
    letter-spacing: .5px;
    font-weight: 500;
  }

  /* line 987, ../scss/wethelp.scss */
  .post_list_img_container, .post_img_container {
    width: 420px;
  }

  /* line 988, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_list_foto, .post_wrapper .post_foto {
    height: 230px;
    width: 310px;
    margin-bottom: 20px;
  }

  /* line 993, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_title_container {
    padding: 0;
  }

  /* line 995, ../scss/wethelp.scss */
  .logo {
    padding-top: 45px;
  }
  /* line 997, ../scss/wethelp.scss */
  .logo img {
    height: 80px;
  }

  /* line 999, ../scss/wethelp.scss */
  .logo_index {
    padding-top: 40px;
  }

  /* line 1000, ../scss/wethelp.scss */
  .menu_flexchild_container {
    width: 100%;
  }

  /* line 1001, ../scss/wethelp.scss */
  #menu {
    text-align: left;
    top: 0;
    position: fixed;
    right: 0;
    background-color: #0e2754;
    width: 100%;
    height: 37px;
    padding-top: 8px;
    padding-left: 28px;
  }
  /* line 1011, ../scss/wethelp.scss */
  #menu ul {
    padding: 4px 0 3px 0;
  }
  /* line 1013, ../scss/wethelp.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 1016, ../scss/wethelp.scss */
  .button_mmenu {
    font-weight: 500;
    font-size: 1rem;
    color: white;
  }

  /* line 1021, ../scss/wethelp.scss */
  .slide {
    min-height: 450px;
  }

  /* line 1022, ../scss/wethelp.scss */
  .slider1_inner_content_container {
    padding-top: 135px;
    max-width: 340px;
  }
  /* line 1025, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 1027, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 15px 0 20px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #791f49;
  }
  /* line 1035, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1 {
    display: none;
    color: #03031d;
    font-size: .95rem;
    letter-spacing: .5px;
    font-weight: 500;
    max-width: 480px;
    font-family: 'Muli', sans-serif;
  }
  /* line 1044, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container p, .slider1_inner_content_container .slider1_text_content_container hr {
    display: none;
  }

  /* line 1055, ../scss/wethelp.scss */
  .page_title_container {
    padding-top: 140px;
    max-width: 400px;
  }

  /* line 1059, ../scss/wethelp.scss */
  .title_bg {
    height: 300px;
    background-position: right 30px;
  }

  /* line 1063, ../scss/wethelp.scss */
  .section_opinions {
    margin-bottom: -75px;
  }

  /* line 1064, ../scss/wethelp.scss */
  .opinions_bg {
    padding-top: 20px;
    padding-bottom: 125px;
  }

  /* line 1068, ../scss/wethelp.scss */
  blockquote {
    width: 88%;
  }

  /* line 1069, ../scss/wethelp.scss */
  .opinions_content_container {
    text-align: center;
    margin-top: -35px;
    background-color: #efeff8;
    padding-bottom: 50px;
  }

  /* line 1075, ../scss/wethelp.scss */
  .section_opinions_title {
    font-size: 1.7rem;
    line-height: 1.17;
    font-weight: 400;
    margin-bottom: 0;
    color: #252158;
    background-color: #efeff8;
    min-height: 115px;
    margin-top: -200px;
    padding-top: 35px;
    letter-spacing: 0;
    text-align: center;
  }

  /* line 1090, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1.2rem;
  }
  /* line 1093, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 100%;
    height: 320px;
  }

  /* line 1099, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 72px;
    height: 72px;
  }
  /* line 1103, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* line 1109, ../scss/wethelp.scss */
  .post_wrapper {
    margin-top: 40px;
  }

  /* line 1111, ../scss/wethelp.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 1116, ../scss/wethelp.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* line 1122, ../scss/wethelp.scss */
  .text_foto_right {
    width: 46%;
  }

  /* LR*/
  /* line 1125, ../scss/wethelp.scss */
  .rightimage_img_container img, .leftimage_img_container img {
    width: 60%;
    margin-bottom: 20px;
  }

  /* line 1129, ../scss/wethelp.scss */
  .section_title, .section_panel_title, .lr_section_title {
    font-size: 1.75rem;
    margin-top: 15px;
  }

  /* line 1133, ../scss/wethelp.scss */
  .footer_container {
    padding: 30px 0 10px;
  }

  /* line 1134, ../scss/wethelp.scss */
  #map {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1139, ../scss/wethelp.scss */
  .section_spacer_3 {
    padding: 0 0 40px;
  }

  /* line 1140, ../scss/wethelp.scss */
  .section_form {
    text-align: center;
  }

  /* line 1141, ../scss/wethelp.scss */
  .page_button_big {
    font-size: .85rem;
    padding: 12px 36px;
  }

  /* line 1145, ../scss/wethelp.scss */
  .page_button_small, .page_button_blog, .pagination_buttons_wrapper .pagination_button {
    font-size: .85rem;
    padding: 12px 37px;
    min-width: 125px;
  }

  /* line 1150, ../scss/wethelp.scss */
  .section_spacer_default {
    padding: 30px 0;
  }

  /* line 1151, ../scss/wethelp.scss */
  .section_spacer_1index {
    padding: 35px 0 20px;
  }

  /* line 1152, ../scss/wethelp.scss */
  .section_spacer_1 {
    padding: 0 0 30px;
  }

  /* line 1153, ../scss/wethelp.scss */
  .section_center_small {
    text-align: center;
  }
  /* line 1155, ../scss/wethelp.scss */
  .section_center_small hr {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1161, ../scss/wethelp.scss */
  hr {
    margin: 20px 0;
  }

  /* line 1162, ../scss/wethelp.scss */
  h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  /* line 1166, ../scss/wethelp.scss */
  h4 {
    font-size: 1.1rem;
  }

  /* line 1167, ../scss/wethelp.scss */
  h5 {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* line 1171, ../scss/wethelp.scss */
  p, .text_content {
    font-size: .9rem;
  }

  /* line 1174, ../scss/wethelp.scss */
  blockquote {
    font-size: .9rem;
    line-height: 1.7rem;
  }

  /* line 1178, ../scss/wethelp.scss */
  .text_menu {
    font-size: .9rem;
    padding: 0 8px;
  }

  /* line 1182, ../scss/wethelp.scss */
  #short_contact .short_contact_header {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  /* line 1187, ../scss/wethelp.scss */
  .page_title {
    font-size: 1.5rem;
    line-height: 2.15rem;
    margin: 15px 0;
    letter-spacing: .5px;
    font-weight: 600;
  }

  /* line 1194, ../scss/wethelp.scss */
  .section_bg {
    min-height: 280px;
  }

  /* line 1198, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container {
    background-color: #efeff8;
    min-height: 300px;
    margin-top: -130px;
    padding: 20px 40px 10px;
  }
  /* line 1203, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container hr {
    margin: 0 auto 20px;
  }
  /* line 1204, ../scss/wethelp.scss */
  .section_spacer_spec1 .section_content_container .button_wrapper {
    margin: auto;
    text-align: center;
  }
  /* line 1209, ../scss/wethelp.scss */
  .section_spacer_spec1 .panels_blockgrid_1a {
    background-color: #efeff8;
    padding: 0 20px 30px;
  }

  /* line 1216, ../scss/wethelp.scss */
  .section_img_r1 .text_foto_right {
    width: 260px;
  }

  /* line 1219, ../scss/wethelp.scss */
  .section_page {
    top: -15px;
  }
  /* line 1221, ../scss/wethelp.scss */
  .section_page p {
    font-size: .85rem;
    line-height: 1.1rem;
    margin-bottom: -15px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  /* line 1230, ../scss/wethelp.scss */
  .leftimage_img_container {
    margin-bottom: 20px;
  }

  /* line 1232, ../scss/wethelp.scss */
  .logo {
    padding-top: 35px;
  }
  /* line 1234, ../scss/wethelp.scss */
  .logo img {
    height: 64px;
  }

  /* line 1236, ../scss/wethelp.scss */
  .logo_index {
    position: absolute;
    top: 359px;
    width: 100%;
    text-align: center;
  }

  /* line 1242, ../scss/wethelp.scss */
  .menu_flexchild_container {
    width: 100%;
  }

  /* line 1243, ../scss/wethelp.scss */
  #menu {
    text-align: left;
    top: 0;
    position: fixed;
    right: 0;
    background-color: #0e2754;
    width: 100%;
    height: 37px;
    padding-top: 8px;
    padding-left: 28px;
  }
  /* line 1253, ../scss/wethelp.scss */
  #menu ul {
    padding: 4px 0 3px 0;
  }
  /* line 1255, ../scss/wethelp.scss */
  #menu ul li {
    padding: 7px 0;
  }

  /* line 1258, ../scss/wethelp.scss */
  .button_mmenu {
    font-weight: 500;
    font-size: 1rem;
    color: white;
  }

  /* line 1263, ../scss/wethelp.scss */
  .inner_gradient_bg {
    background-color: transparent;
  }

  /* line 1266, ../scss/wethelp.scss */
  .slide {
    min-height: 785px;
    position: relative;
    background-size: initial;
    background-position: right 35px;
    background-repeat: no-repeat;
    background-color: #efeff8;
  }

  /* line 1274, ../scss/wethelp.scss */
  .slider1_inner_content_container {
    padding-top: 470px;
    max-width: 290px;
    text-align: center;
    margin: auto;
  }
  /* line 1279, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container {
    margin-bottom: 18px;
  }
  /* line 1281, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h2 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 15px 0 20px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #791f49;
  }
  /* line 1289, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container h3, .slider1_inner_content_container .slider1_text_content_container h1 {
    color: #03031d;
    font-size: .95rem;
    letter-spacing: .5px;
    font-weight: 500;
    max-width: 480px;
    font-family: 'Muli', sans-serif;
  }
  /* line 1297, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container hr {
    margin: 12px auto;
  }
  /* line 1298, ../scss/wethelp.scss */
  .slider1_inner_content_container .slider1_text_content_container p {
    display: none;
  }

  /* line 1309, ../scss/wethelp.scss */
  .introduction {
    display: none;
  }

  /* line 1310, ../scss/wethelp.scss */
  .page_title_container {
    padding-top: 112px;
    width: 180px;
  }

  /* line 1314, ../scss/wethelp.scss */
  .title_bg {
    height: 220px;
    background-position: 70% 30px;
  }
  /* line 1317, ../scss/wethelp.scss */
  .title_bg hr {
    margin: 16px 0;
  }

  /* line 1319, ../scss/wethelp.scss */
  .section_opinions {
    margin-bottom: -75px;
  }

  /* line 1320, ../scss/wethelp.scss */
  .opinions_bg {
    padding-top: 20px;
    padding-bottom: 125px;
  }

  /* line 1324, ../scss/wethelp.scss */
  blockquote {
    width: 88%;
  }

  /* line 1325, ../scss/wethelp.scss */
  .opinions_content_container {
    text-align: center;
    margin-top: -35px;
    background-color: #efeff8;
    padding-bottom: 50px;
  }

  /* line 1331, ../scss/wethelp.scss */
  .section_opinions_title {
    font-size: 1.5rem;
    line-height: 1.28;
    font-weight: 400;
    margin-bottom: 0;
    color: #252158;
    background-color: #efeff8;
    margin-top: -120px;
    padding: 25px 30px 30px;
    letter-spacing: 0;
    text-align: center;
  }

  /* line 1345, ../scss/wethelp.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding-right: 0;
    padding-bottom: 5px;
  }
  /* line 1349, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1.3rem;
  }
  /* line 1352, ../scss/wethelp.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 270px;
    height: 250px;
  }

  /* line 1358, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 72px;
    height: 72px;
  }
  /* line 1362, ../scss/wethelp.scss */
  .panels_blockgrid_1a .panel_item_title {
    font-size: .95rem;
    line-height: 1.4;
  }

  /* line 1367, ../scss/wethelp.scss */
  .post_wrapper {
    margin-top: 20px;
  }

  /* line 1369, ../scss/wethelp.scss */
  .text_l {
    float: left;
    margin-right: 10%;
    width: 40%;
  }

  /* line 1374, ../scss/wethelp.scss */
  .video_r {
    padding-top: 25px;
    width: 50%;
    float: left;
  }

  /* line 1380, ../scss/wethelp.scss */
  .post_list_img_container, .post_img_container {
    width: 100%;
  }

  /* line 1381, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_list_foto, .post_wrapper .post_foto {
    height: 210px;
    width: 280px;
    margin-bottom: 15px;
  }

  /* line 1386, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_title_container {
    padding: 0;
  }

  /* line 1387, ../scss/wethelp.scss */
  .post_abstract_wrapper .post_abstract_title, .post_wrapper .post_title_container .post_title {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  /* line 1392, ../scss/wethelp.scss */
  .text_foto_right {
    width: 100%;
  }

  /* LR*/
  /* line 1395, ../scss/wethelp.scss */
  .section_title, .section_panel_title, .lr_section_title {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  /* line 1399, ../scss/wethelp.scss */
  .footer_container {
    padding: 30px 0 10px;
  }

  /* line 1400, ../scss/wethelp.scss */
  #map {
    margin-bottom: -15px;
  }
}
