/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

a {
  outline: none !important;
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

/* ==========================
FONT FACE
===========================*/
:root {
  --lm-font-thin:100;
  --lm-font-light:300;
  --lm-font-regular:400;
  --lm-font-medium:500;
  --lm-font-semibold:600;
  --lm-font-bold:700;
  --lm-font-black:900;
  --lm-font-second:"Roboto", sans-serif;
}

.lm-font-thin {
  font-weight: 100;
}

.lm-font-light {
  font-weight: 300;
}

.lm-font-regular {
  font-weight: 400;
}

.lm-font-medium {
  font-weight: 500;
}

.lm-font-semibold {
  font-weight: 600;
}

.lm-font-bold {
  font-weight: 700;
}

.lm-font-black {
  font-weight: 900;
}

.lm-font-second {
  font-family: var(--lm-font-second);
}

:root {
  --lm-breakpoint-sm:640px;
}

/* =========================
COLORS
========================= */
:root {
  /* text-colors */
  --lm-color-primary:#001A49;
  --lm-color-primary-100:#E7EEFF;
  --lm-color-secondary:#FFDA00;
  --lm-color-third:#E24351;
  --lm-color-black:#000;
  --lm-color-black-100:#292929;
  --lm-color-white:#fff;
  --lm-color-gray:#E2E2E3;
  --lm-color-gray-100:#F5F5F8;
  --lm-color-gray-200:#ECECEF;
  --lm-color-gray-300:#9F9FA0;
  --lm-color-success:#14B07D;
  --lm-color-warning:#FC6D43;
  --lm-color-danger:#EC5252;
  --lm-color-info:#2268FD;
  /* bg-colors */
  --lm-bg-1:#F8F9FF;
  --lm-bg-2:#FFF;
  --lm-bg-3:#2F68E2;
  --lm-bg-4:#F5F5F8;
  --lm-bg-5:#ECECEF;
  /* rgb */
  --lm-color-primary-rgb:rgb(47, 104, 226);
  --lm-color-white-rgb:rgba(255, 255, 255);
}

/* TEXT COLOR CLASES */
.lm-color-primary {
  color: var(--lm-color-primary);
}

.lm-color-primary-100 {
  color: var(--lm-color-primary-100);
}

.lm-color-primary-200 {
  color: var(--lm-color-primary-200);
}

.lm-color-primary-300 {
  color: var(--lm-color-primary-300);
}

.lm-color-secondary {
  color: var(--lm-color-secondary);
}

.lm-color-secondary-100 {
  color: var(--lm-color-secondary-100);
}

.lm-color-secondary-200 {
  color: var(--lm-color-secondary-200);
}

.lm-color-secondary-300 {
  color: var(--lm-color-secondary-300);
}

.lm-color-black {
  color: var(--lm-color-black);
}

.lm-color-white {
  color: var(--lm-color-white);
}

.lm-color-gray {
  color: var(--lm-color-gray);
}

.lm-color-gray-100 {
  color: var(--lm-color-gray-100);
}

.lm-color-gray-200 {
  color: var(--lm-color-gray-200);
}

.lm-color-gray-300 {
  color: var(--lm-color-gray-300);
}

.lm-color-success {
  color: var(--lm-color-success);
}

.lm-color-info {
  color: var(--lm-color-info);
}

.lm-color-warning {
  color: var(--lm-color-warning);
}

.lm-color-danger {
  color: var(--lm-color-danger);
}

/* BG COLOR CLASES */
.lm-bg-1 {
  background: var(--lm-bg-1);
}

.lm-bg-2 {
  background: var(--lm-bg-2);
}

/* ========================
TYPOGRAPHY
========================= */
:root {
  --lm-text-xs:12px;
  --lm-text-sm:14px;
  --lm-text-md:16px;
  --lm-text-lg:24px;
  --lm-text-xl:32px;
  --lm-text-2xl:40px;
  --lm-text-3xl:56px;
  --lm-text-4xl:64px;
  --lm-text-5xl:80px;
  --lm-text-6xl:96px;
  --lm-letter-xs:0.5px;
  --lm-letter-base:1px;
  --lm-letter-sm:1.5px;
  --lm-letter-md:2px;
  --lm-letter-lg:2.5px;
  --lm-letter-xl:3px;
  --lm-letter-2xl:3.5px;
  --lm-letter-3xl:4px;
  --lm-lineh-base: 1.2;
  --lm-lineh-xs: 1.4;
  --lm-lineh-sm: 1.6;
}

/* FONT-SIZE */
.lm-text-xs {
  font-size: 12px;
}

.lm-text-sm {
  font-size: 14px;
}

.lm-text-md {
  font-size: 16px;
}

.lm-text-lg {
  font-size: 24px;
}

.lm-text-xl {
  font-size: 32px;
}

.lm-text-2xl {
  font-size: 40px;
}

.lm-text-3xl {
  font-size: 56px;
}

.lm-text-4xl {
  font-size: 64px;
}

.lm-text-5xl {
  font-size: 80px;
}

.lm-text-6xl {
  font-size: 96px;
}

@media (min-width: 768px) {
  .bt-lm-text-xs {
    font-size: 12px;
  }

  .bt-lm-text-sm {
    font-size: 14px;
  }

  .bt-lm-text-md {
    font-size: 16px;
  }

  .bt-lm-text-lg {
    font-size: 24px;
  }

  .bt-lm-text-xl {
    font-size: 32px;
  }

  .bt-lm-text-2xl {
    font-size: 40px;
  }

  .bt-lm-text-3xl {
    font-size: 56px;
  }

  .bt-lm-text-4xl {
    font-size: 64px;
  }

  .bt-lm-text-5xl {
    font-size: 80px;
  }

  .bt-lm-text-6xl {
    font-size: 96px;
  }
}
@media (min-width: 992px) {
  .bd-lm-text-xs {
    font-size: 12px;
  }

  .bd-lm-text-sm {
    font-size: 14px;
  }

  .bd-lm-text-md {
    font-size: 16px;
  }

  .bd-lm-text-lg {
    font-size: 24px;
  }

  .bd-lm-text-xl {
    font-size: 32px;
  }

  .bd-lm-text-2xl {
    font-size: 40px;
  }

  .bd-lm-text-3xl {
    font-size: 56px;
  }

  .bd-lm-text-4xl {
    font-size: 64px;
  }

  .bd-lm-text-5xl {
    font-size: 80px;
  }

  .bd-lm-text-6xl {
    font-size: 96px;
  }
}
@media (min-width: 1200px) {
  .bw-lm-text-xs {
    font-size: 12px;
  }

  .bw-lm-text-sm {
    font-size: 14px;
  }

  .bw-lm-text-md {
    font-size: 16px;
  }

  .bw-lm-text-lg {
    font-size: 24px;
  }

  .bw-lm-text-xl {
    font-size: 32px;
  }

  .bw-lm-text-2xl {
    font-size: 40px;
  }

  .bw-lm-text-3xl {
    font-size: 56px;
  }

  .bw-lm-text-4xl {
    font-size: 64px;
  }

  .bw-lm-text-5xl {
    font-size: 80px;
  }

  .bw-lm-text-6xl {
    font-size: 96px;
  }
}
/* TEXT ALIGNMENT */
.lm-text-left {
  text-align: left;
}

.lm-text-center {
  text-align: center;
}

.lm-text-right {
  text-align: right;
}

.lm-text-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .bt-lm-text-left {
    text-align: left;
  }

  .bt-lm-text-center {
    text-align: center;
  }

  .bt-lm-text-right {
    text-align: right;
  }

  .bt-lm-text-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .bd-lm-text-left {
    text-align: left;
  }

  .bd-lm-text-center {
    text-align: center;
  }

  .bd-lm-text-right {
    text-align: right;
  }

  .bd-lm-text-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .bw-lm-text-left {
    text-align: left;
  }

  .bw-lm-text-center {
    text-align: center;
  }

  .bw-lm-text-right {
    text-align: right;
  }

  .bw-lm-text-justify {
    text-align: justify;
  }
}
/* TEXT TRANSFORM */
.lm-uppercase {
  text-transform: uppercase;
}

.lm-lowercase {
  text-transform: lowercase;
}

.lm-capitalize {
  text-transform: capitalize;
}

/* LETTER SPACING */
.lm-letter-xs {
  letter-spacing: 1px;
}

.lm-letter-sm {
  letter-spacing: 1.5px;
}

.lm-letter-md {
  letter-spacing: 2px;
}

.lm-letter-lg {
  letter-spacing: 2.5px;
}

.lm-letter-xl {
  letter-spacing: 3px;
}

.lm-letter-2xl {
  letter-spacing: 3.5px;
}

.lm-letter-3xl {
  letter-spacing: 4px;
}

@media (min-width: 768px) {
  .bt-lm-letter-xs {
    letter-spacing: 1px;
  }

  .bt-lm-letter-sm {
    letter-spacing: 1.5px;
  }

  .bt-lm-letter-md {
    letter-spacing: 2px;
  }

  .bt-lm-letter-lg {
    letter-spacing: 2.5px;
  }

  .bt-lm-letter-xl {
    letter-spacing: 3px;
  }

  .bt-lm-letter-2xl {
    letter-spacing: 3.5px;
  }

  .bt-lm-letter-3xl {
    letter-spacing: 4px;
  }
}
@media (min-width: 992px) {
  .bd-lm-letter-xs {
    letter-spacing: 1px;
  }

  .bd-lm-letter-sm {
    letter-spacing: 1.5px;
  }

  .bd-lm-letter-md {
    letter-spacing: 2px;
  }

  .bd-lm-letter-lg {
    letter-spacing: 2.5px;
  }

  .bd-lm-letter-xl {
    letter-spacing: 3px;
  }

  .bd-lm-letter-2xl {
    letter-spacing: 3.5px;
  }

  .bd-lm-letter-3xl {
    letter-spacing: 4px;
  }
}
@media (min-width: 1200px) {
  .bw-lm-letter-xs {
    letter-spacing: 1px;
  }

  .bw-lm-letter-sm {
    letter-spacing: 1.5px;
  }

  .bw-lm-letter-md {
    letter-spacing: 2px;
  }

  .bw-lm-letter-lg {
    letter-spacing: 2.5px;
  }

  .bw-lm-letter-xl {
    letter-spacing: 3px;
  }

  .bw-lm-letter-2xl {
    letter-spacing: 3.5px;
  }

  .bw-lm-letter-3xl {
    letter-spacing: 4px;
  }
}
/* LINE HEIGHT */
.lm-lineh-xs {
  line-height: var(--lm-lineh-xs);
}

.lm-lineh-sm {
  line-height: var(--lm-lineh-sm);
}

.lm-lineh-base {
  line-height: var(--lm-lineh-base);
}

/* =======================
SPACING
======================== */
/* Margin x axis */
.lm-mx-none {
  margin-left: 0px;
}

.lm-mx-none {
  margin-right: 0px;
}

.lm-mx-xs {
  margin-left: 8px;
}

.lm-mx-xs {
  margin-right: 8px;
}

.lm-mx-sm {
  margin-left: 16px;
}

.lm-mx-sm {
  margin-right: 16px;
}

.lm-mx-md {
  margin-left: 24px;
}

.lm-mx-md {
  margin-right: 24px;
}

.lm-mx-lg {
  margin-left: 32px;
}

.lm-mx-lg {
  margin-right: 32px;
}

.lm-mx-xl {
  margin-left: 40px;
}

.lm-mx-xl {
  margin-right: 40px;
}

.lm-mx-2xl {
  margin-left: 48px;
}

.lm-mx-2xl {
  margin-right: 48px;
}

.lm-mx-3xl {
  margin-left: 56px;
}

.lm-mx-3xl {
  margin-right: 56px;
}

.lm-mx-4xl {
  margin-left: 64px;
}

.lm-mx-4xl {
  margin-right: 64px;
}

/* Negativ margin x axis */
.lm--mx-none {
  margin-left: -0px;
}

.lm--mx-none {
  margin-right: -0px;
}

.lm--mx-xs {
  margin-left: -8px;
}

.lm--mx-xs {
  margin-right: -8px;
}

.lm--mx-sm {
  margin-left: -16px;
}

.lm--mx-sm {
  margin-right: -16px;
}

.lm--mx-md {
  margin-left: -24px;
}

.lm--mx-md {
  margin-right: -24px;
}

.lm--mx-lg {
  margin-left: -32px;
}

.lm--mx-lg {
  margin-right: -32px;
}

.lm--mx-xl {
  margin-left: -40px;
}

.lm--mx-xl {
  margin-right: -40px;
}

.lm--mx-2xl {
  margin-left: -48px;
}

.lm--mx-2xl {
  margin-right: -48px;
}

.lm--mx-3xl {
  margin-left: -56px;
}

.lm--mx-3xl {
  margin-right: -56px;
}

.lm--mx-4xl {
  margin-left: -64px;
}

.lm--mx-4xl {
  margin-right: -64px;
}

/* Padding x axis */
.lm-px-none {
  padding-left: 0px;
}

.lm-px-none {
  padding-right: 0px;
}

.lm-px-xs {
  padding-left: 8px;
}

.lm-px-xs {
  padding-right: 8px;
}

.lm-px-sm {
  padding-left: 16px;
}

.lm-px-sm {
  padding-right: 16px;
}

.lm-px-md {
  padding-left: 24px;
}

.lm-px-md {
  padding-right: 24px;
}

.lm-px-lg {
  padding-left: 32px;
}

.lm-px-lg {
  padding-right: 32px;
}

.lm-px-xl {
  padding-left: 40px;
}

.lm-px-xl {
  padding-right: 40px;
}

.lm-px-2xl {
  padding-left: 48px;
}

.lm-px-2xl {
  padding-right: 48px;
}

.lm-px-3xl {
  padding-left: 56px;
}

.lm-px-3xl {
  padding-right: 56px;
}

.lm-px-4xl {
  padding-left: 64px;
}

.lm-px-4xl {
  padding-right: 64px;
}

/* Padding & Margin x axis, breakpoint tablet */
@media (min-width: 768px) {
  .bt-lm-mx-none {
    margin-left: 0px !important;
  }

  .bt-lm-mx-none {
    margin-right: 0px !important;
  }

  .bt-lm-mx-xs {
    margin-left: 8px !important;
  }

  .bt-lm-mx-xs {
    margin-right: 8px !important;
  }

  .bt-lm-mx-sm {
    margin-left: 16px !important;
  }

  .bt-lm-mx-sm {
    margin-right: 16px !important;
  }

  .bt-lm-mx-md {
    margin-left: 24px !important;
  }

  .bt-lm-mx-md {
    margin-right: 24px !important;
  }

  .bt-lm-mx-lg {
    margin-left: 32px !important;
  }

  .bt-lm-mx-lg {
    margin-right: 32px !important;
  }

  .bt-lm-mx-xl {
    margin-left: 40px !important;
  }

  .bt-lm-mx-xl {
    margin-right: 40px !important;
  }

  .bt-lm-mx-2xl {
    margin-left: 48px !important;
  }

  .bt-lm-mx-2xl {
    margin-right: 48px !important;
  }

  .bt-lm-mx-3xl {
    margin-left: 56px !important;
  }

  .bt-lm-mx-3xl {
    margin-right: 56px !important;
  }

  .bt-lm-mx-4xl {
    margin-left: 64px !important;
  }

  .bt-lm-mx-4xl {
    margin-right: 64px !important;
  }

  .bt-lm--mx-none {
    margin-left: -0px !important;
  }

  .bt-lm--mx-none {
    margin-right: -0px !important;
  }

  .bt-lm--mx-xs {
    margin-left: -8px !important;
  }

  .bt-lm--mx-xs {
    margin-right: -8px !important;
  }

  .bt-lm--mx-sm {
    margin-left: -16px !important;
  }

  .bt-lm--mx-sm {
    margin-right: -16px !important;
  }

  .bt-lm--mx-md {
    margin-left: -24px !important;
  }

  .bt-lm--mx-md {
    margin-right: -24px !important;
  }

  .bt-lm--mx-lg {
    margin-left: -32px !important;
  }

  .bt-lm--mx-lg {
    margin-right: -32px !important;
  }

  .bt-lm--mx-xl {
    margin-left: -40px !important;
  }

  .bt-lm--mx-xl {
    margin-right: -40px !important;
  }

  .bt-lm--mx-2xl {
    margin-left: -48px !important;
  }

  .bt-lm--mx-2xl {
    margin-right: -48px !important;
  }

  .bt-lm--mx-3xl {
    margin-left: -56px !important;
  }

  .bt-lm--mx-3xl {
    margin-right: -56px !important;
  }

  .bt-lm--mx-4xl {
    margin-left: -64px !important;
  }

  .bt-lm--mx-4xl {
    margin-right: -64px !important;
  }

  .bt-lm-px-none {
    padding-left: 0px !important;
  }

  .bt-lm-px-none {
    padding-right: 0px !important;
  }

  .bt-lm-px-xs {
    padding-left: 8px !important;
  }

  .bt-lm-px-xs {
    padding-right: 8px !important;
  }

  .bt-lm-px-sm {
    padding-left: 16px !important;
  }

  .bt-lm-px-sm {
    padding-right: 16px !important;
  }

  .bt-lm-px-md {
    padding-left: 24px !important;
  }

  .bt-lm-px-md {
    padding-right: 24px !important;
  }

  .bt-lm-px-lg {
    padding-left: 32px !important;
  }

  .bt-lm-px-lg {
    padding-right: 32px !important;
  }

  .bt-lm-px-xl {
    padding-left: 40px !important;
  }

  .bt-lm-px-xl {
    padding-right: 40px !important;
  }

  .bt-lm-px-2xl {
    padding-left: 48px !important;
  }

  .bt-lm-px-2xl {
    padding-right: 48px !important;
  }

  .bt-lm-px-3xl {
    padding-left: 56px !important;
  }

  .bt-lm-px-3xl {
    padding-right: 56px !important;
  }

  .bt-lm-px-4xl {
    padding-left: 64px !important;
  }

  .bt-lm-px-4xl {
    padding-right: 64px !important;
  }
}
/* Padding & Margin x axis, breakpoint desktop */
@media (min-width: 992px) {
  .bd-lm-mx-none {
    margin-left: 0px !important;
  }

  .bd-lm-mx-none {
    margin-right: 0px !important;
  }

  .bd-lm-mx-xs {
    margin-left: 8px !important;
  }

  .bd-lm-mx-xs {
    margin-right: 8px !important;
  }

  .bd-lm-mx-sm {
    margin-left: 16px !important;
  }

  .bd-lm-mx-sm {
    margin-right: 16px !important;
  }

  .bd-lm-mx-md {
    margin-left: 24px !important;
  }

  .bd-lm-mx-md {
    margin-right: 24px !important;
  }

  .bd-lm-mx-lg {
    margin-left: 32px !important;
  }

  .bd-lm-mx-lg {
    margin-right: 32px !important;
  }

  .bd-lm-mx-xl {
    margin-left: 40px !important;
  }

  .bd-lm-mx-xl {
    margin-right: 40px !important;
  }

  .bd-lm-mx-2xl {
    margin-left: 48px !important;
  }

  .bd-lm-mx-2xl {
    margin-right: 48px !important;
  }

  .bd-lm-mx-3xl {
    margin-left: 56px !important;
  }

  .bd-lm-mx-3xl {
    margin-right: 56px !important;
  }

  .bd-lm-mx-4xl {
    margin-left: 64px !important;
  }

  .bd-lm-mx-4xl {
    margin-right: 64px !important;
  }

  .bd-lm--mx-none {
    margin-left: -0px !important;
  }

  .bd-lm--mx-none {
    margin-right: -0px !important;
  }

  .bd-lm--mx-xs {
    margin-left: -8px !important;
  }

  .bd-lm--mx-xs {
    margin-right: -8px !important;
  }

  .bd-lm--mx-sm {
    margin-left: -16px !important;
  }

  .bd-lm--mx-sm {
    margin-right: -16px !important;
  }

  .bd-lm--mx-md {
    margin-left: -24px !important;
  }

  .bd-lm--mx-md {
    margin-right: -24px !important;
  }

  .bd-lm--mx-lg {
    margin-left: -32px !important;
  }

  .bd-lm--mx-lg {
    margin-right: -32px !important;
  }

  .bd-lm--mx-xl {
    margin-left: -40px !important;
  }

  .bd-lm--mx-xl {
    margin-right: -40px !important;
  }

  .bd-lm--mx-2xl {
    margin-left: -48px !important;
  }

  .bd-lm--mx-2xl {
    margin-right: -48px !important;
  }

  .bd-lm--mx-3xl {
    margin-left: -56px !important;
  }

  .bd-lm--mx-3xl {
    margin-right: -56px !important;
  }

  .bd-lm--mx-4xl {
    margin-left: -64px !important;
  }

  .bd-lm--mx-4xl {
    margin-right: -64px !important;
  }

  .bd-lm-px-none {
    padding-left: 0px !important;
  }

  .bd-lm-px-none {
    padding-right: 0px !important;
  }

  .bd-lm-px-xs {
    padding-left: 8px !important;
  }

  .bd-lm-px-xs {
    padding-right: 8px !important;
  }

  .bd-lm-px-sm {
    padding-left: 16px !important;
  }

  .bd-lm-px-sm {
    padding-right: 16px !important;
  }

  .bd-lm-px-md {
    padding-left: 24px !important;
  }

  .bd-lm-px-md {
    padding-right: 24px !important;
  }

  .bd-lm-px-lg {
    padding-left: 32px !important;
  }

  .bd-lm-px-lg {
    padding-right: 32px !important;
  }

  .bd-lm-px-xl {
    padding-left: 40px !important;
  }

  .bd-lm-px-xl {
    padding-right: 40px !important;
  }

  .bd-lm-px-2xl {
    padding-left: 48px !important;
  }

  .bd-lm-px-2xl {
    padding-right: 48px !important;
  }

  .bd-lm-px-3xl {
    padding-left: 56px !important;
  }

  .bd-lm-px-3xl {
    padding-right: 56px !important;
  }

  .bd-lm-px-4xl {
    padding-left: 64px !important;
  }

  .bd-lm-px-4xl {
    padding-right: 64px !important;
  }
}
/* Padding & Margin x axis, breakpoint wide screen */
@media (min-width: 1200px) {
  .bw-lm-mx-none {
    margin-left: 0px !important;
  }

  .bw-lm-mx-none {
    margin-right: 0px !important;
  }

  .bw-lm-mx-xs {
    margin-left: 8px !important;
  }

  .bw-lm-mx-xs {
    margin-right: 8px !important;
  }

  .bw-lm-mx-sm {
    margin-left: 16px !important;
  }

  .bw-lm-mx-sm {
    margin-right: 16px !important;
  }

  .bw-lm-mx-md {
    margin-left: 24px !important;
  }

  .bw-lm-mx-md {
    margin-right: 24px !important;
  }

  .bw-lm-mx-lg {
    margin-left: 32px !important;
  }

  .bw-lm-mx-lg {
    margin-right: 32px !important;
  }

  .bw-lm-mx-xl {
    margin-left: 40px !important;
  }

  .bw-lm-mx-xl {
    margin-right: 40px !important;
  }

  .bw-lm-mx-2xl {
    margin-left: 48px !important;
  }

  .bw-lm-mx-2xl {
    margin-right: 48px !important;
  }

  .bw-lm-mx-3xl {
    margin-left: 56px !important;
  }

  .bw-lm-mx-3xl {
    margin-right: 56px !important;
  }

  .bw-lm-mx-4xl {
    margin-left: 64px !important;
  }

  .bw-lm-mx-4xl {
    margin-right: 64px !important;
  }

  .bw-lm--mx-none {
    margin-left: -0px !important;
  }

  .bw-lm--mx-none {
    margin-right: -0px !important;
  }

  .bw-lm--mx-xs {
    margin-left: -8px !important;
  }

  .bw-lm--mx-xs {
    margin-right: -8px !important;
  }

  .bw-lm--mx-sm {
    margin-left: -16px !important;
  }

  .bw-lm--mx-sm {
    margin-right: -16px !important;
  }

  .bw-lm--mx-md {
    margin-left: -24px !important;
  }

  .bw-lm--mx-md {
    margin-right: -24px !important;
  }

  .bw-lm--mx-lg {
    margin-left: -32px !important;
  }

  .bw-lm--mx-lg {
    margin-right: -32px !important;
  }

  .bw-lm--mx-xl {
    margin-left: -40px !important;
  }

  .bw-lm--mx-xl {
    margin-right: -40px !important;
  }

  .bw-lm--mx-2xl {
    margin-left: -48px !important;
  }

  .bw-lm--mx-2xl {
    margin-right: -48px !important;
  }

  .bw-lm--mx-3xl {
    margin-left: -56px !important;
  }

  .bw-lm--mx-3xl {
    margin-right: -56px !important;
  }

  .bw-lm--mx-4xl {
    margin-left: -64px !important;
  }

  .bw-lm--mx-4xl {
    margin-right: -64px !important;
  }

  .bw-lm-px-none {
    padding-left: 0px !important;
  }

  .bw-lm-px-none {
    padding-right: 0px !important;
  }

  .bw-lm-px-xs {
    padding-left: 8px !important;
  }

  .bw-lm-px-xs {
    padding-right: 8px !important;
  }

  .bw-lm-px-sm {
    padding-left: 16px !important;
  }

  .bw-lm-px-sm {
    padding-right: 16px !important;
  }

  .bw-lm-px-md {
    padding-left: 24px !important;
  }

  .bw-lm-px-md {
    padding-right: 24px !important;
  }

  .bw-lm-px-lg {
    padding-left: 32px !important;
  }

  .bw-lm-px-lg {
    padding-right: 32px !important;
  }

  .bw-lm-px-xl {
    padding-left: 40px !important;
  }

  .bw-lm-px-xl {
    padding-right: 40px !important;
  }

  .bw-lm-px-2xl {
    padding-left: 48px !important;
  }

  .bw-lm-px-2xl {
    padding-right: 48px !important;
  }

  .bw-lm-px-3xl {
    padding-left: 56px !important;
  }

  .bw-lm-px-3xl {
    padding-right: 56px !important;
  }

  .bw-lm-px-4xl {
    padding-left: 64px !important;
  }

  .bw-lm-px-4xl {
    padding-right: 64px !important;
  }
}
/* Padding & Margin x axis, breakpoint large screen */
@media (min-width: 1680px) {
  .bl-lm-mx-none {
    margin-left: 0px !important;
  }

  .bl-lm-mx-none {
    margin-right: 0px !important;
  }

  .bl-lm-mx-xs {
    margin-left: 8px !important;
  }

  .bl-lm-mx-xs {
    margin-right: 8px !important;
  }

  .bl-lm-mx-sm {
    margin-left: 16px !important;
  }

  .bl-lm-mx-sm {
    margin-right: 16px !important;
  }

  .bl-lm-mx-md {
    margin-left: 24px !important;
  }

  .bl-lm-mx-md {
    margin-right: 24px !important;
  }

  .bl-lm-mx-lg {
    margin-left: 32px !important;
  }

  .bl-lm-mx-lg {
    margin-right: 32px !important;
  }

  .bl-lm-mx-xl {
    margin-left: 40px !important;
  }

  .bl-lm-mx-xl {
    margin-right: 40px !important;
  }

  .bl-lm-mx-2xl {
    margin-left: 48px !important;
  }

  .bl-lm-mx-2xl {
    margin-right: 48px !important;
  }

  .bl-lm-mx-3xl {
    margin-left: 56px !important;
  }

  .bl-lm-mx-3xl {
    margin-right: 56px !important;
  }

  .bl-lm-mx-4xl {
    margin-left: 64px !important;
  }

  .bl-lm-mx-4xl {
    margin-right: 64px !important;
  }

  .bl-lm--mx-none {
    margin-left: -0px !important;
  }

  .bl-lm--mx-none {
    margin-right: -0px !important;
  }

  .bl-lm--mx-xs {
    margin-left: -8px !important;
  }

  .bl-lm--mx-xs {
    margin-right: -8px !important;
  }

  .bl-lm--mx-sm {
    margin-left: -16px !important;
  }

  .bl-lm--mx-sm {
    margin-right: -16px !important;
  }

  .bl-lm--mx-md {
    margin-left: -24px !important;
  }

  .bl-lm--mx-md {
    margin-right: -24px !important;
  }

  .bl-lm--mx-lg {
    margin-left: -32px !important;
  }

  .bl-lm--mx-lg {
    margin-right: -32px !important;
  }

  .bl-lm--mx-xl {
    margin-left: -40px !important;
  }

  .bl-lm--mx-xl {
    margin-right: -40px !important;
  }

  .bl-lm--mx-2xl {
    margin-left: -48px !important;
  }

  .bl-lm--mx-2xl {
    margin-right: -48px !important;
  }

  .bl-lm--mx-3xl {
    margin-left: -56px !important;
  }

  .bl-lm--mx-3xl {
    margin-right: -56px !important;
  }

  .bl-lm--mx-4xl {
    margin-left: -64px !important;
  }

  .bl-lm--mx-4xl {
    margin-right: -64px !important;
  }

  .bl-lm-px-none {
    padding-left: 0px !important;
  }

  .bl-lm-px-none {
    padding-right: 0px !important;
  }

  .bl-lm-px-xs {
    padding-left: 8px !important;
  }

  .bl-lm-px-xs {
    padding-right: 8px !important;
  }

  .bl-lm-px-sm {
    padding-left: 16px !important;
  }

  .bl-lm-px-sm {
    padding-right: 16px !important;
  }

  .bl-lm-px-md {
    padding-left: 24px !important;
  }

  .bl-lm-px-md {
    padding-right: 24px !important;
  }

  .bl-lm-px-lg {
    padding-left: 32px !important;
  }

  .bl-lm-px-lg {
    padding-right: 32px !important;
  }

  .bl-lm-px-xl {
    padding-left: 40px !important;
  }

  .bl-lm-px-xl {
    padding-right: 40px !important;
  }

  .bl-lm-px-2xl {
    padding-left: 48px !important;
  }

  .bl-lm-px-2xl {
    padding-right: 48px !important;
  }

  .bl-lm-px-3xl {
    padding-left: 56px !important;
  }

  .bl-lm-px-3xl {
    padding-right: 56px !important;
  }

  .bl-lm-px-4xl {
    padding-left: 64px !important;
  }

  .bl-lm-px-4xl {
    padding-right: 64px !important;
  }
}
/* Margin y axis */
.lm-my-none {
  margin-top: 0px;
}

.lm-my-none {
  margin-bottom: 0px;
}

.lm-my-xs {
  margin-top: 8px;
}

.lm-my-xs {
  margin-bottom: 8px;
}

.lm-my-sm {
  margin-top: 16px;
}

.lm-my-sm {
  margin-bottom: 16px;
}

.lm-my-md {
  margin-top: 24px;
}

.lm-my-md {
  margin-bottom: 24px;
}

.lm-my-lg {
  margin-top: 32px;
}

.lm-my-lg {
  margin-bottom: 32px;
}

.lm-my-xl {
  margin-top: 40px;
}

.lm-my-xl {
  margin-bottom: 40px;
}

.lm-my-2xl {
  margin-top: 48px;
}

.lm-my-2xl {
  margin-bottom: 48px;
}

.lm-my-3xl {
  margin-top: 56px;
}

.lm-my-3xl {
  margin-bottom: 56px;
}

.lm-my-4xl {
  margin-top: 64px;
}

.lm-my-4xl {
  margin-bottom: 64px;
}

/* Padding y axis */
.lm-py-none {
  padding-top: 0px;
}

.lm-py-none {
  padding-bottom: 0px;
}

.lm-py-xs {
  padding-top: 8px;
}

.lm-py-xs {
  padding-bottom: 8px;
}

.lm-py-sm {
  padding-top: 16px;
}

.lm-py-sm {
  padding-bottom: 16px;
}

.lm-py-md {
  padding-top: 24px;
}

.lm-py-md {
  padding-bottom: 24px;
}

.lm-py-lg {
  padding-top: 32px;
}

.lm-py-lg {
  padding-bottom: 32px;
}

.lm-py-xl {
  padding-top: 40px;
}

.lm-py-xl {
  padding-bottom: 40px;
}

.lm-py-2xl {
  padding-top: 48px;
}

.lm-py-2xl {
  padding-bottom: 48px;
}

.lm-py-3xl {
  padding-top: 56px;
}

.lm-py-3xl {
  padding-bottom: 56px;
}

.lm-py-4xl {
  padding-top: 64px;
}

.lm-py-4xl {
  padding-bottom: 64px;
}

/* Margin & Padding y axis, breakpoint tablet */
@media (min-width: 768px) {
  .bt-lm-my-none {
    margin-top: 0px;
  }

  .bt-lm-my-none {
    margin-bottom: 0px;
  }

  .bt-lm-my-xs {
    margin-top: 8px;
  }

  .bt-lm-my-xs {
    margin-bottom: 8px;
  }

  .bt-lm-my-sm {
    margin-top: 16px;
  }

  .bt-lm-my-sm {
    margin-bottom: 16px;
  }

  .bt-lm-my-md {
    margin-top: 24px;
  }

  .bt-lm-my-md {
    margin-bottom: 24px;
  }

  .bt-lm-my-lg {
    margin-top: 32px;
  }

  .bt-lm-my-lg {
    margin-bottom: 32px;
  }

  .bt-lm-my-xl {
    margin-top: 40px;
  }

  .bt-lm-my-xl {
    margin-bottom: 40px;
  }

  .bt-lm-my-2xl {
    margin-top: 48px;
  }

  .bt-lm-my-2xl {
    margin-bottom: 48px;
  }

  .bt-lm-my-3xl {
    margin-top: 56px;
  }

  .bt-lm-my-3xl {
    margin-bottom: 56px;
  }

  .bt-lm-my-4xl {
    margin-top: 64px;
  }

  .bt-lm-my-4xl {
    margin-bottom: 64px;
  }

  .bt-lm-py-none {
    padding-top: 0px;
  }

  .bt-lm-py-none {
    padding-bottom: 0px;
  }

  .bt-lm-py-xs {
    padding-top: 8px;
  }

  .bt-lm-py-xs {
    padding-bottom: 8px;
  }

  .bt-lm-py-sm {
    padding-top: 16px;
  }

  .bt-lm-py-sm {
    padding-bottom: 16px;
  }

  .bt-lm-py-md {
    padding-top: 24px;
  }

  .bt-lm-py-md {
    padding-bottom: 24px;
  }

  .bt-lm-py-lg {
    padding-top: 32px;
  }

  .bt-lm-py-lg {
    padding-bottom: 32px;
  }

  .bt-lm-py-xl {
    padding-top: 40px;
  }

  .bt-lm-py-xl {
    padding-bottom: 40px;
  }

  .bt-lm-py-2xl {
    padding-top: 48px;
  }

  .bt-lm-py-2xl {
    padding-bottom: 48px;
  }

  .bt-lm-py-3xl {
    padding-top: 56px;
  }

  .bt-lm-py-3xl {
    padding-bottom: 56px;
  }

  .bt-lm-py-4xl {
    padding-top: 64px;
  }

  .bt-lm-py-4xl {
    padding-bottom: 64px;
  }
}
/* Margin & Padding y axis, breakpoint desktop */
@media (min-width: 992px) {
  .bd-lm-my-none {
    margin-top: 0px;
  }

  .bd-lm-my-none {
    margin-bottom: 0px;
  }

  .bd-lm-my-xs {
    margin-top: 8px;
  }

  .bd-lm-my-xs {
    margin-bottom: 8px;
  }

  .bd-lm-my-sm {
    margin-top: 16px;
  }

  .bd-lm-my-sm {
    margin-bottom: 16px;
  }

  .bd-lm-my-md {
    margin-top: 24px;
  }

  .bd-lm-my-md {
    margin-bottom: 24px;
  }

  .bd-lm-my-lg {
    margin-top: 32px;
  }

  .bd-lm-my-lg {
    margin-bottom: 32px;
  }

  .bd-lm-my-xl {
    margin-top: 40px;
  }

  .bd-lm-my-xl {
    margin-bottom: 40px;
  }

  .bd-lm-my-2xl {
    margin-top: 48px;
  }

  .bd-lm-my-2xl {
    margin-bottom: 48px;
  }

  .bd-lm-my-3xl {
    margin-top: 56px;
  }

  .bd-lm-my-3xl {
    margin-bottom: 56px;
  }

  .bd-lm-my-4xl {
    margin-top: 64px;
  }

  .bd-lm-my-4xl {
    margin-bottom: 64px;
  }

  .bd-lm-py-none {
    padding-top: 0px;
  }

  .bd-lm-py-none {
    padding-bottom: 0px;
  }

  .bd-lm-py-xs {
    padding-top: 8px;
  }

  .bd-lm-py-xs {
    padding-bottom: 8px;
  }

  .bd-lm-py-sm {
    padding-top: 16px;
  }

  .bd-lm-py-sm {
    padding-bottom: 16px;
  }

  .bd-lm-py-md {
    padding-top: 24px;
  }

  .bd-lm-py-md {
    padding-bottom: 24px;
  }

  .bd-lm-py-lg {
    padding-top: 32px;
  }

  .bd-lm-py-lg {
    padding-bottom: 32px;
  }

  .bd-lm-py-xl {
    padding-top: 40px;
  }

  .bd-lm-py-xl {
    padding-bottom: 40px;
  }

  .bd-lm-py-2xl {
    padding-top: 48px;
  }

  .bd-lm-py-2xl {
    padding-bottom: 48px;
  }

  .bd-lm-py-3xl {
    padding-top: 56px;
  }

  .bd-lm-py-3xl {
    padding-bottom: 56px;
  }

  .bd-lm-py-4xl {
    padding-top: 64px;
  }

  .bd-lm-py-4xl {
    padding-bottom: 64px;
  }
}
/* Margin & Padding y axis, breakpoint wide screen */
@media (min-width: 1200px) {
  .bw-lm-my-none {
    margin-top: 0px;
  }

  .bw-lm-my-none {
    margin-bottom: 0px;
  }

  .bw-lm-my-xs {
    margin-top: 8px;
  }

  .bw-lm-my-xs {
    margin-bottom: 8px;
  }

  .bw-lm-my-sm {
    margin-top: 16px;
  }

  .bw-lm-my-sm {
    margin-bottom: 16px;
  }

  .bw-lm-my-md {
    margin-top: 24px;
  }

  .bw-lm-my-md {
    margin-bottom: 24px;
  }

  .bw-lm-my-lg {
    margin-top: 32px;
  }

  .bw-lm-my-lg {
    margin-bottom: 32px;
  }

  .bw-lm-my-xl {
    margin-top: 40px;
  }

  .bw-lm-my-xl {
    margin-bottom: 40px;
  }

  .bw-lm-my-2xl {
    margin-top: 48px;
  }

  .bw-lm-my-2xl {
    margin-bottom: 48px;
  }

  .bw-lm-my-3xl {
    margin-top: 56px;
  }

  .bw-lm-my-3xl {
    margin-bottom: 56px;
  }

  .bw-lm-my-4xl {
    margin-top: 64px;
  }

  .bw-lm-my-4xl {
    margin-bottom: 64px;
  }

  .bw-lm-py-none {
    padding-top: 0px;
  }

  .bw-lm-py-none {
    padding-bottom: 0px;
  }

  .bw-lm-py-xs {
    padding-top: 8px;
  }

  .bw-lm-py-xs {
    padding-bottom: 8px;
  }

  .bw-lm-py-sm {
    padding-top: 16px;
  }

  .bw-lm-py-sm {
    padding-bottom: 16px;
  }

  .bw-lm-py-md {
    padding-top: 24px;
  }

  .bw-lm-py-md {
    padding-bottom: 24px;
  }

  .bw-lm-py-lg {
    padding-top: 32px;
  }

  .bw-lm-py-lg {
    padding-bottom: 32px;
  }

  .bw-lm-py-xl {
    padding-top: 40px;
  }

  .bw-lm-py-xl {
    padding-bottom: 40px;
  }

  .bw-lm-py-2xl {
    padding-top: 48px;
  }

  .bw-lm-py-2xl {
    padding-bottom: 48px;
  }

  .bw-lm-py-3xl {
    padding-top: 56px;
  }

  .bw-lm-py-3xl {
    padding-bottom: 56px;
  }

  .bw-lm-py-4xl {
    padding-top: 64px;
  }

  .bw-lm-py-4xl {
    padding-bottom: 64px;
  }
}
/* Margin & Padding y axis, breakpoint large screen */
@media (min-width: 1680px) {
  .bl-lm-my-none {
    margin-top: 0px;
  }

  .bl-lm-my-none {
    margin-bottom: 0px;
  }

  .bl-lm-my-xs {
    margin-top: 8px;
  }

  .bl-lm-my-xs {
    margin-bottom: 8px;
  }

  .bl-lm-my-sm {
    margin-top: 16px;
  }

  .bl-lm-my-sm {
    margin-bottom: 16px;
  }

  .bl-lm-my-md {
    margin-top: 24px;
  }

  .bl-lm-my-md {
    margin-bottom: 24px;
  }

  .bl-lm-my-lg {
    margin-top: 32px;
  }

  .bl-lm-my-lg {
    margin-bottom: 32px;
  }

  .bl-lm-my-xl {
    margin-top: 40px;
  }

  .bl-lm-my-xl {
    margin-bottom: 40px;
  }

  .bl-lm-my-2xl {
    margin-top: 48px;
  }

  .bl-lm-my-2xl {
    margin-bottom: 48px;
  }

  .bl-lm-my-3xl {
    margin-top: 56px;
  }

  .bl-lm-my-3xl {
    margin-bottom: 56px;
  }

  .bl-lm-my-4xl {
    margin-top: 64px;
  }

  .bl-lm-my-4xl {
    margin-bottom: 64px;
  }

  .bl-lm-py-none {
    padding-top: 0px;
  }

  .bl-lm-py-none {
    padding-bottom: 0px;
  }

  .bl-lm-py-xs {
    padding-top: 8px;
  }

  .bl-lm-py-xs {
    padding-bottom: 8px;
  }

  .bl-lm-py-sm {
    padding-top: 16px;
  }

  .bl-lm-py-sm {
    padding-bottom: 16px;
  }

  .bl-lm-py-md {
    padding-top: 24px;
  }

  .bl-lm-py-md {
    padding-bottom: 24px;
  }

  .bl-lm-py-lg {
    padding-top: 32px;
  }

  .bl-lm-py-lg {
    padding-bottom: 32px;
  }

  .bl-lm-py-xl {
    padding-top: 40px;
  }

  .bl-lm-py-xl {
    padding-bottom: 40px;
  }

  .bl-lm-py-2xl {
    padding-top: 48px;
  }

  .bl-lm-py-2xl {
    padding-bottom: 48px;
  }

  .bl-lm-py-3xl {
    padding-top: 56px;
  }

  .bl-lm-py-3xl {
    padding-bottom: 56px;
  }

  .bl-lm-py-4xl {
    padding-top: 64px;
  }

  .bl-lm-py-4xl {
    padding-bottom: 64px;
  }
}
/* Margin all sides */
.lm-m-none {
  margin: 0px;
}

.lm-m-xs {
  margin: 8px;
}

.lm-m-sm {
  margin: 16px;
}

.lm-m-md {
  margin: 24px;
}

.lm-m-lg {
  margin: 32px;
}

.lm-m-xl {
  margin: 40px;
}

.lm-m-2xl {
  margin: 48px;
}

.lm-m-3xl {
  margin: 56px;
}

.lm-m-4xl {
  margin: 64px;
}

/* Padding all sides */
.lm-p-none {
  padding: 0px;
}

.lm-p-xs {
  padding: 8px;
}

.lm-p-sm {
  padding: 16px;
}

.lm-p-md {
  padding: 24px;
}

.lm-p-lg {
  padding: 32px;
}

.lm-p-xl {
  padding: 40px;
}

.lm-p-2xl {
  padding: 48px;
}

.lm-p-3xl {
  padding: 56px;
}

.lm-p-4xl {
  padding: 64px;
}

/* Margin & Padding all sides, breakpoint tablet */
@media (min-width: 768px) {
  .bt-lm-m-none {
    margin: 0px !important;
  }

  .bt-lm-m-xs {
    margin: 8px !important;
  }

  .bt-lm-m-sm {
    margin: 16px !important;
  }

  .bt-lm-m-md {
    margin: 24px !important;
  }

  .bt-lm-m-lg {
    margin: 32px !important;
  }

  .bt-lm-m-xl {
    margin: 40px !important;
  }

  .bt-lm-m-2xl {
    margin: 48px !important;
  }

  .bt-lm-m-3xl {
    margin: 56px !important;
  }

  .bt-lm-m-4xl {
    margin: 64px !important;
  }

  .bt-lm-p-none {
    padding: 0px !important;
  }

  .bt-lm-p-xs {
    padding: 8px !important;
  }

  .bt-lm-p-sm {
    padding: 16px !important;
  }

  .bt-lm-p-md {
    padding: 24px !important;
  }

  .bt-lm-p-lg {
    padding: 32px !important;
  }

  .bt-lm-p-xl {
    padding: 40px !important;
  }

  .bt-lm-p-2xl {
    padding: 48px !important;
  }

  .bt-lm-p-3xl {
    padding: 56px !important;
  }

  .bt-lm-p-4xl {
    padding: 64px !important;
  }
}
/* Margin & Padding all sides, breakpoint desktop */
@media (min-width: 992px) {
  .bd-lm-m-none {
    margin: 0px !important;
  }

  .bd-lm-m-xs {
    margin: 8px !important;
  }

  .bd-lm-m-sm {
    margin: 16px !important;
  }

  .bd-lm-m-md {
    margin: 24px !important;
  }

  .bd-lm-m-lg {
    margin: 32px !important;
  }

  .bd-lm-m-xl {
    margin: 40px !important;
  }

  .bd-lm-m-2xl {
    margin: 48px !important;
  }

  .bd-lm-m-3xl {
    margin: 56px !important;
  }

  .bd-lm-m-4xl {
    margin: 64px !important;
  }

  .bd-lm-p-none {
    padding: 0px !important;
  }

  .bd-lm-p-xs {
    padding: 8px !important;
  }

  .bd-lm-p-sm {
    padding: 16px !important;
  }

  .bd-lm-p-md {
    padding: 24px !important;
  }

  .bd-lm-p-lg {
    padding: 32px !important;
  }

  .bd-lm-p-xl {
    padding: 40px !important;
  }

  .bd-lm-p-2xl {
    padding: 48px !important;
  }

  .bd-lm-p-3xl {
    padding: 56px !important;
  }

  .bd-lm-p-4xl {
    padding: 64px !important;
  }
}
/* Margin & Padding all sides, breakpoint wide screen */
@media (min-width: 1200px) {
  .bw-lm-m-none {
    margin: 0px !important;
  }

  .bw-lm-m-xs {
    margin: 8px !important;
  }

  .bw-lm-m-sm {
    margin: 16px !important;
  }

  .bw-lm-m-md {
    margin: 24px !important;
  }

  .bw-lm-m-lg {
    margin: 32px !important;
  }

  .bw-lm-m-xl {
    margin: 40px !important;
  }

  .bw-lm-m-2xl {
    margin: 48px !important;
  }

  .bw-lm-m-3xl {
    margin: 56px !important;
  }

  .bw-lm-m-4xl {
    margin: 64px !important;
  }

  .bw-lm-p-none {
    padding: 0px !important;
  }

  .bw-lm-p-xs {
    padding: 8px !important;
  }

  .bw-lm-p-sm {
    padding: 16px !important;
  }

  .bw-lm-p-md {
    padding: 24px !important;
  }

  .bw-lm-p-lg {
    padding: 32px !important;
  }

  .bw-lm-p-xl {
    padding: 40px !important;
  }

  .bw-lm-p-2xl {
    padding: 48px !important;
  }

  .bw-lm-p-3xl {
    padding: 56px !important;
  }

  .bw-lm-p-4xl {
    padding: 64px !important;
  }
}
/* Margin & Padding all sides, breakpoint large screen */
@media (min-width: 1200px) {
  .bl-lm-m-none {
    margin: 0px !important;
  }

  .bl-lm-m-xs {
    margin: 8px !important;
  }

  .bl-lm-m-sm {
    margin: 16px !important;
  }

  .bl-lm-m-md {
    margin: 24px !important;
  }

  .bl-lm-m-lg {
    margin: 32px !important;
  }

  .bl-lm-m-xl {
    margin: 40px !important;
  }

  .bl-lm-m-2xl {
    margin: 48px !important;
  }

  .bl-lm-m-3xl {
    margin: 56px !important;
  }

  .bl-lm-m-4xl {
    margin: 64px !important;
  }

  .bl-lm-p-none {
    padding: 0px !important;
  }

  .bl-lm-p-xs {
    padding: 8px !important;
  }

  .bl-lm-p-sm {
    padding: 16px !important;
  }

  .bl-lm-p-md {
    padding: 24px !important;
  }

  .bl-lm-p-lg {
    padding: 32px !important;
  }

  .bl-lm-p-xl {
    padding: 40px !important;
  }

  .bl-lm-p-2xl {
    padding: 48px !important;
  }

  .bl-lm-p-3xl {
    padding: 56px !important;
  }

  .bl-lm-p-4xl {
    padding: 64px !important;
  }
}
/* Margin side by side */
.lm-mt-none {
  margin-top: 0px;
}

.lm-mb-none {
  margin-bottom: 0px;
}

.lm-ml-none {
  margin-left: 0px;
}

.lm-mr-none {
  margin-right: 0px;
}

.lm-mt-xs {
  margin-top: 8px;
}

.lm-mb-xs {
  margin-bottom: 8px;
}

.lm-ml-xs {
  margin-left: 8px;
}

.lm-mr-xs {
  margin-right: 8px;
}

.lm-mt-sm {
  margin-top: 16px;
}

.lm-mb-sm {
  margin-bottom: 16px;
}

.lm-ml-sm {
  margin-left: 16px;
}

.lm-mr-sm {
  margin-right: 16px;
}

.lm-mt-md {
  margin-top: 24px;
}

.lm-mb-md {
  margin-bottom: 24px;
}

.lm-ml-md {
  margin-left: 24px;
}

.lm-mr-md {
  margin-right: 24px;
}

.lm-mt-lg {
  margin-top: 32px;
}

.lm-mb-lg {
  margin-bottom: 32px;
}

.lm-ml-lg {
  margin-left: 32px;
}

.lm-mr-lg {
  margin-right: 32px;
}

.lm-mt-xl {
  margin-top: 40px;
}

.lm-mb-xl {
  margin-bottom: 40px;
}

.lm-ml-xl {
  margin-left: 40px;
}

.lm-mr-xl {
  margin-right: 40px;
}

.lm-mt-2xl {
  margin-top: 48px;
}

.lm-mb-2xl {
  margin-bottom: 48px;
}

.lm-ml-2xl {
  margin-left: 48px;
}

.lm-mr-2xl {
  margin-right: 48px;
}

.lm-mt-3xl {
  margin-top: 56px;
}

.lm-mb-3xl {
  margin-bottom: 56px;
}

.lm-ml-3xl {
  margin-left: 56px;
}

.lm-mr-3xl {
  margin-right: 56px;
}

.lm-mt-4xl {
  margin-top: 64px;
}

.lm-mb-4xl {
  margin-bottom: 64px;
}

.lm-ml-4xl {
  margin-left: 64px;
}

.lm-mr-4xl {
  margin-right: 64px;
}

/* Negativ margin side by side */
.lm--mt-none {
  margin-top: -0px;
}

.lm--mb-none {
  margin-bottom: -0px;
}

.lm--ml-none {
  margin-left: -0px;
}

.lm--mr-none {
  margin-right: -0px;
}

.lm--mt-xs {
  margin-top: -8px;
}

.lm--mb-xs {
  margin-bottom: -8px;
}

.lm--ml-xs {
  margin-left: -8px;
}

.lm--mr-xs {
  margin-right: -8px;
}

.lm--mt-sm {
  margin-top: -16px;
}

.lm--mb-sm {
  margin-bottom: -16px;
}

.lm--ml-sm {
  margin-left: -16px;
}

.lm--mr-sm {
  margin-right: -16px;
}

.lm--mt-md {
  margin-top: -24px;
}

.lm--mb-md {
  margin-bottom: -24px;
}

.lm--ml-md {
  margin-left: -24px;
}

.lm--mr-md {
  margin-right: -24px;
}

.lm--mt-lg {
  margin-top: -32px;
}

.lm--mb-lg {
  margin-bottom: -32px;
}

.lm--ml-lg {
  margin-left: -32px;
}

.lm--mr-lg {
  margin-right: -32px;
}

.lm--mt-xl {
  margin-top: -40px;
}

.lm--mb-xl {
  margin-bottom: -40px;
}

.lm--ml-xl {
  margin-left: -40px;
}

.lm--mr-xl {
  margin-right: -40px;
}

.lm--mt-2xl {
  margin-top: -48px;
}

.lm--mb-2xl {
  margin-bottom: -48px;
}

.lm--ml-2xl {
  margin-left: -48px;
}

.lm--mr-2xl {
  margin-right: -48px;
}

.lm--mt-3xl {
  margin-top: -56px;
}

.lm--mb-3xl {
  margin-bottom: -56px;
}

.lm--ml-3xl {
  margin-left: -56px;
}

.lm--mr-3xl {
  margin-right: -56px;
}

.lm--mt-4xl {
  margin-top: -64px;
}

.lm--mb-4xl {
  margin-bottom: -64px;
}

.lm--ml-4xl {
  margin-left: -64px;
}

.lm--mr-4xl {
  margin-right: -64px;
}

/* Padding side by side */
.lm-pt-none {
  padding-top: 0px;
}

.lm-pb-none {
  padding-bottom: 0px;
}

.lm-pl-none {
  padding-left: 0px;
}

.lm-pr-none {
  padding-right: 0px;
}

.lm-pt-xs {
  padding-top: 8px;
}

.lm-pb-xs {
  padding-bottom: 8px;
}

.lm-pl-xs {
  padding-left: 8px;
}

.lm-pr-xs {
  padding-right: 8px;
}

.lm-pt-sm {
  padding-top: 16px;
}

.lm-pb-sm {
  padding-bottom: 16px;
}

.lm-pl-sm {
  padding-left: 16px;
}

.lm-pr-sm {
  padding-right: 16px;
}

.lm-pt-md {
  padding-top: 24px;
}

.lm-pb-md {
  padding-bottom: 24px;
}

.lm-pl-md {
  padding-left: 24px;
}

.lm-pr-md {
  padding-right: 24px;
}

.lm-pt-lg {
  padding-top: 32px;
}

.lm-pb-lg {
  padding-bottom: 32px;
}

.lm-pl-lg {
  padding-left: 32px;
}

.lm-pr-lg {
  padding-right: 32px;
}

.lm-pt-xl {
  padding-top: 40px;
}

.lm-pb-xl {
  padding-bottom: 40px;
}

.lm-pl-xl {
  padding-left: 40px;
}

.lm-pr-xl {
  padding-right: 40px;
}

.lm-pt-2xl {
  padding-top: 48px;
}

.lm-pb-2xl {
  padding-bottom: 48px;
}

.lm-pl-2xl {
  padding-left: 48px;
}

.lm-pr-2xl {
  padding-right: 48px;
}

.lm-pt-3xl {
  padding-top: 56px;
}

.lm-pb-3xl {
  padding-bottom: 56px;
}

.lm-pl-3xl {
  padding-left: 56px;
}

.lm-pr-3xl {
  padding-right: 56px;
}

.lm-pt-4xl {
  padding-top: 64px;
}

.lm-pb-4xl {
  padding-bottom: 64px;
}

.lm-pl-4xl {
  padding-left: 64px;
}

.lm-pr-4xl {
  padding-right: 64px;
}

/* Margin & Padding side by side, breakpoint tablet */
@media (min-width: 768px) {
  .bt-lm-mt-none {
    margin-top: 0px !important;
  }

  .bt-lm-mb-none {
    margin-bottom: 0px !important;
  }

  .bt-lm-ml-none {
    margin-left: 0px !important;
  }

  .bt-lm-mr-none {
    margin-right: 0px !important;
  }

  .bt-lm-mt-xs {
    margin-top: 8px !important;
  }

  .bt-lm-mb-xs {
    margin-bottom: 8px !important;
  }

  .bt-lm-ml-xs {
    margin-left: 8px !important;
  }

  .bt-lm-mr-xs {
    margin-right: 8px !important;
  }

  .bt-lm-mt-sm {
    margin-top: 16px !important;
  }

  .bt-lm-mb-sm {
    margin-bottom: 16px !important;
  }

  .bt-lm-ml-sm {
    margin-left: 16px !important;
  }

  .bt-lm-mr-sm {
    margin-right: 16px !important;
  }

  .bt-lm-mt-md {
    margin-top: 24px !important;
  }

  .bt-lm-mb-md {
    margin-bottom: 24px !important;
  }

  .bt-lm-ml-md {
    margin-left: 24px !important;
  }

  .bt-lm-mr-md {
    margin-right: 24px !important;
  }

  .bt-lm-mt-lg {
    margin-top: 32px !important;
  }

  .bt-lm-mb-lg {
    margin-bottom: 32px !important;
  }

  .bt-lm-ml-lg {
    margin-left: 32px !important;
  }

  .bt-lm-mr-lg {
    margin-right: 32px !important;
  }

  .bt-lm-mt-xl {
    margin-top: 40px !important;
  }

  .bt-lm-mb-xl {
    margin-bottom: 40px !important;
  }

  .bt-lm-ml-xl {
    margin-left: 40px !important;
  }

  .bt-lm-mr-xl {
    margin-right: 40px !important;
  }

  .bt-lm-mt-2xl {
    margin-top: 48px !important;
  }

  .bt-lm-mb-2xl {
    margin-bottom: 48px !important;
  }

  .bt-lm-ml-2xl {
    margin-left: 48px !important;
  }

  .bt-lm-mr-2xl {
    margin-right: 48px !important;
  }

  .bt-lm-mt-3xl {
    margin-top: 56px !important;
  }

  .bt-lm-mb-3xl {
    margin-bottom: 56px !important;
  }

  .bt-lm-ml-3xl {
    margin-left: 56px !important;
  }

  .bt-lm-mr-3xl {
    margin-right: 56px !important;
  }

  .bt-lm-mt-4xl {
    margin-top: 64px !important;
  }

  .bt-lm-mb-4xl {
    margin-bottom: 64px !important;
  }

  .bt-lm-ml-4xl {
    margin-left: 64px !important;
  }

  .bt-lm-mr-4xl {
    margin-right: 64px !important;
  }

  .bt-lm--mt-none {
    margin-top: -0px !important;
  }

  .bt-lm--mb-none {
    margin-bottom: -0px !important;
  }

  .bt-lm--ml-none {
    margin-left: -0px !important;
  }

  .bt-lm--mr-none {
    margin-right: -0px !important;
  }

  .bt-lm--mt-xs {
    margin-top: -8px !important;
  }

  .bt-lm--mb-xs {
    margin-bottom: -8px !important;
  }

  .bt-lm--ml-xs {
    margin-left: -8px !important;
  }

  .bt-lm--mr-xs {
    margin-right: -8px !important;
  }

  .bt-lm--mt-sm {
    margin-top: -16px !important;
  }

  .bt-lm--mb-sm {
    margin-bottom: -16px !important;
  }

  .bt-lm--ml-sm {
    margin-left: -16px !important;
  }

  .bt-lm--mr-sm {
    margin-right: -16px !important;
  }

  .bt-lm--mt-md {
    margin-top: -24px !important;
  }

  .bt-lm--mb-md {
    margin-bottom: -24px !important;
  }

  .bt-lm--ml-md {
    margin-left: -24px !important;
  }

  .bt-lm--mr-md {
    margin-right: -24px !important;
  }

  .bt-lm--mt-lg {
    margin-top: -32px !important;
  }

  .bt-lm--mb-lg {
    margin-bottom: -32px !important;
  }

  .bt-lm--ml-lg {
    margin-left: -32px !important;
  }

  .bt-lm--mr-lg {
    margin-right: -32px !important;
  }

  .bt-lm--mt-xl {
    margin-top: -40px !important;
  }

  .bt-lm--mb-xl {
    margin-bottom: -40px !important;
  }

  .bt-lm--ml-xl {
    margin-left: -40px !important;
  }

  .bt-lm--mr-xl {
    margin-right: -40px !important;
  }

  .bt-lm--mt-2xl {
    margin-top: -48px !important;
  }

  .bt-lm--mb-2xl {
    margin-bottom: -48px !important;
  }

  .bt-lm--ml-2xl {
    margin-left: -48px !important;
  }

  .bt-lm--mr-2xl {
    margin-right: -48px !important;
  }

  .bt-lm--mt-3xl {
    margin-top: -56px !important;
  }

  .bt-lm--mb-3xl {
    margin-bottom: -56px !important;
  }

  .bt-lm--ml-3xl {
    margin-left: -56px !important;
  }

  .bt-lm--mr-3xl {
    margin-right: -56px !important;
  }

  .bt-lm--mt-4xl {
    margin-top: -64px !important;
  }

  .bt-lm--mb-4xl {
    margin-bottom: -64px !important;
  }

  .bt-lm--ml-4xl {
    margin-left: -64px !important;
  }

  .bt-lm--mr-4xl {
    margin-right: -64px !important;
  }

  .bt-lm-pt-none {
    padding-top: 0px !important;
  }

  .bt-lm-pb-none {
    padding-bottom: 0px !important;
  }

  .bt-lm-pl-none {
    padding-left: 0px !important;
  }

  .bt-lm-pr-none {
    padding-right: 0px !important;
  }

  .bt-lm-pt-xs {
    padding-top: 8px !important;
  }

  .bt-lm-pb-xs {
    padding-bottom: 8px !important;
  }

  .bt-lm-pl-xs {
    padding-left: 8px !important;
  }

  .bt-lm-pr-xs {
    padding-right: 8px !important;
  }

  .bt-lm-pt-sm {
    padding-top: 16px !important;
  }

  .bt-lm-pb-sm {
    padding-bottom: 16px !important;
  }

  .bt-lm-pl-sm {
    padding-left: 16px !important;
  }

  .bt-lm-pr-sm {
    padding-right: 16px !important;
  }

  .bt-lm-pt-md {
    padding-top: 24px !important;
  }

  .bt-lm-pb-md {
    padding-bottom: 24px !important;
  }

  .bt-lm-pl-md {
    padding-left: 24px !important;
  }

  .bt-lm-pr-md {
    padding-right: 24px !important;
  }

  .bt-lm-pt-lg {
    padding-top: 32px !important;
  }

  .bt-lm-pb-lg {
    padding-bottom: 32px !important;
  }

  .bt-lm-pl-lg {
    padding-left: 32px !important;
  }

  .bt-lm-pr-lg {
    padding-right: 32px !important;
  }

  .bt-lm-pt-xl {
    padding-top: 40px !important;
  }

  .bt-lm-pb-xl {
    padding-bottom: 40px !important;
  }

  .bt-lm-pl-xl {
    padding-left: 40px !important;
  }

  .bt-lm-pr-xl {
    padding-right: 40px !important;
  }

  .bt-lm-pt-2xl {
    padding-top: 48px !important;
  }

  .bt-lm-pb-2xl {
    padding-bottom: 48px !important;
  }

  .bt-lm-pl-2xl {
    padding-left: 48px !important;
  }

  .bt-lm-pr-2xl {
    padding-right: 48px !important;
  }

  .bt-lm-pt-3xl {
    padding-top: 56px !important;
  }

  .bt-lm-pb-3xl {
    padding-bottom: 56px !important;
  }

  .bt-lm-pl-3xl {
    padding-left: 56px !important;
  }

  .bt-lm-pr-3xl {
    padding-right: 56px !important;
  }

  .bt-lm-pt-4xl {
    padding-top: 64px !important;
  }

  .bt-lm-pb-4xl {
    padding-bottom: 64px !important;
  }

  .bt-lm-pl-4xl {
    padding-left: 64px !important;
  }

  .bt-lm-pr-4xl {
    padding-right: 64px !important;
  }
}
/* Margin & Padding side by side, breakpoint desktop */
@media (min-width: 992px) {
  .bd-lm-mt-none {
    margin-top: 0px !important;
  }

  .bd-lm-mb-none {
    margin-bottom: 0px !important;
  }

  .bd-lm-ml-none {
    margin-left: 0px !important;
  }

  .bd-lm-mr-none {
    margin-right: 0px !important;
  }

  .bd-lm-mt-xs {
    margin-top: 8px !important;
  }

  .bd-lm-mb-xs {
    margin-bottom: 8px !important;
  }

  .bd-lm-ml-xs {
    margin-left: 8px !important;
  }

  .bd-lm-mr-xs {
    margin-right: 8px !important;
  }

  .bd-lm-mt-sm {
    margin-top: 16px !important;
  }

  .bd-lm-mb-sm {
    margin-bottom: 16px !important;
  }

  .bd-lm-ml-sm {
    margin-left: 16px !important;
  }

  .bd-lm-mr-sm {
    margin-right: 16px !important;
  }

  .bd-lm-mt-md {
    margin-top: 24px !important;
  }

  .bd-lm-mb-md {
    margin-bottom: 24px !important;
  }

  .bd-lm-ml-md {
    margin-left: 24px !important;
  }

  .bd-lm-mr-md {
    margin-right: 24px !important;
  }

  .bd-lm-mt-lg {
    margin-top: 32px !important;
  }

  .bd-lm-mb-lg {
    margin-bottom: 32px !important;
  }

  .bd-lm-ml-lg {
    margin-left: 32px !important;
  }

  .bd-lm-mr-lg {
    margin-right: 32px !important;
  }

  .bd-lm-mt-xl {
    margin-top: 40px !important;
  }

  .bd-lm-mb-xl {
    margin-bottom: 40px !important;
  }

  .bd-lm-ml-xl {
    margin-left: 40px !important;
  }

  .bd-lm-mr-xl {
    margin-right: 40px !important;
  }

  .bd-lm-mt-2xl {
    margin-top: 48px !important;
  }

  .bd-lm-mb-2xl {
    margin-bottom: 48px !important;
  }

  .bd-lm-ml-2xl {
    margin-left: 48px !important;
  }

  .bd-lm-mr-2xl {
    margin-right: 48px !important;
  }

  .bd-lm-mt-3xl {
    margin-top: 56px !important;
  }

  .bd-lm-mb-3xl {
    margin-bottom: 56px !important;
  }

  .bd-lm-ml-3xl {
    margin-left: 56px !important;
  }

  .bd-lm-mr-3xl {
    margin-right: 56px !important;
  }

  .bd-lm-mt-4xl {
    margin-top: 64px !important;
  }

  .bd-lm-mb-4xl {
    margin-bottom: 64px !important;
  }

  .bd-lm-ml-4xl {
    margin-left: 64px !important;
  }

  .bd-lm-mr-4xl {
    margin-right: 64px !important;
  }

  .bd-lm--mt-none {
    margin-top: -0px !important;
  }

  .bd-lm--mb-none {
    margin-bottom: -0px !important;
  }

  .bd-lm--ml-none {
    margin-left: -0px !important;
  }

  .bd-lm--mr-none {
    margin-right: -0px !important;
  }

  .bd-lm--mt-xs {
    margin-top: -8px !important;
  }

  .bd-lm--mb-xs {
    margin-bottom: -8px !important;
  }

  .bd-lm--ml-xs {
    margin-left: -8px !important;
  }

  .bd-lm--mr-xs {
    margin-right: -8px !important;
  }

  .bd-lm--mt-sm {
    margin-top: -16px !important;
  }

  .bd-lm--mb-sm {
    margin-bottom: -16px !important;
  }

  .bd-lm--ml-sm {
    margin-left: -16px !important;
  }

  .bd-lm--mr-sm {
    margin-right: -16px !important;
  }

  .bd-lm--mt-md {
    margin-top: -24px !important;
  }

  .bd-lm--mb-md {
    margin-bottom: -24px !important;
  }

  .bd-lm--ml-md {
    margin-left: -24px !important;
  }

  .bd-lm--mr-md {
    margin-right: -24px !important;
  }

  .bd-lm--mt-lg {
    margin-top: -32px !important;
  }

  .bd-lm--mb-lg {
    margin-bottom: -32px !important;
  }

  .bd-lm--ml-lg {
    margin-left: -32px !important;
  }

  .bd-lm--mr-lg {
    margin-right: -32px !important;
  }

  .bd-lm--mt-xl {
    margin-top: -40px !important;
  }

  .bd-lm--mb-xl {
    margin-bottom: -40px !important;
  }

  .bd-lm--ml-xl {
    margin-left: -40px !important;
  }

  .bd-lm--mr-xl {
    margin-right: -40px !important;
  }

  .bd-lm--mt-2xl {
    margin-top: -48px !important;
  }

  .bd-lm--mb-2xl {
    margin-bottom: -48px !important;
  }

  .bd-lm--ml-2xl {
    margin-left: -48px !important;
  }

  .bd-lm--mr-2xl {
    margin-right: -48px !important;
  }

  .bd-lm--mt-3xl {
    margin-top: -56px !important;
  }

  .bd-lm--mb-3xl {
    margin-bottom: -56px !important;
  }

  .bd-lm--ml-3xl {
    margin-left: -56px !important;
  }

  .bd-lm--mr-3xl {
    margin-right: -56px !important;
  }

  .bd-lm--mt-4xl {
    margin-top: -64px !important;
  }

  .bd-lm--mb-4xl {
    margin-bottom: -64px !important;
  }

  .bd-lm--ml-4xl {
    margin-left: -64px !important;
  }

  .bd-lm--mr-4xl {
    margin-right: -64px !important;
  }

  .bd-lm-pt-none {
    padding-top: 0px !important;
  }

  .bd-lm-pb-none {
    padding-bottom: 0px !important;
  }

  .bd-lm-pl-none {
    padding-left: 0px !important;
  }

  .bd-lm-pr-none {
    padding-right: 0px !important;
  }

  .bd-lm-pt-xs {
    padding-top: 8px !important;
  }

  .bd-lm-pb-xs {
    padding-bottom: 8px !important;
  }

  .bd-lm-pl-xs {
    padding-left: 8px !important;
  }

  .bd-lm-pr-xs {
    padding-right: 8px !important;
  }

  .bd-lm-pt-sm {
    padding-top: 16px !important;
  }

  .bd-lm-pb-sm {
    padding-bottom: 16px !important;
  }

  .bd-lm-pl-sm {
    padding-left: 16px !important;
  }

  .bd-lm-pr-sm {
    padding-right: 16px !important;
  }

  .bd-lm-pt-md {
    padding-top: 24px !important;
  }

  .bd-lm-pb-md {
    padding-bottom: 24px !important;
  }

  .bd-lm-pl-md {
    padding-left: 24px !important;
  }

  .bd-lm-pr-md {
    padding-right: 24px !important;
  }

  .bd-lm-pt-lg {
    padding-top: 32px !important;
  }

  .bd-lm-pb-lg {
    padding-bottom: 32px !important;
  }

  .bd-lm-pl-lg {
    padding-left: 32px !important;
  }

  .bd-lm-pr-lg {
    padding-right: 32px !important;
  }

  .bd-lm-pt-xl {
    padding-top: 40px !important;
  }

  .bd-lm-pb-xl {
    padding-bottom: 40px !important;
  }

  .bd-lm-pl-xl {
    padding-left: 40px !important;
  }

  .bd-lm-pr-xl {
    padding-right: 40px !important;
  }

  .bd-lm-pt-2xl {
    padding-top: 48px !important;
  }

  .bd-lm-pb-2xl {
    padding-bottom: 48px !important;
  }

  .bd-lm-pl-2xl {
    padding-left: 48px !important;
  }

  .bd-lm-pr-2xl {
    padding-right: 48px !important;
  }

  .bd-lm-pt-3xl {
    padding-top: 56px !important;
  }

  .bd-lm-pb-3xl {
    padding-bottom: 56px !important;
  }

  .bd-lm-pl-3xl {
    padding-left: 56px !important;
  }

  .bd-lm-pr-3xl {
    padding-right: 56px !important;
  }

  .bd-lm-pt-4xl {
    padding-top: 64px !important;
  }

  .bd-lm-pb-4xl {
    padding-bottom: 64px !important;
  }

  .bd-lm-pl-4xl {
    padding-left: 64px !important;
  }

  .bd-lm-pr-4xl {
    padding-right: 64px !important;
  }
}
/* Margin & Padding side by side, breakpoint wide screen */
@media (min-width: 1200px) {
  .bw-lm-mt-none {
    margin-top: 0px !important;
  }

  .bw-lm-mb-none {
    margin-bottom: 0px !important;
  }

  .bw-lm-ml-none {
    margin-left: 0px !important;
  }

  .bw-lm-mr-none {
    margin-right: 0px !important;
  }

  .bw-lm-mt-xs {
    margin-top: 8px !important;
  }

  .bw-lm-mb-xs {
    margin-bottom: 8px !important;
  }

  .bw-lm-ml-xs {
    margin-left: 8px !important;
  }

  .bw-lm-mr-xs {
    margin-right: 8px !important;
  }

  .bw-lm-mt-sm {
    margin-top: 16px !important;
  }

  .bw-lm-mb-sm {
    margin-bottom: 16px !important;
  }

  .bw-lm-ml-sm {
    margin-left: 16px !important;
  }

  .bw-lm-mr-sm {
    margin-right: 16px !important;
  }

  .bw-lm-mt-md {
    margin-top: 24px !important;
  }

  .bw-lm-mb-md {
    margin-bottom: 24px !important;
  }

  .bw-lm-ml-md {
    margin-left: 24px !important;
  }

  .bw-lm-mr-md {
    margin-right: 24px !important;
  }

  .bw-lm-mt-lg {
    margin-top: 32px !important;
  }

  .bw-lm-mb-lg {
    margin-bottom: 32px !important;
  }

  .bw-lm-ml-lg {
    margin-left: 32px !important;
  }

  .bw-lm-mr-lg {
    margin-right: 32px !important;
  }

  .bw-lm-mt-xl {
    margin-top: 40px !important;
  }

  .bw-lm-mb-xl {
    margin-bottom: 40px !important;
  }

  .bw-lm-ml-xl {
    margin-left: 40px !important;
  }

  .bw-lm-mr-xl {
    margin-right: 40px !important;
  }

  .bw-lm-mt-2xl {
    margin-top: 48px !important;
  }

  .bw-lm-mb-2xl {
    margin-bottom: 48px !important;
  }

  .bw-lm-ml-2xl {
    margin-left: 48px !important;
  }

  .bw-lm-mr-2xl {
    margin-right: 48px !important;
  }

  .bw-lm-mt-3xl {
    margin-top: 56px !important;
  }

  .bw-lm-mb-3xl {
    margin-bottom: 56px !important;
  }

  .bw-lm-ml-3xl {
    margin-left: 56px !important;
  }

  .bw-lm-mr-3xl {
    margin-right: 56px !important;
  }

  .bw-lm-mt-4xl {
    margin-top: 64px !important;
  }

  .bw-lm-mb-4xl {
    margin-bottom: 64px !important;
  }

  .bw-lm-ml-4xl {
    margin-left: 64px !important;
  }

  .bw-lm-mr-4xl {
    margin-right: 64px !important;
  }

  .bw-lm--mt-none {
    margin-top: -0px !important;
  }

  .bw-lm--mb-none {
    margin-bottom: -0px !important;
  }

  .bw-lm--ml-none {
    margin-left: -0px !important;
  }

  .bw-lm--mr-none {
    margin-right: -0px !important;
  }

  .bw-lm--mt-xs {
    margin-top: -8px !important;
  }

  .bw-lm--mb-xs {
    margin-bottom: -8px !important;
  }

  .bw-lm--ml-xs {
    margin-left: -8px !important;
  }

  .bw-lm--mr-xs {
    margin-right: -8px !important;
  }

  .bw-lm--mt-sm {
    margin-top: -16px !important;
  }

  .bw-lm--mb-sm {
    margin-bottom: -16px !important;
  }

  .bw-lm--ml-sm {
    margin-left: -16px !important;
  }

  .bw-lm--mr-sm {
    margin-right: -16px !important;
  }

  .bw-lm--mt-md {
    margin-top: -24px !important;
  }

  .bw-lm--mb-md {
    margin-bottom: -24px !important;
  }

  .bw-lm--ml-md {
    margin-left: -24px !important;
  }

  .bw-lm--mr-md {
    margin-right: -24px !important;
  }

  .bw-lm--mt-lg {
    margin-top: -32px !important;
  }

  .bw-lm--mb-lg {
    margin-bottom: -32px !important;
  }

  .bw-lm--ml-lg {
    margin-left: -32px !important;
  }

  .bw-lm--mr-lg {
    margin-right: -32px !important;
  }

  .bw-lm--mt-xl {
    margin-top: -40px !important;
  }

  .bw-lm--mb-xl {
    margin-bottom: -40px !important;
  }

  .bw-lm--ml-xl {
    margin-left: -40px !important;
  }

  .bw-lm--mr-xl {
    margin-right: -40px !important;
  }

  .bw-lm--mt-2xl {
    margin-top: -48px !important;
  }

  .bw-lm--mb-2xl {
    margin-bottom: -48px !important;
  }

  .bw-lm--ml-2xl {
    margin-left: -48px !important;
  }

  .bw-lm--mr-2xl {
    margin-right: -48px !important;
  }

  .bw-lm--mt-3xl {
    margin-top: -56px !important;
  }

  .bw-lm--mb-3xl {
    margin-bottom: -56px !important;
  }

  .bw-lm--ml-3xl {
    margin-left: -56px !important;
  }

  .bw-lm--mr-3xl {
    margin-right: -56px !important;
  }

  .bw-lm--mt-4xl {
    margin-top: -64px !important;
  }

  .bw-lm--mb-4xl {
    margin-bottom: -64px !important;
  }

  .bw-lm--ml-4xl {
    margin-left: -64px !important;
  }

  .bw-lm--mr-4xl {
    margin-right: -64px !important;
  }

  .bw-lm-pt-none {
    padding-top: 0px !important;
  }

  .bw-lm-pb-none {
    padding-bottom: 0px !important;
  }

  .bw-lm-pl-none {
    padding-left: 0px !important;
  }

  .bw-lm-pr-none {
    padding-right: 0px !important;
  }

  .bw-lm-pt-xs {
    padding-top: 8px !important;
  }

  .bw-lm-pb-xs {
    padding-bottom: 8px !important;
  }

  .bw-lm-pl-xs {
    padding-left: 8px !important;
  }

  .bw-lm-pr-xs {
    padding-right: 8px !important;
  }

  .bw-lm-pt-sm {
    padding-top: 16px !important;
  }

  .bw-lm-pb-sm {
    padding-bottom: 16px !important;
  }

  .bw-lm-pl-sm {
    padding-left: 16px !important;
  }

  .bw-lm-pr-sm {
    padding-right: 16px !important;
  }

  .bw-lm-pt-md {
    padding-top: 24px !important;
  }

  .bw-lm-pb-md {
    padding-bottom: 24px !important;
  }

  .bw-lm-pl-md {
    padding-left: 24px !important;
  }

  .bw-lm-pr-md {
    padding-right: 24px !important;
  }

  .bw-lm-pt-lg {
    padding-top: 32px !important;
  }

  .bw-lm-pb-lg {
    padding-bottom: 32px !important;
  }

  .bw-lm-pl-lg {
    padding-left: 32px !important;
  }

  .bw-lm-pr-lg {
    padding-right: 32px !important;
  }

  .bw-lm-pt-xl {
    padding-top: 40px !important;
  }

  .bw-lm-pb-xl {
    padding-bottom: 40px !important;
  }

  .bw-lm-pl-xl {
    padding-left: 40px !important;
  }

  .bw-lm-pr-xl {
    padding-right: 40px !important;
  }

  .bw-lm-pt-2xl {
    padding-top: 48px !important;
  }

  .bw-lm-pb-2xl {
    padding-bottom: 48px !important;
  }

  .bw-lm-pl-2xl {
    padding-left: 48px !important;
  }

  .bw-lm-pr-2xl {
    padding-right: 48px !important;
  }

  .bw-lm-pt-3xl {
    padding-top: 56px !important;
  }

  .bw-lm-pb-3xl {
    padding-bottom: 56px !important;
  }

  .bw-lm-pl-3xl {
    padding-left: 56px !important;
  }

  .bw-lm-pr-3xl {
    padding-right: 56px !important;
  }

  .bw-lm-pt-4xl {
    padding-top: 64px !important;
  }

  .bw-lm-pb-4xl {
    padding-bottom: 64px !important;
  }

  .bw-lm-pl-4xl {
    padding-left: 64px !important;
  }

  .bw-lm-pr-4xl {
    padding-right: 64px !important;
  }
}
/* Margin side by side, breakpoint large screen */
@media (min-width: 1680px) {
  .bl-lm-mt-none {
    margin-top: 0px !important;
  }

  .bl-lm-mb-none {
    margin-bottom: 0px !important;
  }

  .bl-lm-ml-none {
    margin-left: 0px !important;
  }

  .bl-lm-mr-none {
    margin-right: 0px !important;
  }

  .bl-lm-mt-xs {
    margin-top: 8px !important;
  }

  .bl-lm-mb-xs {
    margin-bottom: 8px !important;
  }

  .bl-lm-ml-xs {
    margin-left: 8px !important;
  }

  .bl-lm-mr-xs {
    margin-right: 8px !important;
  }

  .bl-lm-mt-sm {
    margin-top: 16px !important;
  }

  .bl-lm-mb-sm {
    margin-bottom: 16px !important;
  }

  .bl-lm-ml-sm {
    margin-left: 16px !important;
  }

  .bl-lm-mr-sm {
    margin-right: 16px !important;
  }

  .bl-lm-mt-md {
    margin-top: 24px !important;
  }

  .bl-lm-mb-md {
    margin-bottom: 24px !important;
  }

  .bl-lm-ml-md {
    margin-left: 24px !important;
  }

  .bl-lm-mr-md {
    margin-right: 24px !important;
  }

  .bl-lm-mt-lg {
    margin-top: 32px !important;
  }

  .bl-lm-mb-lg {
    margin-bottom: 32px !important;
  }

  .bl-lm-ml-lg {
    margin-left: 32px !important;
  }

  .bl-lm-mr-lg {
    margin-right: 32px !important;
  }

  .bl-lm-mt-xl {
    margin-top: 40px !important;
  }

  .bl-lm-mb-xl {
    margin-bottom: 40px !important;
  }

  .bl-lm-ml-xl {
    margin-left: 40px !important;
  }

  .bl-lm-mr-xl {
    margin-right: 40px !important;
  }

  .bl-lm-mt-2xl {
    margin-top: 48px !important;
  }

  .bl-lm-mb-2xl {
    margin-bottom: 48px !important;
  }

  .bl-lm-ml-2xl {
    margin-left: 48px !important;
  }

  .bl-lm-mr-2xl {
    margin-right: 48px !important;
  }

  .bl-lm-mt-3xl {
    margin-top: 56px !important;
  }

  .bl-lm-mb-3xl {
    margin-bottom: 56px !important;
  }

  .bl-lm-ml-3xl {
    margin-left: 56px !important;
  }

  .bl-lm-mr-3xl {
    margin-right: 56px !important;
  }

  .bl-lm-mt-4xl {
    margin-top: 64px !important;
  }

  .bl-lm-mb-4xl {
    margin-bottom: 64px !important;
  }

  .bl-lm-ml-4xl {
    margin-left: 64px !important;
  }

  .bl-lm-mr-4xl {
    margin-right: 64px !important;
  }

  .bl-lm--mt-none {
    margin-top: -0px !important;
  }

  .bl-lm--mb-none {
    margin-bottom: -0px !important;
  }

  .bl-lm--ml-none {
    margin-left: -0px !important;
  }

  .bl-lm--mr-none {
    margin-right: -0px !important;
  }

  .bl-lm--mt-xs {
    margin-top: -8px !important;
  }

  .bl-lm--mb-xs {
    margin-bottom: -8px !important;
  }

  .bl-lm--ml-xs {
    margin-left: -8px !important;
  }

  .bl-lm--mr-xs {
    margin-right: -8px !important;
  }

  .bl-lm--mt-sm {
    margin-top: -16px !important;
  }

  .bl-lm--mb-sm {
    margin-bottom: -16px !important;
  }

  .bl-lm--ml-sm {
    margin-left: -16px !important;
  }

  .bl-lm--mr-sm {
    margin-right: -16px !important;
  }

  .bl-lm--mt-md {
    margin-top: -24px !important;
  }

  .bl-lm--mb-md {
    margin-bottom: -24px !important;
  }

  .bl-lm--ml-md {
    margin-left: -24px !important;
  }

  .bl-lm--mr-md {
    margin-right: -24px !important;
  }

  .bl-lm--mt-lg {
    margin-top: -32px !important;
  }

  .bl-lm--mb-lg {
    margin-bottom: -32px !important;
  }

  .bl-lm--ml-lg {
    margin-left: -32px !important;
  }

  .bl-lm--mr-lg {
    margin-right: -32px !important;
  }

  .bl-lm--mt-xl {
    margin-top: -40px !important;
  }

  .bl-lm--mb-xl {
    margin-bottom: -40px !important;
  }

  .bl-lm--ml-xl {
    margin-left: -40px !important;
  }

  .bl-lm--mr-xl {
    margin-right: -40px !important;
  }

  .bl-lm--mt-2xl {
    margin-top: -48px !important;
  }

  .bl-lm--mb-2xl {
    margin-bottom: -48px !important;
  }

  .bl-lm--ml-2xl {
    margin-left: -48px !important;
  }

  .bl-lm--mr-2xl {
    margin-right: -48px !important;
  }

  .bl-lm--mt-3xl {
    margin-top: -56px !important;
  }

  .bl-lm--mb-3xl {
    margin-bottom: -56px !important;
  }

  .bl-lm--ml-3xl {
    margin-left: -56px !important;
  }

  .bl-lm--mr-3xl {
    margin-right: -56px !important;
  }

  .bl-lm--mt-4xl {
    margin-top: -64px !important;
  }

  .bl-lm--mb-4xl {
    margin-bottom: -64px !important;
  }

  .bl-lm--ml-4xl {
    margin-left: -64px !important;
  }

  .bl-lm--mr-4xl {
    margin-right: -64px !important;
  }

  .bw-lm-pt-none {
    padding-top: 0px !important;
  }

  .bw-lm-pb-none {
    padding-bottom: 0px !important;
  }

  .bw-lm-pl-none {
    padding-left: 0px !important;
  }

  .bw-lm-pr-none {
    padding-right: 0px !important;
  }

  .bw-lm-pt-xs {
    padding-top: 8px !important;
  }

  .bw-lm-pb-xs {
    padding-bottom: 8px !important;
  }

  .bw-lm-pl-xs {
    padding-left: 8px !important;
  }

  .bw-lm-pr-xs {
    padding-right: 8px !important;
  }

  .bw-lm-pt-sm {
    padding-top: 16px !important;
  }

  .bw-lm-pb-sm {
    padding-bottom: 16px !important;
  }

  .bw-lm-pl-sm {
    padding-left: 16px !important;
  }

  .bw-lm-pr-sm {
    padding-right: 16px !important;
  }

  .bw-lm-pt-md {
    padding-top: 24px !important;
  }

  .bw-lm-pb-md {
    padding-bottom: 24px !important;
  }

  .bw-lm-pl-md {
    padding-left: 24px !important;
  }

  .bw-lm-pr-md {
    padding-right: 24px !important;
  }

  .bw-lm-pt-lg {
    padding-top: 32px !important;
  }

  .bw-lm-pb-lg {
    padding-bottom: 32px !important;
  }

  .bw-lm-pl-lg {
    padding-left: 32px !important;
  }

  .bw-lm-pr-lg {
    padding-right: 32px !important;
  }

  .bw-lm-pt-xl {
    padding-top: 40px !important;
  }

  .bw-lm-pb-xl {
    padding-bottom: 40px !important;
  }

  .bw-lm-pl-xl {
    padding-left: 40px !important;
  }

  .bw-lm-pr-xl {
    padding-right: 40px !important;
  }

  .bw-lm-pt-2xl {
    padding-top: 48px !important;
  }

  .bw-lm-pb-2xl {
    padding-bottom: 48px !important;
  }

  .bw-lm-pl-2xl {
    padding-left: 48px !important;
  }

  .bw-lm-pr-2xl {
    padding-right: 48px !important;
  }

  .bw-lm-pt-3xl {
    padding-top: 56px !important;
  }

  .bw-lm-pb-3xl {
    padding-bottom: 56px !important;
  }

  .bw-lm-pl-3xl {
    padding-left: 56px !important;
  }

  .bw-lm-pr-3xl {
    padding-right: 56px !important;
  }

  .bw-lm-pt-4xl {
    padding-top: 64px !important;
  }

  .bw-lm-pb-4xl {
    padding-bottom: 64px !important;
  }

  .bw-lm-pl-4xl {
    padding-left: 64px !important;
  }

  .bw-lm-pr-4xl {
    padding-right: 64px !important;
  }
}
.lm-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .bt-lm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bd-lm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bw-lm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  .bl-lm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.lm-ml-auto {
  margin-left: auto;
}

@media (min-width: 768px) {
  .bt-lm-ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .bd-lm-ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .bw-lm-ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1680px) {
  .bl-lm-ml-auto {
    margin-left: auto;
  }
}
.lm-mr-auto {
  margin-right: auto;
}

@media (min-width: 768px) {
  .bt-lm-mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bd-lm-mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bw-lm-mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  .bl-lm-mr-auto {
    margin-right: auto;
  }
}
/* WIDTH */
.lm-w-10 {
  width: 10%;
}

@media (min-width: 768px) {
  .bt-lm-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-10 {
    width: 10% !important;
  }
}
.lm-w-20 {
  width: 20%;
}

@media (min-width: 768px) {
  .bt-lm-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-20 {
    width: 20% !important;
  }
}
.lm-w-30 {
  width: 30%;
}

@media (min-width: 768px) {
  .bt-lm-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-30 {
    width: 30% !important;
  }
}
.lm-w-40 {
  width: 40%;
}

@media (min-width: 768px) {
  .bt-lm-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-40 {
    width: 40% !important;
  }
}
.lm-w-50 {
  width: 50%;
}

@media (min-width: 768px) {
  .bt-lm-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-50 {
    width: 50% !important;
  }
}
.lm-w-60 {
  width: 60%;
}

@media (min-width: 768px) {
  .bt-lm-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-60 {
    width: 60% !important;
  }
}
.lm-w-70 {
  width: 70%;
}

@media (min-width: 768px) {
  .bt-lm-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-70 {
    width: 70% !important;
  }
}
.lm-w-80 {
  width: 80%;
}

@media (min-width: 768px) {
  .bt-lm-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-80 {
    width: 80% !important;
  }
}
.lm-w-90 {
  width: 90%;
}

@media (min-width: 768px) {
  .bt-lm-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-90 {
    width: 90% !important;
  }
}
.lm-w-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .bt-lm-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-w-100 {
    width: 100% !important;
  }
}
/* MAX WIDTH */
.lm-max-w-10 {
  max-width: 10%;
}

.lm-max-w-20 {
  max-width: 20%;
}

.lm-max-w-30 {
  max-width: 30%;
}

.lm-max-w-40 {
  max-width: 40%;
}

.lm-max-w-50 {
  max-width: 50%;
}

.lm-max-w-60 {
  max-width: 60%;
}

.lm-max-w-70 {
  max-width: 70%;
}

.lm-max-w-80 {
  max-width: 80%;
}

.lm-max-w-90 {
  max-width: 90%;
}

.lm-max-w-100 {
  max-width: 100%;
}

@media (min-width: 768px) {
  .bt-lm-max-w-10 {
    max-width: 10% !important;
  }

  .bt-lm-max-w-20 {
    max-width: 20% !important;
  }

  .bt-lm-max-w-30 {
    max-width: 30% !important;
  }

  .bt-lm-max-w-40 {
    max-width: 40% !important;
  }

  .bt-lm-max-w-50 {
    max-width: 50% !important;
  }

  .bt-lm-max-w-60 {
    max-width: 60% !important;
  }

  .bt-lm-max-w-70 {
    max-width: 70% !important;
  }

  .bt-lm-max-w-80 {
    max-width: 80% !important;
  }

  .bt-lm-max-w-90 {
    max-width: 90% !important;
  }

  .bt-lm-max-w-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .bd-lm-max-w-10 {
    max-width: 10% !important;
  }

  .bd-lm-max-w-20 {
    max-width: 20% !important;
  }

  .bd-lm-max-w-30 {
    max-width: 30% !important;
  }

  .bd-lm-max-w-40 {
    max-width: 40% !important;
  }

  .bd-lm-max-w-50 {
    max-width: 50% !important;
  }

  .bd-lm-max-w-60 {
    max-width: 60% !important;
  }

  .bd-lm-max-w-70 {
    max-width: 70% !important;
  }

  .bd-lm-max-w-80 {
    max-width: 80% !important;
  }

  .bd-lm-max-w-90 {
    max-width: 90% !important;
  }

  .bd-lm-max-w-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .bw-lm-max-w-10 {
    max-width: 10% !important;
  }

  .bw-lm-max-w-20 {
    max-width: 20% !important;
  }

  .bw-lm-max-w-30 {
    max-width: 30% !important;
  }

  .bw-lm-max-w-40 {
    max-width: 40% !important;
  }

  .bw-lm-max-w-50 {
    max-width: 50% !important;
  }

  .bw-lm-max-w-60 {
    max-width: 60% !important;
  }

  .bw-lm-max-w-70 {
    max-width: 70% !important;
  }

  .bw-lm-max-w-80 {
    max-width: 80% !important;
  }

  .bw-lm-max-w-90 {
    max-width: 90% !important;
  }

  .bw-lm-max-w-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1680px) {
  .bl-lm-max-w-10 {
    max-width: 10% !important;
  }

  .bl-lm-max-w-20 {
    max-width: 20% !important;
  }

  .bl-lm-max-w-30 {
    max-width: 30% !important;
  }

  .bl-lm-max-w-40 {
    max-width: 40% !important;
  }

  .bl-lm-max-w-50 {
    max-width: 50% !important;
  }

  .bl-lm-max-w-60 {
    max-width: 60% !important;
  }

  .bl-lm-max-w-70 {
    max-width: 70% !important;
  }

  .bl-lm-max-w-80 {
    max-width: 80% !important;
  }

  .bl-lm-max-w-90 {
    max-width: 90% !important;
  }

  .bl-lm-max-w-100 {
    max-width: 100% !important;
  }
}
/* HEIGHT */
.lm-h-xs {
  height: 5rem;
}

.lm-h-sm {
  height: 10rem;
}

.lm-h-md {
  height: 15rem;
}

.lm-h-lg {
  height: 20rem;
}

.lm-h-xl {
  height: 25rem;
}

/* MAX-HEIGHT */
.lm-maxh-xs {
  max-height: 5rem;
}

.lm-maxh-sm {
  max-height: 10rem;
}

.lm-maxh-md {
  max-height: 15rem;
}

.lm-maxh-lg {
  max-height: 20rem;
}

.lm-maxh-xl {
  max-height: 25rem;
}

/* ===================================
DO NOT DELETE COMMENT BELOW
==================================== */
/* =========================
DISPLAY
========================= */
.lm-none {
  display: none;
}

.lm-nonei {
  display: none !important;
}

.lm-block {
  display: block;
}

.lm-inline {
  display: inline;
}

.lm-inline-block {
  display: inline-block;
}

.lm-flex {
  display: flex;
}

.lm-inline-flex {
  display: inline-flex;
}

.lm-grid {
  display: grid;
}

@media (min-width: 768px) {
  .bt-lm-none {
    display: none;
  }

  .bt-lm-nonei {
    display: none !important;
  }

  .bt-lm-block {
    display: block;
  }

  .bt-lm-inline {
    display: inline;
  }

  .bt-lm-inline-block {
    display: inline-block;
  }

  .bt-lm-flex {
    display: flex;
  }

  .bt-lm-inline-flex {
    display: inline-flex;
  }

  .bt-lm-grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .bd-lm-none {
    display: none;
  }

  .bd-lm-nonei {
    display: none !important;
  }

  .bd-lm-block {
    display: block;
  }

  .bd-lm-inline {
    display: inline;
  }

  .bd-lm-inline-block {
    display: inline-block;
  }

  .bd-lm-flex {
    display: flex;
  }

  .bd-lm-inline-flex {
    display: inline-flex;
  }

  .bd-lm-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .bw-lm-none {
    display: none !important;
  }

  .bw-lm-nonei {
    display: none !important;
  }

  .bw-lm-block-lg {
    display: block;
  }

  .bw-lm-inline {
    display: inline;
  }

  .bw-lm-inline-block {
    display: inline-block;
  }

  .bw-lm-flex {
    display: flex;
  }

  .bw-lm-inline-flex {
    display: inline-flex;
  }

  .bw-lm-grid {
    display: grid;
  }
}
@media (min-width: 1680px) {
  .bl-lm-none {
    display: none !important;
  }

  .bl-lm-nonei {
    display: none !important;
  }

  .bl-lm-block-lg {
    display: block;
  }

  .bl-lm-inline {
    display: inline;
  }

  .bl-lm-inline-block {
    display: inline-block;
  }

  .bl-lm-flex {
    display: flex;
  }

  .bl-lm-inline-flex {
    display: inline-flex;
  }

  .bl-lm-grid {
    display: grid;
  }
}
/* ===================
FLEX
=================== */
/* flex direction */
.lm-flex-row {
  flex-direction: row;
}

.lm-flex-col {
  flex-direction: column;
}

@media (min-width: 768px) {
  .bt-lm-flex-row {
    flex-direction: row;
  }

  .bt-lm-flex-col {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .bd-lm-flex-row {
    flex-direction: row;
  }

  .bd-lm-flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .bw-lm-flex-row {
    flex-direction: row;
  }

  .bw-lm-flex-col {
    flex-direction: column;
  }
}
/* flex wrap */
.lm-flex-wrap {
  flex-wrap: wrap;
}

.lm-flex-nowrap {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .bt-lm-flex-wrap {
    flex-wrap: wrap;
  }

  .bt-lm-flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .bd-lm-flex-wrap {
    flex-wrap: wrap;
  }

  .bd-lm-flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .bw-lm-flex-wrap {
    flex-wrap: wrap;
  }

  .bw-lm-flex-nowrap {
    flex-wrap: nowrap;
  }
}
/* flex grow */
.lm-flex-grow {
  flex-grow: 1;
}

.lm-flex-grow-0 {
  flex-grow: 0;
}

@media (min-width: 768px) {
  .bt-lm-flex-grow {
    flex-grow: 1;
  }

  .bt-lm-flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .bd-lm-flex-grow {
    flex-grow: 1;
  }

  .bd-lm-flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .bw-lm-flex-grow {
    flex-grow: 1;
  }

  .bw-lm-flex-grow-0 {
    flex-grow: 0;
  }
}
/* flex shrink */
.lm-flex-sh {
  flex-shrink: 1;
}

.lm-flex-sh0 {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .bt-lm-flex-sh {
    flex-shrink: 1;
  }

  .bt-lm-flex-sh0 {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .bd-lm-flex-sh {
    flex-shrink: 1;
  }

  .bd-lm-flex-sh0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bw-lm-flex-sh {
    flex-shrink: 1;
  }

  .bw-lm-flex-sh0 {
    flex-shrink: 0;
  }
}
/* flex order */
.lm-order-1 {
  order: 1;
}

.lm-order-2 {
  order: 2;
}

.lm-order-3 {
  order: 3;
}

.lm-order-4 {
  order: 4;
}

.lm-order-5 {
  order: 5;
}

.lm-order-6 {
  order: 6;
}

.lm-order-7 {
  order: 7;
}

.lm-order-8 {
  order: 8;
}

.lm-order-9 {
  order: 9;
}

.lm-order-10 {
  order: 10;
}

.lm-order-11 {
  order: 11;
}

.lm-order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .bt-lm-order-1 {
    order: 1;
  }

  .bt-lm-order-2 {
    order: 2;
  }

  .bt-lm-order-3 {
    order: 3;
  }

  .bt-lm-order-4 {
    order: 4;
  }

  .bt-lm-order-5 {
    order: 5;
  }

  .bt-lm-order-6 {
    order: 6;
  }

  .bt-lm-order-7 {
    order: 7;
  }

  .bt-lm-order-8 {
    order: 8;
  }

  .bt-lm-order-9 {
    order: 9;
  }

  .bt-lm-order-10 {
    order: 10;
  }

  .bt-lm-order-11 {
    order: 11;
  }

  .bt-lm-order-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .bd-lm-order-1 {
    order: 1;
  }

  .bd-lm-order-2 {
    order: 2;
  }

  .bd-lm-order-3 {
    order: 3;
  }

  .bd-lm-order-4 {
    order: 4;
  }

  .bd-lm-order-5 {
    order: 5;
  }

  .bd-lm-order-6 {
    order: 6;
  }

  .bd-lm-order-7 {
    order: 7;
  }

  .bd-lm-order-8 {
    order: 8;
  }

  .bd-lm-order-9 {
    order: 9;
  }

  .bd-lm-order-10 {
    order: 10;
  }

  .bd-lm-order-11 {
    order: 11;
  }

  .bd-lm-order-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .bw-lm-order-1 {
    order: 1;
  }

  .bw-lm-order-2 {
    order: 2;
  }

  .bw-lm-order-3 {
    order: 3;
  }

  .bw-lm-order-4 {
    order: 4;
  }

  .bw-lm-order-5 {
    order: 5;
  }

  .bw-lm-order-6 {
    order: 6;
  }

  .bw-lm-order-7 {
    order: 7;
  }

  .bw-lm-order-8 {
    order: 8;
  }

  .bw-lm-order-9 {
    order: 9;
  }

  .bw-lm-order-10 {
    order: 10;
  }

  .bw-lm-order-11 {
    order: 11;
  }

  .bw-lm-order-12 {
    order: 12;
  }
}
@media (min-width: 1680px) {
  .bl-lm-order-1 {
    order: 1;
  }

  .bl-lm-order-2 {
    order: 2;
  }

  .bl-lm-order-3 {
    order: 3;
  }

  .bl-lm-order-4 {
    order: 4;
  }

  .bl-lm-order-5 {
    order: 5;
  }

  .bl-lm-order-6 {
    order: 6;
  }

  .bl-lm-order-7 {
    order: 7;
  }

  .bl-lm-order-8 {
    order: 8;
  }

  .bl-lm-order-9 {
    order: 9;
  }

  .bl-lm-order-10 {
    order: 10;
  }

  .bl-lm-order-11 {
    order: 11;
  }

  .bl-lm-order-12 {
    order: 12;
  }
}
/* justify content */
.lm-justify-start {
  justify-content: flex-start;
}

.lm-justify-center {
  justify-content: center;
}

.lm-justify-end {
  justify-content: flex-end;
}

.lm-justify-between {
  justify-content: space-between;
}

.lm-justify-around {
  justify-content: space-around;
}

.lm-justify-evenly {
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  .bt-lm-justify-start {
    justify-content: flex-start;
  }

  .bt-lm-justify-center {
    justify-content: center;
  }

  .bt-lm-justify-end {
    justify-content: flex-end;
  }

  .bt-lm-justify-between {
    justify-content: space-between;
  }

  .bt-lm-justify-around {
    justify-content: space-around;
  }

  .bt-lm-justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .bd-lm-justify-start {
    justify-content: flex-start;
  }

  .bd-lm-justify-center {
    justify-content: center;
  }

  .bd-lm-justify-end {
    justify-content: flex-end;
  }

  .bd-lm-justify-between {
    justify-content: space-between;
  }

  .bd-lm-justify-around {
    justify-content: space-around;
  }

  .bd-lm-justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .bw-lm-justify-start {
    justify-content: flex-start;
  }

  .bw-lm-justify-center {
    justify-content: center;
  }

  .bw-lm-justify-end {
    justify-content: flex-end;
  }

  .bw-lm-justify-between {
    justify-content: space-between;
  }

  .bw-lm-justify-around {
    justify-content: space-around;
  }

  .bw-lm-justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1680px) {
  .bl-lm-justify-start {
    justify-content: flex-start;
  }

  .bl-lm-justify-center {
    justify-content: center;
  }

  .bl-lm-justify-end {
    justify-content: flex-end;
  }

  .bl-lm-justify-between {
    justify-content: space-between;
  }

  .bl-lm-justify-around {
    justify-content: space-around;
  }

  .bl-lm-justify-evenly {
    justify-content: space-evenly;
  }
}
/* align items */
.lm-align-start {
  align-items: flex-start;
}

.lm-align-end {
  align-items: flex-end;
}

.lm-align-center {
  align-items: center;
}

@media (min-width: 768px) {
  .bt-lm-align-start {
    align-items: flex-start;
  }

  .bt-lm-align-end {
    align-items: flex-end;
  }

  .bt-lm-align-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bd-lm-align-start {
    align-items: flex-start;
  }

  .bd-lm-align-end {
    align-items: flex-end;
  }

  .bd-lm-align-center {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .bw-lm-align-start {
    align-items: flex-start;
  }

  .bw-lm-align-end {
    align-items: flex-end;
  }

  .bw-lm-align-center {
    align-items: center;
  }
}
@media (min-width: 1680px) {
  .bl-lm-align-start {
    align-items: flex-start;
  }

  .bl-lm-align-end {
    align-items: flex-end;
  }

  .bl-lm-align-center {
    align-items: center;
  }
}
/* align self */
.lm-self-start {
  align-self: flex-start;
}

.lm-self-center {
  align-self: center;
}

.lm-self-end {
  align-self: flex-end;
}

@media (min-width: 768px) {
  .bt-lm-self-start {
    align-self: flex-start;
  }

  .bt-lm-self-center {
    align-self: center;
  }

  .bt-lm-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .bd-lm-self-start {
    align-self: flex-start;
  }

  .bd-lm-self-center {
    align-self: center;
  }

  .bd-lm-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .bw-lm-self-start {
    align-self: flex-start;
  }

  .bw-lm-self-center {
    align-self: center;
  }

  .bw-lm-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1680px) {
  .bl-lm-self-start {
    align-self: flex-start;
  }

  .bl-lm-self-center {
    align-self: center;
  }

  .bl-lm-self-end {
    align-self: flex-end;
  }
}
/* ==========================
GRID
========================== */
.lm-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lm-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lm-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.lm-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.lm-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 767px) {
  .lm-grid-none {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
}
@media (max-width: 991px) {
  .bt-lm-grid-none {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
}
@media (max-width: 1199px) {
  .bd-lm-grid-none {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
}
@media (min-width: 768px) {
  .bt-lm-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bt-lm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .bt-lm-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .bt-lm-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .bt-lm-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .bt-lm-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 992px) {
  .bd-lm-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bd-lm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .bd-lm-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .bd-lm-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .bd-lm-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .bd-lm-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .bw-lm-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bw-lm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .bw-lm-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .bw-lm-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .bw-lm-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .bw-lm-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.lm-gap-xs {
  gap: 8px;
}

.lm-gap-sm {
  gap: 16px;
}

.lm-gap-md {
  gap: 24px;
}

.lm-gap-lg {
  gap: 32px;
}

.lm-gap-xl {
  gap: 40px;
}

.lm-gap-2xl {
  gap: 48px;
}

.lm-gap-3xl {
  gap: 56px;
}

@media (max-width: 767px) {
  .lm-gap-none {
    gap: unset;
  }
}
@media (max-width: 991px) {
  .bt-lm-gap-none {
    gap: unset;
  }
}
@media (max-width: 1199px) {
  .bd-lm-gap-none {
    gap: unset;
  }
}
@media (min-width: 768px) {
  .bt-lm-gap-xs {
    gap: 8px;
  }

  .bt-lm-gap-sm {
    gap: 16px;
  }

  .bt-lm-gap-md {
    gap: 24px;
  }

  .bt-lm-gap-lg {
    gap: 32px;
  }

  .bt-lm-gap-xl {
    gap: 40px;
  }

  .bt-lm-gap-2xl {
    gap: 48px;
  }

  .bt-lm-gap-3xl {
    gap: 56px;
  }
}
@media (min-width: 992px) {
  .bd-lm-gap-xs {
    gap: 8px;
  }

  .bd-lm-gap-sm {
    gap: 16px;
  }

  .bd-lm-gap-md {
    gap: 24px;
  }

  .bd-lm-gap-lg {
    gap: 32px;
  }

  .bd-lm-gap-xl {
    gap: 40px;
  }

  .bd-lm-gap-2xl {
    gap: 48px;
  }

  .bd-lm-gap-3xl {
    gap: 56px;
  }
}
@media (min-width: 992px) {
  .bw-lm-gap-xs {
    gap: 8px;
  }

  .bw-lm-gap-sm {
    gap: 16px;
  }

  .bw-lm-gap-md {
    gap: 24px;
  }

  .bw-lm-gap-lg {
    gap: 32px;
  }

  .bw-lm-gap-xl {
    gap: 40px;
  }

  .bw-lm-gap-2xl {
    gap: 48px;
  }

  .bw-lm-gap-3xl {
    gap: 56px;
  }
}
/* ==============================
GRID TEMPLATE
===============================*/
.lm-row {
  display: flex;
  flex-wrap: wrap;
}

.lm-col-2 {
  width: 16.66666667%;
}

.lm-col-3 {
  width: 25%;
}

.lm-col-4 {
  width: 33.33333333%;
}

.lm-col-5 {
  width: 41.66666667%;
}

.lm-col-6 {
  width: 50%;
}

.lm-col-7 {
  width: 58.33333333%;
}

.lm-col-8 {
  width: 66.66666667%;
}

.lm-col-9 {
  width: 75%;
}

.lm-col-10 {
  width: 83.33333333%;
}

.lm-col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .bt-lm-col-2 {
    width: 16.66666667%;
  }

  .bt-lm-col-3 {
    width: 25%;
  }

  .bt-lm-col-4 {
    width: 33.33333333%;
  }

  .bt-lm-col-5 {
    width: 41.66666667%;
  }

  .bt-lm-col-6 {
    width: 50%;
  }

  .bt-lm-col-7 {
    width: 58.33333333%;
  }

  .bt-lm-col-8 {
    width: 66.66666667%;
  }

  .bt-lm-col-9 {
    width: 75%;
  }

  .bt-lm-col-10 {
    width: 83.33333333%;
  }

  .bt-lm-col-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bd-lm-col-2 {
    width: 16.66666667%;
  }

  .bd-lm-col-3 {
    width: 25%;
  }

  .bd-lm-col-4 {
    width: 33.33333333%;
  }

  .bd-lm-col-5 {
    width: 41.66666667%;
  }

  .bd-lm-col-6 {
    width: 50%;
  }

  .bd-lm-col-7 {
    width: 58.33333333%;
  }

  .bd-lm-col-8 {
    width: 66.66666667%;
  }

  .bd-lm-col-9 {
    width: 75%;
  }

  .bd-lm-col-10 {
    width: 83.33333333%;
  }

  .bd-lm-col-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bw-lm-col-2 {
    width: 16.66666667%;
  }

  .bw-lm-col-3 {
    width: 25%;
  }

  .bw-lm-col-4 {
    width: 33.33333333%;
  }

  .bw-lm-col-5 {
    width: 41.66666667%;
  }

  .bw-lm-col-6 {
    width: 50%;
  }

  .bw-lm-col-7 {
    width: 58.33333333%;
  }

  .bw-lm-col-8 {
    width: 66.66666667%;
  }

  .bw-lm-col-9 {
    width: 75%;
  }

  .bw-lm-col-10 {
    width: 83.33333333%;
  }

  .bw-lm-col-12 {
    width: 100%;
  }
}
/* =======================
BUTTONS
======================== */
.lm-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 25px;
  border: 1px solid transparent;
  background: var(--lm-color-primary);
  cursor: pointer;
  transition: all 0.3s;
  color: var(--lm-color-white);
  font-size: 16px;
  border-radius: 24px;
  font-weight: 700;
  font-family: "Josefin Semibold";
}
.lm-button-primary:hover {
  background: var(--lm-color-primary-300);
}
.lm-button-primary:disabled {
  background: var(--lm-color-primary-300);
  opacity: 0.5;
}

.lm-button-primary-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: var(--lm-color-primary);
  cursor: pointer;
  transition: all 0.3s;
  color: var(--lm-color-white);
  font-size: 16px;
  border-radius: 24px;
  font-weight: var(--lm-font-bold);
}
.lm-button-primary-small:hover {
  background: var(--lm-color-primary-300);
}

.lm-button-secondary {
  display: inline-grid;
  place-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  border: 1px solid transparent;
  background: var(--lm-color-secondary);
  color: var(--lm-color-primary);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Josefin Semibold";
  line-height: 66px;
}
.lm-button-secondary:hover {
  background: var(--lm-color-primary);
  color: var(--lm-color-white);
}
@media (max-width: 1199px) {
  .lm-button-secondary {
    height: 50px;
    line-height: 56px;
  }
}

.lm-button-secondary-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: var(--lm-color-secondary);
  cursor: pointer;
  transition: all 0.3s;
  color: var(--lm-color-white);
  font-size: 16px;
  border-radius: 24px;
  font-weight: var(--lm-font-bold);
}
.lm-button-secondary-small:hover {
  background: var(--lm-color-secondary-100);
}

.lm-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 25px;
  border: 1px solid var(--lm-color-primary);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  color: var(--lm-color-primary);
  border-radius: 24px;
  font-weight: 700;
}
.lm-button-outline:hover {
  background: var(--lm-color-primary-300);
  border: 1px solid var(--lm-color-primary-300);
  color: var(--lm-color-white);
}

.lm-button-outline-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border: 1px solid var(--lm-color-primary);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  color: var(--lm-color-primary);
  border-radius: 24px;
  font-weight: var(--lm-font-bold);
}
.lm-button-outline-small:hover {
  background: var(--lm-color-primary-300);
  color: var(--lm-color-white);
}

.lm-button-text-primary {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-color-primary);
}
.lm-button-text-primary:hover {
  color: var(--lm-color-primary-300);
}

.lm-button-text-secondary {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-color-secondary);
}
.lm-button-text-secondary:hover {
  color: var(--lm-color-secondary-100);
}

.lm-button-text-black {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-color-black);
}

.lm-button-text-gray {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-color-gray);
}
.lm-button-text-gray:hover {
  color: var(--lm-color-gray-200);
}

.lm-button-text-white {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-color-white);
}

/* hamburger btns */
.nav-icon {
  width: 71px;
  height: 71px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s;
  cursor: pointer;
}
.nav-icon.primary span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--lm-color-primary);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.nav-icon.primary span:nth-child(1) {
  top: 0px;
}
.nav-icon.primary span:nth-child(2) {
  top: 9px;
}
.nav-icon.primary span:nth-child(3) {
  top: 18px;
}
.nav-icon.primary.active span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
.nav-icon.primary.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.nav-icon.primary.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}
.nav-icon.secondary span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: var(--lm-color-secondary);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon.secondary span:nth-child(even) {
  left: 50%;
}
.nav-icon.secondary span:nth-child(odd) {
  left: 0;
}
.nav-icon.secondary span:nth-child(1), .nav-icon.secondary span:nth-child(2) {
  top: 0px;
}
.nav-icon.secondary span:nth-child(3), .nav-icon.secondary span:nth-child(4) {
  top: 9px;
}
.nav-icon.secondary span:nth-child(5), .nav-icon.secondary span:nth-child(6) {
  top: 18px;
}
.nav-icon.secondary.active span:nth-child(1), .nav-icon.secondary.active span:nth-child(6) {
  transform: rotate(45deg);
}
.nav-icon.secondary.active span:nth-child(2), .nav-icon.secondary.active span:nth-child(5) {
  transform: rotate(-45deg);
}
.nav-icon.secondary.active span:nth-child(1) {
  left: 2px;
  top: 4px;
}
.nav-icon.secondary.active span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}
.nav-icon.secondary.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.nav-icon.secondary.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.nav-icon.secondary.active span:nth-child(5) {
  left: 2px;
  top: 15px;
}
.nav-icon.secondary.active span:nth-child(6) {
  left: calc(50% - 2px);
  top: 15px;
}
.nav-icon.third span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--lm-color-primary);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.nav-icon.third span:nth-child(1) {
  top: 0px;
}
.nav-icon.third span:nth-child(2), .nav-icon.third span:nth-child(3) {
  top: 7px;
}
.nav-icon.third span:nth-child(4) {
  top: 14px;
}
.nav-icon.third.active span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.nav-icon.third.active span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-icon.third.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-icon.third.active span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-dotted-icon {
  position: relative;
  width: 30px;
  height: 18px;
}
.nav-dotted-icon > div {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 18px;
  transform: translateY(-50%);
  transition: 0.3s ease transform;
  cursor: pointer;
}
.nav-dotted-icon .line {
  width: 6px;
  height: 3px;
  background-color: var(--lm-color-primary);
  margin-left: 0;
  margin-bottom: 4px;
  border-radius: 4px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}
.nav-dotted-icon .line:nth-child(1) {
  width: 19px;
}
.nav-dotted-icon .line:nth-child(2) {
  width: 12px;
}
.nav-dotted-icon .line:nth-child(3) {
  width: 24px;
}
.nav-dotted-icon.active > div {
  transform: translateY(-50%) rotateZ(-90deg);
  display: grid;
}
.nav-dotted-icon.active .line {
  width: 8px;
  margin-left: 12px;
  margin-bottom: 3px;
}

/* ========================
CONTAINERS
======================== */
.lm-container-fluid {
  width: 100%;
}

.lm-container-xs {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
}

.lm-container-sm {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}

.lm-container-md {
  max-width: 1344px;
  margin-inline: auto;
  width: 100%;
}

.lm-container-lg {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
}

.lm-container-xl {
  max-width: 1800px;
  width: 100%;
  margin-inline: auto;
}

/* ========================
SPACER
======================== */
.lm-spacer-xs {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-xs {
    margin-bottom: 10px;
  }
}

.lm-spacer-sm {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-sm {
    margin-bottom: 20px;
  }
}

.lm-spacer-md {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-md {
    margin-bottom: 40px;
  }
}

.lm-spacer-lg {
  margin-bottom: 120px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-lg {
    margin-bottom: 60px;
  }
}

.lm-spacer-xl {
  margin-bottom: 160px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-xl {
    margin-bottom: 60px;
  }
}

.lm-spacer-2xl {
  margin-bottom: 180px;
  width: 100%;
}
@media (max-width: 767px) {
  .lm-spacer-2xl {
    margin-bottom: 80px;
  }
}

.lm-overflow-auto {
  overflow: auto;
}

.lm-overflow-hidden {
  overflow: hidden;
}

.lm-overflow-x-hidden {
  overflow-x: hidden;
}

.lmoverflow-y-hidden {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .bt-lm-overflow-auto {
    overflow: auto;
  }

  .bt-lm-overflow-hidden {
    overflow: hidden;
  }

  .bt-lm-overflow-x-hidden {
    overflow-x: hidden;
  }

  .bt-lm-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .bd-lm-lm-overflow-auto {
    overflow: auto;
  }

  .bd-lm-overflow-hidden {
    overflow: hidden;
  }

  .bd-lm-overflow-x-hidden {
    overflow-x: hidden;
  }

  .bd-lm-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .bw-lm-overflow-auto {
    overflow: auto;
  }

  .bw-lm-overflow-hidden {
    overflow: hidden;
  }

  .bw-lm-overflow-x-hidden {
    overflow-x: hidden;
  }

  .bw-lm-overflow-y-hidden {
    overflow-y: hidden;
  }
}
/* =====================
TRANSFORMS
======================*/
.lm-rotate-0 {
  transform: rotate(0);
}

.lm-rotate-45 {
  transform: rotate(45deg);
}

.lm-rotate-90 {
  transform: rotate(90deg);
}

.lm-rotate-135 {
  transform: rotate(135deg);
}

.lm-rotate-180 {
  transform: rotate(180deg);
}

.lm-rotate-225 {
  transform: rotate(225deg);
}

.lm-rotate-270 {
  transform: rotate(270deg);
}

/* ==========================
Z-INDEX
=========================== */
.lm-index-1 {
  z-index: 1;
}

.lm-index-2 {
  z-index: 2;
}

.lm-index-3 {
  z-index: 3;
}

.lm-index-4 {
  z-index: 4;
}

.lm-index-5 {
  z-index: 5;
}

.lm-index-6 {
  z-index: 6;
}

.lm-index-7 {
  z-index: 7;
}

.lm-index-8 {
  z-index: 8;
}

.lm-index-9 {
  z-index: 9;
}

.lm-index-10 {
  z-index: 10;
}

.lm-index-11 {
  z-index: 11;
}

.lm-index-12 {
  z-index: 12;
}

.lm-index-13 {
  z-index: 13;
}

.lm-index-14 {
  z-index: 14;
}

.lm-index-15 {
  z-index: 15;
}

/* =======================
BORDER RADIUS
======================= */
.lm-radius-1 {
  border-radius: 1px;
}

.lm-radius-2 {
  border-radius: 2px;
}

.lm-radius-3 {
  border-radius: 3px;
}

.lm-radius-4 {
  border-radius: 4px;
}

.lm-radius-5 {
  border-radius: 5px;
}

.lm-radius-6 {
  border-radius: 6px;
}

.lm-radius-7 {
  border-radius: 7px;
}

.lm-radius-8 {
  border-radius: 8px;
}

.lm-radius-9 {
  border-radius: 9px;
}

.lm-radius-10 {
  border-radius: 10px;
}

.lm-radius-11 {
  border-radius: 11px;
}

.lm-radius-12 {
  border-radius: 12px;
}

.lm-radius-13 {
  border-radius: 13px;
}

.lm-radius-14 {
  border-radius: 14px;
}

.lm-radius-15 {
  border-radius: 15px;
}

.lm-radius-16 {
  border-radius: 16px;
}

.lm-radius-17 {
  border-radius: 17px;
}

.lm-radius-18 {
  border-radius: 18px;
}

.lm-radius-19 {
  border-radius: 19px;
}

.lm-radius-20 {
  border-radius: 20px;
}

.lm-radius-21 {
  border-radius: 21px;
}

.lm-radius-22 {
  border-radius: 22px;
}

.lm-radius-23 {
  border-radius: 23px;
}

.lm-radius-24 {
  border-radius: 24px;
}

.lm-radius-25 {
  border-radius: 25px;
}

.lm-radius-26 {
  border-radius: 26px;
}

.lm-radius-27 {
  border-radius: 27px;
}

.lm-radius-28 {
  border-radius: 28px;
}

.lm-radius-29 {
  border-radius: 29px;
}

.lm-radius-30 {
  border-radius: 30px;
}

.lm-radius-31 {
  border-radius: 31px;
}

.lm-radius-32 {
  border-radius: 32px;
}

.lm-radius-33 {
  border-radius: 33px;
}

.lm-radius-34 {
  border-radius: 34px;
}

.lm-radius-35 {
  border-radius: 35px;
}

.lm-radius-36 {
  border-radius: 36px;
}

.lm-radius-37 {
  border-radius: 37px;
}

.lm-radius-38 {
  border-radius: 38px;
}

.lm-radius-39 {
  border-radius: 39px;
}

.lm-radius-40 {
  border-radius: 40px;
}

.lm-radius-41 {
  border-radius: 41px;
}

.lm-radius-42 {
  border-radius: 42px;
}

.lm-radius-43 {
  border-radius: 43px;
}

.lm-radius-44 {
  border-radius: 44px;
}

.lm-radius-45 {
  border-radius: 45px;
}

.lm-radius-46 {
  border-radius: 46px;
}

.lm-radius-47 {
  border-radius: 47px;
}

.lm-radius-48 {
  border-radius: 48px;
}

.lm-radius-49 {
  border-radius: 49px;
}

.lm-radius-50 {
  border-radius: 50px;
}

/* =======================
BORDER WIDTH
======================= */
.lm-border-width-1 {
  border-width: 1;
}

.lm-border-width-2 {
  border-width: 2;
}

.lm-border-width-3 {
  border-width: 3;
}

.lm-border-width-4 {
  border-width: 4;
}

.lm-border-width-5 {
  border-width: 5;
}

.lm-border-width-6 {
  border-width: 6;
}

.lm-border-width-7 {
  border-width: 7;
}

.lm-border-width-8 {
  border-width: 8;
}

.lm-border-width-9 {
  border-width: 9;
}

.lm-border-width-10 {
  border-width: 10;
}

.lm-border-width-11 {
  border-width: 11;
}

.lm-border-width-12 {
  border-width: 12;
}

.lm-border-width-13 {
  border-width: 13;
}

.lm-border-width-14 {
  border-width: 14;
}

.lm-border-width-15 {
  border-width: 15;
}

/* =======================
BORDER COLOR
======================= */
.lm-border-primary {
  border-color: var(--lm-color-primary);
}

.lm-border-primary-100 {
  border-color: var(--lm-color-primary-100);
}

.lm-border-primary-200 {
  border-color: var(--lm-color-primary-200);
}

.lm-border-primary-300 {
  border-color: var(--lm-color-primary-300);
}

.lm-border-secondary {
  border-color: var(--lm-color-secondary);
}

.lm-border-secondary-100 {
  border-color: var(--lm-color-secondary-100);
}

.lm-border-secondary-200 {
  border-color: var(--lm-color-secondary-200);
}

.lm-border-secondary-300 {
  border-color: var(--lm-color-secondary-300);
}

.lm-border-black {
  border-color: var(--lm-color-black);
}

.lm-border-black-100 {
  border-color: var(--lm-color-black-100);
}

.lm-border-gray {
  border-color: var(--lm-color-gray);
}

.lm-border-gray-light {
  border-color: var(--lm-color-gray-light);
}

.lm-border-gray-dark {
  border-color: var(--lm-color-gray-dark);
}

.lm-border-succes {
  border-color: var(--lm-color-succes);
}

.lm-border-danger {
  border-color: var(--lm-color-danger);
}

.lm-border-info {
  border-color: var(--lm-color-info);
}

.lm-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.lm-pagination.bordered a {
  border: 1px solid var(--lm-color-black) !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--lm-transition);
  margin: 3px !important;
  color: var(--lm-color-black);
  border-radius: 50%;
}
.lm-pagination.bordered a:hover {
  background: var(--lm-color-black);
  color: #fff;
}
.lm-pagination.bordered span {
  border: 1px solid var(--lm-color-black) !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px !important;
  border-radius: 50%;
}
.lm-pagination.bordered span.current {
  background: var(--lm-color-black);
  color: #fff;
}
.lm-pagination.filled a {
  background: var(--lm-color-primary-100) !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--lm-transition);
  margin: 3px !important;
  border-radius: 5px;
  color: #fff;
  border: 0 none;
}
.lm-pagination.filled span {
  background: var(--lm-color-primary-100) !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px !important;
  border-radius: 5px;
  border: 0 none !important;
}
.lm-pagination.filled span.current {
  width: 33px !important;
  height: 33px !important;
  background: var(--lm-color-primary-100);
  color: #fff;
  opacity: 0.8;
}
.lm-pagination.object {
  text-align: center;
}
.lm-pagination.object .wp-pagenavi {
  background: var(--lm-color-secondary-100);
  border-radius: 5px;
  padding: 5px;
  display: inline-flex;
}
.lm-pagination.object .wp-pagenavi a {
  border: 0 none !important;
  color: #fff;
  width: 25px !important;
  height: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-pagination.object span {
  border: 0 none !important;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-pagination.object span.current {
  background: #fff;
  color: var(--lm-color-black);
  border-radius: 5px;
}

.lm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  z-index: 9992;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--lm-transition);
}
.lm-modal.active {
  opacity: 1;
  visibility: visible;
}
.lm-modal.active .lm-modal-inner {
  transform: translateX(0);
}
.lm-modal .lm-modal-inner {
  background: #fff;
  width: 1000px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-10vw);
  transition: var(--lm-transition);
  padding-bottom: 40px;
}
.lm-modal .lm-modal-title {
  padding: 20px 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.lm-modal .lm-modal-content {
  margin: 0 30px;
  max-height: 45vh;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.lm-modal .lm-modal-content::-webkit-scrollbar {
  width: 4px;
}
.lm-modal .lm-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.lm-modal .lm-modal-content::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}
.lm-modal .lm-modal-content strong {
  font-weight: 600;
}
.lm-modal .lm-modal-content a {
  color: var(--lm-color-primary);
}
.lm-modal .lm-modal-content p {
  margin-bottom: 15px;
}
.lm-modal .lm-modal-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lm-modal .lm-modal-content ul li {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.lm-modal .lm-modal-content ul li:before {
  margin-right: 10px;
  transform: translateY(2px);
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../../../images/check.svg") no-repeat center center/cover;
}

.lm-tabs-component .lm-tabs-menu {
  display: flex;
}
.lm-tabs-component .lm-tabs-menu li {
  transition: var(--lm-transition);
  cursor: pointer;
  position: relative;
}
.lm-tabs-component .tab-content {
  display: none;
}
.lm-tabs-component .tab-content.current {
  display: block;
}
.lm-tabs-component .tab-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lm-tabs-component .tab-content ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: var(--lm-lineh-md);
  padding-left: 28px;
}
.lm-tabs-component .tab-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--lm-color-primary);
  border-radius: 50%;
  flex-shrink: 0;
}
.lm-tabs-component .tab-content ul strong {
  font-weight: 700;
}
.lm-tabs-component .tab-content ul a {
  color: var(--lm-color-primary);
}
.lm-tabs-component .tab-content ul p {
  margin-bottom: 15px;
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu-wrapper {
  border-bottom: 3px solid var(--lm-color-primary-100);
  margin-bottom: 32px;
  position: relative;
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -50px;
  width: 100px;
  height: 3px;
  background: var(--lm-color-primary-100);
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu-wrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -50px;
  width: 100px;
  height: 3px;
  background: var(--lm-color-primary-100);
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu {
  justify-content: center;
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu li {
  font-size: var(--lm-text-lg);
  font-weight: var(--lm-font-bold);
  padding: 0 30px;
  position: relative;
  margin-bottom: 10px;
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu li:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: var(--lm-transition);
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu li:hover, .lm-tabs-component.lm-style-transparent .lm-tabs-menu li.current {
  color: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-transparent .lm-tabs-menu li:hover:before, .lm-tabs-component.lm-style-transparent .lm-tabs-menu li.current:before {
  background: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-card-light .lm-tabs-inner {
  box-shadow: var(--lm-shadow-xs);
  border-radius: 16px;
  padding: 40px;
  background: var(--lm-bg-1);
}
.lm-tabs-component.lm-style-card-light .lm-tabs-menu-wrapper {
  margin-bottom: 18px;
}
.lm-tabs-component.lm-style-card-light .lm-tabs-menu {
  background: var(--lm-color-primary-100);
  border-radius: 32px;
  padding: 6px;
}
.lm-tabs-component.lm-style-card-light .lm-tabs-menu li {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lm-color-primary);
  font-weight: var(--lm-font-bold);
  border-radius: 32px;
  margin-right: 5px;
}
.lm-tabs-component.lm-style-card-light .lm-tabs-menu li:hover, .lm-tabs-component.lm-style-card-light .lm-tabs-menu li.current {
  color: var(--lm-color-white);
  background: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-card-white .lm-tabs-inner {
  box-shadow: var(--lm-shadow-xs);
  border-radius: 16px;
  padding: 40px;
  background: var(--lm-bg-2);
}
.lm-tabs-component.lm-style-card-white .lm-tabs-menu-wrapper {
  margin-bottom: 18px;
}
.lm-tabs-component.lm-style-card-white .lm-tabs-menu {
  background: var(--lm-color-primary-100);
  border-radius: 32px;
  padding: 6px;
}
.lm-tabs-component.lm-style-card-white .lm-tabs-menu li {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lm-color-primary);
  font-weight: var(--lm-font-bold);
  border-radius: 32px;
  margin-right: 5px;
}
.lm-tabs-component.lm-style-card-white .lm-tabs-menu li:hover, .lm-tabs-component.lm-style-card-white .lm-tabs-menu li.current {
  color: var(--lm-color-white);
  background: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-section-light {
  background: var(--lm-bg-1);
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu-wrapper {
  border-bottom: 3px solid var(--lm-color-primary-100);
  margin-bottom: 32px;
  position: relative;
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -50px;
  width: 100px;
  height: 3px;
  background: var(--lm-color-primary-100);
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu-wrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -50px;
  width: 100px;
  height: 3px;
  background: var(--lm-color-primary-100);
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu {
  justify-content: center;
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu li {
  font-size: var(--lm-text-lg);
  font-weight: var(--lm-font-bold);
  padding: 0 30px;
  position: relative;
  margin-bottom: 10px;
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu li:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: var(--lm-transition);
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu li:hover, .lm-tabs-component.lm-style-section-light .lm-tabs-menu li.current {
  color: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-section-light .lm-tabs-menu li:hover:before, .lm-tabs-component.lm-style-section-light .lm-tabs-menu li.current:before {
  background: var(--lm-color-primary);
}
.lm-tabs-component.lm-style-card-gray .lm-tabs-inner {
  box-shadow: var(--lm-shadow-xs);
  border-radius: 16px;
  padding: 40px;
  background: var(--lm-bg-4);
}
.lm-tabs-component.lm-style-card-gray .lm-tabs-menu-wrapper {
  margin-bottom: 18px;
}
.lm-tabs-component.lm-style-card-gray .lm-tabs-menu {
  background: var(--lm-bg-5);
  border-radius: 32px;
  padding: 6px;
}
.lm-tabs-component.lm-style-card-gray .lm-tabs-menu li {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lm-color-primary);
  font-weight: var(--lm-font-bold);
  border-radius: 32px;
  margin-right: 5px;
}
.lm-tabs-component.lm-style-card-gray .lm-tabs-menu li:hover, .lm-tabs-component.lm-style-card-gray .lm-tabs-menu li.current {
  color: var(--lm-color-white);
  background: var(--lm-color-primary);
}
@media (max-width: 767px) {
  .lm-tabs-component.lm-style-card-light .lm-tabs-inner, .lm-tabs-component.lm-style-card-gray .lm-tabs-inner, .lm-tabs-component.lm-style-card-white .lm-tabs-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lm-tabs-component.lm-style-card-light .lm-tabs-menu-wrapper, .lm-tabs-component.lm-style-card-gray .lm-tabs-menu-wrapper, .lm-tabs-component.lm-style-card-white .lm-tabs-menu-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .lm-tabs-component.lm-style-card-light .lm-tabs-menu, .lm-tabs-component.lm-style-card-gray .lm-tabs-menu, .lm-tabs-component.lm-style-card-white .lm-tabs-menu {
    border-radius: 0;
  }
  .lm-tabs-component.lm-style-card-light .lm-tabs-menu li, .lm-tabs-component.lm-style-card-gray .lm-tabs-menu li, .lm-tabs-component.lm-style-card-white .lm-tabs-menu li {
    font-size: 14px;
    padding: 8px 18px;
  }
  .lm-tabs-component.lm-style-transparent .lm-tabs-menu li, .lm-tabs-component.lm-style-section-light .lm-tabs-menu li {
    font-size: 14px;
  }
  .lm-tabs-component .lm-text-general {
    font-size: 20px;
  }
}

.lm-popover {
  background: var(--lm-color-primary-100);
  padding: 10px 30px;
  border-radius: 4px;
  align-items: center;
  border: 2px solid var(--lm-color-primary);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.lm-popover.short-text p {
  min-width: 130px;
  font-weight: bold;
}
.lm-popover.long-text p {
  min-width: 250px;
}
.lm-popover p {
  font-size: 14px;
  line-height: var(--lm-lineh-sm);
  color: var(--lm-color-black);
  text-transform: initial;
}
.lm-popover.to-left {
  right: calc(100% + 13px);
  top: 0;
}
.lm-popover.to-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid var(--lm-color-primary);
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 13px;
  right: -11px;
}
.lm-popover.to-left:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid var(--lm-color-primary-100);
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 13px;
  right: -8px;
}
.lm-popover.to-right {
  left: calc(100% + 20px);
  top: 0;
}
.lm-popover.to-right:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 9px solid var(--lm-color-primary);
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 13px;
  left: -11px;
}
.lm-popover.to-right:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 9px solid var(--lm-color-primary-100);
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 13px;
  left: -8px;
}
.lm-popover.to-bottom {
  top: calc(100% + 12px);
  left: 0;
}
.lm-popover.to-bottom:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom: 9px solid var(--lm-color-primary);
  border-right: 7px solid transparent;
  position: absolute;
  top: -11px;
  left: 20px;
}
.lm-popover.to-bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom: 9px solid var(--lm-color-primary-100);
  border-right: 7px solid transparent;
  position: absolute;
  top: -8px;
  left: 20px;
}
.lm-popover.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.lm-popover .close-popover {
  margin-left: 10px;
  cursor: pointer;
  height: 14px;
  display: grid;
  place-content: center;
  position: absolute;
  top: 16px;
  right: 10px;
}

.lm-table.lm-table-expanded + figure {
  display: none;
}

.wp-block-table {
  all: unset;
  overflow-x: unset !important;
  width: 100% !important;
}

table {
  border-radius: 8px;
  width: 100%;
  margin: auto !important;
}
table thead {
  background: var(--lm-color-primary);
  font-weight: bold;
  width: 100%;
  display: table;
  box-shadow: 0 0 0 1px var(--lm-color-primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
table thead th {
  color: #fff;
  padding: 15px;
  width: 130px;
  text-align: right;
}
table thead th:first-child {
  text-align: left;
  width: calc(100% - 260px);
}
table td {
  width: 130px;
  padding: 15px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-bottom: 2px solid #f5f5f5;
  vertical-align: middle;
  color: var(--lm-color-primary);
  word-break: break-all;
}
table td:first-child {
  width: calc(100% - 260px);
  text-align: left;
  font-weight: 400;
  color: var(--lm-color-black);
}
table h4 {
  font-weight: 700;
}
table tbody {
  width: 100%;
  display: table;
  box-shadow: 0 0 0 1px var(--lm-color-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
table tbody:before {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
  height: calc(100% - 15px);
  background: #fff;
  z-index: 2;
}
table tbody:after {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 15px;
  height: calc(100% - 15px);
  background: #fff;
  z-index: 2;
}
table tbody tr:nth-child(odd) {
  background: var(--lm-color-gray-100);
}
table tbody tr:last-child td {
  border-bottom: 0 none;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.lm-table-style-2 .wp-block-table {
  display: block;
}
.lm-table-style-2 table thead th {
  width: 200px;
}
.lm-table-style-2 table thead th:first-child {
  text-align: left;
  width: calc(100% - 400px);
}
.lm-table-style-2 table td {
  width: 200px;
}
.lm-table-style-2 table td:first-child {
  width: calc(100% - 400px);
}

.lm-table-style-3 .wp-block-table {
  display: block;
}
.lm-table-style-3 table thead th {
  width: 100px;
}
.lm-table-style-3 table thead th:first-child {
  text-align: left;
  width: calc(100% - 300px);
}
.lm-table-style-3 table td {
  width: 100px;
}
.lm-table-style-3 table td:first-child {
  width: calc(100% - 300px);
}

.lm-table-style-4 .wp-block-table {
  display: block;
}
.lm-table-style-4 table {
  table-layout: fixed;
}
.lm-table-style-4 table td, .lm-table-style-4 table th {
  width: auto !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  table thead th {
    padding: 10px;
  }
  table thead th:first-child {
    width: calc(100% - 170px);
  }
  table td {
    width: 87px;
    padding: 10px;
  }
  table td:first-child {
    width: calc(100% - 170px);
    text-align: left;
    font-weight: 400;
    color: var(--lm-color-black);
  }

  .lm-table-style-2 table thead th {
    width: 70px;
  }
  .lm-table-style-2 table thead th:first-child {
    width: 200px;
  }
  .lm-table-style-2 table td {
    width: 70px;
  }
  .lm-table-style-2 table td:first-child {
    width: 200px;
  }

  .lm-table-style-3 table thead th {
    width: 50px;
    font-size: 12px;
  }
  .lm-table-style-3 table thead th:first-child {
    width: 105px;
  }
  .lm-table-style-3 table td {
    width: 50px;
    font-size: 12px;
  }
  .lm-table-style-3 table td:first-child {
    width: 105px;
  }
}
/* =======================
IMAGE
======================= */
.lm-img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =======================
BOX SHADOW
======================= */
:root {
  --lm-shadow-xs: 0 1px 4px 0 rgb(20 20 43 / 1%), 0 3px 6px 0 rgb(51 71 255 / 1%), 0 4px 22px 0 rgb(21 19 91 / 6%);
  --lm-shadow-sm: 0 1px 4px 0 rgb(20 20 43 / 1%), 0 3px 6px 0 rgb(51 71 255 / 1%), 0 4px 22px 0 rgb(21 19 91 / 8%);
  --lm-shadow-md: 0px 5px 14px 0px rgb(36 36 59 / 7%);
}

.lm-shadow-xs {
  box-shadow: var(--lm-shadow-xs);
}

.lm-shadow-sm {
  box-shadow: var(--lm-shadow-sm);
}

.lm-shadow-md {
  box-shadow: var(--lm-shadow-md);
}

/* =======================
TRANSITION
======================= */
:root {
  --lm-transition:all .3s;
}

/* =======================
CURSOR POINTER
======================= */
.lm-pointer {
  cursor: pointer;
}

.lm-relative {
  position: relative;
}

#lm-content {
  flex: 1;
}