*, :after, :before {
    box-sizing: inherit;
}
body, html {
    margin: 0;
    box-sizing: border-box;
}
html[m-browser=ie] .cbx-icon i {
    position: relative;
    top: 7%}
html[m-browser=ie] [disabled].cbx-link[m-mody=phone] {
    opacity: 1;
    cursor: default;
}
body {
    position: relative;
}
body .cbx-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all .35s ease-in-out;
}
body[m-overlay=true] {
    overflow: hidden;
}
body[m-overlay=true] .cbx-overlay {
    background-color: #000;
    position: fixed;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 2;
}
sup {
    position: relative;
    top: -3px;
}
/* p {
    font-weight: 400;
} */
figure, p {
    margin: 0;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
}
label {
    margin-bottom: 0;
}
input {
    border: none;
    border-radius: 0;
}
input, input:focus {
    outline: none;
    box-shadow: none;
}
input[type=checkbox], input[type=radio] {
    display: none;
    margin-top: 0;
}
input::-ms-clear {
    display: none;
}
input, label, select {
    font-weight: 400;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
}
select:disabled {
    color: #ccc;
}
select::-ms-expand {
    display: none;
}
figure, picture {
    display: inline-block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
:focus {
    outline: none;
}
.cbx-img[m-placeholder=full] {
    background-color: #eee;
    background-size: cover;
    background-position: 50%}
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}
.ltr-text[m-font=bold]{
    font-weight: bold;
}
.ltr-text[ml-font=bold]{
    font-weight: bold;
}
button:active {
    box-shadow: none;
    outline: none;
}
button:active:focus, button:focus {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}
a, a:focus, a:hover {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    outline-offset: 0;
}
[disabled] {
    opacity: .2;
    cursor:not-allowed;
}
[disabled]:not(button) {
    pointer-events: none;
    user-select: none;
}
[m-cursor] {
    cursor: pointer;
}
.white-space {
    white-space: nowrap;
}

@media (max-width:1024px) and (min-aspect-ratio:13/9) {
    html.landscape {
    background-image: url(../../assets/img/home-rotacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%}
html.landscape body {
    display: none;
}
}
.ltr-button {
    border-radius: 1.25vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* font-size: 4.375vw; */
    line-height: 1.5;
    overflow: hidden;
    height: 12.5vw;
    min-width: 68.75vw;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    transition: max-width .35s ease-in-out, border-radius .35s ease-in-out, color .35s ease-in-out, background-color .35s ease-in-out, min-height .35s ease-in-out, box-shadow .35s ease-in-out;
    letter-spacing: .3125vw;
    color: #fff;
    background-color: #056dae;
}
.ltr-button:active {
    background-color: #00bdf2;
}
.ltr-button:focus {
    color: #fff;
}
.ltr-button[ml-mody~=full] {
    min-width: 100%}
.ltr-button[ml-mody~=raised] {
    box-shadow: 0 .9375vw 2.5vw rgba(0, 45, 114, .15);
}
.ltr-button[ml-mody~=rounded] {
    border-radius: 15.625vw;
}
.ltr-button[ml-mody~=rounded] i {
    color: #f2f4f8;
}
.ltr-button[ml-mody~=rounded] i:after {
    background-color: #056dae;
    transition: background-color .35s ease-in-out;
}
.ltr-button[ml-mody~=profile] {
    width: 100%;
    /* font-size: 4.375vw; */
    background-color: #fff;
    min-height: 13.75vw;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    color: #97999b;
    border-radius: 0;
    box-shadow: none;
}
.ltr-button[ml-mody~=profile][ml-active=true] {
    background-color: rgba(5, 109, 174, .8);
    color: #fff;
}
.ltr-button[ml-mody~=more] {
    background-color: #f2f4f8;
    color: #323232;
}
.ltr-button[ml-mody~=more] i {
    /* font-size: 4.6875vw; */
    margin-right: 6.25vw;
}
.ltr-button[ml-mody~=more] i:before {
    transition: background-color .35s ease-in-out, color .35s ease-in-out;
    background-color: #056dae;
    color: #fff;
    border-radius: 50%;
    height: 9.375vw;
    width: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltr-button[ml-mody~=more] span:before {
    content: attr(ml-text-close);
    /* font-size: 4.375vw; */
}
.ltr-button[ml-mody~=more]:active {
    background-color: #f2f4f8;
}
@media (min-width:768px) {
    .ltr-button {
    border-radius: 4px;
    /* font-size: 14px; */
    height: 40px;
    min-width: 220px;
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 1px;
}
.ltr-button[ml-mody~=raised] {
    box-shadow: 0 3px 8px rgba(0, 45, 114, .15);
}
.ltr-button[ml-mody~=rounded] {
    border-radius: 50px;
}
.ltr-button[ml-mody~=profile] {
    /* font-size: 14px; */
    min-height: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ltr-button[ml-mody~=more] i {
    /* font-size: 15px; */
    margin-right: 20px;
}
.ltr-button[ml-mody~=more] i:before {
    height: 30px;
    width: 30px;
}
/* .ltr-button[ml-mody~=more] span:before {
    font-size: 14px;
} */
}
@media (min-width:1024px) {
    .ltr-button {
    border-radius: .39vw;
    height: 4.88vw;
    min-width: 21.48vw;
    padding-right: 1.46vw;
    padding-left: 1.46vw;
    letter-spacing: .1vw;
}
.ltr-button:hover:not([disabled]):not([ml-active=true]):not([ml-mody~=more]) {
    color: #fff;
    background-color: #00bdf2;
}
.ltr-button[ml-mody~=raised]:not([disabled]):not([ml-mody~=profile]):not([ml-active=true]) {
    box-shadow: 0 .29vw .78vw rgba(0, 45, 114, .2);
}
.ltr-button[ml-mody~=raised]:not([disabled]):not([ml-mody~=profile]):not([ml-active=true]):hover {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
}
.ltr-button[ml-mody~=rounded] {
    border-radius: 4.88vw;
}
.ltr-button[ml-mody~=profile] {
    /* font-size: 1.37vw; */
    min-height: 4.3vw;
    padding-top: 1.46vw;
    padding-bottom: 1.46vw;
}
.ltr-button[ml-mody~=profile]:hover {
    color: #fff;
    background-color: rgba(0, 189, 242, .8);
}
.ltr-button[ml-mody~=more] i {
    /* font-size: 1.46vw; */
    margin-right: 1.95vw;
}
.ltr-button[ml-mody~=more] i:before {
    height: 2.93vw;
    width: 2.93vw;
}
.ltr-button[ml-mody~=more] span {
    position: relative;
}
/* .ltr-button[ml-mody~=more] span:before {
    font-size: 1.37vw;
} */
.ltr-button[ml-mody~=more] span:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    width: 0;
    height: .2vw;
    background-color: #323232;
    transition: width .35s ease-in-out;
}
.ltr-button[ml-mody~=more]:hover i {
    color: #056dae;
}
.ltr-button[ml-mody~=more]:hover i:before {
    background-color: #00bdf2;
    color: #fff;
}
.ltr-button[ml-mody~=more]:hover span:after {
    width: 100%}
}
@media (min-width:1280px) {
    .ltr-button {
    border-radius: .25vw;
    /* font-size: 1vw; */
    height: 3.13vw;
    min-width: 13.75vw;
    padding-right: .94vw;
    padding-left: .94vw;
    letter-spacing: .06vw;
}
.ltr-button[ml-mody~=rounded] {
    border-radius: 3.13vw;
}
.ltr-button[ml-mody~=profile] {
    /* font-size: .88vw; */
    min-height: 2.75vw;
    padding-top: .94vw;
    padding-bottom: .94vw;
}
.ltr-button[ml-mody~=more] i {
    /* font-size: .94vw; */
    margin-right: 1.25vw;
}
.ltr-button[ml-mody~=more] i:before {
    height: 1.88vw;
    width: 1.88vw;
}
/* .ltr-button[ml-mody~=more] span:before {
    font-size: .88vw;
} */
.ltr-button[ml-mody~=more] span:after {
    height: .13vw;
}
}
@media (min-width:1440px) {
    .ltr-button {
    border-radius: .28vw;
    /* font-size: 1.11vw; */
    height: 3.47vw;
    min-width: 15.28vw;
    padding-right: 1.04vw;
    padding-left: 1.04vw;
    letter-spacing: .07vw;
}
.ltr-button[ml-mody~=rounded] {
    border-radius: 3.47vw;
}
.ltr-button[ml-mody~=profile] {
    /* font-size: .97vw; */
    min-height: 3.06vw;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
}
.ltr-button[ml-mody~=more] i {
    /* font-size: 1.04vw; */
    margin-right: 1.39vw;
}
.ltr-button[ml-mody~=more] i:before {
    height: 2.08vw;
    width: 2.08vw;
}
/* .ltr-button[ml-mody~=more] span:before {
    font-size: .97vw;
} */
.ltr-button[ml-mody~=more] span:after {
    height: .14vw;
}
}
.ltr-category {
    /* font-size: 5vw; */
    letter-spacing: 1.25vw;
    color: #97999b;
}
@media (min-width:768px) {
    .ltr-category {
    /* font-size: 16px; */
    letter-spacing: 4px;
}
}
@media (min-width:1024px) {
    .ltr-category {
    /* font-size: 1.56vw; */
    letter-spacing: .39vw;
}
}
@media (min-width:1280px) {
    .ltr-category {
    /* font-size: 1.25vw; */
    letter-spacing: .25vw;
}
}
@media (min-width:1440px) {
    .ltr-category {
    /* font-size: 1.39vw; */
    letter-spacing: .28vw;
}
}
.ltr-check {
    display: inline-flex;
    cursor: pointer;
    padding: 6.25vw 3.125vw;
    border: solid;
    border-width: 1px;
    border-color: transparent;
    transition: all .35s ease-in-out;
}
.ltr-check input[type=checkbox], .ltr-check input[type=radio] {
    display: none;
    margin-top: 0;
    appearance: none;
    -webkit-appearance: none;
}
.ltr-check>span {
    position: relative;
    height: 6.25vw;
    width: 6.25vw;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    transition: background-color .35s ease-in-out;
    background-color: #fff;
    flex-shrink: 0;
    margin-left: 6.25vw;
}
.ltr-check>span>i {
    color: #fff;
    /* font-size: 4.6875vw; */
    transform: translate(-50%, -50%);
}
.ltr-check .ltr-text {
    color: #056dae;
}
.ltr-check[ml-mody=right] {
    flex-direction: row-reverse;
}
.ltr-check[ml-mody=right] .ltr-text {
    text-align: left;
}
.ltr-check[ml-mody=right]>span {
    margin-right: 6.25vw;
}
.ltr-check .ltr-text {
    text-align: right;
}
.ltr-check input.check:checked+span {
    background-color: #84bd00;
}
@media (min-width:768px) {
    .ltr-check {
    padding: 20px 10px;
}
.ltr-check>span {
    height: 20px;
    width: 20px;
}
/* .ltr-check>span>i {
    font-size: 15px;
} */
.ltr-check[ml-mody=right]>span {
    margin-right: 20px;
}
}
@media (min-width:1024px) {
    .ltr-check {
    padding: 1.95vw .98vw;
}
.ltr-check>span {
    height: 1.95vw;
    width: 1.95vw;
}
/* .ltr-check>span>i {
    font-size: 1.46vw;
} */
.ltr-check[ml-mody=right]>span {
    margin-right: 1.95vw;
}
.ltr-check:hover {
    border: solid;
    border-width: 1px;
    border-color: #00bdf2;
}
}
@media (min-width:1280px) {
    .ltr-check {
    padding: 1.25vw .63vw;
}
.ltr-check>span {
    height: 1.25vw;
    width: 1.25vw;
}
/* .ltr-check>span>i {
    font-size: .94vw;
} */
.ltr-check[ml-mody=right]>span {
    margin-right: 1.25vw;
}
}
@media (min-width:1440px) {
    .ltr-check {
    padding: 1.25vw .63vw;
}
.ltr-check>span {
    height: 1.39vw;
    width: 1.39vw;
}
/* .ltr-check>span>i {
    font-size: 1.04vw;
} */
.ltr-check[ml-mody=right]>span {
    margin-right: 1.39vw;
}
}
/* .ltr-headline-hero {
    font-size: 7.5vw;
    color: #323232;
} */
/* @media (min-width:768px) {
    .ltr-headline-hero {
    font-size: 24px;
}
}
@media (min-width:1024px) {
    .ltr-headline-hero {
    font-size: 2.34vw;
}
}
@media (min-width:1280px) {
    .ltr-headline-hero {
    font-size: 2.25vw;
}
}
@media (min-width:1440px) {
    .ltr-headline-hero {
    font-size: 2.5vw;
}
}
.ltr-headline-section {
    font-size: 6.875vw;
    color: #323232;
}
@media (min-width:768px) {
    .ltr-headline-section {
    font-size: 22px;
}
}
@media (min-width:1024px) {
    .ltr-headline-section {
    font-size: 2.15vw;
}
}
@media (min-width:1280px) {
    .ltr-headline-section {
    font-size: 2vw;
}
}
@media (min-width:1440px) {
    .ltr-headline-section {
    font-size: 2.22vw;
}
}
.ltr-hightlight {
    font-size: 5.625vw;
    color: #323232;
}
@media (min-width:768px) {
    .ltr-hightlight {
    font-size: 18px;
}
}
@media (min-width:1024px) {
    .ltr-hightlight {
    font-size: 1.76vw;
}
}
@media (min-width:1280px) {
    .ltr-hightlight {
    font-size: 1.38vw;
}
}
@media (min-width:1440px) {
    .ltr-hightlight {
    font-size: 1.53vw;
}
} */
.ltr-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.ltr-icon i {
    width: inherit;
    height: inherit;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.ltr-icon i:before {
    color: inherit;
}
.ltr-icon[ml-size="10"] {
    width: 3.125vw;
    height: 3.125vw;
}
.ltr-icon[ml-size="10"] i {
    font-size: 1.875vw;
}
.ltr-icon[ml-size="20"] {
    width: 6.25vw;
    height: 6.25vw;
}
.ltr-icon[ml-size="20"] i {
    font-size: 3.75vw;
}
.ltr-icon[ml-size="30"] {
    width: 9.375vw;
    height: 9.375vw;
}
.ltr-icon[ml-size="30"] i {
    font-size: 5vw;
}
.ltr-icon[ml-size="40"] {
    width: 12.5vw;
    height: 12.5vw;
}
.ltr-icon[ml-size="40"] i {
    font-size: 6.875vw;
}
.ltr-icon[ml-size="50"] {
    width: 15.625vw;
    height: 15.625vw;
}
.ltr-icon[ml-size="50"] i {
    font-size: 9.375vw;
}
.ltr-icon[ml-mody~=fill] {
    background-color: #056dae;
}
.ltr-icon[ml-mody~=border] {
    color: #056dae;
    border: .3125vw solid #056dae;
}
.ltr-icon[ml-mody~=circle] {
    border-radius: 50%}
.ltr-icon[ml-mody~=rounded] {
    border-radius: 1.25vw;
}
.ltr-icon[ml-mody~=icon-bold] {
    text-shadow: -1px -1px 0 #056dae, -1px -1px 0 #056dae, -1px -1px 0 #056dae;
}
@supports (display:grid) {
    .ltr-icon[ml-mody~=icon-bold] {
    -webkit-text-stroke: .3125vw;
    text-shadow: none;
}
}
.ltr-icon[ml-mody~=flat] {
    width: auto;
    height: auto;
}
.ltr-icon[ml-mody~=flat][ml-size="10"] i {
    font-size: 3.125vw;
}
.ltr-icon[ml-mody~=flat][ml-size="20"] i {
    font-size: 6.25vw;
}
.ltr-icon[ml-mody~=flat][ml-size="30"] i {
    font-size: 9.375vw;
}
.ltr-icon[ml-mody~=flat][ml-size="40"] i {
    font-size: 12.5vw;
}
.ltr-icon[ml-mody~=flat][ml-size="50"] i {
    font-size: 15.625vw;
}
i.ltr-icon {
    display: inline-flex;
    color: #056dae;
}
@media (min-width:768px) {
    .ltr-icon[ml-size="10"] {
    width: 10px;
    height: 10px;
}
.ltr-icon[ml-size="10"] i {
    font-size: 6px;
}
.ltr-icon[ml-size="20"] {
    width: 20px;
    height: 20px;
}
.ltr-icon[ml-size="20"] i {
    font-size: 12px;
}
.ltr-icon[ml-size="30"] {
    width: 30px;
    height: 30px;
}
.ltr-icon[ml-size="30"] i {
    font-size: 16px;
}
.ltr-icon[ml-size="40"] {
    width: 40px;
    height: 40px;
}
.ltr-icon[ml-size="40"] i {
    font-size: 22px;
}
.ltr-icon[ml-size="50"] {
    width: 50px;
    height: 50px;
}
.ltr-icon[ml-size="50"] i {
    font-size: 30px;
}
.ltr-icon[ml-mody~=border] {
    border-width: 1px;
}
.ltr-icon[ml-mody~=rounded] {
    border-radius: 4px;
}
@supports (display:grid) {
    .ltr-icon[ml-mody~=icon-bold] {
    -webkit-text-stroke: 1px;
}
}
.ltr-icon[ml-mody~=flat][ml-size="10"] i {
    font-size: 10px;
}
.ltr-icon[ml-mody~=flat][ml-size="20"] i {
    font-size: 20px;
}
.ltr-icon[ml-mody~=flat][ml-size="30"] i {
    font-size: 30px;
}
.ltr-icon[ml-mody~=flat][ml-size="40"] i {
    font-size: 40px;
}
.ltr-icon[ml-mody~=flat][ml-size="50"] i {
    font-size: 50px;
}
}
@media (min-width:1024px) {
    .ltr-icon[ml-size="10"] {
    width: .98vw;
    height: .98vw;
}
.ltr-icon[ml-size="10"] i {
    font-size: .59vw;
}
.ltr-icon[ml-size="20"] {
    width: 1.95vw;
    height: 1.95vw;
}
.ltr-icon[ml-size="20"] i {
    font-size: 1.17vw;
}
.ltr-icon[ml-size="30"] {
    width: 2.93vw;
    height: 2.93vw;
}
.ltr-icon[ml-size="30"] i {
    font-size: 1.56vw;
}
.ltr-icon[ml-size="40"] {
    width: 3.91vw;
    height: 3.91vw;
}
.ltr-icon[ml-size="40"] i {
    font-size: 2.15vw;
}
.ltr-icon[ml-size="50"] {
    width: 4.88vw;
    height: 4.88vw;
}
.ltr-icon[ml-size="50"] i {
    font-size: 2.93vw;
}
.ltr-icon[ml-mody~=border] {
    border-width: .1vw;
}
.ltr-icon[ml-mody~=rounded] {
    border-radius: .39vw;
}
@supports (display:grid) {
    .ltr-icon[ml-mody~=icon-bold] {
    -webkit-text-stroke: .1vw;
}
}
.ltr-icon[ml-mody~=flat][ml-size="10"] i {
    font-size: .98vw;
}
.ltr-icon[ml-mody~=flat][ml-size="20"] i {
    font-size: 1.95vw;
}
.ltr-icon[ml-mody~=flat][ml-size="30"] i {
    font-size: 2.93vw;
}
.ltr-icon[ml-mody~=flat][ml-size="40"] i {
    font-size: 3.91vw;
}
.ltr-icon[ml-mody~=flat][ml-size="50"] i {
    font-size: 4.88vw;
}
}
@media (min-width:1280px) {
    .ltr-icon[ml-size="10"] {
    width: .63vw;
    height: .63vw;
}
.ltr-icon[ml-size="10"] i {
    font-size: .38vw;
}
.ltr-icon[ml-size="20"] {
    width: 1.25vw;
    height: 1.25vw;
}
.ltr-icon[ml-size="20"] i {
    font-size: .75vw;
}
.ltr-icon[ml-size="30"] {
    width: 1.88vw;
    height: 1.88vw;
}
.ltr-icon[ml-size="30"] i {
    font-size: 1vw;
}
.ltr-icon[ml-size="40"] {
    width: 2.5vw;
    height: 2.5vw;
}
.ltr-icon[ml-size="40"] i {
    font-size: 1.38vw;
}
.ltr-icon[ml-size="50"] {
    width: 3.13vw;
    height: 3.13vw;
}
.ltr-icon[ml-size="50"] i {
    font-size: 1.88vw;
}
.ltr-icon[ml-mody~=border] {
    border-width: .06vw;
}
.ltr-icon[ml-mody~=rounded] {
    border-radius: .25vw;
}
@supports (display:grid) {
    .ltr-icon[ml-mody~=icon-bold] {
    -webkit-text-stroke: .06vw;
}
}
.ltr-icon[ml-mody~=flat] {
    width: auto;
    height: auto;
}
.ltr-icon[ml-mody~=flat][ml-size="10"] i {
    font-size: .63vw;
}
.ltr-icon[ml-mody~=flat][ml-size="20"] i {
    font-size: 1.25vw;
}
.ltr-icon[ml-mody~=flat][ml-size="30"] i {
    font-size: 1.88vw;
}
.ltr-icon[ml-mody~=flat][ml-size="40"] i {
    font-size: 2.5vw;
}
.ltr-icon[ml-mody~=flat][ml-size="50"] i {
    font-size: 3.13vw;
}
}
@media (min-width:1440px) {
    .ltr-icon[ml-size="10"] {
    width: .69vw;
    height: .69vw;
}
.ltr-icon[ml-size="10"] i {
    font-size: .42vw;
}
.ltr-icon[ml-size="20"] {
    width: 1.39vw;
    height: 1.39vw;
}
.ltr-icon[ml-size="20"] i {
    font-size: .83vw;
}
.ltr-icon[ml-size="30"] {
    width: 2.08vw;
    height: 2.08vw;
}
.ltr-icon[ml-size="30"] i {
    font-size: 1.11vw;
}
.ltr-icon[ml-size="40"] {
    width: 2.78vw;
    height: 2.78vw;
}
.ltr-icon[ml-size="40"] i {
    font-size: 1.53vw;
}
.ltr-icon[ml-size="50"] {
    width: 3.47vw;
    height: 3.47vw;
}
.ltr-icon[ml-size="50"] i {
    font-size: 2.08vw;
}
.ltr-icon[ml-mody~=border] {
    border-width: .07vw;
}
.ltr-icon[ml-mody~=rounded] {
    border-radius: .28vw;
}
@supports (display:grid) {
    .ltr-icon[ml-mody~=icon-bold] {
    -webkit-text-stroke: .07vw;
}
}
.ltr-icon[ml-mody~=flat] {
    width: auto;
    height: auto;
}
.ltr-icon[ml-mody~=flat][ml-size="10"] i {
    font-size: .69vw;
}
.ltr-icon[ml-mody~=flat][ml-size="20"] i {
    font-size: 1.39vw;
}
.ltr-icon[ml-mody~=flat][ml-size="30"] i {
    font-size: 2.08vw;
}
.ltr-icon[ml-mody~=flat][ml-size="40"] i {
    font-size: 2.78vw;
}
.ltr-icon[ml-mody~=flat][ml-size="50"] i {
    font-size: 3.47vw;
}
}
.ltr-img {
    background-color: #eee;
    background-size: cover;
    margin-right: 5px!important;
    background-position: 50%}
.ltr-img img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}
.ltr-legal {
    font-size: 3.75vw;
    color: #53565a;
}
.ltr-legal [ml-mody=cat] {
    font-size: 5vw;
}
@media (min-width:768px) {
    .ltr-legal {
    font-size: 12px;
}
.ltr-legal [ml-mody=cat] {
    font-size: 16px;
}
}
@media (min-width:1024px) {
    .ltr-legal {
    font-size: 1.17vw;
}
.ltr-legal [ml-mody=cat] {
    font-size: 1.56vw;
}
}
@media (min-width:1280px) {
    .ltr-legal {
    font-size: .75vw;
}
.ltr-legal [ml-mody=cat] {
    font-size: 1vw;
}
}
@media (min-width:1440px) {
    .ltr-legal {
    font-size: .83vw;
}
.ltr-legal [ml-mody=cat] {
    font-size: 1.11vw;
}
}
html:not([ml-browser~=mobile]) .ltr-link[ml-mody=phone] {
    pointer-events: none;
    color: #008294;
}
html:not([ml-browser~=mobile]) .ltr-link[ml-mody=phone]:after {
    content: none;
}
.ltr-link {
    color: #008294;
    cursor: pointer;
    /* font-size: 4.375vw; */
}
.ltr-link[ml-active=true]:after {
    background-color: #008294;
    width: 6.25vw;
}
.ltr-link[ml-mody~=inherit] {
    color: inherit;
    font-size: inherit;
}
.ltr-link[ml-mody~=inherit-color] {
    color: inherit;
}
.ltr-link[ml-mody~=inherit-size] {
    font-size: inherit;
}
.ltr-link[ml-mody~=cta] {
    display: inline-flex;
    align-items: center;
}
.ltr-link[ml-mody~=cta]:after {
    content: none;
}
.ltr-link[ml-mody~=cta] .ltr-icon {
    margin-left: 3.125vw;
    position: relative;
    color: #008294;
    background-color: transparent;
    border: none;
    transition: left .35s ease-in-out;
    left: 0;
}
@media (min-width:768px) {
    
.ltr-link[ml-active=true]:after {
    width: 20px;
}
.ltr-link[ml-mody~=cta] .ltr-icon {
    margin-left: 10px;
}
}
@media (min-width:1024px) {
    .ltr-link {
    position: relative;
    transition: color .35s ease-in-out;
}
.ltr-link:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -.2vw;
    width: 0;
    background-color: #008294;
    height: .1vw;
    transition: width .35s ease-in-out;
}
.ltr-link:focus, .ltr-link:hover {
    color: #008294;
}
.ltr-link:focus:after, .ltr-link:hover:after {
    width: 20px;
}
@supports (display:grid) {
    .ltr-link:focus:after, .ltr-link:hover:after {
    width: 1.95vw;
}
}
.ltr-link[ml-active=true]:after {
    width: 1.95vw;
}
.ltr-link[ml-mody~=cta] .ltr-icon {
    margin-left: .98vw;
}
}
.ltr-link:after {
    bottom: -.13vw;
    height: 1px;
}
@supports (display:grid) {
    .ltr-link:hover:after {
    width: 1.25vw;
}
}
.ltr-link[ml-active=true]:after {
    width: 1.25vw;
}
.ltr-link[ml-mody~=cta]:hover .ltr-icon {
    left: 5px;
}
@supports (display:grid) {
    .ltr-link[ml-mody~=cta]:hover .ltr-icon {
    left: .31vw;
}
}
@media (min-width:1440px) {
    
.ltr-link:after {
    bottom: -.14vw;
    height: 1px;
}
@supports (display:grid) {
    .ltr-link:hover:after {
    width: 1.39vw;
}
}
.ltr-link[ml-active=true]:after {
    width: 1.39vw;
}
@supports (display:grid) {
    .ltr-link[ml-mody~=cta]:hover .ltr-icon {
    left: .35vw;
}
}
.ltr-link[ml-mody~=cta] .ltr-icon {
    margin-left: .35vw;
}
}
.ltr-list {
    margin-bottom: 6.25vw;
}
.ltr-list .list-item {
    display: flex;
}
.ltr-list .list-item .bullet {
    margin-right: 1.5625vw;
}
@media (min-width:768px) {
    .ltr-list .list-item .bullet {
        margin-right: 5px;
    }
}
@media (min-width:1024px) {
    .ltr-list {
    margin-bottom: 1.95vw;
}
.ltr-list .list-item .bullet {
    margin-right: .49vw;
}
}
@media (min-width:1280px) {
    /* margin-bottom: 1.25vw; */
    .ltr-list .list-item .bullet {
    margin-right: .31vw;
}
}
@media (min-width:1440px) {
    /* margin-bottom: 1.39vw; */
    .ltr-list .list-item .bullet {
    margin-right: .35vw;
}
}
.ltr-select {
    position: relative;
    width: 87.5vw;
}
.ltr-select select {
    height: 12.5vw;
    width: 100%;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #056dae;
}
.ltr-select label {
    left: 0;
    transition: font-size .35s ease-in-out, color .35s ease-in-out, top .35s ease-in-out;
}
.ltr-select .ltr-icon, .ltr-select label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.ltr-select .ltr-icon {
    right: 0;
    color: #056dae;
}
.ltr-select[ml-empty=false] label {
    top: -3.125vw;
    /* font-size: 3.75vw; */
    transform: translateY(0);
    color: #056dae;
}
@media (min-width:768px) {
    .ltr-select {
    width: 280px;
}
.ltr-select select {
    height: 40px;
}
.ltr-select[ml-empty=false] label {
    top: -10px;
    /* font-size: 12px; */
}
}
@media (min-width:1024px) {
    .ltr-select {
    width: 27.34vw;
}
.ltr-select select {
    height: 3.91vw;
}
.ltr-select[ml-empty=false] label {
    top: -.98vw;
    /* font-size: iewport(lg, 12); */
}
}
@media (min-width:1280px) {
    .ltr-select {
    width: 17.5vw;
}
.ltr-select select {
    height: 2.5vw;
}
.ltr-select[ml-empty=false] label {
    top: -.63vw;
    /* font-size: iewport(xl, 12); */
}
}
@media (min-width:1440px) {
    .ltr-select {
    width: 19.44vw;
}
.ltr-select select {
    height: 2.78vw;
}
.ltr-select[ml-empty=false] label {
    top: -.69vw;
    /* font-size: iewport(xxl, 12); */
}
}
.ltr-sub-category {
    /* font-size: 3.75vw; */
    color: #97999b;
    letter-spacing: .3125vw;
}
@media (min-width:768px) {
    .ltr-sub-category {
    /* font-size: 12px; */
    letter-spacing: 1px;
}
}
@media (min-width:1024px) {
    .ltr-sub-category {
    letter-spacing: .1vw;
}
}
@media (min-width:1280px) {
    .ltr-sub-category {
    /* font-size: .75vw; */
    letter-spacing: .06vw;
}
}
@media (min-width:1440px) {
    .ltr-sub-category {
    /* font-size: .83vw; */
    letter-spacing: .07vw;
}
}
.ltr-sub-headline {
    /* font-size: 5vw; */
    color: #97999b;
}
@media (min-width:768px) {
    /* .ltr-sub-headline {
    font-size: 16px;
} */
}
/* @media (min-width:1024px) {
    .ltr-sub-headline {
    font-size: 1.56vw;
}
} */
/* @media (min-width:1280px) {
    .ltr-sub-headline {
    font-size: 1.25vw;
}
} */
/* @media (min-width:1440px) {
    .ltr-sub-headline {
    font-size: 1.39vw;
}
} */
/* .ltr-sub-title {
    font-size: 5vw;
    color: #323232;
} */
/* @media (min-width:768px) {
    .ltr-sub-title {
    font-size: 16px;
}
}
@media (min-width:1024px) {
    .ltr-sub-title {
    font-size: 1.56vw;
}
}
@media (min-width:1280px) {
    .ltr-sub-title {
    font-size: 1.13vw;
}
}
@media (min-width:1440px) {
    .ltr-sub-title {
    font-size: 1.25vw;
}
} */
/* .ltr-sub-text {
    font-size: 3.75vw;
    color: #53565a;
}
@media (min-width:768px) {
    .ltr-sub-text {
    font-size: 12px;
}
}
@media (min-width:1024px) {
    .ltr-sub-text {
    font-size: 1.56vw;
}
}
@media (min-width:1280px) {
    .ltr-sub-text {
    font-size: 1vw;
}
}
@media (min-width:1440px) {
    .ltr-sub-text {
    font-size: 1.11vw;
}
}
.ltr-text {
    font-size: 4.375vw;
    color: #323232;
}
@media (min-width:768px) {
    .ltr-text {
    font-size: 14px;
}
}
@media (min-width:1024px) {
    .ltr-text {
    font-size: 1.37vw;
}
}
@media (min-width:1280px) {
    .ltr-text {
    font-size: 1vw;
}
}
@media (min-width:1440px) {
    .ltr-text {
    font-size: 1.11vw;
}
}
.ltr-title {
    font-size: 6.25vw;
    color: #323232;
}
@media (min-width:768px) {
    .ltr-title {
    font-size: 20px;
}
}*/
@media (min-width:1024px) {
    .ltr-title {
    font-size: 1.95vw;
    line-height: 2.54vw;
}
}
@media (min-width:1280px) {
    .ltr-title {
        font-size: 1.5vw!important;
        line-height: 1.63vw;
    }
}
/*@media (min-width:1440px) {
    .ltr-title {
    font-size: 1.67vw;
    line-height: 1.81vw;
}
} */
.ltr-wrapper {
    width: 100%;
    padding: 6.25vw;
    margin-right: auto;
    margin-left: auto;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-sub-headline, .ltr-wrapper>.ltr-title {
    margin-bottom: 6.25vw;
}
.ltr-wrapper>.ltr-headline-section {
    margin-bottom: 12.5vw;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-headline-section, .ltr-wrapper>.ltr-sub-category, .ltr-wrapper>.ltr-sub-headline, .ltr-wrapper>.ltr-title {
    text-align: center;
}
@media (min-width:768px) {
    .ltr-wrapper {
    padding: 40px 0;
    width: 680px;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-headline-section {
    margin-bottom: 20px;
}
}
@media (min-width:1024px) {
    .ltr-wrapper {
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;
    width: 93.75vw;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-headline-section, .ltr-wrapper>.ltr-title {
    margin-bottom: 1.95vw;
}
.ltr-wrapper[m-mody=carousel-arrows] {
    width: 97.66vw;
}
}
@media (min-width:1280px) {
    .ltr-wrapper {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    width: 68.75vw;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-headline-section, .ltr-wrapper>.ltr-sub-headline, .ltr-wrapper>.ltr-title {
    margin-bottom: 1.25vw;
}
.ltr-wrapper[m-mody=carousel-arrows] {
    width: 71.25vw;
}
}
@media (min-width:1440px) {
    .ltr-wrapper {
    padding-top: 2.78vw;
    padding-bottom: 2.78vw;
    width: 76.39vw;
}
.ltr-wrapper>.ltr-category, .ltr-wrapper>.ltr-headline-section, .ltr-wrapper>.ltr-sub-headline, .ltr-wrapper>.ltr-title {
    margin-bottom: 1.39vw;
}
.ltr-wrapper[m-mody=carousel-arrows] {
    width: 76.39vw;
}
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description, html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-text {
    margin-bottom: 3.125vw;
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-link {
    display: none;
}
html[ml-browser=ie] .ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    display: block;
    height: 100%;
    overflow: hidden;
}
.ltr-card, button.ltr-card:active {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
}
.ltr-card {
    border-radius: 1.25vw;
    background-color: #fff;
    display: flex;
    min-height: 6.25vw;
    padding: 6.25vw;
    width: 87.5vw;
}
.ltr-card.slick-slide {
    display: flex!important;
}
.ltr-card .card-content {
    display: flex;
    align-items: center;
    min-height: inherit;
    height: 100%}
.ltr-card .card-content .ltr-icon {
    margin-right: 6.25vw;
}
.ltr-card .card-description {
    width: 100%}
.ltr-card .card-description .ltr-sub-category, .ltr-card .card-description .ltr-text, .ltr-card .card-description .ltr-title {
    margin-bottom: 3.125vw;
}
.ltr-card .card-description .ltr-text:last-child {
    margin-bottom: 0;
}
.ltr-card .card-description .ltr-list .list-item {
    margin-bottom: 3.125vw;
}
.ltr-card .card-description .ltr-list .list-item:last-child {
    margin-bottom: 0;
}
.ltr-card .card-description>.ltr-button {
    width: 100%}
.ltr-card .card-img, .ltr-card .card-stamp {
    margin-bottom: 6.25vw;
}
.ltr-card .card-call {
    height: inherit;
}
.ltr-card .card-call>.ltr-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    width: 100%}
.ltr-card .ltr-link {
    text-align: center;
}
.ltr-card [ml-mody~=c-relative] {
    position: relative;
}
.ltr-card[ml-mody~=c-icon] .card-content {
    align-items: flex-start;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content {
    flex-direction: column;
    flex-basis: 100%}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content>.ltr-icon {
    margin-right: 0;
    margin-bottom: 3.125vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-content>.ltr-icon {
    margin-top: 6.25vw;
    margin-bottom: 15.625vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-description .ltr-text {
    margin-bottom: 6.25vw;
}
.ltr-card[ml-mody~=c-img] {
    padding: 0;
    padding-left: 6.25vw;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    background-color: transparent;
}
.ltr-card[ml-mody~=c-img] .ltr-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 28.125vw;
    height: 17.1875vw;
    border-radius: 1.25vw;
}
.ltr-card[ml-mody~=c-img] .card-content {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    border-radius: inherit;
    position: relative;
}
.ltr-card[ml-mody~=c-img] .card-content .ltr-icon {
    position: absolute;
    top: 3.125vw;
    right: 6.25vw;
    margin-right: 0;
}
.ltr-card[ml-mody~=c-img] .card-description {
    padding: 6.25vw 6.25vw 6.25vw 26.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-] {
    box-shadow: none;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-] .card-content {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] {
    padding-top: 6.25vw;
    padding-left: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .ltr-img {
    top: 0;
    left: 6.25vw;
    transform: none;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .card-description {
    width: 100%;
    padding-top: 17.1875vw;
    padding-left: 6.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-icon] .card-description {
    padding-top: 12.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] {
    width: 40.625vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .ltr-img {
    height: 25vw;
    transform: translateX(-50%);
    left: 50%}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .card-description {
    padding-top: 25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] {
    width: 87.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .ltr-img {
    transform: translateY(-50%);
    left: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .card-description {
    padding-top: 6.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    min-height: 72.1875vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    overflow: hidden;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    justify-content: flex-start;
    width: 87.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img {
    height: 46.875vw;
    overflow: hidden;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img:first-child {
    border-radius: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] {
    padding-top: 12.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] .ltr-img {
    width: 62.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] .card-description {
    padding-top: 46.875vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] {
    padding-left: 0;
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] .ltr-img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] .card-content {
    box-shadow: none!important;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] .card-description {
    padding-left: 6.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images {
    position: relative;
    height: 46.875vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images .ltr-img {
    margin-bottom: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images .ltr-img:last-child {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12.5vw;
    width: 37.5vw;
    height: 23.4375vw;
    min-height: auto;
    overflow: hidden;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-content {
    border-radius: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-description {
    padding-top: 21.09375vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody~=c-img-double-big] .card-images .ltr-img:last-child {
    bottom: -9.375vw;
    width: 71.25vw;
    height: 43.75vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] {
    text-align: center;
    width: 87.5vw;
    overflow: hidden;
    display: none;
}
.ltr-card[ml-mody~=c-img][ml-dmp][ml-open=true] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-content {
    box-shadow: none!important;
    border-radius: 0;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description {
    padding-top: 12.5vw;
    padding-bottom: 0;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-sub-category, .ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-title {
    margin-bottom: 6.25vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-text {
    min-height: 20.3125vw;
    max-height: 20.3125vw;
    overflow: hidden;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-images {
    height: 46.875vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons, .ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons .ltr-button {
    margin-bottom: 12.5vw;
}
.ltr-card[ml-mody~=c-button] {
    flex-direction: column;
}
.ltr-card[ml-mody~=c-button] .card-description {
    position: relative;
}
.ltr-card[ml-mody~=c-button] .card-description:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    width: 90%;
    height: 1px;
    background-color: #eee;
}
.ltr-card[ml-mody~=c-button] .card-buttons {
    display: flex;
    height: 21.875vw;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons>* {
    min-width: 50%}
.ltr-card[ml-mody~=c-button-full] .card-buttons {
    width: 100%;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
}
.ltr-card[ml-mody~=c-button-full] .card-buttons>* {
    width: 100%}
.ltr-card[ml-mody~=c-stamp] {
    flex-direction: column;
    padding-bottom: 0;
}
.ltr-card[ml-mody~=c-stamp] .card-stamp {
    border-radius: 5vw;
    width: 25vw;
    height: 25vw;
}
.ltr-card[ml-mody~=c-stamp] .card-content {
    flex-direction: column;
    text-align: center;
}
.ltr-card[ml-mody~=c-stamp] .card-description, .ltr-card[ml-mody~=c-stamp] .card-description .ltr-text {
    margin-bottom: 6.25vw;
}
.ltr-card[ml-mody~=c-stamp] .card-img {
    margin-bottom: 0;
}
.ltr-card[ml-size=c-3], .ltr-card[ml-size=c-4] {
    width: 87.5vw;
}
.ltr-card[ml-size=c-2] {
    width: 40.625vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-3], .ltr-card[ml-mody~=c-button][ml-size=c-4], .ltr-card[ml-mody~=c-icon][ml-size=c-3], .ltr-card[ml-mody~=c-icon][ml-size=c-4], .ltr-card[ml-mody~=c-img][ml-size=c-3], .ltr-card[ml-mody~=c-img][ml-size=c-4], .ltr-card[ml-mody~=c-stamp][ml-size=c-3], .ltr-card[ml-mody~=c-stamp][ml-size=c-4] {
    width: 87.5vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-2], .ltr-card[ml-mody~=c-icon][ml-size=c-2], .ltr-card[ml-mody~=c-img][ml-size=c-2], .ltr-card[ml-mody~=c-stamp][ml-size=c-2] {
    width: 40.625vw;
}
.ltr-card[ml-mody~=c-phone] {
    width: 100%}
.ltr-card[ml-mody~=c-phone] .card-content {
    display: block;
    width: 100%}
.ltr-card[ml-mody~=c-phone] .card-content .card-head {
    height: auto;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #eee;
    margin-bottom: 6.25vw;
    display: flex;
    flex-direction: column;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body {
    display: block;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item {
    width: 100%;
    margin-bottom: 6.25vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .ltr-text {
    margin-bottom: 1.5625vw;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] {
    min-height: 81.25vw;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] .card-body .item {
    margin-bottom: 6.25vw;
}
@media (max-width:767px) {
    .ltr-card[ml-mody=c-img] {
    box-shadow: none;
}
.ltr-card[ml-mody=c-img] .card-content {
    box-shadow: 0 1.875vw 5vw rgba(0, 45, 114, .15);
}
}
@media (min-width:768px) {
    html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description {
    margin-bottom: 20px;
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-text {
    margin-bottom: 10px;
}
.ltr-card, button.ltr-card:active {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
}
.ltr-card {
    border-radius: 4px;
    min-height: 20px;
    padding: 20px;
    width: 330px;
}
.ltr-card .card-content .ltr-icon {
    margin-right: 20px;
}
.ltr-card .card-description .ltr-list .list-item, .ltr-card .card-description .ltr-sub-category, .ltr-card .card-description .ltr-text, .ltr-card .card-description .ltr-title, .ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content>.ltr-icon {
    margin-bottom: 10px;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-content>.ltr-icon {
    margin-top: 20px;
    margin-bottom: 50px;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-description .ltr-text {
    margin-bottom: 20px;
}
.ltr-card[ml-mody~=c-img] {
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-img] .ltr-img {
    width: 90px;
    height: 55px;
    border-radius: 4px;
}
.ltr-card[ml-mody~=c-img] .card-content .ltr-icon {
    top: 10px;
    right: 20px;
}
.ltr-card[ml-mody~=c-img] .card-description {
    padding: 20px 20px 20px 90px;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-] .card-content {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] {
    padding-top: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .ltr-img {
    left: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .card-description {
    padding-top: 55px;
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-icon] .card-description {
    padding-top: 40px;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] {
    width: 330px;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .ltr-img {
    height: 80px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    height: inherit;
    padding-top: 20px;
    padding-left: 90px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] {
    min-height: 120px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .ltr-img {
    transform: none;
    height: 120px;
    width: 120px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-left: 160px;
    padding-bottom: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-top: 0;
    padding-left: 20px;
    background-color: transparent;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-content {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
    border-radius: 4px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-left: 0;
    justify-content: flex-start;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h][ml-mody*=br-left-], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v][ml-mody*=br-left-] {
    border-left-style: solid;
    border-left-width: 5px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h][ml-mody~=br-left-cyan], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v][ml-mody~=br-left-cyan] {
    border-left-color: #00bdf2;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h][ml-mody~=br-left-green], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v][ml-mody~=br-left-green] {
    border-left-color: #84bd00;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h][ml-mody~=br-left-teal], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v][ml-mody~=br-left-teal] {
    border-left-color: #007377;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    display: none;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-top: 20px;
    padding-left: 20px;
    min-height: 126px;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    width: 330px;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img {
    height: 150px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] {
    padding-top: 40px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] .ltr-img {
    width: 170px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large] .card-description {
    padding-top: 150px;
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full] .card-description {
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images {
    height: 150px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images .ltr-img {
    top: auto;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-images .ltr-img:last-child {
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
    bottom: -40px;
    width: 120px;
    height: 75px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody*=c-img-double] .card-description {
    padding-top: 67.5px;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-large-full][ml-mody~=c-img-double-big] .card-images .ltr-img:last-child {
    bottom: -30px;
    width: 228px;
    height: 140px;
}
.ltr-card[ml-mody~=c-img][ml-dmp] {
    width: 280px;
}
.ltr-card[ml-mody~=c-img][ml-dmp][ml-open=true] {
    top: 90px;
    right: 20px;
    left: auto;
    transform: none;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description {
    padding-top: 40px;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-sub-category, .ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-title {
    margin-bottom: 20px;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-text {
    min-height: 70px;
    max-height: 70px;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons, .ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons .ltr-button {
    margin-bottom: 40px;
}
.ltr-card[ml-mody=c-img] {
    padding-left: 0;
    box-shadow: none;
}
.ltr-card[ml-mody=c-img] .ltr-img {
    transform: none;
    top: 0;
}
.ltr-card[ml-mody=c-img] .card-content {
    display: block;
    box-shadow: 0 6px 16px rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-button] .card-buttons {
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-button] .card-buttons>* {
    min-width: 50%}
.ltr-card[ml-mody~=c-button-full] .card-buttons {
    padding-right: 20px;
    padding-left: 20px;
}
.ltr-card[ml-mody~=c-stamp] {
    flex-direction: row;
    align-items: flex-end;
    width: 680px;
}
.ltr-card[ml-mody~=c-stamp] .card-content, .ltr-card[ml-mody~=c-stamp]>.ltr-img {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 50%}
.ltr-card[ml-mody~=c-stamp] .card-content {
    align-self: flex-start;
    align-items: flex-start;
    text-align: left;
}
.ltr-card[ml-mody~=c-stamp] .card-stamp {
    border-radius: 16px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.ltr-card[ml-mody~=c-stamp] .card-description, .ltr-card[ml-mody~=c-stamp] .card-description .ltr-text {
    margin-bottom: 20px;
}
.ltr-card[ml-size=c-4] {
    width: 130px;
}
.ltr-card[ml-size=c-3] {
    width: 280px;
}
.ltr-card[ml-size=c-2] {
    width: 330px;
}
.ltr-card[ml-mody~=c-button][ml-size=c-4], .ltr-card[ml-mody~=c-icon][ml-size=c-4], .ltr-card[ml-mody~=c-img][ml-size=c-4], .ltr-card[ml-mody~=c-stamp][ml-size=c-4] {
    width: 130px;
}
.ltr-card[ml-mody~=c-button][ml-size=c-3], .ltr-card[ml-mody~=c-icon][ml-size=c-3], .ltr-card[ml-mody~=c-img][ml-size=c-3], .ltr-card[ml-mody~=c-stamp][ml-size=c-3] {
    width: 280px;
}
.ltr-card[ml-mody~=c-button][ml-size=c-2], .ltr-card[ml-mody~=c-icon][ml-size=c-2], .ltr-card[ml-mody~=c-img][ml-size=c-2], .ltr-card[ml-mody~=c-stamp][ml-size=c-2] {
    width: 330px;
}
.ltr-card[ml-mody~=c-phone] .card-content {
    position: relative;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-head {
    height: 80px;
    border-width: 1px;
    margin-bottom: 20px;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item {
    margin-bottom: 20px;
    flex-grow: 1;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item:not(:last-child) {
    margin-right: 10px;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-footer {
    position: absolute;
    bottom: 0;
    height: 20px;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] {
    min-height: 260px;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] .card-body {
    display: flex;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] .card-body .item {
    width: 20%}
}
@media (min-width:1024px) {
    html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description {
    margin-bottom: 1.95vw;
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-text {
    margin-bottom: .98vw;
}
.ltr-card, button.ltr-card:active {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
}
.ltr-card {
    border-radius: .39vw;
    min-height: 1.95vw;
    padding: 1.95vw;
    width: 45.9vw;
}
.ltr-card .card-content .ltr-icon {
    margin-right: 1.95vw;
}
.ltr-card:not([ml-mody]), .ltr-card[ml-mody~=c-icon], .ltr-card[ml-mody~=c-stamp] {
    transition: box-shadow .25s ease-out;
}
.ltr-card:not([ml-mody]):hover, .ltr-card[ml-mody~=c-icon]:hover, .ltr-card[ml-mody~=c-stamp]:hover {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
}
.ltr-card .card-call {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ltr-card .card-call>.ltr-link {
    display: inline-block;
    height: auto;
    width: auto;
}
.ltr-card .card-description .ltr-list .list-item, .ltr-card .card-description .ltr-sub-category, .ltr-card .card-description .ltr-text, .ltr-card .card-description .ltr-title, .ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content>.ltr-icon {
    margin-bottom: .98vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-content>.ltr-icon {
    margin-top: 1.95vw;
    margin-bottom: 4.88vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-description .ltr-text {
    margin-bottom: 1.95vw;
}
.ltr-card[ml-mody~=c-img] {
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-img] .ltr-img {
    width: 11.72vw;
    height: 7.23vw;
    border-radius: 4px;
}
.ltr-card[ml-mody~=c-img] .card-content .ltr-icon {
    top: .98vw;
    right: 1.95vw;
}
.ltr-card[ml-mody~=c-img] .card-description {
    padding: 1.95vw 1.95vw 1.95vw 11.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]):hover .card-content {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]) .card-content {
    transition: box-shadow .25s ease-out;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-] .card-content {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] {
    padding-top: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .ltr-img {
    left: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .card-description {
    padding-top: 7.23vw;
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-icon] .card-description {
    padding-top: 3.91vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] {
    width: 45.9vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .ltr-img {
    height: 11.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-top: 1.95vw;
    padding-left: 8.79vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] {
    min-height: 11.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .ltr-img {
    transform: none;
    height: 11.72vw;
    width: 11.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-left: 15.63vw;
    padding-bottom: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-top: 0;
    padding-left: 1.95vw;
    background-color: transparent;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-content {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    border-radius: .39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-left: 11.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h][ml-mody*=br-left], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v][ml-mody*=br-left] {
    border: none;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    display: block;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-top: 1.95vw;
    padding-bottom: 1.95vw;
    padding-left: 11.72vw;
    min-height: 15.63vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    transition-property: box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    background-color: #fff;
    width: 29.79vw;
    padding-top: 0;
    padding-left: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large]:not([ml-dmp]):hover {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large]:not([ml-dmp]):hover .ltr-img img {
    transform: scale(1.1);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img {
    transform: none;
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    min-height: 12.7vw;
    margin-bottom: 3.91vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img img {
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    transform: scale(1);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-content {
    background-color: transparent;
    box-shadow: none;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-description {
    padding-top: 0;
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images {
    height: 12.7vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images .ltr-img:last-child {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    bottom: -3.91vw;
    width: 11.72vw;
    height: 7.32vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-description {
    padding-top: 6.59vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody~=c-img-double-big] .card-images .ltr-img:last-child {
    bottom: -2.93vw;
    width: 22.27vw;
    height: 13.67vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] {
    width: 29.88vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp][ml-open=true] {
    top: 9.77vw;
    right: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-sub-category, .ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-title {
    margin-bottom: 1.95vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-text {
    min-height: 6.84vw;
    max-height: 6.84vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons, .ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons .ltr-button {
    margin-bottom: 3.91vw;
}
.ltr-card[ml-mody=c-img] {
    padding-left: 0;
}
.ltr-card[ml-mody=c-img]:hover .card-content {
    box-shadow: 0 1.17vw 3.52vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody=c-img] .card-content {
    box-shadow: 0 .59vw 1.56vw rgba(0, 45, 114, .2);
    transition: box-shadow .25s ease-out;
}
.ltr-card[ml-mody~=c-button] .card-buttons {
    height: 6.84vw;
    padding-right: 1.95vw;
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons>* {
    min-width: 50%}
.ltr-card[ml-mody~=c-button-full] .card-buttons {
    padding-right: 1.95vw;
    padding-left: 1.95vw;
}
.ltr-card[ml-mody~=c-stamp] {
    width: 69.82vw;
}
.ltr-card[ml-mody~=c-stamp] .card-content {
    padding-right: 1.95vw;
}
.ltr-card[ml-mody~=c-stamp] .card-stamp {
    border-radius: 1.56vw;
    width: 7.81vw;
    height: 7.81vw;
    margin-bottom: 1.95vw;
}
.ltr-card[ml-mody~=c-stamp] .card-description, .ltr-card[ml-mody~=c-stamp] .card-description .ltr-text {
    margin-bottom: 1.95vw;
}
.ltr-card[ml-size=c-3], .ltr-card[ml-size=c-4] {
    width: 87.5vw;
}
.ltr-card[ml-size=c-2] {
    width: 40.625vw;
}
.ltr-card[ml-size=c-4] {
    width: 21.97vw;
}
.ltr-card[ml-size=c-3] {
    width: 29.79vw;
}
.ltr-card[ml-size=c-2] {
    width: 45.9vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-4], .ltr-card[ml-mody~=c-icon][ml-size=c-4], .ltr-card[ml-mody~=c-img][ml-size=c-4], .ltr-card[ml-mody~=c-stamp][ml-size=c-4] {
    width: 21.97vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-3], .ltr-card[ml-mody~=c-icon][ml-size=c-3], .ltr-card[ml-mody~=c-img][ml-size=c-3], .ltr-card[ml-mody~=c-stamp][ml-size=c-3] {
    width: 29.79vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-2], .ltr-card[ml-mody~=c-icon][ml-size=c-2], .ltr-card[ml-mody~=c-img][ml-size=c-2], .ltr-card[ml-mody~=c-stamp][ml-size=c-2] {
    width: 45.9vw;
}
.ltr-card[ml-mody~=c-phone] {
    min-height: 30.27vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-head {
    height: 7.81vw;
    margin-bottom: 1.95vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item .ltr-text {
    margin-bottom: 0;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item:not(:last-child) {
    margin-right: .98vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-footer {
    height: 1.95vw;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] {
    min-height: 25.39vw;
}
}
@media (min-width:1280px) {
    html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description {
    margin-bottom: 1.25vw;
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-text {
    margin-bottom: .63vw;
}
.ltr-card, button.ltr-card:active {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
}
.ltr-card {
    border-radius: .25vw;
    min-height: 1.25vw;
    padding: 1.25vw;
    width: 33.44vw;
}
.ltr-card:not([ml-mody]):hover, .ltr-card[ml-mody~=c-icon]:hover, .ltr-card[ml-mody~=c-stamp]:hover {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
}
.ltr-card .card-content .ltr-icon {
    margin-right: 1.25vw;
}
.ltr-card .card-description .ltr-list .list-item, .ltr-card .card-description .ltr-sub-category, .ltr-card .card-description .ltr-text, .ltr-card .card-description .ltr-title, .ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content>.ltr-icon {
    margin-bottom: .63vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-content>.ltr-icon {
    margin-top: 1.25vw;
    margin-bottom: 3.13vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-description .ltr-text {
    margin-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-img] {
    padding-left: 1.25vw;
}
.ltr-card[ml-mody~=c-img] .ltr-img {
    width: 7.5vw;
    height: 4.63vw;
    border-radius: .25vw;
}
.ltr-card[ml-mody~=c-img] .card-content .ltr-icon {
    top: .63vw;
    right: 1.25vw;
}
.ltr-card[ml-mody~=c-img] .card-description {
    padding: 1.25vw 1.25vw 1.25vw 7.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]):hover .card-content {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]) .card-content {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] {
    padding-top: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .ltr-img {
    left: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .card-description {
    padding-top: 4.63vw;
    padding-left: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-icon] .card-description {
    padding-top: 2.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] {
    width: 29.38vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .ltr-img {
    height: 7.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-top: 1.25vw;
    padding-left: 5.63vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] {
    min-height: 7.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .ltr-img {
    transform: none;
    height: 7.5vw;
    width: 7.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-left: 10vw;
    padding-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-top: 0;
    padding-left: 1.25vw;
    background-color: transparent;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-content {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
    border-radius: .25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-left: 7.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-left: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 7.5vw;
    min-height: 11.88vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
    background-color: #fff;
    width: 21.88vw;
    padding-top: 0;
    padding-left: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large]:not([ml-dmp]):hover {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    min-height: 9.38vw;
    margin-bottom: 2.5vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-content {
    background-color: transparent;
    box-shadow: none;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-description {
    padding-top: 0;
    padding-left: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images {
    height: 10.94vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images .ltr-img:last-child {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
    bottom: -2.5vw;
    width: 7.5vw;
    height: 4.69vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-description {
    padding-top: 4.22vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody~=c-img-double-big] .card-images .ltr-img:last-child {
    bottom: -1.88vw;
    width: 14.25vw;
    height: 8.75vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] {
    width: 20vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp][ml-open=true] {
    top: 6.25vw;
    right: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-sub-category, .ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-title {
    margin-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-text {
    min-height: 4.06vw;
    max-height: 4.06vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons, .ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons .ltr-button {
    margin-bottom: 2.5vw;
}
.ltr-card[ml-mody=c-img] {
    padding-left: 0;
}
.ltr-card[ml-mody=c-img]:hover .card-content {
    box-shadow: 0 .75vw 2.25vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody=c-img] .card-content {
    box-shadow: 0 .38vw 1vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-stamp] {
    width: 51.56vw;
}
.ltr-card[ml-mody~=c-stamp] .card-content {
    padding-right: 1.25vw;
}
.ltr-card[ml-mody~=c-stamp] .card-stamp {
    border-radius: 1vw;
    width: 5vw;
    height: 5vw;
    margin-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-stamp] .card-description, .ltr-card[ml-mody~=c-stamp] .card-description .ltr-text {
    margin-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons {
    height: 4.38vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons>* {
    min-width: 50%}
.ltr-card[ml-mody~=c-button-full] .card-buttons {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
}
.ltr-card[ml-size=c-4] {
    width: 15.94vw;
}
.ltr-card[ml-size=c-3] {
    width: 21.88vw;
}
.ltr-card[ml-size=c-2] {
    width: 33.44vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-4], .ltr-card[ml-mody~=c-icon][ml-size=c-4], .ltr-card[ml-mody~=c-img][ml-size=c-4], .ltr-card[ml-mody~=c-stamp][ml-size=c-4] {
    width: 15.94vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-3], .ltr-card[ml-mody~=c-icon][ml-size=c-3], .ltr-card[ml-mody~=c-img][ml-size=c-3], .ltr-card[ml-mody~=c-stamp][ml-size=c-3] {
    width: 21.88vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-2], .ltr-card[ml-mody~=c-icon][ml-size=c-2], .ltr-card[ml-mody~=c-img][ml-size=c-2], .ltr-card[ml-mody~=c-stamp][ml-size=c-2] {
    width: 33.44vw;
}
.ltr-card[ml-mody~=c-phone] {
    min-height: 19.38vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-head {
    height: 5vw;
    margin-bottom: 1.25vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item:not(:last-child) {
    margin-right: .63vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-footer {
    height: 1.25vw;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] {
    min-height: 16.25vw;
}
}
@media (min-width:1440px) {
    html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description {
    margin-bottom: 1.39vw;
}
html[ml-browser~=mobile] .ltr-card[ml-mody~=c-app] .card-description .ltr-text {
    margin-bottom: .69vw;
}
.ltr-card, button.ltr-card:active {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
}
.ltr-card {
    border-radius: .28vw;
    min-height: 1.39vw;
    padding: 1.39vw;
    width: 37.15vw;
}
.ltr-card:not([ml-mody]):hover, .ltr-card[ml-mody~=c-icon]:hover, .ltr-card[ml-mody~=c-stamp]:hover {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
}
.ltr-card .card-content .ltr-icon {
    margin-right: 1.39vw;
}
.ltr-card .card-description .ltr-list .list-item, .ltr-card .card-description .ltr-sub-category, .ltr-card .card-description .ltr-text, .ltr-card .card-description .ltr-title, .ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-top] .card-content>.ltr-icon {
    margin-bottom: .69vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-content>.ltr-icon {
    margin-top: 1.39vw;
    margin-bottom: 3.47vw;
}
.ltr-card[ml-mody~=c-icon][ml-mody~=c-icon-spaces] .card-description .ltr-text {
    margin-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-img] {
    padding-left: 1.39vw;
}
.ltr-card[ml-mody~=c-img] .ltr-img {
    width: 8.33vw;
    height: 5.14vw;
    border-radius: .28vw;
}
.ltr-card[ml-mody~=c-img] .card-content .ltr-icon {
    top: .69vw;
    right: 1.39vw;
}
.ltr-card[ml-mody~=c-img] .card-description {
    padding: 1.39vw 1.39vw 1.39vw 8.33vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]):hover .card-content {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-]:not([ml-mody*=c-img-large]) .card-content {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] {
    padding-top: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .ltr-img, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .ltr-img {
    left: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody=c-img] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-top] .card-description {
    padding-top: 5.14vw;
    padding-left: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-icon] .card-description {
    padding-top: 2.78vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] {
    width: 32.64vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-square] .ltr-img {
    height: 8.33vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-top: 1.39vw;
    padding-left: 6.25vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] {
    min-height: 8.33vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .ltr-img {
    transform: none;
    height: 8.33vw;
    width: 8.33vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square] .card-description {
    padding-left: 11.11vw;
    padding-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-top: 0;
    padding-left: 1.39vw;
    background-color: transparent;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .ltr-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-content {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
    border-radius: .28vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-left: 8.33vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h], .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] {
    padding-left: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-h] .card-description, .ltr-card[ml-mody~=c-img][ml-mody~=c-img-square-v] .card-description {
    padding-top: 1.39vw;
    padding-bottom: 1.39vw;
    padding-left: 8.33vw;
    min-height: 11.11vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
    background-color: #fff;
    width: 24.31vw;
    padding-top: 0;
    padding-left: 0;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large]:not([ml-dmp]):hover {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .ltr-img {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    min-height: 10.42vw;
    margin-bottom: 2.78vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-content {
    background-color: transparent;
    box-shadow: none;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large] .card-description {
    padding-top: 0;
    padding-left: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images {
    height: 9.72vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-images .ltr-img:last-child {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
    bottom: -2.78vw;
    width: 8.33vw;
    height: 5.21vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody*=c-img-double] .card-description {
    padding-top: 4.69vw;
}
.ltr-card[ml-mody~=c-img][ml-mody*=c-img-large][ml-mody~=c-img-double-big] .card-images .ltr-img:last-child {
    bottom: -2.08vw;
    width: 15.83vw;
    height: 9.72vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] {
    width: 22.22vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp][ml-open=true] {
    top: 6.94vw;
    right: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-sub-category, .ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-title {
    margin-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-description>.ltr-text {
    min-height: 4.51vw;
    max-height: 4.51vw;
}
.ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons, .ltr-card[ml-mody~=c-img][ml-dmp] .card-buttons .ltr-button {
    margin-bottom: 2.78vw;
}
.ltr-card[ml-mody=c-img] {
    padding-left: 0;
}
.ltr-card[ml-mody=c-img]:hover .card-content {
    box-shadow: 0 .83vw 2.5vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody=c-img] .card-content {
    box-shadow: 0 .42vw 1.11vw rgba(0, 45, 114, .15);
}
.ltr-card[ml-mody~=c-stamp] {
    width: 57.29vw;
}
.ltr-card[ml-mody~=c-stamp] .card-content {
    padding-right: 1.39vw;
}
.ltr-card[ml-mody~=c-stamp] .card-stamp {
    border-radius: 1.11vw;
    width: 5.56vw;
    height: 5.56vw;
    margin-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-stamp] .card-description, .ltr-card[ml-mody~=c-stamp] .card-description .ltr-text {
    margin-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons {
    height: 4.86vw;
    padding-right: 1.39vw;
    padding-left: 1.39vw;
}
.ltr-card[ml-mody~=c-button] .card-buttons>* {
    min-width: 50%}
.ltr-card[ml-mody~=c-button-full] .card-buttons {
    padding-right: 1.39vw;
    padding-left: 1.39vw;
}
.ltr-card[ml-size=c-4] {
    width: 17.71vw;
}
.ltr-card[ml-size=c-3] {
    width: 24.31vw;
}
.ltr-card[ml-size=c-2] {
    width: 37.15vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-4], .ltr-card[ml-mody~=c-icon][ml-size=c-4], .ltr-card[ml-mody~=c-img][ml-size=c-4], .ltr-card[ml-mody~=c-stamp][ml-size=c-4] {
    width: 17.71vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-3], .ltr-card[ml-mody~=c-icon][ml-size=c-3], .ltr-card[ml-mody~=c-img][ml-size=c-3], .ltr-card[ml-mody~=c-stamp][ml-size=c-3] {
    width: 24.31vw;
}
.ltr-card[ml-mody~=c-button][ml-size=c-2], .ltr-card[ml-mody~=c-icon][ml-size=c-2], .ltr-card[ml-mody~=c-img][ml-size=c-2], .ltr-card[ml-mody~=c-stamp][ml-size=c-2] {
    width: 37.15vw;
}
.ltr-card[ml-mody~=c-phone] {
    min-height: 21.53vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-head {
    height: 5.56vw;
    margin-bottom: 1.39vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-body .item:not(:last-child) {
    margin-right: .69vw;
}
.ltr-card[ml-mody~=c-phone] .card-content .card-footer {
    height: 1.25vw;
}
.ltr-card[ml-mody~=c-phone][ml-mody~=c-phone-full] {
    min-height: 18.06vw;
}
}
.btn[ml-theme=lime] {
    color: #c4d600;
}
.ltr-category[ml-theme=white], .ltr-headline-hero[ml-theme=white] {
    color: #fff;
}
.ltr-icon[ml-mody~=icon-bold][ml-theme=soft-blue] {
    color: #056dae;
}
html[m-browser=ie] [ml-locator] .ltr-icon[ml-mody~=icon-bold] {
    text-shadow: -1px -1px 0 #ccc, -1px -1px 0 #ccc, -1px -1px 0 #ccc;
}
html[m-browser=ie] [ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    left: 83%}
html[m-browser=ie] [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check .cbx-icon {
    text-shadow: none;
}
[ml-locator-overlay] [ml-overlay] {
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f2f4f8;
    z-index: 9999;
    opacity: 1;
}
[ml-locator-overlay] [ml-overlay=false] {
    opacity: 0;
    pointer-events: none;
}
[ml-locator-overlay] [ml-overlay-content] {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-sub-headline {
    margin-bottom: 9.375vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card {
    justify-content: center;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card:not(:last-child) {
    margin-bottom: 4.6875vw;
}
[hidden] {
    display: none;
}
[ml-badge] {
    width: 3.125vw;
    height: 3.125vw;
    background-color: #056dae;
    border-radius: 50%}
.light-blue [ml-badge] {
    background-color: #00adb8;
}
.light-green [ml-badge] {
    background-color: #84bd00;
}
.citi-red [ml-badge] {
    background-color: red;
}
.cyan [ml-badge] {
    background-color: #00bdf2;
}
.green [ml-badge] {
    background-color: #84bd00;
}
.priority-blue [ml-badge] {
    background-color: #003558;
}
.tangerine [ml-badge] {
    background-color: #ed8b00;
}
.brown [ml-badge] {
    background-color: #945e34;
}
.purple [ml-badge] {
    background-color: #753389;
}
[ml-locator-information]>div {
    position: relative;
}
[ml-locator-information]>div:not(:nth-last-of-type(2)):not(:last-of-type):after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    height: .625vw;
    width: 100%;
    background-color: #f2f4f8;
}
[ml-locator-information] [ml-back] {
    margin-bottom: 3.125vw;
    display: inline-flex;
    align-items: center;
}
[ml-locator-information] [ml-back]:after {
    content: none;
}
[ml-locator-information] [ml-back] .ltr-icon {
    color: #056dae;
    margin-right: 3.125vw;
}
[ml-locator-information] [ml-open-info] {
    width: 100%;
    color: #056dae;
}
[ml-locator-information] [ml-main-atention], [ml-locator-information] [ml-main-foryou], [ml-locator-information] [ml-main-hours], [ml-locator-information] [ml-main-information], [ml-locator-information] [ml-main-recieve] {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
}
[ml-locator-information] [ml-main-information]>.ltr-sub-headline {
    color: #323232;
}
[ml-locator-information] [ml-main-information]>* {
    margin-bottom: 6.25vw;
}
[ml-locator-information] [ml-main-information]>:last-of-type:not(p) {
    margin-bottom: 0;
}
[ml-locator-information] [ml-main-hours]>p:first-of-type, [ml-locator-information] [ml-main-hours] [ml-main-hour] {
    margin-bottom: 3.125vw;
}
[ml-locator-information] [ml-main-foryou]>p:first-child {
    margin-bottom: 6.25vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) {
    margin-bottom: 3.125vw;
    display: flex;
    align-items: center;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) .ltr-icon {
    color: #53565a;
    margin-right: 3.125vw;
}
[ml-locator-information] [ml-main-foryou]>p:last-child {
    margin-bottom: 0;
}
[ml-locator-information] [ml-main-foryou]>p [ml-badge] {
    margin-right: 9.375vw;
}
[ml-locator-information] [ml-main-select] {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
}
[ml-locator-information] [ml-main-recieve]>p:first-child {
    margin-bottom: 6.25vw;
}
[ml-locator-information] [ml-map-image]>.ltr-img {
    width: 100%;
    height: 56.25vw;
}
[ml-main-card] {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f4f8;
    padding: 3.125vw;
    width: 100%;
    height: 25vw;
}
[ml-main-card] .ltr-img, [ml-main-card] [ml-card-info] {
    flex-shrink: 0;
    flex-grow: 0;
}
[ml-main-card] .ltr-img {
    flex-basis: 25vw;
    height: 15.625vw;
}
[ml-main-card] [ml-card-info] {
    flex-basis: 62.5vw;
}
[ml-main-card] [ml-card-info] .ltr-link {
    display: inline;
}
[ml-locator] {
    position: relative;
    overflow: hidden;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    padding-left: 12.5vw;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon:first-of-type {
    right: auto;
    left: 0;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon:last-of-type {
    display: flex;
}
[ml-locator][ml-info=true] [ml-locator-geolocation] {
    bottom: 59.375vw;
}
[ml-locator][ml-info=true] [ml-locator-menu] {
    height: 56.25vw;
    padding: 3.125vw 6.25vw 9.375vw;
}
[ml-locator][ml-info-complete=true] [ml-locator-menu] {
    position: fixed;
    height: 100%;
    z-index: 3;
    overflow-y: scroll;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-locator-menu] {
    padding-bottom: 25vw;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-main-card] {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
}
[ml-locator][ml-filter=true] [ml-filter-view] {
    height: 100%;
    overflow-y: auto;
}
[ml-locator][ml-selected=true] [ml-info-selected][ml-locator-information] {
    bottom: 0;
    padding: 20px;
    max-height: 10000px;
}
[ml-locator][ml-yext] [ml-deposito], [ml-locator][ml-yext] [ml-direction], [ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-reference] {
    margin-bottom: 6.25vw;
}
[ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-main-foryou], [ml-locator][ml-yext] [ml-main-hours] {
    position: relative;
}
[ml-locator][ml-yext] [ml-main-atention]:after, [ml-locator][ml-yext] [ml-main-foryou]:after, [ml-locator][ml-yext] [ml-main-hours]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
[ml-locator][ml-yext] [ml-main-hours]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
[ml-locator][ml-yext] [ml-locator-information] {
    padding-bottom: 0;
}
[ml-locator][ml-yext] [ml-main-card] {
    display: flex;
    position: relative;
    transform: none;
    margin: auto;
}
[ml-locator] [ml-redirect] {
    text-align: center;
}
[ml-locator] [ml-locator-filter] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: #f2f4f8;
    height: 21.875vw;
    width: 100%;
    z-index: 1;
}
[ml-locator] [ml-locator-filter] [ml-filter] {
    display: flex;
    justify-content: space-around;
    width: 90.625vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] {
    position: relative;
    height: 12.5vw;
    width: 75vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    border-radius: 1.25vw;
    width: 100%;
    height: inherit;
    padding-right: 12.5vw;
    padding-left: 6.25vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 62.5vw;
    background-color: #fff;
    border-radius: 1.25vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon:first-of-type {
    color: #ccc;
    transition-property: left;
    transition-duration: .25s;
    transition-timing-function: ease-out;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon:last-of-type {
    color: #53565a;
    display: none;
}
[ml-locator] [ml-locator-filter] [ml-filter] button {
    width: 12.5vw;
    height: inherit;
}
[ml-locator] [ml-search-result] {
    position: absolute;
    top: 21.875vw;
    left: 0;
    width: 100%;
    height: calc(100% - 21.875vw);
    z-index: 2;
    background-color: #fff;
    overflow-y: auto;
    padding: 9.375vw 3.125vw;
}
[ml-locator] [ml-search-result]>div {
    overflow: hidden;
}
[ml-locator] [ml-search-result] .ltr-category {
    margin-bottom: 3.125vw;
}
[ml-locator] [ml-search-result] [ml-result-item] {
    display: flex;
    cursor: pointer;
    height: 12.5vw;
    width: inherit;
    white-space: nowrap;
    overflow: inherit;
    padding-top: 4.6875vw;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
[ml-locator] [ml-search-result] [ml-result-item]>.ltr-text {
    height: 15.625vw;
    white-space: nowrap;
    overflow-y: hidden;
}
[ml-locator] [ml-filter-view] {
    transition-property: height;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    z-index: 4;
}
[ml-locator] [ml-filter-view] [ml-filter-head] {
    height: 15.625vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f4f8;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
}
[ml-locator] [ml-filter-view] [ml-filter-head] .ltr-icon {
    color: #53565a;
}
[ml-locator] [ml-filter-view] [ml-filter-types] {
    padding: 9.375vw 6.25vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 9.375vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] {
    width: calc(100% / 2 - 3.125vw);
    margin-bottom: 4.6875vw;
    position: relative;
    cursor: pointer;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]:last-of-type, [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]:nth-last-of-type(2) {
    margin-bottom: 0;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>input:checked+.ltr-card {
    border-color: #056dae;
    color: #056dae;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>.ltr-card {
    transition-property: color, border-color;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    padding: 1.5625vw;
    height: 12.5vw;
    align-items: center;
    width: 100%;
    border: 1px solid transparent;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] [ml-badge] {
    position: absolute;
    right: 0;
    top: 0;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9.375vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check {
    border-width: 0;
    padding: 0;
    align-items: center;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-left: 0;
    margin-right: 3.125vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span>i {
    transform: none;
    /* font-size: 4.6875vw; */
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>.ltr-text {
    color: #323232;
    text-align: left;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-apply] {
    text-align: center;
}
[ml-locator] [ml-locator-geolocation] {
    transition-property: bottom, color;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    position: absolute;
    z-index: 1;
    right: 3.125vw;
    bottom: 3.125vw;
    color: #53565a;
    background-color: #fff;
}
[ml-locator] [ml-locator-geolocation][ml-active=true] {
    color: #00bdf2;
}
[ml-locator] [ml-locator-menu] {
    transition-property: height;
    transition-timing-function: ease-out;
    bottom: 0;
    height: 0;
}
[ml-locator] [ml-info-selected][ml-locator-information], [ml-locator] [ml-locator-menu] {
    background-color: #fff;
    transition-duration: .25s;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
[ml-locator] [ml-info-selected][ml-locator-information] {
    transition-property: bottom, max-height;
    transition-timing-function: ease-out;
    bottom: -100%;
    max-width: 100%;
    max-height: 0;
}
[ml-locator] [ml-info-selected] [ml-main-information] {
    padding: 0;
}
[ml-green] {
    color: #84bd00;
}
@media (max-width:767px) {
    [ml-locator][ml-yext] .ltr-wrapper:nth-child(2) {
    padding: 0;
}
}
@media (min-width:768px) {
    [ml-locator-overlay] [ml-overlay-content]>.ltr-sub-headline {
    margin-bottom: 30px;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card:not(:last-child) {
    margin-bottom: 20px;
}
[ml-badge] {
    width: 10px;
    height: 10px;
    background-color: #056dae;
}
[ml-locator-information]>div {
    width: 100%}
[ml-locator-information]>div:not(:nth-last-of-type(2)):not(:last-of-type):after {
    height: 2px;
}
[ml-locator-information] [ml-back] {
    margin-bottom: 10px;
}
[ml-locator-information] [ml-back] .ltr-icon {
    margin-right: 10px;
}
[ml-locator-information] [ml-main-atention], [ml-locator-information] [ml-main-foryou], [ml-locator-information] [ml-main-hours], [ml-locator-information] [ml-main-information], [ml-locator-information] [ml-main-recieve] {
    padding-top: 20px;
    padding-bottom: 20px;
}
[ml-locator-information] [ml-main-information]>* {
    margin-bottom: 20px;
}
[ml-locator-information] [ml-main-hours]>p:first-of-type, [ml-locator-information] [ml-main-hours] [ml-main-hour] {
    margin-bottom: 10px;
}
[ml-locator-information] [ml-main-foryou]>p:first-child {
    margin-bottom: 20px;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) {
    margin-bottom: 10px;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) .ltr-icon {
    margin-right: 10px;
}
[ml-locator-information] [ml-main-foryou]>p [ml-badge] {
    margin-right: 30px;
}
[ml-locator-information] [ml-main-select] {
    margin-top: 20px;
    margin-bottom: 20px;
}
[ml-locator-information] [ml-main-recieve]>p:first-child {
    margin-bottom: 20px;
}
[ml-locator-information] [ml-map-image]>.ltr-img {
    height: 200px;
}
[ml-main-card] {
    position: absolute;
    transform: translateX(-50%);
    padding: 10px;
    height: 80px;
    width: 564px;
}
[ml-main-card] .ltr-img {
    flex-basis: 80px;
    height: 50px;
}
[ml-main-card] [ml-card-info] {
    flex-basis: 444px;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    padding-left: 40px;
}
[ml-locator][ml-info=true] [ml-locator-geolocation] {
    bottom: 190px;
}
[ml-locator][ml-info=true] [ml-locator-menu] {
    height: 180px;
    padding: 10px 20px 30px;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-locator-menu] {
    padding-bottom: 100px;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-main-card] {
    position: absolute;
    left: 50%}
[ml-locator][ml-info-complete=true] [ml-locator-menu] {
    position: absolute;
    height: 100%}
[ml-locator][ml-filter=true] [ml-filter-view] {
    height: 280px;
}
[ml-locator][ml-yext] .ltr-wrapper:nth-child(2) {
    padding-bottom: 0;
}
[ml-locator][ml-yext] [ml-deposito], [ml-locator][ml-yext] [ml-direction], [ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-reference] {
    margin-bottom: 20px;
}
[ml-locator] [ml-locator-filter] {
    height: 70px;
}
[ml-locator] [ml-locator-filter] [ml-filter] {
    width: 585px;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] {
    height: 40px;
    width: 505px;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    border-radius: 4px;
    padding-right: 40px;
    padding-left: 20px;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    left: 465px;
    border-radius: 4px;
}
[ml-locator] [ml-locator-filter] [ml-filter] button {
    width: 40px;
}
[ml-locator] [ml-locator-filter] [ml-filter]>button {
    width: 80px;
}
[ml-locator] [ml-search-result] {
    top: 70px;
    height: calc(100% - 70px);
    padding: 30px 10px;
}
[ml-locator] [ml-search-result]>div {
    max-width: 564px;
    margin: 0 auto;
}
[ml-locator] [ml-search-result] .ltr-category {
    margin-bottom: 10px;
}
[ml-locator] [ml-search-result] [ml-result-item] {
    height: 40px;
    padding-top: 15px;
}
[ml-locator] [ml-search-result] [ml-result-item]>.ltr-text {
    height: 50px;
}
[ml-locator] [ml-filter-view] {
    position: absolute;
    z-index: 2;
}
[ml-locator] [ml-filter-view] [ml-filter-head] {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
}
[ml-locator] [ml-filter-view] [ml-filter-types] {
    padding: 30px 20px;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-bottom], [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    width: 672px;
    margin: auto;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    margin-bottom: 30px;
    justify-content: flex-start;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-bottom] {
    display: flex;
    justify-content: space-between;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 10px;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]:nth-child(4n) {
    margin-right: 0;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>.ltr-card {
    padding: 5px;
    height: 40px;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-apply], [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    flex-grow: 1;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    margin-bottom: 0;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
/* [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span>i {
    font-size: 15px;
} */
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-apply] {
    text-align: right;
}
[ml-locator] [ml-locator-geolocation] {
    right: 10px;
    bottom: 10px;
}
[ml-locator] [ml-info-selected][ml-locator-information] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-information], [ml-locator] [ml-info-selected][ml-locator-information] [ml-main-select] {
    flex-shrink: 0;
}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-information] {
    width: auto;
    padding-right: 20px;
    flex-grow: 2;
    flex-basis: 75%}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-select] {
    flex-grow: 1;
    min-width: auto;
}
[ml-locator] [ml-locator-information] {
    max-width: 564px;
    margin: 0 auto;
}
}
@media (min-width:1024px) {
    [ml-locator-overlay] [ml-overlay-content]>.ltr-sub-headline {
    margin-bottom: 2.93vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card {
    width: 32.23vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card:not(:last-child) {
    margin-bottom: 1.95vw;
}
[ml-badge] {
    width: .98vw;
    height: .98vw;
}
[ml-locator-information]>div:not(:nth-last-of-type(2)):not(:last-of-type):after {
    height: .2vw;
}
[ml-locator-information] [ml-back] {
    margin-bottom: .98vw;
}
[ml-locator-information] [ml-back] .ltr-icon {
    margin-right: .98vw;
}
[ml-locator-information] [ml-main-atention], [ml-locator-information] [ml-main-foryou], [ml-locator-information] [ml-main-hours], [ml-locator-information] [ml-main-information], [ml-locator-information] [ml-main-recieve] {
    padding-top: 1.95vw;
    padding-bottom: 1.95vw;
}
[ml-locator-information] [ml-main-information]>* {
    margin-bottom: 1.95vw;
}
[ml-locator-information] [ml-main-hours]>p:first-of-type, [ml-locator-information] [ml-main-hours] [ml-main-hour] {
    margin-bottom: .98vw;
}
[ml-locator-information] [ml-main-foryou]>p:first-child {
    margin-bottom: 1.95vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) {
    margin-bottom: .98vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) .ltr-icon {
    margin-right: .98vw;
}
[ml-locator-information] [ml-main-foryou]>p [ml-badge] {
    margin-right: 2.93vw;
}
[ml-locator-information] [ml-main-select] {
    margin-top: 1.95vw;
    margin-bottom: 1.95vw;
}
[ml-locator-information] [ml-main-recieve]>p:first-child {
    margin-bottom: 1.95vw;
}
[ml-locator-information] [ml-map-image]>.ltr-img {
    height: 19.53vw;
}
[ml-main-card] {
    transform: none;
    padding: .98vw;
    height: 7.81vw;
    width: 32.23vw;
}
[ml-main-card] .ltr-img {
    flex-basis: 7.81vw;
    height: 4.88vw;
}
[ml-main-card] [ml-card-info] {
    flex-basis: 21.48vw;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    padding-left: 3.91vw;
}
[ml-locator][ml-info=true] [ml-locator-geolocation] {
    bottom: .98vw;
}
[ml-locator][ml-info=true] [ml-locator-menu] {
    height: calc(100% - 6.85vw);
    overflow-y: scroll;
    padding: .98vw 1.95vw 2.93vw;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-locator-menu] {
    padding-bottom: 9.77vw;
    z-index: 2;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-main-card] {
    left: 0;
    bottom: 0;
}
[ml-locator][ml-info-complete=true] [ml-locator-menu] {
    z-index: 2;
    height: calc(100% - 6.85vw);
}
[ml-locator][ml-filter=true] [ml-filter-view] {
    height: 100%}
[ml-locator][ml-yext] [ml-deposito], [ml-locator][ml-yext] [ml-direction], [ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-reference] {
    margin-bottom: 1.95vw;
}
[ml-locator][ml-yext] .information, [ml-locator][ml-yext] [ml-main-information] {
    width: 50%}
[ml-locator][ml-yext] [ml-main-information] {
    float: left;
    padding: 0;
    margin-right: 1.95vw;
}
[ml-locator][ml-yext] [ml-locator-information] {
    display: flex;
}
[ml-locator][ml-yext] .information {
    float: right;
}
[ml-locator][ml-yext] [ml-main-card] {
    width: 52%}
[ml-locator][ml-yext] [ml-main-card] [ml-card-info] {
    flex-basis: auto;
}
[ml-locator] [ml-locator-filter] {
    height: 6.84vw;
    width: 32.23vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] {
    width: 28.32vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] {
    height: 3.91vw;
    width: 23.44vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    border-radius: .39vw;
    padding-right: 3.91vw;
    padding-left: 1.95vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    left: 19.53vw;
    border-radius: .39vw;
}
[ml-locator] [ml-locator-filter] [ml-filter]>button, [ml-locator] [ml-locator-filter] [ml-filter] button {
    width: 3.91vw;
}
[ml-locator] [ml-search-result] {
    top: 6.84vw;
    height: calc(100% - 6.84vw);
    width: 32.23vw;
    padding: 2.93vw .98vw;
}
[ml-locator] [ml-search-result]>div {
    max-width: 100%}
[ml-locator] [ml-search-result] .ltr-category {
    margin-bottom: .98vw;
}
[ml-locator] [ml-search-result] [ml-result-item] {
    height: 3.91vw;
    padding-top: 1.46vw;
}
[ml-locator] [ml-search-result] [ml-result-item]>.ltr-text {
    height: 4.88vw;
    transition-property: color;
    transition-duration: .25s;
    transition-timing-function: ease-out;
}
[ml-locator] [ml-search-result] [ml-result-item]:hover .ltr-text {
    color: #056dae;
}
[ml-locator] [ml-filter-view] {
    width: 32.23vw;
}
[ml-locator] [ml-filter-view] [ml-filter-head] {
    height: 4.88vw;
    padding-right: 1.95vw;
    padding-left: 1.95vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] {
    padding: 2.93vw 1.95vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-bottom], [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    width: 100%}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    justify-content: space-between;
    margin-bottom: 2.93vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-bottom] {
    display: block;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] {
    width: calc(100% / 2 - 10px);
    margin-bottom: .98vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]:nth-child(2n) {
    margin-right: 0;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>.ltr-card {
    padding: .49vw;
    height: 3.91vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    margin-bottom: 2.93vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check:hover {
    border-width: 0;
    border-color: transparent;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span {
    width: 2.44vw;
    height: 2.44vw;
    margin-right: .98vw;
}
/* [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span>i {
    font-size: 1.46vw;
} */
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-apply] {
    text-align: center;
}
[ml-locator] [ml-locator-geolocation] {
    right: .98vw;
    bottom: .98vw;
}
[ml-locator] [ml-locator-menu] {
    bottom: auto;
    top: 6.84vw;
    max-width: 32.23vw;
}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-information] {
    padding-right: 1.95vw;
}
[ml-locator] [ml-locator-information] {
    max-width: 100%}
[ml-locator] [ml-locator-information] [ml-open-info] {
    display: none;
}
}
@media (min-width:1280px) {
    [ml-locator-overlay] [ml-overlay-content]>.ltr-sub-headline {
    margin-bottom: 1.88vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card {
    width: 20.63vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card:not(:last-child) {
    margin-bottom: 1.25vw;
}
[ml-badge] {
    width: .63vw;
    height: .63vw;
}
[ml-locator-information]>div:not(:nth-last-of-type(2)):not(:last-of-type):after {
    height: .13vw;
}
[ml-locator-information] [ml-back] {
    margin-bottom: .63vw;
}
[ml-locator-information] [ml-back] .ltr-icon {
    margin-right: .63vw;
}
[ml-locator-information] [ml-main-atention], [ml-locator-information] [ml-main-foryou], [ml-locator-information] [ml-main-hours], [ml-locator-information] [ml-main-information], [ml-locator-information] [ml-main-recieve] {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
}
[ml-locator-information] [ml-main-information]>* {
    margin-bottom: 1.25vw;
}
[ml-locator-information] [ml-main-hours]>p:first-of-type, [ml-locator-information] [ml-main-hours] [ml-main-hour] {
    margin-bottom: .63vw;
}
[ml-locator-information] [ml-main-foryou]>p:first-child {
    margin-bottom: 1.25vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) {
    margin-bottom: .63vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) .ltr-icon {
    margin-right: .63vw;
}
[ml-locator-information] [ml-main-foryou]>p [ml-badge] {
    margin-right: 1.88vw;
}
[ml-locator-information] [ml-main-select] {
    margin-top: 1.25vw;
    margin-bottom: 1.25vw;
}
[ml-locator-information] [ml-main-recieve]>p:first-child {
    margin-bottom: 1.25vw;
}
[ml-locator-information] [ml-map-image]>.ltr-img {
    height: 12.5vw;
}
[ml-main-card] {
    transform: none;
    padding: .63vw;
    height: 5vw;
    width: 20.63vw;
}
[ml-main-card] .ltr-img {
    flex-basis: 5vw;
    height: 3.13vw;
}
[ml-main-card] [ml-card-info] {
    flex-basis: 13.75vw;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    padding-left: 2.5vw;
}
[ml-locator][ml-info=true] [ml-locator-geolocation] {
    bottom: .63vw;
}
[ml-locator][ml-info=true] [ml-locator-menu] {
    height: calc(100% - 4.45vw);
    padding: .63vw 1.25vw 1.88vw;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-locator-menu] {
    padding-bottom: 5vw;
}
[ml-locator][ml-info-complete=true] [ml-locator-menu] {
    height: calc(100% - 4.45vw);
}
[ml-locator][ml-yext] [ml-deposito], [ml-locator][ml-yext] [ml-direction], [ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-reference] {
    margin-bottom: 1.25vw;
}
[ml-locator][ml-yext] [ml-main-information] {
    margin-right: 1.25vw;
}
[ml-locator] [ml-locator-filter] {
    height: 4.38vw;
    width: 20.63vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] {
    width: 18.13vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] {
    height: 2.5vw;
    width: 15vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    border-radius: .25vw;
    padding-right: 2.5vw;
    padding-left: 1.25vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    left: 12.5vw;
    border-radius: .25vw;
}
[ml-locator] [ml-locator-filter] [ml-filter]>button, [ml-locator] [ml-locator-filter] [ml-filter] button {
    width: 2.5vw;
}
[ml-locator] [ml-search-result] {
    top: 4.38vw;
    height: calc(100% - 4.38vw);
    width: 20.63vw;
    padding: 1.88vw 1.25vw;
}
[ml-locator] [ml-search-result] .ltr-category {
    margin-bottom: .63vw;
}
[ml-locator] [ml-search-result] [ml-result-item] {
    height: 2.5vw;
    padding-top: .63vw;
}
[ml-locator] [ml-search-result] [ml-result-item]>.ltr-text {
    height: 3.13vw;
}
[ml-locator] [ml-filter-view] {
    width: 20.63vw;
}
[ml-locator] [ml-filter-view] [ml-filter-head] {
    height: 3.13vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] {
    padding: 1.88vw 1.25vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    margin-bottom: 1.88vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] {
    margin-bottom: .63vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>.ltr-card {
    padding: .31vw;
    height: 2.5vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    margin-bottom: 1.88vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span {
    width: 1.56vw;
    height: 1.56vw;
    margin-right: .63vw;
}
/* [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span>i {
    font-size: .94vw;
} */
[ml-locator] [ml-locator-geolocation] {
    right: .63vw;
    bottom: .63vw;
}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-information] {
    padding-right: 1.25vw;
}
[ml-locator] [ml-locator-menu] {
    top: 4.38vw;
    max-width: 20.63vw;
}
}
@media (min-width:1440px) {
    [ml-locator-overlay] [ml-overlay-content]>.ltr-sub-headline {
    margin-bottom: 2.08vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card {
    width: 22.92vw;
}
[ml-locator-overlay] [ml-overlay-content]>.ltr-card:not(:last-child) {
    margin-bottom: 1.39vw;
}
[ml-badge] {
    width: .69vw;
    height: .69vw;
}
[ml-locator-information]>div:not(:nth-last-of-type(2)):not(:last-of-type):after {
    height: .14vw;
}
[ml-locator-information] [ml-back] {
    margin-bottom: .69vw;
}
[ml-locator-information] [ml-back] .ltr-icon {
    margin-right: .69vw;
}
[ml-locator-information] [ml-main-atention], [ml-locator-information] [ml-main-foryou], [ml-locator-information] [ml-main-hours], [ml-locator-information] [ml-main-information], [ml-locator-information] [ml-main-recieve] {
    padding-top: 1.39vw;
    padding-bottom: 1.39vw;
}
[ml-locator-information] [ml-main-information]>* {
    margin-bottom: 1.39vw;
}
[ml-locator-information] [ml-main-hours]>p:first-of-type, [ml-locator-information] [ml-main-hours] [ml-main-hour] {
    margin-bottom: .69vw;
}
[ml-locator-information] [ml-main-foryou]>p:first-child {
    margin-bottom: 1.39vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) {
    margin-bottom: .69vw;
}
[ml-locator-information] [ml-main-foryou]>p:nth-child(n+1) .ltr-icon {
    margin-right: .69vw;
}
[ml-locator-information] [ml-main-foryou]>p [ml-badge] {
    margin-right: 2.08vw;
}
[ml-locator-information] [ml-main-select] {
    margin-top: 1.39vw;
    margin-bottom: 1.39vw;
}
[ml-locator-information] [ml-main-recieve]>p:first-child {
    margin-bottom: 1.39vw;
}
[ml-locator-information] [ml-map-image]>.ltr-img {
    height: 13.89vw;
}
[ml-main-card] {
    transform: none;
    padding: .69vw;
    height: 5.56vw;
    width: 22.92vw;
}
[ml-main-card] .ltr-img {
    flex-basis: 5.56vw;
    height: 3.47vw;
}
[ml-main-card] [ml-card-info] {
    flex-basis: 15.28vw;
}
[ml-locator][ml-search=true] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    padding-left: 2.78vw;
}
[ml-locator][ml-info=true] [ml-locator-geolocation] {
    bottom: .69vw;
}
[ml-locator][ml-info=true] [ml-locator-menu] {
    height: calc(100% - 4.9vw);
    padding: .69vw 1.39vw 2.08vw;
}
[ml-locator][ml-info-complete=true][ml-credit-card=true] [ml-locator-menu] {
    padding-bottom: 5.56vw;
}
[ml-locator][ml-info-complete=true] [ml-locator-menu] {
    height: calc(100% - 4.9vw);
}
[ml-locator][ml-yext] [ml-deposito], [ml-locator][ml-yext] [ml-direction], [ml-locator][ml-yext] [ml-main-atention], [ml-locator][ml-yext] [ml-reference] {
    margin-bottom: 1.39vw;
}
[ml-locator][ml-yext] [ml-main-information] {
    margin-right: 1.39vw;
}
[ml-locator] [ml-locator-filter] {
    height: 4.86vw;
    width: 22.92vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] {
    width: 20.14vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] {
    height: 2.78vw;
    width: 16.67vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] input {
    border-radius: .28vw;
    padding-right: 2.78vw;
    padding-left: 1.39vw;
}
[ml-locator] [ml-locator-filter] [ml-filter] [ml-filter-search] .ltr-icon {
    left: 13.89vw;
    border-radius: .28vw;
}
[ml-locator] [ml-locator-filter] [ml-filter]>button, [ml-locator] [ml-locator-filter] [ml-filter] button {
    width: 2.78vw;
}
[ml-locator] [ml-search-result] {
    top: 4.86vw;
    height: calc(100% - 4.87vw);
    width: 22.92vw;
    padding: 2.08vw 1.39vw;
}
[ml-locator] [ml-search-result] .ltr-category {
    margin-bottom: .69vw;
}
[ml-locator] [ml-search-result] [ml-result-item] {
    height: 2.78vw;
    padding-top: .69vw;
}
[ml-locator] [ml-search-result] [ml-result-item]>.ltr-text {
    height: 3.47vw;
}
[ml-locator] [ml-filter-view] {
    width: 22.92vw;
}
[ml-locator] [ml-filter-view] [ml-filter-head] {
    height: 3.47vw;
    padding-right: 1.39vw;
    padding-left: 1.39vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] {
    padding: 2.08vw 1.39vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-content] {
    margin-bottom: 2.08vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item] {
    margin-bottom: .69vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-item]>.ltr-card {
    padding: .35vw;
    height: 2.78vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] {
    margin-bottom: 2.08vw;
}
[ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span {
    width: 1.74vw;
    height: 1.74vw;
    margin-right: .69vw;
}
/* [ml-locator] [ml-filter-view] [ml-filter-types] [ml-type-checks] .ltr-check>span>i {
    font-size: 1.04vw;
} */
[ml-locator] [ml-locator-geolocation] {
    right: .69vw;
    bottom: .69vw;
}
[ml-locator] [ml-info-selected][ml-locator-information] [ml-main-information] {
    padding-right: 1.39vw;
}
[ml-locator] [ml-locator-menu] {
    top: 4.86vw;
    max-width: 22.92vw;
}
}
[ml-yext]>.ltr-wrapper>[ml-main-card] {
    margin-bottom: 5%;
}
[ml-yext]>.ltr-wrapper>[ml-main-card] [ml-card-info] {
    flex-shrink: 1;
}
[ml-yext]>.ltr-wrapper>[ml-main-card] .cbx-svg-icon {
    fill: #056DAE;
    width: 100%;
    margin-right: 5%;
    flex-basis: 14%;
    flex-shrink: 1;
    flex-grow: 1;
}
@media (min-width: 768px) {
    [ml-yext]>.ltr-wrapper>[ml-main-card] {
    margin-bottom: 3%;
}
[ml-yext]>.ltr-wrapper>[ml-main-card] .cbx-svg-icon {
    margin-right: 3%;
    flex-basis: 80px;
}
}
@media (min-width: 1024px) {
    [ml-yext]>.ltr-wrapper>[ml-main-card] .cbx-svg-icon {
    flex-basis: 7.81vw;
}
}
@media (min-width: 1280px) {
    [ml-yext]>.ltr-wrapper>[ml-main-card] .cbx-svg-icon {
    flex-basis: 5vw;
}
}
@media (min-width: 1440px) {
    [ml-yext]>.ltr-wrapper>[ml-main-card] .cbx-svg-icon {
    flex-basis: 5.56vw;
}
}
