.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.njt-nofi-container {
z-index: 999;
width: 100%;
}
.njt-nofi-notification-bar {
position: relative;
display: flex;
align-items: center;
padding: 0 10px;
}
.njt-nofi-notification-bar .njt-nofi-content {
text-align: center;
margin: auto;
padding: 10px 50px;
}
.njt-nofi-notification-bar .njt-nofi-text {
display: inline-block;
}
.njt-nofi-notification-bar .njt-nofi-button {
display: inline-block;
}
.njt-nofi-padding-text {
padding: 5px;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text {
text-decoration: none;
}
.njt-nofi-button-text.njt-nofi-padding-text {
padding: 8px 12px;
}
.njt-nofi-notification-bar .njt-nofi-button {
transition: transform 0.5s;
min-width: fit-content;
}
.njt-nofi-notification-bar .njt-nofi-button:hover {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.njt-nofi-notification-bar .njt-nofi-hide {
text-decoration: none;
display: flex;
align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-hide span {
display: flex;
align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon {
width: 100%;
height: 100%;
padding: 7px;
}
.njt-nofi-close-icon-container {
width: 25px;
height: 25px;
border-radius: 50px;
background: #0000002e;
transition: transform 0.5s;
display: flex;
align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon-container:hover {
-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);
}
.njt-nofi-display-toggle {
position: absolute;
right: 15px;
z-index: 9999;
padding: 8px 5px;
display: none;
text-decoration: none;
}
.njt-nofi-display-toggle .njt-nofi-display-toggle-icon {
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0);
width: 100%;
height: 100%;
padding: 7px;
}
.njt-nofi-display-toggle .njt-nofi-display-toggle-icon:hover {
-ms-transform: scale(1.2) rotate(45deg) translate3d(0, 0, 0); -webkit-transform: scale(1.2) rotate(45deg) translate3d(0, 0, 0); transform: scale(1.2) rotate(45deg) translate3d(0, 0, 0);
}
.customize-partial-edit-shortcuts-shown
.njt-nofi-container
.customize-partial-edit-shortcut-button {
left: 5px;
top: 10px;
}
.customize-partial-edit-shortcuts-shown
.njt-nofi-container
.customize-partial-edit-shortcut {
position: inherit;
}
.njt-nofi-container .customize-partial-refreshing {
opacity: 1;
transition: opacity 0.25s;
cursor: progress;
}
.njt-nofi-align-content {
display: flex;
justify-content: center;
align-items: center;
}
.njt-display-none {
display: none;
}
.diplay-device-deskop {
display: block;
}
.diplay-device-mobile {
display: none;
}
@media only screen and (max-width: 480px) {
.njt-nofi-align-content {
flex-wrap: wrap;
}
.njt-nofi-notification-bar .njt-nofi-content {
padding: 10px 20px;
}
.njt-nofi-notification-bar .njt-nofi-hide {
right: 5px;
top: 12px;
}
.njt-display-deskop {
display: none;
}
.njt-display-mobile {
display: block;
}
.diplay-device-deskop {
display: none;
}
.diplay-device-mobile {
display: block;
}
}.dd-c-grid,.dd-m-newsletter,.dd-m-banner .slick-dots,.dd-m-news,.dd-m-faq,.dd-m-ans-content,.dd-l-footer{margin-left:auto;margin-right:auto}.dd-c-grid--wide{width:95%;max-width:93.75rem}.dd-c-grid--normal,.dd-m-newsletter,.dd-m-banner .slick-dots,.dd-m-ans-content,.dd-l-footer{width:87.5%;max-width:73.125rem}.dd-c-grid--small,.dd-m-faq{width:87.5%;max-width:48.125rem}*{-webkit-box-sizing:border-box;box-sizing:border-box;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}html{overflow-x:hidden}body{overflow-x:hidden;color:#3e5875;font-family:"Hind",sans-serif;font-size:16px;font-weight:400}body.menu-open{overflow:hidden}[tabindex]{outline:0}.reset-input,.dd-m-form__input,.dd-m-form__select,.dd-m-form__textarea,.dd-m-form__upload{outline:0;cursor:text}.reset-radio,.dd-m-form__radio input,.dd-m-form__checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer}.reset-button,.dd-m-button,.slick-prev,.slick-next,.dd-m-healthtips-categories__item,.dd-m-ans-nav__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;border:0;text-decoration:none !important}.reset-list,.dd-l-footer-menu-list{margin:0;padding:0;list-style:none}.reset-list ol,.dd-l-footer-menu-list ol,.reset-list ul,.dd-l-footer-menu-list ul,.reset-list li,.dd-l-footer-menu-list li{margin:0;padding:0;list-style:none}@-webkit-keyframes placeholder{0%{background-position:0% 50%}50%{background-position:50% 50%}100%{background-position:0% 50%}}@keyframes placeholder{0%{background-position:0% 50%}50%{background-position:50% 50%}100%{background-position:0% 50%}}.dd-m-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;font-weight:600}.dd-m-button--action,.dd-m-button--option{height:2.5rem;padding:0 1.875rem}.dd-m-button--action{background-color:#f75c03;color:#fff}.dd-m-button--action:hover{background-color:#ff7626}.dd-m-button--text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.8125rem;font-weight:400}.dd-m-button--text .icon{width:.5rem;height:.5rem;margin-left:.5rem}@media (min-width: 53.125rem){.dd-m-button--text{font-size:1.125rem}.dd-m-button--text .icon{width:1.125rem;height:1.125rem;margin-left:.9375rem}}.section-title,.dd-m-about-title,.dd-m-healthtips-header__title,.dd-m-news-header__title,.dd-m-faq-header__title,.dd-m-ans-header__title{margin:0;font-size:1.75rem;font-weight:600}@media (min-width: 74.375rem){.section-title,.dd-m-about-title,.dd-m-healthtips-header__title,.dd-m-news-header__title,.dd-m-faq-header__title,.dd-m-ans-header__title{font-size:2.5rem}}.section-description,.dd-m-about-content p,.dd-m-healthtips-header__text{margin:0;color:#3e5875;font-size:1rem;font-weight:300;line-height:1.4375rem}@media (min-width: 74.375rem){.section-description,.dd-m-about-content p,.dd-m-healthtips-header__text{font-size:1.125rem;line-height:1.6875rem}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.spinner{-webkit-animation:infinite 1.8s spinner linear;animation:infinite 1.8s spinner linear}.placeholder-carousel{width:15000px}.placeholder-bg,.dd-m-banner-loading{position:relative;background-color:#ecf1f6}.placeholder-icon,.dd-m-healthtips-posts-loading .image,.dd-m-healthtips-categories-load .icon,.dd-m-news-loading .image{background:#b8c8d7}.placeholder-text,.dd-m-banner-loading .text,.dd-m-healthtips-posts-loading .title,.dd-m-healthtips-categories-load .title,.dd-m-news-loading .date,.dd-m-news-loading .title,.dd-m-faq-item--loading:before,.dd-m-ans-loading .title span{background:-webkit-gradient(linear, left top, right top, from(#86a0ba), to(#ecf1f6));background:-webkit-linear-gradient(left, #86a0ba, #ecf1f6);background:-o-linear-gradient(left, #86a0ba, #ecf1f6);background:linear-gradient(90deg, #86a0ba, #ecf1f6);-webkit-background-size:400% 400%;background-size:400% 400%;-webkit-animation:placeholder 2s ease infinite;animation:placeholder 2s ease infinite;-webkit-border-radius:9.375rem;border-radius:9.375rem}.slick-dots,.dd-m-banner .slick-dots,.dd-m-news .slick-dots{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 auto;padding:0;list-style:none}.slick-dots button,.dd-m-banner .slick-dots button,.dd-m-news .slick-dots button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0;width:.5rem;height:.5rem;border:0;color:transparent;-webkit-border-radius:50%;border-radius:50%;outline:0}.slick-dots li:not(:last-child){margin-right:.5rem}.slick-prev,.slick-next{position:absolute;top:50%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:4.375rem;height:4.375rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-indent:-999rem;-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15);box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15);border:.0625rem solid #ecf1f6;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;-webkit-background-size:1.4375rem 1.4375rem;background-size:1.4375rem;background-position:center;background-repeat:no-repeat}.slick-prev:hover,.slick-next:hover{background-color:#f75c03}.slick-prev.slick-disabled,.slick-next.slick-disabled{cursor:not-allowed;background-color:#ecf1f6}.slick-prev{left:-11.25rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M.31 7.29L7.21.3c.38-.4 1.01-.4 1.39 0 .39.39.39 1.02 0 1.41L3.39 7h18.62A1 1 0 0 1 23 8c0 .56-.45 1.01-.99 1.01H3.39l5.21 5.28c.39.39.39 1.03 0 1.42a.978.978 0 0 1-1.39 0l-6.91-7-.12-.15-.02-.04-.07-.13-.02-.06-.03-.13H.03C.02 8.14.02 8.07.02 8c0-.06 0-.13.01-.2h.01l.04-.14.01-.04v-.01l.08-.14.01-.02c.04-.06.08-.11.13-.16z' fill='%23b7c7d7' serif:id='Forma 9'/%3E%3C/svg%3E")}.slick-prev:hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M.31 7.29L7.21.3c.38-.4 1.01-.4 1.39 0 .39.39.39 1.02 0 1.41L3.39 7h18.62A1 1 0 0 1 23 8c0 .56-.45 1.01-.99 1.01H3.39l5.21 5.28c.39.39.39 1.03 0 1.42a.978.978 0 0 1-1.39 0l-6.91-7-.12-.15-.02-.04-.07-.13-.02-.06-.03-.13H.03C.02 8.14.02 8.07.02 8c0-.06 0-.13.01-.2h.01l.04-.14.01-.04v-.01l.08-.14.01-.02c.04-.06.08-.11.13-.16z' fill='%23fff' serif:id='Forma 9'/%3E%3C/svg%3E")}.slick-prev.slick-disabled:hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M.31 7.29L7.21.3c.38-.4 1.01-.4 1.39 0 .39.39.39 1.02 0 1.41L3.39 7h18.62A1 1 0 0 1 23 8c0 .56-.45 1.01-.99 1.01H3.39l5.21 5.28c.39.39.39 1.03 0 1.42a.978.978 0 0 1-1.39 0l-6.91-7-.12-.15-.02-.04-.07-.13-.02-.06-.03-.13H.03C.02 8.14.02 8.07.02 8c0-.06 0-.13.01-.2h.01l.04-.14.01-.04v-.01l.08-.14.01-.02c.04-.06.08-.11.13-.16z' fill='%23b7c7d7' serif:id='Forma 9'/%3E%3C/svg%3E")}.slick-next{right:-11.25rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23b7c7d7' serif:id='Forma 9'/%3E%3C/svg%3E")}.slick-next:hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23fff' serif:id='Forma 9'/%3E%3C/svg%3E")}.slick-next.slick-disabled{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23b7c7d7' serif:id='Forma 9'/%3E%3C/svg%3E")}.wpcf7{position:relative}.ajax-loader{display:block;margin:1rem auto}.dd-m-form-submit .dd-m-button{margin:0 !important;width:100% !important;height:3.125rem}.dd-m-form p{margin:0}.dd-m-form br{display:none !important}.dd-m-form__title{margin:0;margin-bottom:.9375rem;font-size:1.5rem;font-weight:500;color:#3e5875}@media (min-width: 53.125rem){.dd-m-form__title{margin-bottom:2.5rem;font-size:2rem}}.dd-m-form__subtitle{margin:0;margin-bottom:1.25rem;color:#f75c03;font-size:.9375rem;font-weight:400}.dd-m-form__subtitle span{display:inline-block;margin-left:.25rem;font-size:.75rem;color:#86a0ba}.dd-m-form-control{position:relative}.dd-m-form-control:not(:last-child){margin-bottom:1.5625rem}.dd-m-form-control .wpcf7-list-item{margin:0}.dd-m-form-control--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dd-m-form-control--flex-direction-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width: 64rem){.dd-m-form-control--flex-direction-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.dd-m-form-control--flex-direction-row .wpcf7-form-control-wrap{width:100%}.dd-m-form-control--flex-direction-row .wpcf7-form-control-wrap:not(:last-child){margin-bottom:1.5625rem}@media (min-width: 64rem){.dd-m-form-control--flex-direction-row .wpcf7-form-control-wrap:not(:last-child){margin-right:1.25rem;margin-bottom:0}}.dd-m-form__input{width:100%;height:3.125rem;padding:1.25rem .9375rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:0;background-color:#eef3f7;color:#3e5875}.dd-m-form__input:hover{background-color:#f5f8fa}.dd-m-form__input:focus{background-color:#fcfdfe}.dd-m-form__input::-webkit-input-placeholder{color:#86a0ba}.dd-m-form__input::-moz-placeholder{color:#86a0ba}.dd-m-form__input:-ms-input-placeholder{color:#86a0ba}.dd-m-form__input::-ms-input-placeholder{color:#86a0ba}.dd-m-form__input::placeholder{color:#86a0ba}.dd-m-form__input.wpcf7-not-valid{-webkit-box-shadow:0 0 0 1px red;box-shadow:0 0 0 1px red}.dd-m-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3.125rem;padding:0 .9375rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:0;background-color:#eef3f7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.791' height='5.94' viewBox='0 0 10.791 5.94'%3E%3Cpath d='M1797.144,2048.959a.785.785,0,0,1-.547-.218l-4.608-4.448a.728.728,0,0,1,0-1.055.793.793,0,0,1,1.093,0l4.063,3.922,4.091-3.924a.792.792,0,0,1,1.093,0,.728.728,0,0,1,0,1.055l-4.637,4.448A.783.783,0,0,1,1797.144,2048.959Z' transform='translate(-1791.764 -2043.019)' fill='%2386a0ba'/%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-background-size:.6875rem .375rem;background-size:.6875rem .375rem;background-position:right .9375rem center;color:#3e5875}.dd-m-form__select:hover{background-color:#f5f8fa}.dd-m-form__select:focus{background-color:#fcfdfe}.dd-m-form__select::-webkit-input-placeholder{color:#86a0ba}.dd-m-form__select::-moz-placeholder{color:#86a0ba}.dd-m-form__select:-ms-input-placeholder{color:#86a0ba}.dd-m-form__select::-ms-input-placeholder{color:#86a0ba}.dd-m-form__select::placeholder{color:#86a0ba}.dd-m-form__textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8.125rem;padding:.9375rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:0;background-color:#eef3f7;color:#3e5875}.dd-m-form__textarea:hover{background-color:#f5f8fa}.dd-m-form__textarea:focus{background-color:#fcfdfe}.dd-m-form__textarea::-webkit-input-placeholder{color:#86a0ba}.dd-m-form__textarea::-moz-placeholder{color:#86a0ba}.dd-m-form__textarea:-ms-input-placeholder{color:#86a0ba}.dd-m-form__textarea::-ms-input-placeholder{color:#86a0ba}.dd-m-form__textarea::placeholder{color:#86a0ba}.dd-m-form__upload{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3.125rem;padding:.4375rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:0;background-color:#eef3f7;cursor:pointer}.dd-m-form__upload .arquivo,.dd-m-form__upload input{position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:100%;height:100%;opacity:0}.dd-m-form__upload__button{width:9.6875rem !important;margin:0 !important;margin-right:.5rem !important;padding:0;background-color:#86a0ba;font-size:.875rem;font-weight:500}.dd-m-form__radio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 53.125rem){.dd-m-form__radio{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.dd-m-form__radio label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dd-m-form__radio input{min-width:1.5625rem;max-width:1.5625rem;min-height:1.5625rem;max-height:1.5625rem;margin-right:.625rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:.0625rem solid #eef3f7;background-color:#eef3f7;-webkit-border-radius:50%;border-radius:50%}.dd-m-form__radio input:hover{background-color:#f5f8fa}.dd-m-form__radio input:checked{background-color:#86a0ba;border-width:.375rem}.dd-m-form__radio input:checked:hover{border-color:#f5f8fa}.dd-m-form__radio .wpcf7-list-item{margin-bottom:1.25rem}@media (min-width: 53.125rem){.dd-m-form__radio .wpcf7-list-item{width:8.75rem;margin-bottom:0}}.dd-m-form__radio .wpcf7-list-item-label{cursor:pointer;font-size:.8125rem;font-weight:600;line-height:1rem}.dd-m-form__checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.dd-m-form__checkbox label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dd-m-form__checkbox input{min-width:1.5625rem;max-width:1.5625rem;min-height:1.5625rem;max-height:1.5625rem;margin-right:.625rem;-webkit-box-shadow:0 0 0 1px #dde7ef;box-shadow:0 0 0 1px #dde7ef;border:.0625rem solid #eef3f7;background-color:#eef3f7;-webkit-border-radius:.1875rem;border-radius:.1875rem}.dd-m-form__checkbox input:hover{background-color:#f5f8fa}.dd-m-form__checkbox input:checked{background-color:#86a0ba;border-width:.375rem}.dd-m-form__checkbox input:checked:hover{border-color:#f5f8fa}.dd-m-form__checkbox .wpcf7-list-item{width:8.75rem}.dd-m-form__checkbox .wpcf7-list-item-label{cursor:pointer;font-size:.8125rem;font-weight:600;line-height:1rem}.form-control,.dd-m-newsletter-form-control{position:relative}.form-label,.dd-m-newsletter__label{position:absolute;top:50%;left:.75rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);family:"Hind",sans-serif;size:1rem;weight:300;color:#86a0ba;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;cursor:text}@media (min-width: 74.375rem){.form-label,.dd-m-newsletter__label{left:1.25rem}}.form-input,.dd-m-newsletter__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;margin:0;padding:.9375rem .75rem;outline:0;border:.0625rem solid #ecf1f6;-webkit-border-radius:.3125rem;border-radius:.3125rem;color:#3e5875;family:"Hind",sans-serif;size:.875rem;weight:300;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 74.375rem){.form-input,.dd-m-newsletter__input{padding:1.25rem 1.25rem;font-size:1rem}}.form-input::-webkit-input-placeholder,.dd-m-newsletter__input::-webkit-input-placeholder{color:#86a0ba}.form-input::-moz-placeholder,.dd-m-newsletter__input::-moz-placeholder{color:#86a0ba}.form-input:-ms-input-placeholder,.dd-m-newsletter__input:-ms-input-placeholder{color:#86a0ba}.form-input::-ms-input-placeholder,.dd-m-newsletter__input::-ms-input-placeholder{color:#86a0ba}.form-input::placeholder,.dd-m-newsletter__input::placeholder{color:#86a0ba}@media (min-width: 74.375rem){.form-input.is-focus,.is-focus.dd-m-newsletter__input,.form-input:focus,.dd-m-newsletter__input:focus{padding:1.5625rem 1.25rem .9375rem}}.form-input.is-focus+label,.is-focus.dd-m-newsletter__input+label,.form-input:focus+label,.dd-m-newsletter__input:focus+label{display:none}@media (min-width: 74.375rem){.form-input.is-focus+label,.is-focus.dd-m-newsletter__input+label,.form-input:focus+label,.dd-m-newsletter__input:focus+label{display:block;font-size:.8125rem;-webkit-transform:translateY(-1.25rem);-ms-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}}.form-input.error,.error.dd-m-newsletter__input{border-color:red}.form-input.success,.success.dd-m-newsletter__input{border-color:#01b567}.wpcf7-not-valid-tip{margin:8px 0 !important;font-size:14px !important}.wpcf7-response-output{margin:0 !important;text-align:center;font-size:16px;line-height:24px;border:2px solid !important;padding:16px !important;-webkit-border-radius:8px;border-radius:8px}.wpcf7-response-output.wpcf7-validation-errors{color:red;border-color:red;background:rgba(255,0,0,0.05)}.wpcf7-response-output.wpcf7-mail-sent-ok{color:#01b567;border-color:#01b567;background:rgba(1,181,103,0.05)}.dd-m-newsletter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:3.75rem;margin-bottom:3.75rem}@media (min-width: 74.375rem){.dd-m-newsletter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:6.25rem;margin-bottom:6.25rem}}.dd-m-newsletter-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;margin-bottom:1.875rem;color:#86a0ba;line-height:1.625rem;font-size:1.25rem;font-weight:400}@media (min-width: 74.375rem){.dd-m-newsletter-title{margin-bottom:0;margin-right:1.25rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;font-size:1.875rem;line-height:2.375rem}}.dd-m-newsletter-title .icon{width:1.625rem;height:1.25rem;margin-bottom:1.25rem;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem)}@media (min-width: 74.375rem){.dd-m-newsletter-title .icon{min-width:3.1875rem;min-height:2.4375rem;margin-right:1.875rem;margin-bottom:0}}.dd-m-newsletter-form{position:relative;width:100%}@media (min-width: 74.375rem){.dd-m-newsletter-form{max-width:38.75rem}}.dd-m-newsletter-form-control{margin-bottom:1.25rem}@media (min-width: 74.375rem){.dd-m-newsletter-form-control{margin-bottom:0}}.dd-m-newsletter-form-control.is-error .dd-m-newsletter__input{border-color:red}.dd-m-newsletter-form-control.is-error .dd-m-newsletter__label{color:red}.dd-m-newsletter-form-control.is-success .dd-m-newsletter__input{border-color:#01b567}.dd-m-newsletter-form-control.is-success .dd-m-newsletter__label{color:#01b567}.dd-m-newsletter__button{width:100%;background-color:#f75c03}@media (min-width: 74.375rem){.dd-m-newsletter__button{width:auto;position:absolute;right:.625rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.dd-m-newsletter__button--loading span{display:none}.dd-m-scrolltop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(35%);-ms-transform:translateY(35%);transform:translateY(35%)}.dd-m-scrolltop__button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.75rem;height:3.75rem;-webkit-border-radius:50%;border-radius:50%;border:.0625rem solid #ecf1f6;background-color:#fff;-webkit-box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15);box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15);-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-scrolltop__button:hover{background-color:#f75c03;border-color:#f75c03;-webkit-transform:translateY(-.1875rem);-ms-transform:translateY(-.1875rem);transform:translateY(-.1875rem)}.dd-m-scrolltop__button:hover .icon{fill:#fff}.dd-m-scrolltop .icon{width:.875rem;height:1.25rem;pointer-events:none;fill:#f75c03}.dd-m-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.dd-m-social-item{width:1.625rem;height:1.625rem}.dd-m-social-item:not(:last-child){margin-right:.9375rem}.dd-m-social-item .icon{width:100%;height:100%;fill:#86a0ba;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-social-item:hover .icon{fill:#f75c03}.dd-m-postbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:3.75rem auto;-webkit-border-radius:.3125rem;border-radius:.3125rem;overflow:hidden}@media (min-width: 53.125rem){.dd-m-postbox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.dd-m-postbox--list{border:.0625rem solid #ecf1f6}.dd-m-postbox--list .dd-m-postbox-content{width:100%}@media (min-width: 53.125rem){.dd-m-postbox--list .dd-m-postbox-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.dd-m-postbox--list .dd-m-postbox-content ul{width:100%;margin:1.5625rem;margin:0;padding:0 1.25rem}.dd-m-postbox--list .dd-m-postbox-content ul:not(:last-child){margin-bottom:.625rem}@media (min-width: 53.125rem){.dd-m-postbox--list .dd-m-postbox-content ul:not(:last-child){margin-bottom:0}}@media (min-width: 53.125rem){.dd-m-postbox--list .dd-m-postbox-content ul:first-child{margin-left:3.75rem}}.dd-m-postbox--list .dd-m-postbox-content li:not(:last-child){margin-bottom:.625rem}.dd-m-postbox--unities{background-color:#86a0ba;color:#fff}.dd-m-postbox--unities .dd-m-postbox-figure,.dd-m-postbox--unities .dd-m-postbox-content{width:100%}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-figure,.dd-m-postbox--unities .dd-m-postbox-content{width:50%}}.dd-m-postbox--unities .dd-m-postbox-unity{text-align:center}.dd-m-postbox--unities .dd-m-postbox-unity:not(:last-child){margin-bottom:1.875rem}.dd-m-postbox--unities .dd-m-postbox-unity__title{margin:0;margin-bottom:.3125rem;font-size:1rem;font-weight:700}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-unity__title{margin-bottom:.9375rem;font-size:1.5rem}}.dd-m-postbox--unities .dd-m-postbox-unity__address{margin-bottom:.3125rem}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-unity__address{margin-bottom:.9375rem}}.dd-m-postbox--unities .dd-m-postbox-unity__address p{margin:0;color:#fff;font-size:.8125rem}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-unity__address p{font-size:1rem}}.dd-m-postbox--unities .dd-m-postbox-unity__tel{margin-bottom:.3125rem;color:#3e5875;font-weight:700}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-unity__tel{margin-bottom:.9375rem}}.dd-m-postbox--unities .dd-m-postbox-unity__tel a{color:#3e5875;text-decoration:none}.dd-m-postbox--unities .dd-m-postbox-unity__tel p{margin:0}.dd-m-postbox--unities .dd-m-postbox-unity__tel p:before{content:'';display:inline-block;width:.9375rem;height:.9375rem;margin-right:.625rem;vertical-align:middle;background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 22 22" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath d="M18.16 22.01h-.18c-3.21-.349-6.22-1.418-8.82-3.097a19.936 19.936 0 0 1-6.07-6.066 19.64 19.64 0 0 1-3.1-8.746v-.277C-.01 2.232 1.27.937 2.84.937h2.92c1.45 0 2.66 1.047 2.88 2.491.1.871.3 1.701.6 2.492.1.294.21.617.21.993 0 .762-.32 1.513-.87 2.062l-.67.672c1.09 1.748 2.59 3.252 4.39 4.408l.71-.701c.94-.851 2.19-1.018 3.08-.614.62.208 1.54.484 2.44.592 1.46.224 2.53 1.446 2.53 2.848v2.942c0 1.593-1.3 2.888-2.9 2.888zM2.84 2.862c-.51 0-.93.432-.93.962v.182c.28 2.689 1.24 5.417 2.8 7.795a17.938 17.938 0 0 0 5.49 5.493 18.35 18.35 0 0 0 7.89 2.796l.07-.005c.54 0 .97-.423.97-.963V16.18c0-.46-.37-.863-.86-.939-1.07-.128-2.14-.456-2.85-.692l-.13-.052c-.04-.021-.1-.044-.26-.044-.32 0-.58.188-.7.299l-1.2 1.2a.955.955 0 0 1-1.16.153c-2.6-1.497-4.72-3.621-6.11-6.146a.965.965 0 0 1 .16-1.147l1.2-1.199c.19-.188.3-.448.3-.7 0-.062-.06-.236-.1-.351-.34-.901-.57-1.881-.69-2.878a.963.963 0 0 0-.97-.822H2.84zm14.34 6.685a.966.966 0 0 1-.95-.783c-.29-1.532-1.48-2.73-3.03-3.053a.964.964 0 0 1-.75-1.139.972.972 0 0 1 1.14-.747c2.32.483 4.1 2.28 4.54 4.58a.966.966 0 0 1-.95 1.142zm3.86 0a.961.961 0 0 1-.96-.859c-.38-3.54-3.24-6.391-6.79-6.777a.96.96 0 0 1-.85-1.064.965.965 0 0 1 1.06-.852C17.94.48 21.52 4.049 22 8.48a.973.973 0 0 1-.96 1.067z" fill-rule="nonzero" fill="%233e5875" serif:id="Forma 8"/%3E%3C/svg%3E');background-repeat:no-repeat;-webkit-background-size:.9375rem .9375rem;background-size:.9375rem .9375rem}@media (min-width: 53.125rem){.dd-m-postbox--unities .dd-m-postbox-unity__tel p:before{width:1.5625rem;height:1.5625rem;-webkit-background-size:1.5625rem 1.5625rem;background-size:1.5625rem 1.5625rem}}.dd-m-postbox--unities .dd-m-postbox-unity__wpp{margin:0 !important;background-color:#3e5875;color:#fff}.dd-m-postbox-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:.9375rem 0;background-color:#ecf1f6}@media (min-width: 53.125rem){.dd-m-postbox-header{width:16.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:3.125rem 5.3125rem}}.dd-m-postbox-header__icon{width:2.1875rem;height:auto;margin-right:.9375rem}@media (min-width: 53.125rem){.dd-m-postbox-header__icon{width:3.75rem;margin-right:0;margin-bottom:1.5625rem}}.dd-m-postbox-header__title{margin:0;color:#3e5875;font-size:1.25rem;font-weight:700}@media (min-width: 53.125rem){.dd-m-postbox-header__title{font-size:1.875rem}}.dd-m-postbox-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.5625rem}@media (min-width: 53.125rem){.dd-m-postbox-content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2.5rem 0}}.dd-m-postbox-figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}i.icon{display:block;margin-right:.625rem;background-repeat:no-repeat}i.icon-features-check{width:2.1875rem;height:2.1875rem;-webkit-background-size:100% 100%;background-size:100% 100%}i.icon-features-check--orange{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.007' height='33.047' viewBox='0 0 35.007 33.047'%3E%3Cpath d='M870.974,1472.464c0-9.1,7.838-16.5,17.473-16.5a18.476,18.476,0,0,1,7.14,1.378,1.475,1.475,0,0,1,.815,1.984,1.633,1.633,0,0,1-2.1.769,15.129,15.129,0,0,0-5.851-1.122c-7.878,0-14.286,6.051-14.286,13.487,0,7.466,6.408,13.542,14.286,13.542,7.911,0,14.347-6.076,14.347-13.542V1471.1a1.6,1.6,0,0,1,3.187,0v1.365c0,9.127-7.866,16.551-17.534,16.551C878.812,1489.015,870.974,1481.591,870.974,1472.464Zm16.346,4.072-4.752-4.486a1.446,1.446,0,0,1,0-2.128,1.664,1.664,0,0,1,2.255,0l3.626,3.424,14.813-13.93a1.664,1.664,0,0,1,2.255,0,1.444,1.444,0,0,1,0,2.128l-15.94,14.99a1.663,1.663,0,0,1-2.252,0Z' transform='translate(-870.974 -1455.968)' fill='%23f75c03'/%3E%3C/svg%3E")}i.icon-arrow-min-right{width:.625rem;height:.625rem;-webkit-background-size:100% 100%;background-size:100% 100%}i.icon-arrow-min-right--white{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.014' height='12.012' viewBox='0 0 7.014 12.012'%3E%3Cpath d='M750.872,1238a.888.888,0,0,1-.621-.249.846.846,0,0,1,0-1.217l4.633-4.555-4.631-4.522a.846.846,0,0,1,0-1.217.9.9,0,0,1,1.246,0l5.252,5.129a.846.846,0,0,1,0,1.214l-5.253,5.162A.889.889,0,0,1,750.872,1238Z' transform='translate(-749.991 -1225.991)' fill='%23fff'/%3E%3C/svg%3E")}i.icon-arrow-min-right--gray-hhh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.014' height='12.012' viewBox='0 0 7.014 12.012'%3E%3Cpath d='M750.872,1238a.888.888,0,0,1-.621-.249.846.846,0,0,1,0-1.217l4.633-4.555-4.631-4.522a.846.846,0,0,1,0-1.217.9.9,0,0,1,1.246,0l5.252,5.129a.846.846,0,0,1,0,1.214l-5.253,5.162A.889.889,0,0,1,750.872,1238Z' transform='translate(-749.991 -1225.991)' fill='%23b8c8d7'/%3E%3C/svg%3E")}i.icon-arrow-right{width:1.125rem;height:1.125rem;-webkit-background-size:100% 100%;background-size:100% 100%}i.icon-arrow-right--white{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23fff' serif:id='Forma 9'/%3E%3C/svg%3E")}i.icon-arrow-right--gray-hhh{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23B8C8D7' serif:id='Forma 9'/%3E%3C/svg%3E")}i.icon-phone{width:1.25rem;height:1.25rem;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem 1.25rem}@media (min-width: 53.125rem){i.icon-phone{width:1.5625rem;height:1.5625rem;-webkit-background-size:1.5625rem 1.5625rem;background-size:1.5625rem 1.5625rem}}i.icon-phone--orange{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" viewBox="0 0 22 22" id="icon" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath d="M18.16 22.01h-.18c-3.21-.349-6.22-1.418-8.82-3.097a19.936 19.936 0 0 1-6.07-6.066 19.64 19.64 0 0 1-3.1-8.746v-.277C-.01 2.232 1.27.937 2.84.937h2.92c1.45 0 2.66 1.047 2.88 2.491.1.871.3 1.701.6 2.492.1.294.21.617.21.993 0 .762-.32 1.513-.87 2.062l-.67.672c1.09 1.748 2.59 3.252 4.39 4.408l.71-.701c.94-.851 2.19-1.018 3.08-.614.62.208 1.54.484 2.44.592 1.46.224 2.53 1.446 2.53 2.848v2.942c0 1.593-1.3 2.888-2.9 2.888zM2.84 2.862c-.51 0-.93.432-.93.962v.182c.28 2.689 1.24 5.417 2.8 7.795a17.938 17.938 0 0 0 5.49 5.493 18.35 18.35 0 0 0 7.89 2.796l.07-.005c.54 0 .97-.423.97-.963V16.18c0-.46-.37-.863-.86-.939-1.07-.128-2.14-.456-2.85-.692l-.13-.052c-.04-.021-.1-.044-.26-.044-.32 0-.58.188-.7.299l-1.2 1.2a.955.955 0 0 1-1.16.153c-2.6-1.497-4.72-3.621-6.11-6.146a.965.965 0 0 1 .16-1.147l1.2-1.199c.19-.188.3-.448.3-.7 0-.062-.06-.236-.1-.351-.34-.901-.57-1.881-.69-2.878a.963.963 0 0 0-.97-.822H2.84zm14.34 6.685a.966.966 0 0 1-.95-.783c-.29-1.532-1.48-2.73-3.03-3.053a.964.964 0 0 1-.75-1.139.972.972 0 0 1 1.14-.747c2.32.483 4.1 2.28 4.54 4.58a.966.966 0 0 1-.95 1.142zm3.86 0a.961.961 0 0 1-.96-.859c-.38-3.54-3.24-6.391-6.79-6.777a.96.96 0 0 1-.85-1.064.965.965 0 0 1 1.06-.852C17.94.48 21.52 4.049 22 8.48a.973.973 0 0 1-.96 1.067z" fill="%23f75b03" fill-rule="nonzero" serif:id="Forma 8"%3E%3C/path%3E%3C/svg%3E')}i.icon-phone--gray{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" viewBox="0 0 22 22" id="icon" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath d="M18.16 22.01h-.18c-3.21-.349-6.22-1.418-8.82-3.097a19.936 19.936 0 0 1-6.07-6.066 19.64 19.64 0 0 1-3.1-8.746v-.277C-.01 2.232 1.27.937 2.84.937h2.92c1.45 0 2.66 1.047 2.88 2.491.1.871.3 1.701.6 2.492.1.294.21.617.21.993 0 .762-.32 1.513-.87 2.062l-.67.672c1.09 1.748 2.59 3.252 4.39 4.408l.71-.701c.94-.851 2.19-1.018 3.08-.614.62.208 1.54.484 2.44.592 1.46.224 2.53 1.446 2.53 2.848v2.942c0 1.593-1.3 2.888-2.9 2.888zM2.84 2.862c-.51 0-.93.432-.93.962v.182c.28 2.689 1.24 5.417 2.8 7.795a17.938 17.938 0 0 0 5.49 5.493 18.35 18.35 0 0 0 7.89 2.796l.07-.005c.54 0 .97-.423.97-.963V16.18c0-.46-.37-.863-.86-.939-1.07-.128-2.14-.456-2.85-.692l-.13-.052c-.04-.021-.1-.044-.26-.044-.32 0-.58.188-.7.299l-1.2 1.2a.955.955 0 0 1-1.16.153c-2.6-1.497-4.72-3.621-6.11-6.146a.965.965 0 0 1 .16-1.147l1.2-1.199c.19-.188.3-.448.3-.7 0-.062-.06-.236-.1-.351-.34-.901-.57-1.881-.69-2.878a.963.963 0 0 0-.97-.822H2.84zm14.34 6.685a.966.966 0 0 1-.95-.783c-.29-1.532-1.48-2.73-3.03-3.053a.964.964 0 0 1-.75-1.139.972.972 0 0 1 1.14-.747c2.32.483 4.1 2.28 4.54 4.58a.966.966 0 0 1-.95 1.142zm3.86 0a.961.961 0 0 1-.96-.859c-.38-3.54-3.24-6.391-6.79-6.777a.96.96 0 0 1-.85-1.064.965.965 0 0 1 1.06-.852C17.94.48 21.52 4.049 22 8.48a.973.973 0 0 1-.96 1.067z" fill="%23788DA3" fill-rule="nonzero" serif:id="Forma 8"%3E%3C/path%3E%3C/svg%3E')}i.icon-sac{width:1.25rem;height:1.25rem;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem 1.25rem}@media (min-width: 53.125rem){i.icon-sac{width:1.5625rem;height:1.5625rem;-webkit-background-size:1.5625rem 1.5625rem;background-size:1.5625rem 1.5625rem}}i.icon-sac--gray{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15.999" height="15.999" viewBox="0 0 15.999 15.999"%3E%3Cpath d="M857.778,1122a2.392,2.392,0,0,1-2.373-2.4v-2.39a2.364,2.364,0,0,1,2.373-2.4H859.4v-.8a6.4,6.4,0,0,0-12.794,0v.8h1.589a2.407,2.407,0,0,1,2.4,2.4v2.39a2.407,2.407,0,0,1-2.4,2.4h-.817a2.392,2.392,0,0,1-2.373-2.4V1114a8,8,0,1,1,16,0v5.6a2.408,2.408,0,0,1-2.4,2.4Zm-.771-4.793v2.39a.787.787,0,0,0,.771.8h.817a.811.811,0,0,0,.8-.8V1116.4h-1.618A.769.769,0,0,0,857.007,1117.206Zm-10.4,2.39a.788.788,0,0,0,.771.8h.817a.812.812,0,0,0,.8-.8v-2.39a.793.793,0,0,0-.8-.8H846.6Z" transform="translate(-845 -1106)" fill="%23788da3"/%3E%3C/svg%3E')}i.icon-wpp{width:1.25rem;height:1.25rem;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem 1.25rem}@media (min-width: 53.125rem){i.icon-wpp{width:1.5625rem;height:1.5625rem;-webkit-background-size:1.5625rem 1.5625rem;background-size:1.5625rem 1.5625rem}}i.icon-wpp--orange{background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath serif:id="Forma 1" d="M23.99 11.691c0 6.452-5.27 11.683-11.77 11.683-2.07 0-4.01-.528-5.7-1.454L.01 23.992l2.12-6.269A11.584 11.584 0 0 1 .44 11.69C.44 5.238 5.71.007 12.22.007c6.5.002 11.77 5.232 11.77 11.684zM12.22 1.87c-5.46 0-9.9 4.407-9.9 9.823 0 2.15.7 4.14 1.88 5.758l-1.23 3.647 3.8-1.208a9.884 9.884 0 0 0 5.45 1.623c5.45 0 9.9-4.406 9.9-9.822 0-5.414-4.45-9.821-9.9-9.821zm5.94 12.512c-.07-.117-.26-.189-.55-.334-.29-.144-1.71-.836-1.97-.929-.27-.096-.46-.145-.65.142s-.75.932-.92 1.123c-.17.191-.33.215-.62.073-.29-.144-1.22-.446-2.33-1.42-.85-.761-1.43-1.697-1.6-1.984-.17-.286-.02-.441.13-.584.13-.129.28-.334.43-.502.14-.167.19-.285.29-.477a.522.522 0 0 0-.03-.503c-.07-.144-.64-1.551-.89-2.124-.24-.573-.48-.478-.64-.478-.17 0-.37-.024-.56-.024-.19 0-.5.071-.77.358-.26.287-1.01.98-1.01 2.389 0 1.411 1.04 2.771 1.18 2.961.15.191 2 3.178 4.93 4.324 2.94 1.146 2.94.763 3.47.714.53-.047 1.7-.692 1.94-1.359.24-.671.24-1.247.17-1.366z" fill="%2301b115" fill-rule="nonzero"/%3E%3C/svg%3E')}i.icon-wpp--gray{background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath serif:id="Forma 1" d="M23.99 11.691c0 6.452-5.27 11.683-11.77 11.683-2.07 0-4.01-.528-5.7-1.454L.01 23.992l2.12-6.269A11.584 11.584 0 0 1 .44 11.69C.44 5.238 5.71.007 12.22.007c6.5.002 11.77 5.232 11.77 11.684zM12.22 1.87c-5.46 0-9.9 4.407-9.9 9.823 0 2.15.7 4.14 1.88 5.758l-1.23 3.647 3.8-1.208a9.884 9.884 0 0 0 5.45 1.623c5.45 0 9.9-4.406 9.9-9.822 0-5.414-4.45-9.821-9.9-9.821zm5.94 12.512c-.07-.117-.26-.189-.55-.334-.29-.144-1.71-.836-1.97-.929-.27-.096-.46-.145-.65.142s-.75.932-.92 1.123c-.17.191-.33.215-.62.073-.29-.144-1.22-.446-2.33-1.42-.85-.761-1.43-1.697-1.6-1.984-.17-.286-.02-.441.13-.584.13-.129.28-.334.43-.502.14-.167.19-.285.29-.477a.522.522 0 0 0-.03-.503c-.07-.144-.64-1.551-.89-2.124-.24-.573-.48-.478-.64-.478-.17 0-.37-.024-.56-.024-.19 0-.5.071-.77.358-.26.287-1.01.98-1.01 2.389 0 1.411 1.04 2.771 1.18 2.961.15.191 2 3.178 4.93 4.324 2.94 1.146 2.94.763 3.47.714.53-.047 1.7-.692 1.94-1.359.24-.671.24-1.247.17-1.366z" fill="%23788DA3" fill-rule="nonzero"/%3E%3C/svg%3E')}i.icon-wpp--white{background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"%3E%3Cpath serif:id="Forma 1" d="M23.99 11.691c0 6.452-5.27 11.683-11.77 11.683-2.07 0-4.01-.528-5.7-1.454L.01 23.992l2.12-6.269A11.584 11.584 0 0 1 .44 11.69C.44 5.238 5.71.007 12.22.007c6.5.002 11.77 5.232 11.77 11.684zM12.22 1.87c-5.46 0-9.9 4.407-9.9 9.823 0 2.15.7 4.14 1.88 5.758l-1.23 3.647 3.8-1.208a9.884 9.884 0 0 0 5.45 1.623c5.45 0 9.9-4.406 9.9-9.822 0-5.414-4.45-9.821-9.9-9.821zm5.94 12.512c-.07-.117-.26-.189-.55-.334-.29-.144-1.71-.836-1.97-.929-.27-.096-.46-.145-.65.142s-.75.932-.92 1.123c-.17.191-.33.215-.62.073-.29-.144-1.22-.446-2.33-1.42-.85-.761-1.43-1.697-1.6-1.984-.17-.286-.02-.441.13-.584.13-.129.28-.334.43-.502.14-.167.19-.285.29-.477a.522.522 0 0 0-.03-.503c-.07-.144-.64-1.551-.89-2.124-.24-.573-.48-.478-.64-.478-.17 0-.37-.024-.56-.024-.19 0-.5.071-.77.358-.26.287-1.01.98-1.01 2.389 0 1.411 1.04 2.771 1.18 2.961.15.191 2 3.178 4.93 4.324 2.94 1.146 2.94.763 3.47.714.53-.047 1.7-.692 1.94-1.359.24-.671.24-1.247.17-1.366z" fill="%23fff" fill-rule="nonzero"/%3E%3C/svg%3E')}.dd-m-contactinfo{width:100%;padding:1.875rem 1.25rem;-webkit-border-radius:.3125rem .3125rem 5rem .3125rem;border-radius:.3125rem .3125rem 5rem .3125rem;background-color:#eef3f7;color:#86a0ba}@media (min-width: 53.125rem){.dd-m-contactinfo{padding:2.1875rem 2.375rem 3.75rem;min-height:28.75rem}}@media (min-width: 64rem){.dd-m-contactinfo{width:23.125rem}}.dd-m-contactinfo p{margin:0;line-height:1.375rem}.dd-m-contactinfo p:not(:last-child){margin-bottom:1.875rem}.dd-m-contactinfo h4{margin:0;font-weight:500;color:#3e5875}.dd-m-contactinfo-content{margin-bottom:1.875rem}.dd-m-contactinfo-content p:first-child{font-size:1.125rem;line-height:1.5625rem}.dd-m-contactinfo-tels p{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.5rem !important;font-weight:600}.dd-m-contactinfo-tels p .icon{margin-right:.625rem;width:1rem;height:1rem;-webkit-background-size:1rem 1rem;background-size:1rem 1rem}.dd-m-contactinfo-tels p:not(:last-child){margin-bottom:.9375rem}.dd-m-wideimg{width:100%;margin:1.875rem;text-decoration:none;color:#fff}@media (min-width: 53.125rem){.dd-m-wideimg{margin:3.75rem}}.dd-m-wideimg-figure{position:relative;margin:0;padding:0}.dd-m-wideimg-figure img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dd-m-wideimg-caption{position:absolute;top:50%;left:0;right:0;margin:0 auto;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.dd-m-wideimg-caption__title{margin:0;font-size:1.375rem;font-weight:700;line-height:2.75rem}@media (min-width: 53.125rem){.dd-m-wideimg-caption__title{font-size:2.5rem;line-height:3.75rem}}.dd-m-share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:3.75rem 0;padding-top:1.875rem;border-top:.0625rem solid #ecf1f6}.dd-m-share__title{display:block;margin-right:.9375rem;color:#86a0ba}.dd-m-share-item{width:1.875rem;height:1.875rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-share-item:hover{-webkit-transform:translateY(-.3125rem);-ms-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}.dd-m-share-item:not(:last-child){margin-right:.9375rem}.dd-m-share-item--facebook svg{fill:#3b5998}.dd-m-share-item--twitter svg{fill:#1da1f2}.dd-m-share-item--whatsapp svg{fill:#25d366}.dd-m-share-item svg{width:100%;height:100%}.cookie-modal{position:fixed;left:0;right:0;bottom:0;z-index:99999}.cookie-modal.is-open{height:100%;overflow-y:auto}@media (min-width: 560px){.cookie-modal.is-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.cookie-modal.is-open .cookie-modal__button__config,.cookie-modal.is-open .cookie-modal__actions__message{display:none}.cookie-modal.is-open .cookie-modal__bg{opacity:1;pointer-events:all}.cookie-modal.is-open .cookie-modal__wrapper{position:relative;background-color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}@media (min-width: 560px){.cookie-modal.is-open .cookie-modal__wrapper{width:80%;max-width:584px;height:auto}}.cookie-modal:not(.is-open) .cookie-modal__body,.cookie-modal:not(.is-open) .cookie-modal__footer{display:none}.cookie-modal__bg{opacity:0;pointer-events:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6)}.cookie-modal__wrapper{padding:32px 16px;background-color:rgba(242,242,242,0.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 560px){.cookie-modal__wrapper{padding:40px}}.cookie-modal.is-open .cookie-modal__wrapper>*:not(:last-child){margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #ccc}.cookie-modal__header,.cookie-modal__body,.cookie-modal__footer{max-width:960px;margin:auto}.cookie-modal__title{margin:0;font-size:16px;color:#555;font-weight:500}@media (min-width: 560px){.cookie-modal__title{font-size:18px}}.cookie-modal__description{margin:8px 0 24px;font-size:12px;font-weight:100;line-height:1.5;color:#777}@media (min-width: 560px){.cookie-modal__description{font-size:14px}}.cookie-modal__description a{color:#4285f4}.cookie-modal__description a:hover{text-decoration:none}.cookie-modal__button{display:inline-block;margin:0;padding:0;border:0;-webkit-appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;text-decoration:none;text-align:center;background-color:transparent;outline:0;cursor:pointer;width:100%;height:40px;padding:0 24px;-webkit-border-radius:4px;border-radius:4px;text-transform:uppercase;font-size:13px;font-weight:500;letter-spacing:0.8px}@media (min-width: 560px){.cookie-modal__button{width:-webkit-calc(50% - 8px);width:calc(50% - 8px);margin:4px}}@media (min-width: 560px){.cookie-modal__button{width:auto}}.cookie-modal__button--outlined{border:1px solid #4285f4;color:#4285f4}.cookie-modal__button--outlined:hover{background-color:rgba(66,134,244,0.1)}.cookie-modal__button--filled{background-color:#4285f4;color:#fff}.cookie-modal__button--filled:hover{-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1)}.cookie-modal__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}@media (min-width: 560px){.cookie-modal__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media (min-width: 560px){.cookie-modal__actions{text-align:left}}.cookie-modal__actions>*{margin-top:4px;margin-bottom:4px}@media (min-width: 560px){.cookie-modal__actions>*{margin:0}}.cookie-modal__actions__message{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;font-size:14px;font-weight:100;color:#777;background-image:url("data:image/svg+xml,%3Csvg width='32' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg id='svg_35'%3E%3Cellipse ry='9.625226' rx='9.625226' id='svg_36' cy='10.968561' cx='20.843652' stroke='%23666666' fill='none'/%3E%3Cline id='svg_37' y2='11.593576' x2='8.845567' y1='11.593576' x1='0.843182' stroke='%23666666' fill='none'/%3E%3Cline id='svg_38' y2='8.531004' x2='8.843776' y1='8.531004' x1='4.030757' stroke='%23666666' fill='none'/%3E%3Cline id='svg_39' y2='14.61423' x2='8.843776' y1='14.61423' x1='4.030757' stroke='%23666666' fill='none'/%3E%3Cline id='svg_40' y2='11.593576' x2='24.951552' y1='11.593576' x1='20.138533' stroke='%23666666' fill='none'/%3E%3Cline id='svg_41' y2='4.774241' x2='20.406142' y1='12.093587' x1='20.406142' stroke='%23666666' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;height:21px;padding-left:40px}@media (min-width: 560px){.cookie-modal__actions__message{width:100%}}@media (min-width: 560px){.cookie-modal__actions__message{margin-bottom:0;margin-left:24px;-webkit-box-ordinal-group:unset;-webkit-order:unset;-ms-flex-order:unset;order:unset;width:auto;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.cookie-modal__apps{margin:0;padding:0;list-style:none}.cookie-modal__apps__item>div{position:relative;padding-left:72px}.cookie-modal__apps__item:not(:last-child){margin-bottom:16px}.cookie-modal__apps__all{margin-top:24px;padding-top:24px;border-top:1px solid #ccc}.cookie-modal__apps__input{position:absolute;top:0;left:0;opacity:0}.cookie-modal__apps__input:checked+.cookie-modal__apps__label .switch:after{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform:translateX(25px)}+.cookie-modal__apps__label .switch{background-color:#34a853}.cookie-modal__apps__input:disabled+.cookie-modal__apps__label .switch{cursor:not-allowed !important;background-color:#ccc}.cookie-modal__apps__item .switch{position:absolute;top:0;left:0;display:block;width:50px;height:30px;padding:0 4px;-webkit-border-radius:25px;border-radius:25px;background-color:#ddd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-shadow:0 6px 6px rgba(0,0,0,0.1);box-shadow:0 6px 6px rgba(0,0,0,0.1)}.cookie-modal__apps__item .switch:after{content:"";display:block;width:24px;height:24px;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;-webkit-transition:0.3s all ease;-o-transition:0.3s all ease;transition:0.3s all ease}.cookie-modal__apps__label{display:block;margin-bottom:4px;font-size:14px;cursor:pointer}.cookie-modal__apps__label strong{font-weight:500}.cookie-modal__apps__label span{font-weight:100;color:#999}.cookie-modal__apps__description p{margin:0;font-size:13px;font-weight:100;color:#999;line-height:1.5}.dd-m-banner{position:relative;margin-bottom:-.25rem;background-color:#ecf1f6}.dd-m-banner .slick-slider{background-color:#fff}.dd-m-banner picture{display:block;width:100%}.dd-m-banner--nobanner{height:17.5rem;background-color:#ecf1f6}.dd-m-banner-loading .text{width:30%;height:3rem}.dd-m-banner-item{position:relative}.dd-m-banner-item img{width:100%;display:block}.dd-m-banner-title{margin:0;color:#fff;text-align:center;font-size:2rem;font-weight:700}@media (min-width: 53.125rem){.dd-m-banner-title{font-size:3.5rem}}.dd-m-banner-subtitle{color:#fff;text-transform:uppercase;font-size:.625rem;font-weight:700;letter-spacing:.1875rem}@media (min-width: 53.125rem){.dd-m-banner-subtitle{font-size:.875rem}}.dd-m-banner .slick-dots{position:absolute;left:0;right:0;bottom:2.1875rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 74.375rem){.dd-m-banner .slick-dots{bottom:11.875rem;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.dd-m-banner .slick-dots button{background-color:#ecf1f6}.dd-m-banner .slick-active button{background-color:#f75c03}.dd-m-plans{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:2.3125rem;margin-bottom:2.3125rem;width:100%}@media (min-width: 74.375rem){.dd-m-plans{margin-top:0;margin-bottom:-10rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.dd-m-plans-header{position:relative;display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;min-width:16.875rem;max-width:16.875rem;margin-right:1.875rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;background-color:#ecf1f6;overflow:unset !important}@media (min-width: 74.375rem){.dd-m-plans-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.dd-m-plans-header .icon{position:absolute;top:0;left:0;right:0;display:block;width:5.5625rem;height:6.25rem;margin:0 auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.dd-m-plans-header__title{margin:0 3.25rem;font-size:2.5rem;font-weight:500;line-height:2.875rem;color:#86a0ba}.dd-m-plans-list.slick-slider{width:100% !important}.dd-m-plans-list.slick-slider .slick-slide:not(:last-child){margin-right:30px}.dd-m-plans-list.slick-slider .slick-list{overflow:unset !important}.dd-m-plans-item{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:16.875rem;height:20rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;overflow:hidden;text-decoration:none;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-plans-item:not(:last-child){margin-right:1.875rem}.dd-m-plans-item:hover{-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);-webkit-transform:translateY(-1.25rem);-ms-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}.dd-m-plans-item:hover .dd-m-plans-item__button{-webkit-transform:translateX(.3125rem);-ms-transform:translateX(.3125rem);transform:translateX(.3125rem)}.dd-m-plans-item__title{margin:0 0 .625rem;text-transform:uppercase;font-size:1.5rem;font-weight:700}.dd-m-plans-item__subtitle{margin:0;font-size:1rem;font-weight:400}.dd-m-plans-item__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;margin-left:auto;padding:0;background-color:transparent;border:0;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;width:1.0625rem;height:.74375rem;outline:0;cursor:pointer}.dd-m-plans-item__button .icon{width:100%;height:100%}.dd-m-plans-item--pf{background-color:#f75c03}.dd-m-plans-item--pj{background-color:#830d0d}.dd-m-plans-item--company{background-color:#361e15}.dd-m-plans-figure{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:0;opacity:.3}.dd-m-plans-figure img{max-height:10.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.dd-m-plans-content{margin-bottom:1.25rem;padding:0 1.75rem;color:#fff}.dd-m-plans-content hgroup{margin-bottom:.8125rem}.dd-m-about{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4.375rem}@media (min-width: 74.375rem){.dd-m-about{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:16.875rem}}.dd-m-about-header{margin-bottom:2.5rem}@media (min-width: 74.375rem){.dd-m-about-header{margin-bottom:3.125rem}}.dd-m-about-subtitle{margin:0;color:#86a0ba;font-size:.875rem;font-weight:300}@media (min-width: 74.375rem){.dd-m-about-subtitle{font-size:1.125rem}}.dd-m-about-content{width:100%;margin-bottom:1.875rem}@media (min-width: 74.375rem){.dd-m-about-content{max-width:31.25rem}}@-webkit-keyframes scrollbutton{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(.625rem);transform:translateY(.625rem);opacity:0}}@keyframes scrollbutton{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(.625rem);transform:translateY(.625rem);opacity:0}}.dd-m-scrolldown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:3.125rem auto 6.25rem}.dd-m-scrolldown__button{display:block;width:1.25rem;height:1.5rem;-webkit-animation:scrollbutton infinite 1.5s;animation:scrollbutton infinite 1.5s}.dd-m-scrolldown .icon{width:100%;height:100%;pointer-events:none}.dd-m-stats{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:100%}@media (min-width: 74.375rem){.dd-m-stats{min-width:35.625rem;width:35.625rem}}.dd-m-stats-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:-webkit-calc(50% - 6px);width:calc(50% - 6px);padding:1.25rem .875rem;background-color:#ecf1f6}@media (min-width: 74.375rem){.dd-m-stats-item{width:17.625rem;padding:2.0625rem 2.375rem}}.dd-m-stats-item:nth-child(odd){margin-right:.375rem}.dd-m-stats-item:not(:nth-child(-n+2)):not(:nth-last-child(-n+2)){margin-top:.375rem;margin-bottom:.375rem}.dd-m-stats-item:nth-child(1){-webkit-border-top-left-radius:.625rem;border-top-left-radius:.625rem}@media (min-width: 53.125rem){.dd-m-stats-item:nth-child(1){-webkit-border-top-left-radius:2.1875rem;border-top-left-radius:2.1875rem}}.dd-m-stats-item:nth-child(2){-webkit-border-top-right-radius:.625rem;border-top-right-radius:.625rem}@media (min-width: 53.125rem){.dd-m-stats-item:nth-child(2){-webkit-border-top-right-radius:2.1875rem;border-top-right-radius:2.1875rem}}.dd-m-stats-item:nth-last-child(2){-webkit-border-bottom-left-radius:.625rem;border-bottom-left-radius:.625rem}@media (min-width: 53.125rem){.dd-m-stats-item:nth-last-child(2){-webkit-border-bottom-left-radius:2.1875rem;border-bottom-left-radius:2.1875rem}}.dd-m-stats-item:nth-last-child(1){-webkit-border-bottom-right-radius:.625rem;border-bottom-right-radius:.625rem}@media (min-width: 53.125rem){.dd-m-stats-item:nth-last-child(1){-webkit-border-bottom-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem}}.dd-m-stats .icon{min-width:1.875rem;max-width:1.875rem;min-height:1.875rem;max-height:1.875rem;margin-right:.5rem}@media (min-width: 26.25rem){.dd-m-stats .icon{min-width:2.8125rem;max-width:2.8125rem;min-height:2.8125rem;max-height:2.8125rem}}@media (min-width: 53.125rem){.dd-m-stats .icon{margin-right:.9375rem}}@media (min-width: 74.375rem){.dd-m-stats .icon{min-width:3.9375rem;max-width:3.9375rem;min-height:3.9375rem;max-height:3.9375rem}}.dd-m-stats-number,.dd-m-stats-title{margin:0;color:#86a0ba;font-weight:500}.dd-m-stats-number{font-size:1.125rem}@media (min-width: 26.25rem){.dd-m-stats-number{font-size:1.25rem}}@media (min-width: 74.375rem){.dd-m-stats-number{font-size:2.5rem}}.dd-m-stats-title{font-size:.8125rem}@media (min-width: 26.25rem){.dd-m-stats-title{font-size:1rem}}@media (min-width: 74.375rem){.dd-m-stats-title{font-size:1.5rem}}.dd-m-healthtips{position:relative;background-color:#ecf1f6;margin-bottom:3.75rem}@media (min-width: 80rem){.dd-m-healthtips{margin-bottom:16.875rem}.dd-m-healthtips:before{content:"";position:absolute;top:-45%;z-index:-1;display:block;width:109.375rem;height:23.625rem;margin-right:auto;background-image:url(//santacasamauasaude.com.br/wp-content/themes/santa-casa-maua-saude-theme/public/img/svg/healthtips-details.svg);background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%}}.dd-m-healthtips .dd-c-grid,.dd-m-healthtips .dd-m-newsletter,.dd-m-healthtips .dd-m-banner .slick-dots,.dd-m-banner .dd-m-healthtips .slick-dots,.dd-m-healthtips .dd-m-news,.dd-m-healthtips .dd-m-faq,.dd-m-healthtips .dd-m-ans-content,.dd-m-healthtips .dd-l-footer{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:3rem 0}@media (min-width: 80rem){.dd-m-healthtips .dd-c-grid,.dd-m-healthtips .dd-m-newsletter,.dd-m-healthtips .dd-m-banner .slick-dots,.dd-m-banner .dd-m-healthtips .slick-dots,.dd-m-healthtips .dd-m-news,.dd-m-healthtips .dd-m-faq,.dd-m-healthtips .dd-m-ans-content,.dd-m-healthtips .dd-l-footer{width:87.5%;height:31.25rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0}}.dd-m-healthtips-header{margin-bottom:3.125rem}.dd-m-healthtips-header__title{margin-bottom:2.5rem}@media (min-width: 80re){.dd-m-healthtips-header__title{text-align:center}}.dd-m-healthtips-header__text{display:none}@media (min-width: 80rem){.dd-m-healthtips-header__text{display:block}}.dd-m-healthtips-content{width:90%;margin:0 auto 2.5rem;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media (min-width: 80rem){.dd-m-healthtips-content{max-width:33.125rem;margin-bottom:0;margin-right:0;-webkit-box-ordinal-group:unset;-webkit-order:unset;-ms-flex-order:unset;order:unset}}.dd-m-healthtips-posts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;width:100% !important}@media (min-width: 80rem){.dd-m-healthtips-posts{position:absolute;left:0;max-width:35.625rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:unset;-webkit-order:unset;-ms-flex-order:unset;order:unset}}.dd-m-healthtips-posts-loading{width:1920px !important}.dd-m-healthtips-posts-loading .card{width:12.5rem;height:16.25rem;background-color:#fff;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);-webkit-border-radius:.3125rem;border-radius:.3125rem;overflow:hidden}@media (min-width: 53.125rem){.dd-m-healthtips-posts-loading .card{width:16.875rem;height:19.625rem}}@media (min-width: 80rem){.dd-m-healthtips-posts-loading .card:nth-child(1),.dd-m-healthtips-posts-loading .card:nth-child(3){-webkit-transform:translateY(3.75rem);-ms-transform:translateY(3.75rem);transform:translateY(3.75rem)}}.dd-m-healthtips-posts-loading .card:nth-child(1),.dd-m-healthtips-posts-loading .card:nth-child(2){margin-bottom:1.875rem}.dd-m-healthtips-posts-loading .card:not(:last-child){margin-right:1.875rem}@media (min-width: 80rem){.dd-m-healthtips-posts-loading .card:not(:last-child){margin-right:0}}.dd-m-healthtips-posts-loading .image{position:relative;height:8.75rem}@media (min-width: 53.125rem){.dd-m-healthtips-posts-loading .image{height:11.875rem}}.dd-m-healthtips-posts-loading .tag{position:absolute;bottom:-.9375rem;left:1.25rem;width:6.25rem;height:1.875rem;-webkit-border-radius:3.125rem;border-radius:3.125rem;background-color:#ecf1f6}@media (min-width: 53.125rem){.dd-m-healthtips-posts-loading .tag{left:1.875rem}}.dd-m-healthtips-posts-loading .title{width:7.5rem;height:1rem;margin-top:3.125rem;margin-left:1.25rem}@media (min-width: 53.125rem){.dd-m-healthtips-posts-loading .title{margin-left:1.875rem}}.dd-m-healthtips-posts .slick-list{overflow:unset !important}@media (min-width: 80rem){.dd-m-healthtips-posts .slick-track{max-width:100%}}@media (min-width: 80rem){.dd-m-healthtips-posts .slick-slide>div{margin-bottom:1.875rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-healthtips-posts .slick-slide:nth-child(1)>div{-webkit-transform:translateY(3.75rem);-ms-transform:translateY(3.75rem);transform:translateY(3.75rem)}}.dd-m-healthtips-posts .slick-slide:not(:last-child){margin-right:.625rem}@media (min-width: 53.125rem){.dd-m-healthtips-posts .slick-slide:not(:last-child){margin-right:1.875rem}}.dd-m-healthtips-posts__item{display:block;width:100%;max-width:12.5rem;max-height:16.25rem;background-color:#fff;text-decoration:none;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);-webkit-border-radius:.3125rem;border-radius:.3125rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;overflow:hidden}@media (min-width: 53.125rem){.dd-m-healthtips-posts__item{max-width:16.875rem;max-height:21.875rem}}.dd-m-healthtips-posts__item:hover .dd-m-healthtips-posts__title{color:#86a0ba}.dd-m-healthtips-posts__item:hover .dd-m-healthtips-posts-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.dd-m-healthtips-posts-image{position:relative;margin:0;width:100%;height:8.75rem;overflow:hidden}@media (min-width: 53.125rem){.dd-m-healthtips-posts-image{height:11.875rem}}.dd-m-healthtips-posts-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-healthtips-posts__category{position:absolute;top:-1.5625rem;padding:.5rem 1rem;line-height:.5625rem;background-color:#f75c03;color:#fff;font-size:.75rem;font-weight:500;-webkit-border-radius:3.125rem;border-radius:3.125rem;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}@media (min-width: 53.125rem){.dd-m-healthtips-posts__category{top:-1.875rem;padding:.625rem .9375rem;font-size:.875rem}}.dd-m-healthtips-posts-content{position:relative;padding-top:1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:2.5rem}@media (min-width: 53.125rem){.dd-m-healthtips-posts-content{padding:2.375rem 1.875rem 1.875rem}}.dd-m-healthtips-posts__title{margin:0;color:#3e5875;font-size:1.125rem;font-weight:500;line-height:1.3125rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 53.125rem){.dd-m-healthtips-posts__title{font-size:1.5rem;line-height:1.75rem}}.dd-m-healthtips-categories{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.dd-m-healthtips-categories-load{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:4.0625rem;height:3.75rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;background-color:#fff}@media (min-width: 53.125rem){.dd-m-healthtips-categories-load{width:7.1875rem;height:6.875rem}}.dd-m-healthtips-categories-load .icon{min-width:1.875rem;max-width:1.875rem;min-height:1.5625rem;max-height:1.5625rem;margin-bottom:.625rem}@media (min-width: 120rem){.dd-m-healthtips-categories-load .icon{margin-bottom:1.25rem;min-width:2.5rem;max-width:2.5rem;min-height:1.875rem;max-height:1.875rem}}.dd-m-healthtips-categories-load .title{width:60%;height:.625rem}.dd-m-healthtips-categories-wrap{position:relative}.dd-m-healthtips-categories-wrap.is-disabled{opacity:.5;pointer-events:none}@media (min-width: 53.125rem){.dd-m-healthtips-categories-wrap:not(:last-child){margin-right:1.5625rem}}.dd-m-healthtips-categories-wrap input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0}.dd-m-healthtips-categories-wrap input:not(:checked){cursor:pointer}.dd-m-healthtips-categories-wrap input:checked+.dd-m-healthtips-categories__item{background-color:#f75c03;color:#fff;cursor:default}.dd-m-healthtips-categories-wrap input:checked+.dd-m-healthtips-categories__item:hover{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.dd-m-healthtips-categories-wrap input:checked+.dd-m-healthtips-categories__item .icon{fill:#fff}.dd-m-healthtips-categories__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:4.0625rem;height:3.75rem;padding:1.25rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;background-color:#fff;color:#f75c03;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 53.125rem){.dd-m-healthtips-categories__item{width:7.1875rem;height:6.875rem}}.dd-m-healthtips-categories__item:hover{background-color:#ffece1}.dd-m-healthtips-categories__item .icon{min-width:1.875rem;max-width:1.875rem;min-height:1.5625rem;max-height:1.5625rem;margin-bottom:.625rem;fill:#f75c03}@media (min-width: 53.125rem){.dd-m-healthtips-categories__item .icon{margin-bottom:1.25rem;min-width:3.125rem;max-width:3.125rem;min-height:2.5rem;max-height:2.5rem}}.dd-m-healthtips-categories__title{margin:0;font-size:.625rem;font-weight:600}@media (min-width: 53.125rem){.dd-m-healthtips-categories__title{font-size:.875rem}}.home .dd-m-news:before{content:'';position:absolute;top:-14.375rem;left:-2.5rem;z-index:-1;display:block;width:31.375rem;height:33.3125rem;margin-right:auto;background-image:url(//santacasamauasaude.com.br/wp-content/themes/santa-casa-maua-saude-theme/public/img/svg/news-details.svg);background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%}.dd-m-news{position:relative;margin-bottom:3.75rem;width:100%}@media (min-width: 74.375rem){.dd-m-news{margin-bottom:7.5rem;width:90%;max-width:73.125rem}}.dd-m-news-header{margin-bottom:2.5rem}.dd-m-news-header__title{text-align:center}.dd-m-news-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1920px !important}.dd-m-news-loading .card{width:17.5rem;height:23.5rem;overflow:hidden;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);-webkit-border-radius:.3125rem;border-radius:.3125rem;background-color:#fff}@media (min-width: 53.125rem){.dd-m-news-loading .card{width:21.875rem}}.dd-m-news-loading .card:not(:last-child){margin-right:1.875rem}.dd-m-news-loading .image{height:11.875rem}@media (min-width: 53.125rem){.dd-m-news-loading .image{height:13.75rem}}.dd-m-news-loading .date{height:1rem;width:5rem;margin:1.875rem}.dd-m-news-loading .title{height:1.75rem;margin:1.875rem}.dd-m-news-item{width:100%;min-width:17.5rem;max-width:17.5rem;overflow:hidden;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);-webkit-border-radius:.3125rem;border-radius:.3125rem;background-color:#fff;text-decoration:none;display:block;color:#3e5875;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 53.125rem){.dd-m-news-item{min-width:21.875rem;max-width:21.875rem}}.dd-m-news-item:hover{color:#86a0ba}.dd-m-news-item__content{padding:1.875rem}.dd-m-news-item__image{margin:0;width:100%;height:11.875rem}@media (min-width: 53.125rem){.dd-m-news-item__image{height:13.75rem}}.dd-m-news-item__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dd-m-news-item__date{display:block;margin-bottom:1.25rem;font-size:.8125rem;color:#f75c03}@media (min-width: 53.125rem){.dd-m-news-item__date{margin-bottom:1.875rem;font-size:.875rem}}.dd-m-news-item__title{line-height:1.3125rem;font-size:1.125rem;font-weight:500}@media (min-width: 53.125rem){.dd-m-news-item__title{font-size:1.5rem;line-height:1.75rem}}.dd-m-news .slick-slider{width:100% !important}.dd-m-news .slick-slider:hover .slick-arrow{opacity:1}.dd-m-news .slick-slide{margin:0 1.875rem;max-width:23.125rem;opacity:.5;pointer-events:none;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-news .slick-slide:not(:last-child){margin-right:1.25rem}@media (min-width: 53.125rem){.dd-m-news .slick-slide:not(:last-child){margin-right:1.875rem}}.dd-m-news .slick-list{overflow:unset !important;margin:0 -1.25rem}@media (min-width: 53.125rem){.dd-m-news .slick-list{margin:0 -1.875rem}}.dd-m-news .slick-dots{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:3.75rem}.dd-m-news .slick-dots button{background-color:#b8c8d7}.dd-m-news .slick-active,.dd-m-news .slick-current{opacity:1;pointer-events:all}.dd-m-news .slick-active button,.dd-m-news .slick-current button{background-color:#f75c03}.dd-m-news .slick-arrow{opacity:0;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-faq{margin-bottom:3.75rem}@media (min-width: 74.375rem){.dd-m-faq{margin-bottom:7.5rem}}.dd-m-faq-header{margin-bottom:2.5rem}.dd-m-faq-header__title{text-align:center}.dd-m-faq-item:not(:last-child){margin-bottom:1.25rem}@media (min-width: 53.125rem){.dd-m-faq-item:not(:last-child){margin-bottom:1.875rem}}.dd-m-faq-item.is-closed .dd-m-faq-item-content{overflow:hidden;height:0;opacity:0}.dd-m-faq-item.is-closed .dd-m-faq-item-header{margin-bottom:0}.dd-m-faq-item.is-closed .dd-m-faq-item-header:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath serif:id='Forma 23' d='M15.29 18H2.67C1.2 18 0 16.79 0 15.29V2.67C0 1.2 1.2 0 2.67 0h12.62C16.79 0 18 1.2 18 2.67v12.62c0 1.49-1.21 2.71-2.71 2.71zM2.67 1.8c-.49 0-.87.38-.87.87v12.62c0 .5.39.91.87.91h12.62c.49 0 .91-.42.91-.91V2.67c0-.48-.41-.87-.91-.87H2.67zM8.1 8.1V5.39c0-.5.4-.9.9-.9s.9.4.9.9V8.1h2.71c.49 0 .9.4.9.9s-.4.9-.9.9H9.9v2.71c0 .49-.4.9-.9.9s-.9-.41-.9-.9V9.9H5.39c-.5 0-.9-.4-.9-.9s.4-.9.9-.9H8.1z' fill='%23f75b03'/%3E%3C/svg%3E")}.dd-m-faq-item-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:3.75rem;margin-bottom:1.25rem;padding:0 1.25rem;background-color:#ecf1f6;color:#3e5875;cursor:pointer}@media (min-width: 53.125rem){.dd-m-faq-item-header{padding:0 1.875rem}}.dd-m-faq-item-header:after{content:'';display:block;min-width:1.125rem;max-width:1.125rem;min-height:1.125rem;max-height:1.125rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath serif:id='Forma 24' d='M15.29 18H2.67C1.2 18 0 16.79 0 15.29V2.67C0 1.2 1.2 0 2.67 0h12.62C16.79 0 18 1.2 18 2.67v12.62c0 1.49-1.21 2.71-2.71 2.71zm0-16.2H2.67c-.49 0-.87.38-.87.87v12.62c0 .5.39.91.87.91h12.62c.49 0 .91-.42.91-.91V2.67c0-.48-.41-.87-.91-.87zm-2.68 8.1H5.39c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h7.22c.49 0 .9.4.9.9s-.4.9-.9.9z' fill='%23f75b03'/%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%;background-position:center}.dd-m-faq-item__title{pointer-events:none;margin:0;font-size:.875rem;font-weight:600;line-height:1.0625rem}@media (min-width: 53.125rem){.dd-m-faq-item__title{font-size:1rem;line-height:1.5rem}}.dd-m-faq-item-content{-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-faq-item-content a{color:#f75c03;text-decoration:none}.dd-m-faq-item-content a:hover{text-decoration:underline}.dd-m-faq-item-content p{color:#86a0ba;font-size:.875rem;font-weight:300;line-height:1.25rem}@media (min-width: 53.125rem){.dd-m-faq-item-content p{font-size:1rem;line-height:1.5rem}}.dd-m-faq-item--loading{cursor:progress;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.875rem;height:3.75rem;background-color:#eef3f7}.dd-m-faq-item--loading:before{content:'';display:block;width:40%;height:1.125rem}.dd-m-faq-item--loading:after{content:'';display:block;width:1.125rem;height:1.125rem;background-color:#b8c8d7}.dd-m-faq-item--loading:not(:last-child){margin-bottom:1.25rem}@media (min-width: 53.125rem){.dd-m-faq-item--loading:not(:last-child){margin-bottom:1.875rem}}.dd-m-faq-item--loading:nth-child(2){opacity:.7}.dd-m-faq-item--loading:nth-child(3){opacity:.5}.dd-m-ans{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:3.125rem 0 2.5rem;background-color:#ecf1f6}@media (min-width: 80rem){.dd-m-ans{padding:6.25rem 0 7.5rem}}.dd-m-ans-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2.5rem}.dd-m-ans-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1920px}.dd-m-ans-loading .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:14.375rem;height:8.125rem;padding:1.875rem 1.25rem;background-color:#fff;-webkit-border-radius:.3125rem;border-radius:.3125rem}.dd-m-ans-loading .card:not(:last-child){margin-right:1.875rem}.dd-m-ans-loading .title{width:100%}.dd-m-ans-loading .title span{display:block;height:.875rem}.dd-m-ans-loading .title span:nth-child(1){width:100%}.dd-m-ans-loading .title span:nth-child(2){width:75%}.dd-m-ans-loading .title span:nth-child(3){width:80%}.dd-m-ans-loading .title span:nth-child(4){width:90%}.dd-m-ans-loading .title span:not(:last-child){margin-bottom:.4375rem}.dd-m-ans-nav{display:none}@media (min-width: 53.125rem){.dd-m-ans-nav{display:block}}.dd-m-ans-nav__button{width:1.875rem;height:1.875rem;background-color:#b8c8d7;background-repeat:no-repeat;-webkit-background-size:.75rem .75rem;background-size:.75rem;background-position:center;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-m-ans-nav__button:hover{background-color:#86a0ba}.dd-m-ans-nav__button:not(:last-child){margin-right:1.25rem}.dd-m-ans-nav__prev{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M.31 7.29L7.21.3c.38-.4 1.01-.4 1.39 0 .39.39.39 1.02 0 1.41L3.39 7h18.62A1 1 0 0 1 23 8c0 .56-.45 1.01-.99 1.01H3.39l5.21 5.28c.39.39.39 1.03 0 1.42a.978.978 0 0 1-1.39 0l-6.91-7-.12-.15-.02-.04-.07-.13-.02-.06-.03-.13H.03C.02 8.14.02 8.07.02 8c0-.06 0-.13.01-.2h.01l.04-.14.01-.04v-.01l.08-.14.01-.02c.04-.06.08-.11.13-.16z' fill='%23fff' serif:id='Forma 9'/%3E%3C/svg%3E")}.dd-m-ans-nav__next{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%23fff' serif:id='Forma 9'/%3E%3C/svg%3E")}.dd-m-ans-item{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:14.375rem;min-height:8.125rem;padding:1.875rem 1.25rem;text-decoration:none;background-color:#fff;-webkit-border-radius:.3125rem;border-radius:.3125rem;color:#f75c03;font-size:.875rem;line-height:1.25rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 53.125rem){.dd-m-ans-item{padding:1.875rem;font-size:1rem;line-height:1.5rem}}.dd-m-ans-item:hover{-webkit-box-shadow:0 .9375rem 3.75rem rgba(54,30,21,0.1);box-shadow:0 .9375rem 3.75rem rgba(54,30,21,0.1)}.dd-m-ans .slick-slider{width:100% !important}.dd-m-ans .slick-slide{margin:0 .625rem;opacity:.5;pointer-events:none}@media (min-width: 53.125rem){.dd-m-ans .slick-slide{margin:0 1.875rem}}.dd-m-ans .slick-active,.dd-m-ans .slick-current{opacity:1;pointer-events:all}.dd-m-ans .slick-list{overflow:unset !important;margin:0 -.625rem}@media (min-width: 53.125rem){.dd-m-ans .slick-list{margin:0 -1.875rem}}.dd-m-ans-posts{margin:0;padding:0;list-style:none}.dd-m-ans-posts-item{padding:1.375rem 0;font-size:.875rem;font-weight:700;line-height:1.125rem;border-bottom:.0625rem solid #ecf1f6}@media (min-width: 53.125rem){.dd-m-ans-posts-item{padding:1.875rem 0;font-size:1.125rem;line-height:1.5rem;border-bottom:.125rem solid #ecf1f6}}.dd-m-ans-posts-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#86a0ba}.dd-m-ans-posts-item a:hover{color:#3e5875}.dd-m-ans-posts-item a:hover:before{border-color:#86a0ba;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.014' height='12.012' viewBox='0 0 7.014 12.012'%3E%3Cpath d='M750.872,1238a.888.888,0,0,1-.621-.249.846.846,0,0,1,0-1.217l4.633-4.555-4.631-4.522a.846.846,0,0,1,0-1.217.9.9,0,0,1,1.246,0l5.252,5.129a.846.846,0,0,1,0,1.214l-5.253,5.162A.889.889,0,0,1,750.872,1238Z' transform='translate(-749.991 -1225.991)' fill='%2386a0ba'/%3E%3C/svg%3E")}.dd-m-ans-posts-item a:before{content:'';width:1.875rem;height:1.875rem;margin-right:.9375rem;-webkit-border-radius:50%;border-radius:50%;border:.125rem solid #b8c8d7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.014' height='12.012' viewBox='0 0 7.014 12.012'%3E%3Cpath d='M750.872,1238a.888.888,0,0,1-.621-.249.846.846,0,0,1,0-1.217l4.633-4.555-4.631-4.522a.846.846,0,0,1,0-1.217.9.9,0,0,1,1.246,0l5.252,5.129a.846.846,0,0,1,0,1.214l-5.253,5.162A.889.889,0,0,1,750.872,1238Z' transform='translate(-749.991 -1225.991)' fill='%23b8c8d7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;-webkit-background-size:.3125rem .5625rem;background-size:.3125rem .5625rem;background-color:#fff;-webkit-box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15);box-shadow:0 .9375rem 3.75rem rgba(62,88,117,0.15)}@media (min-width: 53.125rem){.dd-m-ans-posts-item a:before{width:2.5rem;height:2.5rem;-webkit-background-size:.4375rem .75rem;background-size:.4375rem .75rem}}@-webkit-keyframes is-float{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes is-float{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.dd-l-header{position:absolute;left:0;right:0;z-index:1;width:100%;overflow:hidden}@media (min-width: 80rem){.dd-l-header{overflow:unset;position:relative;background-color:#eef3f7;-webkit-box-shadow:1.25rem 0 2.5rem rgba(62,88,117,0.15);box-shadow:1.25rem 0 2.5rem rgba(62,88,117,0.15)}}.dd-l-header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:4.375rem;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 80rem){.dd-l-header-container{height:5.625rem}}.dd-l-header.is-float{position:fixed;top:0;left:0;z-index:8;width:100%;-webkit-animation:is-float 1 .5s ease;animation:is-float 1 .5s ease;background-color:#eef3f7}.dd-l-header.is-float .dd-l-header-container{height:3.5rem}@media (min-width: 80rem){.dd-l-header.is-float .dd-l-header-container{height:5.625rem}}.dd-l-header.is-float+.dd-l-main{margin-top:5.625rem}.dd-l-header.is-float .dd-l-header-logo{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-transform:none;-ms-transform:none;transform:none}@media (min-width: 80rem){.dd-l-header.is-float .dd-l-header-logo{-webkit-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}}.dd-l-header.is-float .dd-l-header-logo__link{margin:0;display:block;width:2.925rem;height:2.5rem;background-color:transparent;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}@media (min-width: 80rem){.dd-l-header.is-float .dd-l-header-logo__link{width:6.875rem;height:4.375rem}}.dd-l-header.is-float .dd-l-header-logo__img{width:100%}.dd-l-header.is-float .dd-l-header-menu__toggle span{background-color:#3e5875}.dd-l-header.is-float .dd-l-header-menu-social__item--whatsapp .icon{fill:#00b115}.dd-l-header.is-float .dd-l-header-menu-social__item--tel .icon{fill:#f75b03}.dd-l-header-logo{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px)}@media (min-width: 80rem){.dd-l-header-logo{-webkit-transform:none;-ms-transform:none;transform:none}}.dd-l-header-logo__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:6.875rem;height:4.375rem;background-color:#fff;-webkit-border-radius:0 0 .375rem .375rem;border-radius:0 0 .375rem .375rem}@media (min-width: 80rem){.dd-l-header-logo__link{width:12.5rem;height:9.375rem;margin-top:3.75rem}}.dd-l-header-logo__img{display:block;width:4.375rem}@media (min-width: 80rem){.dd-l-header-logo__img{width:9.625rem}}.dd-l-header-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 .9375rem}.dd-l-header-menu__toggle{width:1.1875rem;cursor:pointer;margin-right:1.875rem}@media (min-width: 80rem){.dd-l-header-menu__toggle{display:none}}.dd-l-header-menu__toggle-input{position:absolute;opacity:0;cursor:pointer}.dd-l-header-menu__toggle:hover span{cursor:pointer}.dd-l-header-menu__toggle:hover span:first-child{-webkit-transform:translateY(-.125rem);-ms-transform:translateY(-.125rem);transform:translateY(-.125rem)}.dd-l-header-menu__toggle:hover span:last-child{-webkit-transform:translateY(.125rem);-ms-transform:translateY(.125rem);transform:translateY(.125rem)}.dd-l-header-menu__toggle-input.is-open+label>span{margin-bottom:.125rem}.dd-l-header-menu__toggle-input.is-open+label>span:nth-child(2){-webkit-transform:translateX(-1.1875rem);-ms-transform:translateX(-1.1875rem);transform:translateX(-1.1875rem);opacity:0}.dd-l-header-menu__toggle-input.is-open+label>span:nth-child(1){-webkit-transform:rotate(-45deg) translateY(.375rem) translateX(-.125rem);-ms-transform:rotate(-45deg) translateY(.375rem) translateX(-.125rem);transform:rotate(-45deg) translateY(.375rem) translateX(-.125rem)}.dd-l-header-menu__toggle-input.is-open+label>span:nth-child(3){-webkit-transform:rotate(45deg) translateY(-.25rem);-ms-transform:rotate(45deg) translateY(-.25rem);transform:rotate(45deg) translateY(-.25rem)}.dd-l-header-menu__toggle span{width:1.1875rem;height:.125rem;display:block;-webkit-border-radius:1.5625rem;border-radius:1.5625rem;background-color:#fff;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;cursor:pointer}.dd-l-header-menu__toggle span:not(:last-child){margin-bottom:.25rem}@media (min-width: 80rem){.dd-l-header-menu__toggle span{background-color:#3e5875}}.dd-l-header-menu-list{position:fixed;top:0;left:0;bottom:0;width:70.315%;display:block;margin:0;margin-right:2.5rem;padding:0;background-color:#f75c03;list-style:none;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-l-header-menu-list:before{content:'';display:block;width:5rem;height:2.6875rem;margin:1.25rem 1.25rem 1.875rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 80 43' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cg serif:id='Logo Santa Casa' fill='%23fff'%3E%3Cpath d='M6.21 24.6v2.91c0 .9.09 1.48.26 1.73.17.26.47.39.9.39.43 0 .75-.17.96-.49.21-.33.32-.81.32-1.45 0-1.41-.2-2.33-.6-2.76-.41-.44-1.42-1.16-3.04-2.18-1.61-1.02-2.67-1.77-3.2-2.23-.52-.46-.95-1.1-1.3-1.92-.34-.82-.51-1.86-.51-3.13 0-1.84.24-3.18.73-4.03.48-.84 1.27-1.51 2.36-1.98 1.09-.48 2.4-.72 3.94-.72 1.68 0 3.12.26 4.3.78 1.19.53 1.97 1.18 2.36 1.98.38.79.58 2.14.58 4.04v.95H8.25v-1.78c0-.83-.08-1.35-.23-1.58-.16-.23-.41-.34-.77-.34-.39 0-.69.15-.89.46-.2.31-.3.77-.3 1.39 0 .8.11 1.4.34 1.8.21.41.82.9 1.83 1.47 2.89 1.64 4.7 2.99 5.45 4.04.75 1.06 1.12 2.76 1.12 5.1 0 1.71-.2 2.97-.62 3.77-.41.81-1.22 1.49-2.41 2.04-1.19.54-2.57.82-4.15.82-1.74 0-3.22-.32-4.45-.95-1.22-.63-2.02-1.43-2.4-2.41-.38-.97-.57-2.36-.57-4.15V24.6h6.01zM39.86 9.24v17.95c0 1.04.06 1.71.18 2 .12.29.36.44.72.44.41 0 .67-.16.79-.48.12-.32.18-1.08.18-2.27V9.24h6.48v16c0 1.81-.07 3.08-.19 3.82-.12.73-.49 1.49-1.09 2.26-.61.77-1.4 1.36-2.39 1.76-1 .4-2.16.6-3.51.6-1.49 0-2.8-.24-3.94-.71-1.14-.48-1.99-1.09-2.55-1.85-.57-.76-.9-1.56-1-2.4-.11-.84-.16-2.62-.16-5.32V9.24h6.48zm39.72 0v4.79h-4.33v4.54h4.05v4.55h-4.05v5.26H80v4.79H68.77V9.24h10.81zm-23.7 0c3.13 0 5.25.14 6.35.42 1.1.27 1.94.73 2.51 1.36.58.63.94 1.33 1.08 2.1.14.78.22 2.3.22 4.56v8.38c0 2.15-.11 3.59-.32 4.31-.21.73-.57 1.29-1.1 1.7-.52.41-1.17.7-1.94.86-.77.16-1.93.24-3.48.24h-8.17V9.24h4.85zm-27.53 0l3.71 23.93h-6.62l-.35-4.3h-2.32l-.39 4.3h-6.7l3.31-23.93h9.36zm30.61 4.31c.25.14.42.37.49.67.07.31.11 1 .11 2.09v9.3c0 1.59-.11 2.57-.33 2.93-.21.36-.79.54-1.72.54V13.34c.71 0 1.19.07 1.45.21zM24.92 24.63c-.33-2.72-.66-6.06-.99-10.05-.66 4.58-1.07 7.93-1.24 10.05h2.23z'/%3E%3Cpath serif:id='PLANO DE' d='M22.61 2.94c0-.69-.01-1.18-.05-1.46-.03-.27-.15-.53-.33-.76-.19-.24-.43-.42-.73-.54-.31-.11-.65-.17-1.03-.17-.4 0-.76.06-1.06.18-.3.13-.54.31-.72.54-.18.24-.28.49-.32.77-.03.28-.05.76-.05 1.44v1.15c0 .69.02 1.18.05 1.45.04.28.15.54.33.77.19.24.43.41.74.53.3.12.64.18 1.03.18.4 0 .75-.07 1.06-.19.3-.12.54-.3.72-.53.17-.24.28-.49.31-.78.04-.28.05-.75.05-1.43V2.94zM2.22.15c.51 0 .9.04 1.17.11.27.08.47.18.61.33.14.14.23.31.28.51.05.2.07.51.07.93v.59c0 .43-.05.74-.14.94-.09.19-.27.34-.52.45-.25.11-.58.16-.98.16h-.5v2.71H.35V.15h1.87zm4.61 0v5.38h1.13v1.35H4.97V.15h1.86zm26.42 0V1.5h-1.24v1.27h1.16v1.28h-1.16v1.48h1.36v1.35h-3.21V.15h3.09zM15.99 3.18V.15h1.55v6.73h-1.63l-.96-3.06v3.06H13.4V.15h1.55l1.04 3.03zM26.47.15c.89 0 1.5.04 1.81.12.32.07.56.2.72.38.17.18.27.37.31.59.04.22.06.64.06 1.28v2.36c0 .6-.03 1.01-.09 1.21-.06.2-.16.36-.31.48-.15.11-.34.19-.56.24-.22.04-.55.07-.99.07h-2.34V.15h1.39zm-14.54 0l1.06 6.73h-1.9L11 5.67h-.67l-.11 1.21H8.3L9.25.15h2.68zm8.83 4.82c0 .4-.02.65-.05.75-.04.11-.12.16-.25.16-.12 0-.2-.05-.23-.14-.04-.09-.05-.33-.05-.72V1.88c0-.35.02-.56.07-.63.06-.07.13-.1.23-.1.11 0 .19.04.22.13.04.09.06.29.06.6v3.09zm6.59-3.61c.07.04.12.1.14.19.02.09.03.28.03.59v2.61c0 .45-.03.72-.09.82-.07.1-.23.16-.5.16V1.3c.2 0 .34.02.42.06zm-16.4 3.12c-.1-.77-.19-1.71-.29-2.83-.18 1.29-.3 2.23-.35 2.83h.64zM2.69 1.4c.07.07.11.22.11.45v.56c0 .24-.03.41-.1.49-.07.08-.18.12-.35.12-.04 0-.09 0-.14-.01V1.3c.24 0 .4.04.48.1z'/%3E%3Cpath serif:id='SANTA CASA MAUA' d='M2.38 40.34v.85c0 .26.03.43.09.5.06.08.16.12.31.12s.26-.05.33-.15c.08-.09.11-.23.11-.42 0-.41-.07-.68-.2-.81-.15-.12-.49-.34-1.05-.63-.55-.3-.92-.52-1.1-.66-.18-.13-.33-.32-.45-.56-.12-.24-.18-.54-.18-.92 0-.53.09-.92.26-1.17.16-.25.43-.44.81-.58.37-.14.82-.21 1.35-.21.58 0 1.08.07 1.49.23.41.15.68.34.81.57.13.24.2.63.2 1.19v.27H3.08v-.52c0-.24-.02-.39-.08-.46-.05-.07-.14-.1-.26-.1a.38.38 0 0 0-.31.14c-.06.09-.1.22-.1.4 0 .24.04.41.12.53.07.12.28.26.63.43.99.48 1.62.88 1.87 1.18.26.31.39.81.39 1.5 0 .49-.07.86-.21 1.1-.15.23-.42.43-.83.59-.41.16-.89.24-1.43.24-.6 0-1.11-.09-1.53-.27-.43-.19-.7-.42-.83-.71-.13-.28-.2-.69-.2-1.21v-.46h2.07zm68.51-4.5v5.25c0 .31.02.51.06.59.04.09.12.13.25.13s.23-.05.27-.14c.04-.1.06-.32.06-.67v-5.16h2.23v4.68c0 .53-.02.91-.06 1.12-.05.22-.17.44-.38.66-.21.23-.48.4-.82.52-.35.11-.75.17-1.21.17-.51 0-.96-.07-1.36-.21-.39-.13-.68-.31-.88-.54-.19-.22-.31-.45-.34-.7-.04-.25-.05-.76-.05-1.55v-4.15h2.23zm-27.12 4.5v.85c0 .26.03.43.09.5.06.08.16.12.31.12s.26-.05.33-.15c.07-.09.11-.23.11-.42 0-.41-.07-.68-.21-.81-.14-.12-.49-.34-1.04-.63-.56-.3-.93-.52-1.11-.66-.17-.13-.33-.32-.44-.56-.12-.24-.18-.54-.18-.92 0-.53.08-.92.25-1.17.17-.25.44-.44.81-.58.38-.14.83-.21 1.36-.21.58 0 1.07.07 1.48.23.41.15.68.34.81.57.14.24.2.63.2 1.19v.27h-2.07v-.52c0-.24-.03-.39-.08-.46s-.14-.1-.27-.1-.23.05-.3.14c-.07.09-.1.22-.1.4 0 .24.04.41.11.53.08.12.29.26.63.43 1 .48 1.62.88 1.88 1.18.26.31.39.81.39 1.5 0 .49-.07.86-.22 1.1-.14.23-.42.43-.83.59-.41.16-.88.24-1.43.24-.59 0-1.1-.09-1.53-.27-.42-.19-.7-.42-.83-.71-.13-.28-.19-.69-.19-1.21v-.46h2.07zm-8.48-.3v.27c0 .73-.07 1.24-.19 1.54-.13.31-.41.57-.83.8-.43.23-.96.34-1.59.34-.66 0-1.19-.09-1.62-.29-.42-.19-.7-.46-.84-.8s-.21-.85-.21-1.54v-2.05c0-.5.02-.88.07-1.13.04-.25.16-.5.38-.73.2-.23.5-.42.87-.55.37-.14.8-.2 1.28-.2.66 0 1.2.1 1.63.31.43.21.71.46.84.77.14.31.21.79.21 1.45v.66h-2.24v-1.21c0-.36-.02-.58-.07-.67-.04-.08-.15-.13-.31-.13-.19 0-.3.05-.35.16-.05.11-.08.34-.08.69v3.26c0 .34.03.56.08.66.05.11.16.16.33.16s.28-.05.33-.16c.05-.1.07-.35.07-.73v-.88h2.24zM14.89 39v-3.16h1.86v7.01H14.8l-1.16-3.19v3.19h-1.87v-7.01h1.87L14.89 39zm11.4-3.16l1.28 7.01h-2.28l-.12-1.26h-.8l-.14 1.26h-2.3l1.14-7.01h3.22zm-19.51 0h3.23l1.27 7.01H9l-.12-1.26h-.8l-.13 1.26H5.64l1.14-7.01zm51.29 0c.08.43.17.92.26 1.49l.32 1.78.51-3.27h2.9v7.01h-1.95v-4.73l-.78 4.73h-1.38l-.82-4.62v4.62h-1.95v-7.01h2.89zM18.7 37.25h-1.33v-1.41h4.88v1.41h-1.32v5.6H18.7v-5.6zm18.13-1.41h3.22l1.28 7.01h-2.28l-.12-1.26h-.8L38 42.85h-2.31l1.14-7.01zm38.53 0h3.23l1.28 7.01h-2.29l-.12-1.26h-.79l-.14 1.26h-2.3l1.13-7.01zm-11.66 0h3.22l1.28 7.01h-2.28l-.12-1.26H65l-.13 1.26h-2.31l1.14-7.01zm-15.53 0h3.22l1.28 7.01h-2.28l-.12-1.26h-.8l-.13 1.26h-2.31l1.14-7.01zm-23.06 4.51c-.12-.8-.23-1.78-.34-2.95-.23 1.35-.37 2.33-.43 2.95h.77zm-16.29 0c-.11-.8-.22-1.78-.34-2.95-.22 1.35-.37 2.33-.42 2.95h.76zm41.39 0c-.11-.8-.23-1.78-.34-2.95-.23 1.35-.37 2.33-.43 2.95h.77zm15.53 0c-.11-.8-.22-1.78-.34-2.95-.23 1.35-.37 2.33-.43 2.95h.77zm11.67 0c-.12-.8-.23-1.78-.34-2.95-.23 1.35-.37 2.33-.43 2.95h.77zm-38.54 0c-.11-.8-.23-1.78-.34-2.95-.23 1.35-.37 2.33-.43 2.95h.77z'/%3E%3Cpath serif:id='Retângulo 567' d='M40.04 4.28h5.92l-1.48 3.4h-5.92l1.48-3.4z'/%3E%3Cpath serif:id='Retângulo 567 copiar' d='M76.18 34.91h2.37l-.59.69h-2.37l.59-.69z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%}@media (min-width: 80rem){.dd-l-header-menu-list{width:inherit;position:unset;-webkit-transition:inherit;-o-transition:inherit;transition:inherit;background-color:inherit;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit}.dd-l-header-menu-list:before{content:none}}.dd-l-header-menu-list.is-visible{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.dd-l-header-menu-list.is-visible .sub-menu .menu-item{padding-left:1.25rem}.dd-l-header-menu-list.is-visible .sub-menu .menu-item:not(:last-child){border-bottom:0}.dd-l-header-menu-list.is-visible .sub-menu .menu-item a{padding:.625rem 1.25rem;font-size:.875rem;font-weight:300}.dd-l-header-menu-list.is-visible .menu-item.is-visible .sub-menu{display:block;margin-bottom:.625rem}.dd-l-header-menu-list.is-visible .menu-item>a{font-size:.9375rem;font-weight:600}.dd-l-header-menu-list.is-visible .menu-item-has-children>a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.dd-l-header-menu-list.is-visible .menu-item-has-children>a:after,.dd-l-header-menu-list.is-visible .menu-item-has-children>a:hover:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 11 6' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M5.39 5.92a.79.79 0 0 1-.55-.218L.23 1.254a.73.73 0 0 1 0-1.055.79.79 0 0 1 1.09 0l4.07 3.922L9.48.197a.79.79 0 0 1 1.09.004c.3.292.3.764 0 1.055L5.93 5.704a.782.782 0 0 1-.54.216z' fill='%233e5875' fill-rule='nonzero' serif:id='Forma 7'/%3E%3C/svg%3E")}.dd-l-header-menu .menu-item{display:block}@media (min-width: 80rem){.dd-l-header-menu .menu-item{display:inline-block}}@media (min-width: 80rem){.dd-l-header-menu .menu-item:hover .sub-menu{display:block}.dd-l-header-menu .menu-item:hover a,.dd-l-header-menu .menu-item:hover a:hover{color:#ff7626}}.dd-l-header-menu .menu-item:not(:last-child){border-bottom:.0625rem solid #ff7626}@media (min-width: 80rem){.dd-l-header-menu .menu-item:not(:last-child){margin-right:1.25rem;border-bottom:0}}@media (min-width: 88.75rem){.dd-l-header-menu .menu-item:not(:last-child){margin-right:1.875rem}}.dd-l-header-menu .menu-item-has-children>a:after{content:'';display:inline-block;margin-left:.3125rem;width:.675rem;height:.36875rem;vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 11 6' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M5.39 5.92a.79.79 0 0 1-.55-.218L.23 1.254a.73.73 0 0 1 0-1.055.79.79 0 0 1 1.09 0l4.07 3.922L9.48.197a.79.79 0 0 1 1.09.004c.3.292.3.764 0 1.055L5.93 5.704a.782.782 0 0 1-.54.216z' fill='%23f75b03' fill-rule='nonzero' serif:id='Forma 7'/%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%}.dd-l-header-menu .menu-item-has-children>a:hover:after{content:'';background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 11 6' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M5.39 5.92a.79.79 0 0 1-.55-.218L.23 1.254a.73.73 0 0 1 0-1.055.79.79 0 0 1 1.09 0l4.07 3.922L9.48.197a.79.79 0 0 1 1.09.004c.3.292.3.764 0 1.055L5.93 5.704a.782.782 0 0 1-.54.216z' fill='%23ff7626' fill-rule='nonzero' serif:id='Forma 7'/%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%}.dd-l-header-menu .menu-item a{display:block;padding:1.25rem;color:#fff;text-decoration:none;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-l-header-menu .menu-item a:hover{color:#3e5875}@media (min-width: 80rem){.dd-l-header-menu .menu-item a{padding:0;color:#3e5875;font-weight:500}}.dd-l-header-menu .sub-menu{display:none;padding:0}@media (min-width: 80rem){.dd-l-header-menu .sub-menu{position:absolute;border-top:2.25rem solid #eef3f7;padding:1.5625rem;background-color:#f75c03;-webkit-border-radius:0 0 .375rem .375rem;border-radius:0 0 .375rem .375rem}.dd-l-header-menu .sub-menu .menu-item{display:block}.dd-l-header-menu .sub-menu .menu-item:not(:last-child){margin-bottom:1.875rem}.dd-l-header-menu .sub-menu .menu-item a{color:#fff}.dd-l-header-menu .sub-menu .menu-item a:hover{color:#3e5875}}.dd-l-header-menu-button{display:none}@media (min-width: 80rem){.dd-l-header-menu-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.dd-l-header-menu-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dd-l-header-menu-social__item{text-decoration:none;font-size:.9375rem;font-weight:700;color:#3e5875;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-l-header-menu-social__item:hover{color:#f75c03}.dd-l-header-menu-social__item .icon{width:1.3125rem;height:1.3125rem;vertical-align:middle}@media (min-width: 80rem){.dd-l-header-menu-social__item .icon{width:1.5625rem;height:1.5625rem}}.dd-l-header-menu-social__item span{margin-left:.625rem}.dd-l-header-menu-social__item:not(:last-child){margin-right:1.25rem}@media (min-width: 88.75rem){.dd-l-header-menu-social__item:not(:last-child){margin-right:1.875rem}}.dd-l-header-menu-social__item--whatsapp{-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}.dd-l-header-menu-social__item--whatsapp:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.dd-l-header-menu-social__item--whatsapp .icon{fill:#fff}@media (min-width: 80rem){.dd-l-header-menu-social__item--whatsapp .icon{fill:#00b115}}.dd-l-header-menu-social__item--tel span{display:none}@media (min-width: 88.75rem){.dd-l-header-menu-social__item--tel span{display:inline-block}}.dd-l-header-menu-social__item--tel .icon{fill:#fff}@media (min-width: 80rem){.dd-l-header-menu-social__item--tel .icon{fill:#f75b03}}.dd-l-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:4.6875rem 0;border-top:.0625rem solid #ecf1f6}@media (min-width: 74.375rem){.dd-l-footer{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 74.375rem){.dd-l-footer-col:not(:last-child){margin-right:52px}}.dd-l-footer-logo{display:block;width:6.25rem;margin:0 auto}@media (min-width: 53.125rem){.dd-l-footer-logo{width:11.6875rem}}.dd-l-footer-logo__img{display:block;width:100%}.dd-l-footer-address{margin:1.5rem 0;color:#86a0ba}@media (min-width: 53.125rem){.dd-l-footer-address{font-size:14px;font-weight:600;margin:28px 0 15px}}.dd-l-footer-idss{font-weight:600;font-size:14px;line-height:130%;color:#f75c03;text-decoration:none;padding:14px 16px;border:1px solid #f75c03;-webkit-border-radius:4px;border-radius:4px;margin:36px 0 52px}.dd-l-footer-idss small{font-size:14px}.dd-l-footer-ans{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 74.375rem){.dd-l-footer-ans{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.dd-l-footer-ans-logo{display:none}@media (min-width: 74.375rem){.dd-l-footer-ans-logo{display:block}}@media (min-width: 74.375rem){.dd-l-footer-ans-logo img{width:200px}}.dd-l-footer-menu{display:none}@media (min-width: 74.375rem){.dd-l-footer-menu{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.dd-l-footer-menu-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.dd-l-footer-menu-list>.menu-item:not(:last-child){margin-right:2rem}@media (min-width: 74.375rem){.dd-l-footer-menu-list>.menu-item:not(:last-child){margin-right:52px}}.dd-l-footer-menu .menu-item{line-height:40px}.dd-l-footer-menu .menu-item a{text-decoration:none;color:#86a0ba;font-size:1rem;font-weight:400;-webkit-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease}@media (min-width: 74.375rem){.dd-l-footer-menu .menu-item a{font-size:14px;line-height:34px}}.dd-l-footer-menu .menu-item a:hover{color:#f75c03}.dd-l-footer-menu .menu-item-has-children>a{pointer-events:none;cursor:default;font-size:1.125rem;font-weight:600}@media (min-width: 53.125rem){.dd-l-footer-menu .menu-item-has-children>a{font-weight:600;font-size:16px;line-height:24px}}.dd-l-footer .dd-m-social{margin-bottom:1.25rem}@media (min-width: 74.375rem){.dd-l-footer .dd-m-social{margin-bottom:1.875rem}}.dd-p-single-content{width:90%;max-width:73.125rem;margin:1.875rem auto}@media (min-width: 53.125rem){.dd-p-single-content{margin:5.625rem auto}}.dd-p-single-wide{position:relative;margin:7.5rem 0;padding:8.75rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:#eef3f7}@media (min-width: 64rem){.dd-p-single-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.dd-p-single-wide:before{content:'';position:absolute;top:0;bottom:0;left:-2000px;width:8000px;background:#eef3f7;height:640px;z-index:-1}.dd-p-single-wide-col{position:relative;width:100%}.dd-p-single-wide-col:not(:last-child){margin-bottom:4.6875rem}@media (min-width: 64rem){.dd-p-single-wide-col{width:50%}.dd-p-single-wide-col:not(:last-child){margin-right:4.6875rem;margin-bottom:0}}.dd-p-single-wide h3{margin:0;padding-right:3.125rem;color:#f75c03;font-size:2.5rem;font-weight:600;line-height:3rem}.dd-p-single-wide p{color:#86a0ba}.dd-p-single-wide .wpcf7{position:absolute;width:100%;padding:2.5rem 1.25rem;-webkit-border-radius:.625rem;border-radius:.625rem;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);background-color:#fff;-webkit-transform:translateY(-3.75rem);-ms-transform:translateY(-3.75rem);transform:translateY(-3.75rem)}@media (min-width: 64rem){.dd-p-single-wide .wpcf7{padding:3.75rem 3.125rem}}.dd-p-single-article-header__title{margin:0;margin-bottom:1.75rem;text-align:left;font-size:1.5rem;font-weight:600;line-height:1.75rem}@media (min-width: 53.125rem){.dd-p-single-article-header__title{margin-bottom:3.5rem;font-size:2.875rem;line-height:3.4375rem}}.dd-p-single-article-header__pubdate{display:block;margin-bottom:.5rem;color:#f75c03;font-size:.875rem}.dd-p-single-article-horizontal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1.875rem auto;text-align:center}@media (min-width: 53.125rem){.dd-p-single-article-horizontal{text-align:inherit}}.dd-p-single-article-horizontal h2,.dd-p-single-article-horizontal h3,.dd-p-single-article-horizontal h4{margin:0;font-size:1.5rem;font-weight:600;line-height:1.75rem;text-align:center !important}@media (min-width: 53.125rem){.dd-p-single-article-horizontal h2,.dd-p-single-article-horizontal h3,.dd-p-single-article-horizontal h4{font-size:2.5rem;line-height:3.375rem;text-align:inherit !important}}.dd-p-single-article-horizontal p{margin:0;line-height:1.625rem;color:#86a0ba}@media (min-width: 53.125rem){.dd-p-single-article-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:5.625rem auto}}.dd-p-single-article-horizontal__col{width:100%}.dd-p-single-article-horizontal__col:not(:last-child){margin-bottom:1.5625rem}@media (min-width: 53.125rem){.dd-p-single-article-horizontal__col:not(:last-child){margin-bottom:0;margin-right:5.625rem;margin-left:5.625rem}}.dd-p-single-article-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3.125rem}@media (min-width: 53.125rem){.dd-p-single-article-features{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:6.25rem}}.dd-p-single-article-features-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:23.125rem;margin:.625rem auto;padding:1.875rem 1.25rem;-webkit-border-radius:.3125rem;border-radius:.3125rem;border:.0625rem solid #ecf1f6;text-align:center}@media (min-width: 53.125rem){.dd-p-single-article-features-item{margin:1.875rem auto;padding:3.125rem 2.1875rem}}.dd-p-single-article-features-item__title{margin:0;font-size:1.125rem;font-weight:700}@media (min-width: 53.125rem){.dd-p-single-article-features-item__title{font-size:1.5rem}}.dd-p-single-article-features-item .icon{margin:.9375rem auto}.dd-p-single-article-features-item__text p{margin:0;color:#86a0ba;font-size:.8125rem}@media (min-width: 53.125rem){.dd-p-single-article-features-item__text p{font-size:1rem}}.dd-p-single-article-topic:not(:last-child){margin-bottom:6.25rem}.dd-p-single-article>h2{margin:0;margin-bottom:1.25rem;font-size:1.5rem;line-height:1.75rem;font-weight:600;text-align:center;clear:both}@media (min-width: 53.125rem){.dd-p-single-article>h2{margin-bottom:3.5rem;font-size:2.5rem;line-height:3.25rem}}.dd-p-single-article>h3{margin:0;margin-top:1.25rem;margin-bottom:1.25rem;font-size:1rem;font-weight:600;line-height:1.25rem;color:#f75c03;clear:both}@media (min-width: 53.125rem){.dd-p-single-article>h3{margin-top:3.125rem;margin-bottom:1.875rem;font-size:1.5rem;line-height:1.75rem}}.dd-p-single-article .wp-block-image{min-height:100%}.dd-p-single-article .wp-block-image.is-resized img{width:auto}.dd-p-single-article .wp-block-image img{display:block;width:100%}.dd-p-single-article .wp-block-image figcaption{margin:0;margin-top:.5rem;font-size:.8125rem;color:#3e5875}.dd-p-single-article .wp-block-image figcaption:before{content:"";display:inline-block;width:.5625rem;height:.5625rem;background-color:#f75c03;margin-right:.875rem}@media (min-width: 64rem){.dd-p-single-article .wp-block-image .alignleft{width:21.875rem;height:21.875rem;margin-right:-9.375rem;margin-bottom:3.125rem;-webkit-transform:translateX(-12.5rem);-ms-transform:translateX(-12.5rem);transform:translateX(-12.5rem)}.dd-p-single-article .wp-block-image .alignleft img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.dd-p-single-article iframe{display:block;margin:0 auto}.dd-p-single-article p,.dd-p-single-article ul,.dd-p-single-article ol{font-size:.875rem;line-height:1.25rem}@media (min-width: 53.125rem){.dd-p-single-article p,.dd-p-single-article ul,.dd-p-single-article ol{font-size:1rem;line-height:1.5rem}}.dd-p-single-article p a,.dd-p-single-article ul a,.dd-p-single-article ol a{color:#3e5875;text-decoration:none}.dd-p-single-article p a:hover,.dd-p-single-article ul a:hover,.dd-p-single-article ol a:hover{text-decoration:underline}.dd-p-single-article>ul,.dd-p-single-article>ol{margin:.9375rem 0;padding:0 1.25rem;color:#86a0ba}.dd-p-single-article>ul li:not(:last-child),.dd-p-single-article>ol li:not(:last-child){margin-bottom:1rem}@media (min-width: 53.125rem){.dd-p-single-article>ul li:not(:last-child),.dd-p-single-article>ol li:not(:last-child){margin-bottom:1.25rem}}.dd-p-single-article>p{color:#86a0ba}.dd-p-single-article>p .dd-m-button{color:#fff;text-decoration:none;width:100%;margin:1.25rem auto}@media (min-width: 53.125rem){.dd-p-single-article>p .dd-m-button{width:auto;margin:3.125rem auto}}.dd-p-single-healthtips,.dd-p-single-news{position:relative}@media (min-width: 53.125rem){.dd-p-single-healthtips,.dd-p-single-news{margin-bottom:6.25rem}}.dd-p-single-healthtips .dd-p-single-content,.dd-p-single-news .dd-p-single-content{margin-top:0}.dd-p-single-healthtips-content .dd-m-button,.dd-p-single-news-content .dd-m-button{background-color:#3e5875}.dd-p-single-healthtips-article,.dd-p-single-news-article{width:90%;max-width:48.125rem;margin:0 auto}.dd-p-single-healthtips .card{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.dd-p-single-healthtips .dd-m-healthtips-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dd-p-single-healthtips .dd-m-healthtips-categories{position:relative;width:100%;margin:0 auto;padding:1.875rem 1.25rem;background-color:#eef3f7}@media (min-width: 53.125rem){.dd-p-single-healthtips .dd-m-healthtips-categories{width:43.75rem;margin:-3.75rem auto 0;padding:3.125rem 5.3125rem;-webkit-border-radius:.625rem;border-radius:.625rem}}.dd-p-single-healthtips .dd-m-healthtips-posts{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:unset;width:90% !important;max-width:73.125rem;margin:1.5rem auto}@media (min-width: 28.125rem){.dd-p-single-healthtips .dd-m-healthtips-posts{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 53.125rem){.dd-p-single-healthtips .dd-m-healthtips-posts{margin:5rem auto}}.dd-p-single-healthtips .dd-m-healthtips-posts__item{margin-bottom:1.875rem}@media (min-width: 53.125rem){.dd-p-single-healthtips .dd-m-healthtips-posts__item{margin-bottom:4.375rem}}.dd-p-single-healthtips-article .dd-m-healthtips-posts__category{position:unset;display:inline-block;-webkit-transform:translateY(-webkit-calc( -50% - -4px));-ms-transform:translateY(calc( -50% - -4px));transform:translateY(calc( -50% - -4px))}.dd-p-single-healthtips-author{margin:1.875rem auto 1.375rem;padding-bottom:1.25rem;border-bottom:.0625rem solid #ecf1f6;text-align:center}@media (min-width: 53.125rem){.dd-p-single-healthtips-author{margin:-4.375rem auto 2.875rem;padding-bottom:1.5rem}}.dd-p-single-healthtips-author__img{width:5.625rem;height:5.625rem;margin-bottom:1.25rem;-webkit-border-radius:50%;border-radius:50%}.dd-p-single-healthtips-author__description{display:block;margin:0 auto;font-size:.8125rem;color:#86a0ba}.dd-p-single-news-header{margin-top:-15rem}.dd-p-single-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dd-p-single-pagination a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:6.25rem;padding:0 .9375rem;text-align:center;background-color:#eef3f7;color:#3e5875;text-decoration:none}.dd-p-single-pagination a:not(:last-child){margin-right:.25rem}.dd-p-single-pagination .dd-p-single-pagination-item__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem;font-size:.9375rem;color:#86a0ba}.dd-p-single-pagination .dd-p-single-pagination-item__title{font-size:1.25rem;font-weight:500;line-height:1.5rem}.dd-p-single-pagination [rel="prev"] .dd-p-single-pagination-item__label:before{content:'';display:block;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M.31 7.29L7.21.3c.38-.4 1.01-.4 1.39 0 .39.39.39 1.02 0 1.41L3.39 7h18.62A1 1 0 0 1 23 8c0 .56-.45 1.01-.99 1.01H3.39l5.21 5.28c.39.39.39 1.03 0 1.42a.978.978 0 0 1-1.39 0l-6.91-7-.12-.15-.02-.04-.07-.13-.02-.06-.03-.13H.03C.02 8.14.02 8.07.02 8c0-.06 0-.13.01-.2h.01l.04-.14.01-.04v-.01l.08-.14.01-.02c.04-.06.08-.11.13-.16z' fill='%2386a0ba' serif:id='Forma 9'/%3E%3C/svg%3E");width:.6875rem;height:.5rem;-webkit-background-size:100% 100%;background-size:100%;background-repeat:no-repeat;margin-right:.9375rem}.dd-p-single-pagination [rel="next"] .dd-p-single-pagination-item__label:after{content:'';display:block;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 23 16' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M22.69 8.71l-6.9 6.99c-.38.4-1.01.4-1.39 0a.996.996 0 0 1 0-1.41L19.61 9H.99A1 1 0 0 1 0 8c0-.56.45-1.01.99-1.01h18.62L14.4 1.71c-.39-.39-.39-1.03 0-1.42a.978.978 0 0 1 1.39 0l6.91 7 .12.15.02.04.07.13.02.06.03.13h.01c.01.06.01.13.01.2 0 .06 0 .13-.01.2h-.01l-.04.14-.01.04v.01l-.08.14-.01.02c-.04.06-.08.11-.13.16z' fill='%2386a0ba' serif:id='Forma 9'/%3E%3C/svg%3E");width:.6875rem;height:.5rem;-webkit-background-size:100% 100%;background-size:100%;background-repeat:no-repeat;margin-left:.9375rem}.dd-c-grid{margin-left:auto;margin-right:auto}.dd-c-grid--wide{width:95%;max-width:93.75rem}.dd-c-grid--normal{width:87.5%;max-width:73.125rem}.dd-c-grid--small{width:87.5%;max-width:48.125rem}*{-webkit-box-sizing:border-box;box-sizing:border-box;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}html{overflow-x:hidden}body{overflow-x:hidden;color:#3e5875;font-family:"Hind",sans-serif;font-size:16px;font-weight:400}body.menu-open{overflow:hidden}[tabindex]{outline:0}.reset-input{outline:0;cursor:text}.reset-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer}.reset-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;border:0;text-decoration:none !important}.reset-list{margin:0;padding:0;list-style:none}.reset-list ol,.reset-list ul,.reset-list li{margin:0;padding:0;list-style:none}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.spinner{-webkit-animation:infinite 1.8s spinner linear;animation:infinite 1.8s spinner linear}.placeholder-carousel{width:15000px}.placeholder-bg{position:relative;background-color:#ecf1f6}.placeholder-icon{background:#b8c8d7}.placeholder-text{background:-webkit-gradient(linear, left top, right top, from(#86a0ba), to(#ecf1f6));background:-webkit-linear-gradient(left, #86a0ba, #ecf1f6);background:-o-linear-gradient(left, #86a0ba, #ecf1f6);background:linear-gradient(90deg, #86a0ba, #ecf1f6);-webkit-background-size:400% 400%;background-size:400% 400%;-webkit-animation:placeholder 2s ease infinite;animation:placeholder 2s ease infinite;-webkit-border-radius:9.375rem;border-radius:9.375rem}.page .dd-m-banner,.single .dd-m-banner{text-align:center}.page .dd-m-banner-loading,.single .dd-m-banner-loading{height:17.5rem}.page .dd-m-banner-item,.single .dd-m-banner-item{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page .dd-m-banner-item img,.single .dd-m-banner-item img{width:100%;min-height:15rem;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}.page .dd-m-banner-content,.single .dd-m-banner-content{position:absolute}.page .dd-m-banner-title,.single .dd-m-banner-title{font-size:1.625rem}@media (min-width: 53.125rem){.page .dd-m-banner-title,.single .dd-m-banner-title{font-size:3.5rem}}.page .dd-l-header,.single .dd-l-header{position:fixed;top:0;left:0;z-index:8;width:100%;-webkit-animation:is-float 1 .5s ease;animation:is-float 1 .5s ease;background-color:#eef3f7}.page .dd-l-header .dd-l-header-container,.single .dd-l-header .dd-l-header-container{height:3.5rem}@media (min-width: 80rem){.page .dd-l-header .dd-l-header-container,.single .dd-l-header .dd-l-header-container{height:5.625rem}}.page .dd-l-header+.dd-l-main,.single .dd-l-header+.dd-l-main{margin-top:3.5rem}@media (min-width: 80rem){.page .dd-l-header+.dd-l-main,.single .dd-l-header+.dd-l-main{margin-top:5.625rem}}.page .dd-l-header .dd-l-header-logo,.single .dd-l-header .dd-l-header-logo{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-transform:none;-ms-transform:none;transform:none}@media (min-width: 80rem){.page .dd-l-header .dd-l-header-logo,.single .dd-l-header .dd-l-header-logo{-webkit-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}}.page .dd-l-header .dd-l-header-logo__link,.single .dd-l-header .dd-l-header-logo__link{margin:0;display:block;width:2.925rem;height:2.5rem;background-color:transparent;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}@media (min-width: 80rem){.page .dd-l-header .dd-l-header-logo__link,.single .dd-l-header .dd-l-header-logo__link{width:6.875rem;height:4.375rem}}.page .dd-l-header .dd-l-header-logo__img,.single .dd-l-header .dd-l-header-logo__img{width:100%}.page .dd-l-header .dd-l-header-menu__toggle span,.single .dd-l-header .dd-l-header-menu__toggle span{background-color:#3e5875}.page .dd-l-header .dd-l-header-menu-social__item--whatsapp .icon,.single .dd-l-header .dd-l-header-menu-social__item--whatsapp .icon{fill:#00b115}.page .dd-l-header .dd-l-header-menu-social__item--tel .icon,.single .dd-l-header .dd-l-header-menu-social__item--tel .icon{fill:#f75b03}.page .dd-m-stats,.single .dd-m-stats{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}@media (min-width: 53.125rem){.page .dd-m-stats,.single .dd-m-stats{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.page .dd-m-stats-item,.single .dd-m-stats-item{-webkit-border-radius:0;border-radius:0;margin-bottom:.3125rem}@media (min-width: 53.125rem){.page .dd-m-stats-item,.single .dd-m-stats-item{margin-bottom:0}}@media (min-width: 53.125rem){.page .dd-m-stats-item:not(:last-child),.single .dd-m-stats-item:not(:last-child){margin-right:.9375rem}}.page-template.ouvidoria .dd-p-single-wide{margin-bottom:48.75rem}@media (min-width: 64rem){.page-template.ouvidoria .dd-p-single-wide{margin-bottom:34.375rem}}.page-template.contato .dd-p-single-content,.page-template.trabalhe-conosco .dd-p-single-content,.page-template.seja-cliente .dd-p-single-content{margin-bottom:5rem}@media (min-width: 64rem){.page-template.contato .dd-p-single-content,.page-template.trabalhe-conosco .dd-p-single-content,.page-template.seja-cliente .dd-p-single-content{width:62.5rem;margin:0 auto 5rem;-webkit-transform:translateY(-3.75rem);-ms-transform:translateY(-3.75rem);transform:translateY(-3.75rem)}}.page-template.contato .dd-p-single-article,.page-template.trabalhe-conosco .dd-p-single-article,.page-template.seja-cliente .dd-p-single-article{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 64rem){.page-template.contato .dd-p-single-article,.page-template.trabalhe-conosco .dd-p-single-article,.page-template.seja-cliente .dd-p-single-article{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.page-template.contato .wpcf7,.page-template.trabalhe-conosco .wpcf7,.page-template.seja-cliente .wpcf7{width:100%;margin-top:4.375rem;padding:1.875rem .9375rem;-webkit-border-radius:.625rem;border-radius:.625rem;-webkit-box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);box-shadow:.625rem .625rem 1.875rem rgba(62,88,117,0.15);background-color:#fff}@media (min-width: 53.125rem){.page-template.contato .wpcf7,.page-template.trabalhe-conosco .wpcf7,.page-template.seja-cliente .wpcf7{padding:2.5rem 1.25rem}}@media (min-width: 64rem){.page-template.contato .wpcf7,.page-template.trabalhe-conosco .wpcf7,.page-template.seja-cliente .wpcf7{width:-webkit-calc(100% - 370px);width:calc(100% - 370px);margin-top:0;margin-left:4.375rem;padding:3.75rem 3.125rem}}.page-template.planos-de-saude .dd-p-single-content,.page-template.plano-individual-ou-familiar .dd-p-single-content,.page-template.pessoa-juridica .dd-p-single-content,.page-template.pequenas-e-medias-empresas .dd-p-single-content,.page-template.plano-odontologico-oyster .dd-p-single-content{position:relative;margin:.25rem auto 5.625rem;-webkit-transform:translateY(-1.25rem);-ms-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}.page-template.planos-de-saude .dd-p-single-article,.page-template.plano-individual-ou-familiar .dd-p-single-article,.page-template.pessoa-juridica .dd-p-single-article,.page-template.pequenas-e-medias-empresas .dd-p-single-article,.page-template.plano-odontologico-oyster .dd-p-single-article{margin-top:0}.page-template.planos-de-saude .dd-p-single-article p:first-child,.page-template.plano-individual-ou-familiar .dd-p-single-article p:first-child,.page-template.pessoa-juridica .dd-p-single-article p:first-child,.page-template.pequenas-e-medias-empresas .dd-p-single-article p:first-child,.page-template.plano-odontologico-oyster .dd-p-single-article p:first-child{margin-top:0}.page-template.planos-de-saude .dd-p-single-article .dd-m-button,.page-template.plano-individual-ou-familiar .dd-p-single-article .dd-m-button,.page-template.pessoa-juridica .dd-p-single-article .dd-m-button,.page-template.pequenas-e-medias-empresas .dd-p-single-article .dd-m-button,.page-template.plano-odontologico-oyster .dd-p-single-article .dd-m-button{margin-top:0}