﻿@charset "UTF-8";


.ed-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ed-item {
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ed-item {
    width: 100%;
}

    .ed-item.ed-container {
        padding-left: 0;
        padding-right: 0;
    }

    .s-5,
    .ed-item.s-5 {
        width: 5%;
    }

    .s-10,
    .ed-item.s-10 {
        width: 10%;
    }

    .s-15,
    .ed-item.s-15 {
        width: 15%;
    }

    .s-20,
    .ed-item.s-20 {
        width: 20%;
    }

    .s-25,
    .ed-item.s-25 {
        width: 25%;
    }

    .s-30,
    .ed-item.s-30 {
        width: 30%;
    }

    .s-35,
    .ed-item.s-35 {
        width: 35%;
    }

    .s-40,
    .ed-item.s-40 {
        width: 40%;
    }

    .s-45,
    .ed-item.s-45 {
        width: 45%;
    }

    .s-50,
    .ed-item.s-50 {
        width: 50%;
    }

    .s-55,
    .ed-item.s-55 {
        width: 55%;
    }

    .s-60,
    .ed-item.s-60 {
        width: 60%;
    }

    .s-65,
    .ed-item.s-65 {
        width: 65%;
    }

    .s-70,
    .ed-item.s-70 {
        width: 70%;
    }

    .s-75,
    .ed-item.s-75 {
        width: 75%;
    }

    .s-80,
    .ed-item.s-80 {
        width: 80%;
    }

    .s-85,
    .ed-item.s-85 {
        width: 85%;
    }

    .s-90,
    .ed-item.s-90 {
        width: 90%;
    }

    .s-95,
    .ed-item.s-95 {
        width: 95%;
    }

    .s-100,
    .ed-item.s-100 {
        width: 100%;
    }

    .s-1-3,
    .ed-item.s-1-3 {
        width: 33.33333%;
    }

    .s-2-3,
    .ed-item.s-2-3 {
        width: 66.66667%;
    }

    .s-3-3,
    .ed-item.s-3-3 {
        width: 100%;
    }

    .s-1-6,
    .ed-item.s-1-6 {
        width: 16.66667%;
    }

    .s-2-6,
    .ed-item.s-2-6 {
        width: 33.33333%;
    }

    .s-3-6,
    .ed-item.s-3-6 {
        width: 50%;
    }

    .s-4-6,
    .ed-item.s-4-6 {
        width: 66.66667%;
    }

    .s-5-6,
    .ed-item.s-5-6 {
        width: 83.33333%;
    }

    .s-6-6,
    .ed-item.s-6-6 {
        width: 100%;
    }

@media screen and (min-width: 640px) {
    .ed-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .m-5,
    .ed-item.m-5 {
        width: 5%;
    }

    .m-10,
    .ed-item.m-10 {
        width: 10%;
    }

    .m-15,
    .ed-item.m-15 {
        width: 15%;
    }

    .m-20,
    .ed-item.m-20 {
        width: 20%;
    }

    .m-25,
    .ed-item.m-25 {
        width: 25%;
    }

    .m-30,
    .ed-item.m-30 {
        width: 30%;
    }

    .m-35,
    .ed-item.m-35 {
        width: 35%;
    }

    .m-40,
    .ed-item.m-40 {
        width: 40%;
    }

    .m-45,
    .ed-item.m-45 {
        width: 45%;
    }

    .m-50,
    .ed-item.m-50 {
        width: 50%;
    }

    .m-55,
    .ed-item.m-55 {
        width: 55%;
    }

    .m-60,
    .ed-item.m-60 {
        width: 60%;
    }

    .m-65,
    .ed-item.m-65 {
        width: 65%;
    }

    .m-70,
    .ed-item.m-70 {
        width: 70%;
    }

    .m-75,
    .ed-item.m-75 {
        width: 75%;
    }

    .m-80,
    .ed-item.m-80 {
        width: 80%;
    }

    .m-85,
    .ed-item.m-85 {
        width: 85%;
    }

    .m-90,
    .ed-item.m-90 {
        width: 90%;
    }

    .m-95,
    .ed-item.m-95 {
        width: 95%;
    }

    .m-100,
    .ed-item.m-100 {
        width: 100%;
    }

    .m-1-3,
    .ed-item.m-1-3 {
        width: 33.33333%;
    }

    .m-2-3,
    .ed-item.m-2-3 {
        width: 66.66667%;
    }

    .m-3-3,
    .ed-item.m-3-3 {
        width: 100%;
    }

    .m-1-6,
    .ed-item.m-1-6 {
        width: 16.66667%;
    }

    .m-2-6,
    .ed-item.m-2-6 {
        width: 33.33333%;
    }

    .m-3-6,
    .ed-item.m-3-6 {
        width: 50%;
    }

    .m-4-6,
    .ed-item.m-4-6 {
        width: 66.66667%;
    }

    .m-5-6,
    .ed-item.m-5-6 {
        width: 83.33333%;
    }

    .m-6-6,
    .ed-item.m-6-6 {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .l-5,
    .ed-item.l-5 {
        width: 5%;
    }

    .l-10,
    .ed-item.l-10 {
        width: 10%;
    }

    .l-15,
    .ed-item.l-15 {
        width: 15%;
    }

    .l-20,
    .ed-item.l-20 {
        width: 20%;
    }

    .l-25,
    .ed-item.l-25 {
        width: 25%;
    }

    .l-30,
    .ed-item.l-30 {
        width: 30%;
    }

    .l-35,
    .ed-item.l-35 {
        width: 35%;
    }

    .l-40,
    .ed-item.l-40 {
        width: 40%;
    }

    .l-45,
    .ed-item.l-45 {
        width: 45%;
    }

    .l-50,
    .ed-item.l-50 {
        width: 50%;
    }

    .l-55,
    .ed-item.l-55 {
        width: 55%;
    }

    .l-60,
    .ed-item.l-60 {
        width: 60%;
    }

    .l-65,
    .ed-item.l-65 {
        width: 65%;
    }

    .l-70,
    .ed-item.l-70 {
        width: 70%;
    }

    .l-75,
    .ed-item.l-75 {
        width: 75%;
    }

    .l-80,
    .ed-item.l-80 {
        width: 80%;
    }

    .l-85,
    .ed-item.l-85 {
        width: 85%;
    }

    .l-90,
    .ed-item.l-90 {
        width: 90%;
    }

    .l-95,
    .ed-item.l-95 {
        width: 95%;
    }

    .l-100,
    .ed-item.l-100 {
        width: 100%;
    }

    .l-1-3,
    .ed-item.l-1-3 {
        width: 33.33333%;
    }

    .l-2-3,
    .ed-item.l-2-3 {
        width: 66.66667%;
    }

    .l-3-3,
    .ed-item.l-3-3 {
        width: 100%;
    }

    .l-1-6,
    .ed-item.l-1-6 {
        width: 16.66667%;
    }

    .l-2-6,
    .ed-item.l-2-6 {
        width: 33.33333%;
    }

    .l-3-6,
    .ed-item.l-3-6 {
        width: 50%;
    }

    .l-4-6,
    .ed-item.l-4-6 {
        width: 66.66667%;
    }

    .l-5-6,
    .ed-item.l-5-6 {
        width: 83.33333%;
    }

    .l-6-6,
    .ed-item.l-6-6 {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .lg-5,
    .ed-item.lg-5 {
        width: 5%;
    }

    .lg-10,
    .ed-item.lg-10 {
        width: 10%;
    }

    .lg-15,
    .ed-item.lg-15 {
        width: 15%;
    }

    .lg-20,
    .ed-item.lg-20 {
        width: 20%;
    }

    .lg-25,
    .ed-item.lg-25 {
        width: 25%;
    }

    .lg-30,
    .ed-item.lg-30 {
        width: 30%;
    }

    .lg-35,
    .ed-item.lg-35 {
        width: 35%;
    }

    .lg-40,
    .ed-item.lg-40 {
        width: 40%;
    }

    .lg-45,
    .ed-item.lg-45 {
        width: 45%;
    }

    .lg-50,
    .ed-item.lg-50 {
        width: 50%;
    }

    .lg-55,
    .ed-item.lg-55 {
        width: 55%;
    }

    .lg-60,
    .ed-item.lg-60 {
        width: 60%;
    }

    .lg-65,
    .ed-item.lg-65 {
        width: 65%;
    }

    .lg-70,
    .ed-item.lg-70 {
        width: 70%;
    }

    .lg-75,
    .ed-item.lg-75 {
        width: 75%;
    }

    .lg-80,
    .ed-item.lg-80 {
        width: 80%;
    }

    .lg-85,
    .ed-item.lg-85 {
        width: 85%;
    }

    .lg-90,
    .ed-item.lg-90 {
        width: 90%;
    }

    .lg-95,
    .ed-item.lg-95 {
        width: 95%;
    }

    .lg-100,
    .ed-item.lg-100 {
        width: 100%;
    }

    .lg-1-3,
    .ed-item.lg-1-3 {
        width: 33.33333%;
    }

    .lg-2-3,
    .ed-item.lg-2-3 {
        width: 66.66667%;
    }

    .lg-3-3,
    .ed-item.lg-3-3 {
        width: 100%;
    }

    .lg-1-6,
    .ed-item.lg-1-6 {
        width: 16.66667%;
    }

    .lg-2-6,
    .ed-item.lg-2-6 {
        width: 33.33333%;
    }

    .lg-3-6,
    .ed-item.lg-3-6 {
        width: 50%;
    }

    .lg-4-6,
    .ed-item.lg-4-6 {
        width: 66.66667%;
    }

    .lg-5-6,
    .ed-item.lg-5-6 {
        width: 83.33333%;
    }

    .lg-6-6,
    .ed-item.lg-6-6 {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .xl-5,
    .ed-item.xl-5 {
        width: 5%;
    }

    .xl-10,
    .ed-item.xl-10 {
        width: 10%;
    }

    .xl-15,
    .ed-item.xl-15 {
        width: 15%;
    }

    .xl-20,
    .ed-item.xl-20 {
        width: 20%;
    }

    .xl-25,
    .ed-item.xl-25 {
        width: 25%;
    }

    .xl-30,
    .ed-item.xl-30 {
        width: 30%;
    }

    .xl-35,
    .ed-item.xl-35 {
        width: 35%;
    }

    .xl-40,
    .ed-item.xl-40 {
        width: 40%;
    }

    .xl-45,
    .ed-item.xl-45 {
        width: 45%;
    }

    .xl-50,
    .ed-item.xl-50 {
        width: 50%;
    }

    .xl-55,
    .ed-item.xl-55 {
        width: 55%;
    }

    .xl-60,
    .ed-item.xl-60 {
        width: 60%;
    }

    .xl-65,
    .ed-item.xl-65 {
        width: 65%;
    }

    .xl-70,
    .ed-item.xl-70 {
        width: 70%;
    }

    .xl-75,
    .ed-item.xl-75 {
        width: 75%;
    }

    .xl-80,
    .ed-item.xl-80 {
        width: 80%;
    }

    .xl-85,
    .ed-item.xl-85 {
        width: 85%;
    }

    .xl-90,
    .ed-item.xl-90 {
        width: 90%;
    }

    .xl-95,
    .ed-item.xl-95 {
        width: 95%;
    }

    .xl-100,
    .ed-item.xl-100 {
        width: 100%;
    }

    .xl-1-3,
    .ed-item.xl-1-3 {
        width: 33.33333%;
    }

    .xl-2-3,
    .ed-item.xl-2-3 {
        width: 66.66667%;
    }

    .xl-3-3,
    .ed-item.xl-3-3 {
        width: 100%;
    }

    .xl-1-6,
    .ed-item.xl-1-6 {
        width: 16.66667%;
    }

    .xl-2-6,
    .ed-item.xl-2-6 {
        width: 33.33333%;
    }

    .xl-3-6,
    .ed-item.xl-3-6 {
        width: 50%;
    }

    .xl-4-6,
    .ed-item.xl-4-6 {
        width: 66.66667%;
    }

    .xl-5-6,
    .ed-item.xl-5-6 {
        width: 83.33333%;
    }

    .xl-6-6,
    .ed-item.xl-6-6 {
        width: 100%;
    }
}

.ed-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-column-gap: var(--gap);
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 1200px;
}

    .ed-grid.gap-0 {
        --gap: 0rem;
    }

    .ed-grid.gap-1 {
        --gap: 0.5rem;
    }

    .ed-grid.gap-2 {
        --gap: 1rem;
    }

    .ed-grid.gap-3 {
        --gap: 1.5rem;
    }

    .ed-grid.gap-4 {
        --gap: 2rem;
    }

@media screen and (min-width: 1200px) {
    .ed-grid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.ed-grid.row-gap, .ed-grid.rows-gap {
    grid-row-gap: var(--gap);
}

.ed-grid .ed-grid, .ed-grid.full {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

    .ed-grid .ed-grid.s-5,
    .ed-grid .ed-grid .ed-grid.s-5 {
        width: 5%;
    }

    .ed-grid .ed-grid.s-10,
    .ed-grid .ed-grid .ed-grid.s-10 {
        width: 10%;
    }

    .ed-grid .ed-grid.s-15,
    .ed-grid .ed-grid .ed-grid.s-15 {
        width: 15%;
    }

    .ed-grid .ed-grid.s-20,
    .ed-grid .ed-grid .ed-grid.s-20 {
        width: 20%;
    }

    .ed-grid .ed-grid.s-25,
    .ed-grid .ed-grid .ed-grid.s-25 {
        width: 25%;
    }

    .ed-grid .ed-grid.s-30,
    .ed-grid .ed-grid .ed-grid.s-30 {
        width: 30%;
    }

    .ed-grid .ed-grid.s-35,
    .ed-grid .ed-grid .ed-grid.s-35 {
        width: 35%;
    }

    .ed-grid .ed-grid.s-40,
    .ed-grid .ed-grid .ed-grid.s-40 {
        width: 40%;
    }

    .ed-grid .ed-grid.s-45,
    .ed-grid .ed-grid .ed-grid.s-45 {
        width: 45%;
    }

    .ed-grid .ed-grid.s-50,
    .ed-grid .ed-grid .ed-grid.s-50 {
        width: 50%;
    }

    .ed-grid .ed-grid.s-55,
    .ed-grid .ed-grid .ed-grid.s-55 {
        width: 55%;
    }

    .ed-grid .ed-grid.s-60,
    .ed-grid .ed-grid .ed-grid.s-60 {
        width: 60%;
    }

    .ed-grid .ed-grid.s-65,
    .ed-grid .ed-grid .ed-grid.s-65 {
        width: 65%;
    }

    .ed-grid .ed-grid.s-70,
    .ed-grid .ed-grid .ed-grid.s-70 {
        width: 70%;
    }

    .ed-grid .ed-grid.s-75,
    .ed-grid .ed-grid .ed-grid.s-75 {
        width: 75%;
    }

    .ed-grid .ed-grid.s-80,
    .ed-grid .ed-grid .ed-grid.s-80 {
        width: 80%;
    }

    .ed-grid .ed-grid.s-85,
    .ed-grid .ed-grid .ed-grid.s-85 {
        width: 85%;
    }

    .ed-grid .ed-grid.s-90,
    .ed-grid .ed-grid .ed-grid.s-90 {
        width: 90%;
    }

    .ed-grid .ed-grid.s-95,
    .ed-grid .ed-grid .ed-grid.s-95 {
        width: 95%;
    }

    .ed-grid .ed-grid.s-100,
    .ed-grid .ed-grid .ed-grid.s-100 {
        width: 100%;
    }

    .ed-grid .ed-grid.s-to-center,
    .ed-grid .ed-grid .ed-grid.s-to-center {
        margin-left: auto;
        margin-right: auto;
    }

    .ed-grid .ed-grid.s-to-right,
    .ed-grid .ed-grid .ed-grid.s-to-right {
        margin-left: auto;
        margin-right: 0;
    }

    .ed-grid .ed-grid.s-to-left,
    .ed-grid .ed-grid .ed-grid.s-to-left {
        margin-left: 0;
        margin-right: auto;
    }

@media screen and (min-width: 640px) {
    .ed-grid .ed-grid.m-5,
    .ed-grid .ed-grid .ed-grid.m-5 {
        width: 5%;
    }

    .ed-grid .ed-grid.m-10,
    .ed-grid .ed-grid .ed-grid.m-10 {
        width: 10%;
    }

    .ed-grid .ed-grid.m-15,
    .ed-grid .ed-grid .ed-grid.m-15 {
        width: 15%;
    }

    .ed-grid .ed-grid.m-20,
    .ed-grid .ed-grid .ed-grid.m-20 {
        width: 20%;
    }

    .ed-grid .ed-grid.m-25,
    .ed-grid .ed-grid .ed-grid.m-25 {
        width: 25%;
    }

    .ed-grid .ed-grid.m-30,
    .ed-grid .ed-grid .ed-grid.m-30 {
        width: 30%;
    }

    .ed-grid .ed-grid.m-35,
    .ed-grid .ed-grid .ed-grid.m-35 {
        width: 35%;
    }

    .ed-grid .ed-grid.m-40,
    .ed-grid .ed-grid .ed-grid.m-40 {
        width: 40%;
    }

    .ed-grid .ed-grid.m-45,
    .ed-grid .ed-grid .ed-grid.m-45 {
        width: 45%;
    }

    .ed-grid .ed-grid.m-50,
    .ed-grid .ed-grid .ed-grid.m-50 {
        width: 50%;
    }

    .ed-grid .ed-grid.m-55,
    .ed-grid .ed-grid .ed-grid.m-55 {
        width: 55%;
    }

    .ed-grid .ed-grid.m-60,
    .ed-grid .ed-grid .ed-grid.m-60 {
        width: 60%;
    }

    .ed-grid .ed-grid.m-65,
    .ed-grid .ed-grid .ed-grid.m-65 {
        width: 65%;
    }

    .ed-grid .ed-grid.m-70,
    .ed-grid .ed-grid .ed-grid.m-70 {
        width: 70%;
    }

    .ed-grid .ed-grid.m-75,
    .ed-grid .ed-grid .ed-grid.m-75 {
        width: 75%;
    }

    .ed-grid .ed-grid.m-80,
    .ed-grid .ed-grid .ed-grid.m-80 {
        width: 80%;
    }

    .ed-grid .ed-grid.m-85,
    .ed-grid .ed-grid .ed-grid.m-85 {
        width: 85%;
    }

    .ed-grid .ed-grid.m-90,
    .ed-grid .ed-grid .ed-grid.m-90 {
        width: 90%;
    }

    .ed-grid .ed-grid.m-95,
    .ed-grid .ed-grid .ed-grid.m-95 {
        width: 95%;
    }

    .ed-grid .ed-grid.m-100,
    .ed-grid .ed-grid .ed-grid.m-100 {
        width: 100%;
    }

    .ed-grid .ed-grid.m-to-center,
    .ed-grid .ed-grid .ed-grid.m-to-center {
        margin-left: auto;
        margin-right: auto;
    }

    .ed-grid .ed-grid.m-to-right,
    .ed-grid .ed-grid .ed-grid.m-to-right {
        margin-left: auto;
        margin-right: 0;
    }

    .ed-grid .ed-grid.m-to-left,
    .ed-grid .ed-grid .ed-grid.m-to-left {
        margin-left: 0;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .ed-grid .ed-grid.l-5,
    .ed-grid .ed-grid .ed-grid.l-5 {
        width: 5%;
    }

    .ed-grid .ed-grid.l-10,
    .ed-grid .ed-grid .ed-grid.l-10 {
        width: 10%;
    }

    .ed-grid .ed-grid.l-15,
    .ed-grid .ed-grid .ed-grid.l-15 {
        width: 15%;
    }

    .ed-grid .ed-grid.l-20,
    .ed-grid .ed-grid .ed-grid.l-20 {
        width: 20%;
    }

    .ed-grid .ed-grid.l-25,
    .ed-grid .ed-grid .ed-grid.l-25 {
        width: 25%;
    }

    .ed-grid .ed-grid.l-30,
    .ed-grid .ed-grid .ed-grid.l-30 {
        width: 30%;
    }

    .ed-grid .ed-grid.l-35,
    .ed-grid .ed-grid .ed-grid.l-35 {
        width: 35%;
    }

    .ed-grid .ed-grid.l-40,
    .ed-grid .ed-grid .ed-grid.l-40 {
        width: 40%;
    }

    .ed-grid .ed-grid.l-45,
    .ed-grid .ed-grid .ed-grid.l-45 {
        width: 45%;
    }

    .ed-grid .ed-grid.l-50,
    .ed-grid .ed-grid .ed-grid.l-50 {
        width: 50%;
    }

    .ed-grid .ed-grid.l-55,
    .ed-grid .ed-grid .ed-grid.l-55 {
        width: 55%;
    }

    .ed-grid .ed-grid.l-60,
    .ed-grid .ed-grid .ed-grid.l-60 {
        width: 60%;
    }

    .ed-grid .ed-grid.l-65,
    .ed-grid .ed-grid .ed-grid.l-65 {
        width: 65%;
    }

    .ed-grid .ed-grid.l-70,
    .ed-grid .ed-grid .ed-grid.l-70 {
        width: 70%;
    }

    .ed-grid .ed-grid.l-75,
    .ed-grid .ed-grid .ed-grid.l-75 {
        width: 75%;
    }

    .ed-grid .ed-grid.l-80,
    .ed-grid .ed-grid .ed-grid.l-80 {
        width: 80%;
    }

    .ed-grid .ed-grid.l-85,
    .ed-grid .ed-grid .ed-grid.l-85 {
        width: 85%;
    }

    .ed-grid .ed-grid.l-90,
    .ed-grid .ed-grid .ed-grid.l-90 {
        width: 90%;
    }

    .ed-grid .ed-grid.l-95,
    .ed-grid .ed-grid .ed-grid.l-95 {
        width: 95%;
    }

    .ed-grid .ed-grid.l-100,
    .ed-grid .ed-grid .ed-grid.l-100 {
        width: 100%;
    }

    .ed-grid .ed-grid.l-to-center,
    .ed-grid .ed-grid .ed-grid.l-to-center {
        margin-left: auto;
        margin-right: auto;
    }

    .ed-grid .ed-grid.l-to-right,
    .ed-grid .ed-grid .ed-grid.l-to-right {
        margin-left: auto;
        margin-right: 0;
    }

    .ed-grid .ed-grid.l-to-left,
    .ed-grid .ed-grid .ed-grid.l-to-left {
        margin-left: 0;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .ed-grid .ed-grid.lg-5,
    .ed-grid .ed-grid .ed-grid.lg-5 {
        width: 5%;
    }

    .ed-grid .ed-grid.lg-10,
    .ed-grid .ed-grid .ed-grid.lg-10 {
        width: 10%;
    }

    .ed-grid .ed-grid.lg-15,
    .ed-grid .ed-grid .ed-grid.lg-15 {
        width: 15%;
    }

    .ed-grid .ed-grid.lg-20,
    .ed-grid .ed-grid .ed-grid.lg-20 {
        width: 20%;
    }

    .ed-grid .ed-grid.lg-25,
    .ed-grid .ed-grid .ed-grid.lg-25 {
        width: 25%;
    }

    .ed-grid .ed-grid.lg-30,
    .ed-grid .ed-grid .ed-grid.lg-30 {
        width: 30%;
    }

    .ed-grid .ed-grid.lg-35,
    .ed-grid .ed-grid .ed-grid.lg-35 {
        width: 35%;
    }

    .ed-grid .ed-grid.lg-40,
    .ed-grid .ed-grid .ed-grid.lg-40 {
        width: 40%;
    }

    .ed-grid .ed-grid.lg-45,
    .ed-grid .ed-grid .ed-grid.lg-45 {
        width: 45%;
    }

    .ed-grid .ed-grid.lg-50,
    .ed-grid .ed-grid .ed-grid.lg-50 {
        width: 50%;
    }

    .ed-grid .ed-grid.lg-55,
    .ed-grid .ed-grid .ed-grid.lg-55 {
        width: 55%;
    }

    .ed-grid .ed-grid.lg-60,
    .ed-grid .ed-grid .ed-grid.lg-60 {
        width: 60%;
    }

    .ed-grid .ed-grid.lg-65,
    .ed-grid .ed-grid .ed-grid.lg-65 {
        width: 65%;
    }

    .ed-grid .ed-grid.lg-70,
    .ed-grid .ed-grid .ed-grid.lg-70 {
        width: 70%;
    }

    .ed-grid .ed-grid.lg-75,
    .ed-grid .ed-grid .ed-grid.lg-75 {
        width: 75%;
    }

    .ed-grid .ed-grid.lg-80,
    .ed-grid .ed-grid .ed-grid.lg-80 {
        width: 80%;
    }

    .ed-grid .ed-grid.lg-85,
    .ed-grid .ed-grid .ed-grid.lg-85 {
        width: 85%;
    }

    .ed-grid .ed-grid.lg-90,
    .ed-grid .ed-grid .ed-grid.lg-90 {
        width: 90%;
    }

    .ed-grid .ed-grid.lg-95,
    .ed-grid .ed-grid .ed-grid.lg-95 {
        width: 95%;
    }

    .ed-grid .ed-grid.lg-100,
    .ed-grid .ed-grid .ed-grid.lg-100 {
        width: 100%;
    }

    .ed-grid .ed-grid.lg-to-center,
    .ed-grid .ed-grid .ed-grid.lg-to-center {
        margin-left: auto;
        margin-right: auto;
    }

    .ed-grid .ed-grid.lg-to-right,
    .ed-grid .ed-grid .ed-grid.lg-to-right {
        margin-left: auto;
        margin-right: 0;
    }

    .ed-grid .ed-grid.lg-to-left,
    .ed-grid .ed-grid .ed-grid.lg-to-left {
        margin-left: 0;
        margin-right: auto;
    }
}

@media screen and (min-width: 1440px) {
    .ed-grid .ed-grid.xl-5,
    .ed-grid .ed-grid .ed-grid.xl-5 {
        width: 5%;
    }

    .ed-grid .ed-grid.xl-10,
    .ed-grid .ed-grid .ed-grid.xl-10 {
        width: 10%;
    }

    .ed-grid .ed-grid.xl-15,
    .ed-grid .ed-grid .ed-grid.xl-15 {
        width: 15%;
    }

    .ed-grid .ed-grid.xl-20,
    .ed-grid .ed-grid .ed-grid.xl-20 {
        width: 20%;
    }

    .ed-grid .ed-grid.xl-25,
    .ed-grid .ed-grid .ed-grid.xl-25 {
        width: 25%;
    }

    .ed-grid .ed-grid.xl-30,
    .ed-grid .ed-grid .ed-grid.xl-30 {
        width: 30%;
    }

    .ed-grid .ed-grid.xl-35,
    .ed-grid .ed-grid .ed-grid.xl-35 {
        width: 35%;
    }

    .ed-grid .ed-grid.xl-40,
    .ed-grid .ed-grid .ed-grid.xl-40 {
        width: 40%;
    }

    .ed-grid .ed-grid.xl-45,
    .ed-grid .ed-grid .ed-grid.xl-45 {
        width: 45%;
    }

    .ed-grid .ed-grid.xl-50,
    .ed-grid .ed-grid .ed-grid.xl-50 {
        width: 50%;
    }

    .ed-grid .ed-grid.xl-55,
    .ed-grid .ed-grid .ed-grid.xl-55 {
        width: 55%;
    }

    .ed-grid .ed-grid.xl-60,
    .ed-grid .ed-grid .ed-grid.xl-60 {
        width: 60%;
    }

    .ed-grid .ed-grid.xl-65,
    .ed-grid .ed-grid .ed-grid.xl-65 {
        width: 65%;
    }

    .ed-grid .ed-grid.xl-70,
    .ed-grid .ed-grid .ed-grid.xl-70 {
        width: 70%;
    }

    .ed-grid .ed-grid.xl-75,
    .ed-grid .ed-grid .ed-grid.xl-75 {
        width: 75%;
    }

    .ed-grid .ed-grid.xl-80,
    .ed-grid .ed-grid .ed-grid.xl-80 {
        width: 80%;
    }

    .ed-grid .ed-grid.xl-85,
    .ed-grid .ed-grid .ed-grid.xl-85 {
        width: 85%;
    }

    .ed-grid .ed-grid.xl-90,
    .ed-grid .ed-grid .ed-grid.xl-90 {
        width: 90%;
    }

    .ed-grid .ed-grid.xl-95,
    .ed-grid .ed-grid .ed-grid.xl-95 {
        width: 95%;
    }

    .ed-grid .ed-grid.xl-100,
    .ed-grid .ed-grid .ed-grid.xl-100 {
        width: 100%;
    }

    .ed-grid .ed-grid.xl-to-center,
    .ed-grid .ed-grid .ed-grid.xl-to-center {
        margin-left: auto;
        margin-right: auto;
    }

    .ed-grid .ed-grid.xl-to-right,
    .ed-grid .ed-grid .ed-grid.xl-to-right {
        margin-left: auto;
        margin-right: 0;
    }

    .ed-grid .ed-grid.xl-to-left,
    .ed-grid .ed-grid .ed-grid.xl-to-left {
        margin-left: 0;
        margin-right: auto;
    }
}

.ed-grid.cols-s-1, .ed-grid.s-grid-1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.ed-grid > .span-s-1,
.ed-grid > .s-cols-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.ed-grid > .s-rows-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.ed-grid > .s-x-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
}

.ed-grid > .s-y-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.ed-grid.cols-s-2, .ed-grid.s-grid-2 {
    -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
}

.ed-grid > .span-s-2,
.ed-grid > .s-cols-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.ed-grid > .s-rows-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
}

.ed-grid > .s-x-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
}

.ed-grid > .s-y-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
}

.ed-grid.cols-s-3, .ed-grid.s-grid-3 {
    -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
}

.ed-grid > .span-s-3,
.ed-grid > .s-cols-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.ed-grid > .s-rows-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
}

.ed-grid > .s-x-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.ed-grid > .s-y-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
}

.ed-grid.cols-s-4, .ed-grid.s-grid-4 {
    -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
}

.ed-grid > .span-s-4,
.ed-grid > .s-cols-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
}

.ed-grid > .s-rows-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
}

.ed-grid > .s-x-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
}

.ed-grid > .s-y-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
}

.ed-grid.cols-s-5, .ed-grid.s-grid-5 {
    -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
}

.ed-grid > .span-s-5,
.ed-grid > .s-cols-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.ed-grid > .s-rows-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
}

.ed-grid > .s-x-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
}

.ed-grid > .s-y-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
}

.ed-grid.cols-s-6, .ed-grid.s-grid-6 {
    -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
}

.ed-grid > .span-s-6,
.ed-grid > .s-cols-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
}

.ed-grid > .s-rows-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
}

.ed-grid > .s-x-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
}

.ed-grid > .s-y-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
}

.ed-grid.cols-s-7, .ed-grid.s-grid-7 {
    -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
}

.ed-grid > .span-s-7,
.ed-grid > .s-cols-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.ed-grid > .s-rows-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
}

.ed-grid > .s-x-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
}

.ed-grid > .s-y-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
}

.ed-grid.cols-s-8, .ed-grid.s-grid-8 {
    -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
}

.ed-grid > .span-s-8,
.ed-grid > .s-cols-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
}

.ed-grid > .s-rows-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
}

.ed-grid > .s-x-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
}

.ed-grid > .s-y-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
}

.ed-grid.cols-s-9, .ed-grid.s-grid-9 {
    -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
}

.ed-grid > .span-s-9,
.ed-grid > .s-cols-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
}

.ed-grid > .s-rows-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
}

.ed-grid > .s-x-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
}

.ed-grid > .s-y-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
}

.ed-grid.cols-s-10, .ed-grid.s-grid-10 {
    -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
}

.ed-grid > .span-s-10,
.ed-grid > .s-cols-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
}

.ed-grid > .s-rows-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
}

.ed-grid > .s-x-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
}

.ed-grid > .s-y-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
}

.ed-grid.cols-s-11, .ed-grid.s-grid-11 {
    -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
}

.ed-grid > .span-s-11,
.ed-grid > .s-cols-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
}

.ed-grid > .s-rows-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
}

.ed-grid > .s-x-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
}

.ed-grid > .s-y-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
}

.ed-grid.cols-s-12, .ed-grid.s-grid-12 {
    -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
}

.ed-grid > .span-s-12,
.ed-grid > .s-cols-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.ed-grid > .s-rows-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
}

.ed-grid > .s-x-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
}

.ed-grid > .s-y-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
}

@media screen and (min-width: 640px) {
    .ed-grid.cols-m-1, .ed-grid.m-grid-1 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .ed-grid > .span-m-1,
    .ed-grid > .m-cols-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .ed-grid > .m-rows-1 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .ed-grid > .m-x-1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
    }

    .ed-grid > .m-y-1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .ed-grid.cols-m-2, .ed-grid.m-grid-2 {
        -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
        grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
    }

    .ed-grid > .span-m-2,
    .ed-grid > .m-cols-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .ed-grid > .m-rows-2 {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .ed-grid > .m-x-2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .ed-grid > .m-y-2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    .ed-grid.cols-m-3, .ed-grid.m-grid-3 {
        -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
        grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
    }

    .ed-grid > .span-m-3,
    .ed-grid > .m-cols-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .ed-grid > .m-rows-3 {
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }

    .ed-grid > .m-x-3 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .ed-grid > .m-y-3 {
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    .ed-grid.cols-m-4, .ed-grid.m-grid-4 {
        -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
        grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
    }

    .ed-grid > .span-m-4,
    .ed-grid > .m-cols-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .ed-grid > .m-rows-4 {
        -ms-grid-row-span: 4;
        grid-row-end: span 4;
    }

    .ed-grid > .m-x-4 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .ed-grid > .m-y-4 {
        -ms-grid-row: 4;
        grid-row-start: 4;
    }

    .ed-grid.cols-m-5, .ed-grid.m-grid-5 {
        -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
        grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
    }

    .ed-grid > .span-m-5,
    .ed-grid > .m-cols-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .ed-grid > .m-rows-5 {
        -ms-grid-row-span: 5;
        grid-row-end: span 5;
    }

    .ed-grid > .m-x-5 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .ed-grid > .m-y-5 {
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    .ed-grid.cols-m-6, .ed-grid.m-grid-6 {
        -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
        grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
    }

    .ed-grid > .span-m-6,
    .ed-grid > .m-cols-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .ed-grid > .m-rows-6 {
        -ms-grid-row-span: 6;
        grid-row-end: span 6;
    }

    .ed-grid > .m-x-6 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .ed-grid > .m-y-6 {
        -ms-grid-row: 6;
        grid-row-start: 6;
    }

    .ed-grid.cols-m-7, .ed-grid.m-grid-7 {
        -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
        grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
    }

    .ed-grid > .span-m-7,
    .ed-grid > .m-cols-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .ed-grid > .m-rows-7 {
        -ms-grid-row-span: 7;
        grid-row-end: span 7;
    }

    .ed-grid > .m-x-7 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .ed-grid > .m-y-7 {
        -ms-grid-row: 7;
        grid-row-start: 7;
    }

    .ed-grid.cols-m-8, .ed-grid.m-grid-8 {
        -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
        grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
    }

    .ed-grid > .span-m-8,
    .ed-grid > .m-cols-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .ed-grid > .m-rows-8 {
        -ms-grid-row-span: 8;
        grid-row-end: span 8;
    }

    .ed-grid > .m-x-8 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .ed-grid > .m-y-8 {
        -ms-grid-row: 8;
        grid-row-start: 8;
    }

    .ed-grid.cols-m-9, .ed-grid.m-grid-9 {
        -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
        grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
    }

    .ed-grid > .span-m-9,
    .ed-grid > .m-cols-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .ed-grid > .m-rows-9 {
        -ms-grid-row-span: 9;
        grid-row-end: span 9;
    }

    .ed-grid > .m-x-9 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .ed-grid > .m-y-9 {
        -ms-grid-row: 9;
        grid-row-start: 9;
    }

    .ed-grid.cols-m-10, .ed-grid.m-grid-10 {
        -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
        grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
    }

    .ed-grid > .span-m-10,
    .ed-grid > .m-cols-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .ed-grid > .m-rows-10 {
        -ms-grid-row-span: 10;
        grid-row-end: span 10;
    }

    .ed-grid > .m-x-10 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .ed-grid > .m-y-10 {
        -ms-grid-row: 10;
        grid-row-start: 10;
    }

    .ed-grid.cols-m-11, .ed-grid.m-grid-11 {
        -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
        grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
    }

    .ed-grid > .span-m-11,
    .ed-grid > .m-cols-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .ed-grid > .m-rows-11 {
        -ms-grid-row-span: 11;
        grid-row-end: span 11;
    }

    .ed-grid > .m-x-11 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .ed-grid > .m-y-11 {
        -ms-grid-row: 11;
        grid-row-start: 11;
    }

    .ed-grid.cols-m-12, .ed-grid.m-grid-12 {
        -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
        grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
    }

    .ed-grid > .span-m-12,
    .ed-grid > .m-cols-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .ed-grid > .m-rows-12 {
        -ms-grid-row-span: 12;
        grid-row-end: span 12;
    }

    .ed-grid > .m-x-12 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .ed-grid > .m-y-12 {
        -ms-grid-row: 12;
        grid-row-start: 12;
    }
}

@media screen and (min-width: 1024px) {
    .ed-grid.cols-l-1, .ed-grid.l-grid-1 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .ed-grid > .span-l-1,
    .ed-grid > .l-cols-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .ed-grid > .l-rows-1 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .ed-grid > .l-x-1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
    }

    .ed-grid > .l-y-1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .ed-grid.cols-l-2, .ed-grid.l-grid-2 {
        -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
        grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
    }

    .ed-grid > .span-l-2,
    .ed-grid > .l-cols-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .ed-grid > .l-rows-2 {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .ed-grid > .l-x-2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .ed-grid > .l-y-2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    .ed-grid.cols-l-3, .ed-grid.l-grid-3 {
        -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
        grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
    }

    .ed-grid > .span-l-3,
    .ed-grid > .l-cols-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .ed-grid > .l-rows-3 {
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }

    .ed-grid > .l-x-3 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .ed-grid > .l-y-3 {
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    .ed-grid.cols-l-4, .ed-grid.l-grid-4 {
        -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
        grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
    }

    .ed-grid > .span-l-4,
    .ed-grid > .l-cols-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .ed-grid > .l-rows-4 {
        -ms-grid-row-span: 4;
        grid-row-end: span 4;
    }

    .ed-grid > .l-x-4 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .ed-grid > .l-y-4 {
        -ms-grid-row: 4;
        grid-row-start: 4;
    }

    .ed-grid.cols-l-5, .ed-grid.l-grid-5 {
        -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
        grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
    }

    .ed-grid > .span-l-5,
    .ed-grid > .l-cols-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .ed-grid > .l-rows-5 {
        -ms-grid-row-span: 5;
        grid-row-end: span 5;
    }

    .ed-grid > .l-x-5 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .ed-grid > .l-y-5 {
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    .ed-grid.cols-l-6, .ed-grid.l-grid-6 {
        -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
        grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
    }

    .ed-grid > .span-l-6,
    .ed-grid > .l-cols-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .ed-grid > .l-rows-6 {
        -ms-grid-row-span: 6;
        grid-row-end: span 6;
    }

    .ed-grid > .l-x-6 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .ed-grid > .l-y-6 {
        -ms-grid-row: 6;
        grid-row-start: 6;
    }

    .ed-grid.cols-l-7, .ed-grid.l-grid-7 {
        -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
        grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
    }

    .ed-grid > .span-l-7,
    .ed-grid > .l-cols-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .ed-grid > .l-rows-7 {
        -ms-grid-row-span: 7;
        grid-row-end: span 7;
    }

    .ed-grid > .l-x-7 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .ed-grid > .l-y-7 {
        -ms-grid-row: 7;
        grid-row-start: 7;
    }

    .ed-grid.cols-l-8, .ed-grid.l-grid-8 {
        -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
        grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
    }

    .ed-grid > .span-l-8,
    .ed-grid > .l-cols-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .ed-grid > .l-rows-8 {
        -ms-grid-row-span: 8;
        grid-row-end: span 8;
    }

    .ed-grid > .l-x-8 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .ed-grid > .l-y-8 {
        -ms-grid-row: 8;
        grid-row-start: 8;
    }

    .ed-grid.cols-l-9, .ed-grid.l-grid-9 {
        -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
        grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
    }

    .ed-grid > .span-l-9,
    .ed-grid > .l-cols-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .ed-grid > .l-rows-9 {
        -ms-grid-row-span: 9;
        grid-row-end: span 9;
    }

    .ed-grid > .l-x-9 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .ed-grid > .l-y-9 {
        -ms-grid-row: 9;
        grid-row-start: 9;
    }

    .ed-grid.cols-l-10, .ed-grid.l-grid-10 {
        -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
        grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
    }

    .ed-grid > .span-l-10,
    .ed-grid > .l-cols-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .ed-grid > .l-rows-10 {
        -ms-grid-row-span: 10;
        grid-row-end: span 10;
    }

    .ed-grid > .l-x-10 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .ed-grid > .l-y-10 {
        -ms-grid-row: 10;
        grid-row-start: 10;
    }

    .ed-grid.cols-l-11, .ed-grid.l-grid-11 {
        -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
        grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
    }

    .ed-grid > .span-l-11,
    .ed-grid > .l-cols-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .ed-grid > .l-rows-11 {
        -ms-grid-row-span: 11;
        grid-row-end: span 11;
    }

    .ed-grid > .l-x-11 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .ed-grid > .l-y-11 {
        -ms-grid-row: 11;
        grid-row-start: 11;
    }

    .ed-grid.cols-l-12, .ed-grid.l-grid-12 {
        -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
        grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
    }

    .ed-grid > .span-l-12,
    .ed-grid > .l-cols-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .ed-grid > .l-rows-12 {
        -ms-grid-row-span: 12;
        grid-row-end: span 12;
    }

    .ed-grid > .l-x-12 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .ed-grid > .l-y-12 {
        -ms-grid-row: 12;
        grid-row-start: 12;
    }
}

@media screen and (min-width: 1024px) {
    .ed-grid.cols-lg-1, .ed-grid.lg-grid-1 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .ed-grid > .span-lg-1,
    .ed-grid > .lg-cols-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .ed-grid > .lg-rows-1 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .ed-grid > .lg-x-1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
    }

    .ed-grid > .lg-y-1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .ed-grid.cols-lg-2, .ed-grid.lg-grid-2 {
        -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
        grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
    }

    .ed-grid > .span-lg-2,
    .ed-grid > .lg-cols-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .ed-grid > .lg-rows-2 {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .ed-grid > .lg-x-2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .ed-grid > .lg-y-2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    .ed-grid.cols-lg-3, .ed-grid.lg-grid-3 {
        -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
        grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
    }

    .ed-grid > .span-lg-3,
    .ed-grid > .lg-cols-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .ed-grid > .lg-rows-3 {
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }

    .ed-grid > .lg-x-3 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .ed-grid > .lg-y-3 {
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    .ed-grid.cols-lg-4, .ed-grid.lg-grid-4 {
        -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
        grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
    }

    .ed-grid > .span-lg-4,
    .ed-grid > .lg-cols-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .ed-grid > .lg-rows-4 {
        -ms-grid-row-span: 4;
        grid-row-end: span 4;
    }

    .ed-grid > .lg-x-4 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .ed-grid > .lg-y-4 {
        -ms-grid-row: 4;
        grid-row-start: 4;
    }

    .ed-grid.cols-lg-5, .ed-grid.lg-grid-5 {
        -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
        grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
    }

    .ed-grid > .span-lg-5,
    .ed-grid > .lg-cols-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .ed-grid > .lg-rows-5 {
        -ms-grid-row-span: 5;
        grid-row-end: span 5;
    }

    .ed-grid > .lg-x-5 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .ed-grid > .lg-y-5 {
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    .ed-grid.cols-lg-6, .ed-grid.lg-grid-6 {
        -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
        grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
    }

    .ed-grid > .span-lg-6,
    .ed-grid > .lg-cols-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .ed-grid > .lg-rows-6 {
        -ms-grid-row-span: 6;
        grid-row-end: span 6;
    }

    .ed-grid > .lg-x-6 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .ed-grid > .lg-y-6 {
        -ms-grid-row: 6;
        grid-row-start: 6;
    }

    .ed-grid.cols-lg-7, .ed-grid.lg-grid-7 {
        -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
        grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
    }

    .ed-grid > .span-lg-7,
    .ed-grid > .lg-cols-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .ed-grid > .lg-rows-7 {
        -ms-grid-row-span: 7;
        grid-row-end: span 7;
    }

    .ed-grid > .lg-x-7 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .ed-grid > .lg-y-7 {
        -ms-grid-row: 7;
        grid-row-start: 7;
    }

    .ed-grid.cols-lg-8, .ed-grid.lg-grid-8 {
        -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
        grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
    }

    .ed-grid > .span-lg-8,
    .ed-grid > .lg-cols-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .ed-grid > .lg-rows-8 {
        -ms-grid-row-span: 8;
        grid-row-end: span 8;
    }

    .ed-grid > .lg-x-8 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .ed-grid > .lg-y-8 {
        -ms-grid-row: 8;
        grid-row-start: 8;
    }

    .ed-grid.cols-lg-9, .ed-grid.lg-grid-9 {
        -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
        grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
    }

    .ed-grid > .span-lg-9,
    .ed-grid > .lg-cols-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .ed-grid > .lg-rows-9 {
        -ms-grid-row-span: 9;
        grid-row-end: span 9;
    }

    .ed-grid > .lg-x-9 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .ed-grid > .lg-y-9 {
        -ms-grid-row: 9;
        grid-row-start: 9;
    }

    .ed-grid.cols-lg-10, .ed-grid.lg-grid-10 {
        -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
        grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
    }

    .ed-grid > .span-lg-10,
    .ed-grid > .lg-cols-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .ed-grid > .lg-rows-10 {
        -ms-grid-row-span: 10;
        grid-row-end: span 10;
    }

    .ed-grid > .lg-x-10 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .ed-grid > .lg-y-10 {
        -ms-grid-row: 10;
        grid-row-start: 10;
    }

    .ed-grid.cols-lg-11, .ed-grid.lg-grid-11 {
        -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
        grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
    }

    .ed-grid > .span-lg-11,
    .ed-grid > .lg-cols-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .ed-grid > .lg-rows-11 {
        -ms-grid-row-span: 11;
        grid-row-end: span 11;
    }

    .ed-grid > .lg-x-11 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .ed-grid > .lg-y-11 {
        -ms-grid-row: 11;
        grid-row-start: 11;
    }

    .ed-grid.cols-lg-12, .ed-grid.lg-grid-12 {
        -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
        grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
    }

    .ed-grid > .span-lg-12,
    .ed-grid > .lg-cols-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .ed-grid > .lg-rows-12 {
        -ms-grid-row-span: 12;
        grid-row-end: span 12;
    }

    .ed-grid > .lg-x-12 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .ed-grid > .lg-y-12 {
        -ms-grid-row: 12;
        grid-row-start: 12;
    }
}

@media screen and (min-width: 1440px) {
    .ed-grid.cols-xl-1, .ed-grid.xl-grid-1 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .ed-grid > .span-xl-1,
    .ed-grid > .xl-cols-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .ed-grid > .xl-rows-1 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .ed-grid > .xl-x-1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
    }

    .ed-grid > .xl-y-1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .ed-grid.cols-xl-2, .ed-grid.xl-grid-2 {
        -ms-grid-columns: (calc((100% - var(--gap) * 1) / 2))[2];
        grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2));
    }

    .ed-grid > .span-xl-2,
    .ed-grid > .xl-cols-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .ed-grid > .xl-rows-2 {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .ed-grid > .xl-x-2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .ed-grid > .xl-y-2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    .ed-grid.cols-xl-3, .ed-grid.xl-grid-3 {
        -ms-grid-columns: (calc((100% - var(--gap) * 2) / 3))[3];
        grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3));
    }

    .ed-grid > .span-xl-3,
    .ed-grid > .xl-cols-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .ed-grid > .xl-rows-3 {
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }

    .ed-grid > .xl-x-3 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .ed-grid > .xl-y-3 {
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    .ed-grid.cols-xl-4, .ed-grid.xl-grid-4 {
        -ms-grid-columns: (calc((100% - var(--gap) * 3) / 4))[4];
        grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4));
    }

    .ed-grid > .span-xl-4,
    .ed-grid > .xl-cols-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .ed-grid > .xl-rows-4 {
        -ms-grid-row-span: 4;
        grid-row-end: span 4;
    }

    .ed-grid > .xl-x-4 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .ed-grid > .xl-y-4 {
        -ms-grid-row: 4;
        grid-row-start: 4;
    }

    .ed-grid.cols-xl-5, .ed-grid.xl-grid-5 {
        -ms-grid-columns: (calc((100% - var(--gap) * 4) / 5))[5];
        grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5));
    }

    .ed-grid > .span-xl-5,
    .ed-grid > .xl-cols-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .ed-grid > .xl-rows-5 {
        -ms-grid-row-span: 5;
        grid-row-end: span 5;
    }

    .ed-grid > .xl-x-5 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .ed-grid > .xl-y-5 {
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    .ed-grid.cols-xl-6, .ed-grid.xl-grid-6 {
        -ms-grid-columns: (calc((100% - var(--gap) * 5) / 6))[6];
        grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6));
    }

    .ed-grid > .span-xl-6,
    .ed-grid > .xl-cols-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .ed-grid > .xl-rows-6 {
        -ms-grid-row-span: 6;
        grid-row-end: span 6;
    }

    .ed-grid > .xl-x-6 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .ed-grid > .xl-y-6 {
        -ms-grid-row: 6;
        grid-row-start: 6;
    }

    .ed-grid.cols-xl-7, .ed-grid.xl-grid-7 {
        -ms-grid-columns: (calc((100% - var(--gap) * 6) / 7))[7];
        grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7));
    }

    .ed-grid > .span-xl-7,
    .ed-grid > .xl-cols-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .ed-grid > .xl-rows-7 {
        -ms-grid-row-span: 7;
        grid-row-end: span 7;
    }

    .ed-grid > .xl-x-7 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .ed-grid > .xl-y-7 {
        -ms-grid-row: 7;
        grid-row-start: 7;
    }

    .ed-grid.cols-xl-8, .ed-grid.xl-grid-8 {
        -ms-grid-columns: (calc((100% - var(--gap) * 7) / 8))[8];
        grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8));
    }

    .ed-grid > .span-xl-8,
    .ed-grid > .xl-cols-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .ed-grid > .xl-rows-8 {
        -ms-grid-row-span: 8;
        grid-row-end: span 8;
    }

    .ed-grid > .xl-x-8 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .ed-grid > .xl-y-8 {
        -ms-grid-row: 8;
        grid-row-start: 8;
    }

    .ed-grid.cols-xl-9, .ed-grid.xl-grid-9 {
        -ms-grid-columns: (calc((100% - var(--gap) * 8) / 9))[9];
        grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9));
    }

    .ed-grid > .span-xl-9,
    .ed-grid > .xl-cols-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .ed-grid > .xl-rows-9 {
        -ms-grid-row-span: 9;
        grid-row-end: span 9;
    }

    .ed-grid > .xl-x-9 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .ed-grid > .xl-y-9 {
        -ms-grid-row: 9;
        grid-row-start: 9;
    }

    .ed-grid.cols-xl-10, .ed-grid.xl-grid-10 {
        -ms-grid-columns: (calc((100% - var(--gap) * 9) / 10))[10];
        grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10));
    }

    .ed-grid > .span-xl-10,
    .ed-grid > .xl-cols-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .ed-grid > .xl-rows-10 {
        -ms-grid-row-span: 10;
        grid-row-end: span 10;
    }

    .ed-grid > .xl-x-10 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .ed-grid > .xl-y-10 {
        -ms-grid-row: 10;
        grid-row-start: 10;
    }

    .ed-grid.cols-xl-11, .ed-grid.xl-grid-11 {
        -ms-grid-columns: (calc((100% - var(--gap) * 10) / 11))[11];
        grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11));
    }

    .ed-grid > .span-xl-11,
    .ed-grid > .xl-cols-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .ed-grid > .xl-rows-11 {
        -ms-grid-row-span: 11;
        grid-row-end: span 11;
    }

    .ed-grid > .xl-x-11 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .ed-grid > .xl-y-11 {
        -ms-grid-row: 11;
        grid-row-start: 11;
    }

    .ed-grid.cols-xl-12, .ed-grid.xl-grid-12 {
        -ms-grid-columns: (calc((100% - var(--gap) * 11) / 12))[12];
        grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12));
    }

    .ed-grid > .span-xl-12,
    .ed-grid > .xl-cols-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .ed-grid > .xl-rows-12 {
        -ms-grid-row-span: 12;
        grid-row-end: span 12;
    }

    .ed-grid > .xl-x-12 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .ed-grid > .xl-y-12 {
        -ms-grid-row: 12;
        grid-row-start: 12;
    }
}

.ed-grid[class*="-main-"], .ed-grid[class*="-cross-"] {
    display: -ms-grid;
    display: grid;
}

.l-block,
.cancel-l-block,
.l-section,
.cancel-l-section,
.l-big-section,
.cancel-l-big-section {
    margin-top: 0;
}

.l-block {
    margin-bottom: var(--vertical-block-space);
}

.cancel-l-block {
    margin-top: calc(var(--vertical-block-space) * -1);
}

.l-section {
    margin-bottom: calc(var(--vertical-block-space) * 2);
}

.cancel-l-section {
    margin-top: calc(var(--vertical-block-space) * -2);
}

.l-big-section {
    margin-bottom: calc(var(--vertical-block-space) * 4);
}

.cancel-l-big-section {
    margin-top: calc(var(--vertical-block-space) * -4);
}



.main-footer {
    margin-top: auto;
}


.s-pt-0 {
    padding-top: 0;
}

.s-pl-0 {
    padding-left: 0;
}

.s-pb-0 {
    padding-bottom: 0;
}

.s-pr-0 {
    padding-right: 0;
}

.s-py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.s-px-0 {
    padding-left: 0;
    padding-right: 0;
}

.s-pxy-0 {
    padding: 0;
}

.s-mr-0 {
    margin-right: 0;
}

.s-mb-0 {
    margin-bottom: 0;
}

.s-mt-0 {
    margin-top: 0;
}

.s-ml-0 {
    margin-left: 0;
}

.s-pt-1 {
    padding-top: 0.5rem;
}

.s-pl-1 {
    padding-left: 0.5rem;
}

.s-pb-1 {
    padding-bottom: 0.5rem;
}

.s-pr-1 {
    padding-right: 0.5rem;
}

.s-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.s-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.s-pxy-1 {
    padding: 0.5rem;
}

.s-mr-1 {
    margin-right: 0.5rem;
}

.s-mb-1 {
    margin-bottom: 0.5rem;
}

.s-mt-1 {
    margin-top: -0.5rem;
}

.s-ml-1 {
    margin-left: -0.5rem;
}

.s-pt-2 {
    padding-top: 1rem;
}

.s-pl-2 {
    padding-left: 1rem;
}

.s-pb-2 {
    padding-bottom: 1rem;
}

.s-pr-2 {
    padding-right: 1rem;
}

.s-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.s-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.s-pxy-2 {
    padding: 1rem;
}

.s-mr-2 {
    margin-right: 1rem;
}

.s-mb-2 {
    margin-bottom: 1rem;
}

.s-mt-2 {
    margin-top: -1rem;
}

.s-ml-2 {
    margin-left: -1rem;
}

.s-pt-3 {
    padding-top: 1.5rem;
}

.s-pl-3 {
    padding-left: 1.5rem;
}

.s-pb-3 {
    padding-bottom: 1.5rem;
}

.s-pr-3 {
    padding-right: 1.5rem;
}

.s-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.s-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.s-pxy-3 {
    padding: 1.5rem;
}

.s-mr-3 {
    margin-right: 1.5rem;
}

.s-mb-3 {
    margin-bottom: 1.5rem;
}

.s-mt-3 {
    margin-top: -1.5rem;
}

.s-ml-3 {
    margin-left: -1.5rem;
}

.s-pt-4 {
    padding-top: 2rem;
}

.s-pl-4 {
    padding-left: 2rem;
}

.s-pb-4 {
    padding-bottom: 2rem;
}

.s-pr-4 {
    padding-right: 2rem;
}

.s-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.s-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.s-pxy-4 {
    padding: 2rem;
}

.s-mr-4 {
    margin-right: 2rem;
}

.s-mb-4 {
    margin-bottom: 2rem;
}

.s-mt-4 {
    margin-top: -2rem;
}

.s-ml-4 {
    margin-left: -2rem;
}

.s-pt-05 {
    padding-top: 0.25rem;
}

.s-pl-05 {
    padding-left: 0.25rem;
}

.s-pb-05 {
    padding-bottom: 0.25rem;
}

.s-pr-05 {
    padding-right: 0.25rem;
}

.s-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.s-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.s-pxy-05 {
    padding: 0.25rem;
}

.s-mr-05 {
    margin-right: 0.25rem;
}

.s-mb-05 {
    margin-bottom: 0.25rem;
}

.s-mt-05 {
    margin-top: -0.25rem;
}

.s-ml-05 {
    margin-left: -0.25rem;
}

@media screen and (min-width: 640px) {
    .m-pt-0 {
        padding-top: 0;
    }

    .m-pl-0 {
        padding-left: 0;
    }

    .m-pb-0 {
        padding-bottom: 0;
    }

    .m-pr-0 {
        padding-right: 0;
    }

    .m-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .m-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .m-pxy-0 {
        padding: 0;
    }

    .m-mr-0 {
        margin-right: 0;
    }

    .m-mb-0 {
        margin-bottom: 0;
    }

    .m-mt-0 {
        margin-top: 0;
    }

    .m-ml-0 {
        margin-left: 0;
    }

    .m-pt-1 {
        padding-top: 0.5rem;
    }

    .m-pl-1 {
        padding-left: 0.5rem;
    }

    .m-pb-1 {
        padding-bottom: 0.5rem;
    }

    .m-pr-1 {
        padding-right: 0.5rem;
    }

    .m-py-1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .m-px-1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .m-pxy-1 {
        padding: 0.5rem;
    }

    .m-mr-1 {
        margin-right: 0.5rem;
    }

    .m-mb-1 {
        margin-bottom: 0.5rem;
    }

    .m-mt-1 {
        margin-top: -0.5rem;
    }

    .m-ml-1 {
        margin-left: -0.5rem;
    }

    .m-pt-2 {
        padding-top: 1rem;
    }

    .m-pl-2 {
        padding-left: 1rem;
    }

    .m-pb-2 {
        padding-bottom: 1rem;
    }

    .m-pr-2 {
        padding-right: 1rem;
    }

    .m-py-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .m-px-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .m-pxy-2 {
        padding: 1rem;
    }

    .m-mr-2 {
        margin-right: 1rem;
    }

    .m-mb-2 {
        margin-bottom: 1rem;
    }

    .m-mt-2 {
        margin-top: -1rem;
    }

    .m-ml-2 {
        margin-left: -1rem;
    }

    .m-pt-3 {
        padding-top: 1.5rem;
    }

    .m-pl-3 {
        padding-left: 1.5rem;
    }

    .m-pb-3 {
        padding-bottom: 1.5rem;
    }

    .m-pr-3 {
        padding-right: 1.5rem;
    }

    .m-py-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .m-px-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .m-pxy-3 {
        padding: 1.5rem;
    }

    .m-mr-3 {
        margin-right: 1.5rem;
    }

    .m-mb-3 {
        margin-bottom: 1.5rem;
    }

    .m-mt-3 {
        margin-top: -1.5rem;
    }

    .m-ml-3 {
        margin-left: -1.5rem;
    }

    .m-pt-4 {
        padding-top: 2rem;
    }

    .m-pl-4 {
        padding-left: 2rem;
    }

    .m-pb-4 {
        padding-bottom: 2rem;
    }

    .m-pr-4 {
        padding-right: 2rem;
    }

    .m-py-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .m-px-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .m-pxy-4 {
        padding: 2rem;
    }

    .m-mr-4 {
        margin-right: 2rem;
    }

    .m-mb-4 {
        margin-bottom: 2rem;
    }

    .m-mt-4 {
        margin-top: -2rem;
    }

    .m-ml-4 {
        margin-left: -2rem;
    }

    .m-pt-05 {
        padding-top: 0.25rem;
    }

    .m-pl-05 {
        padding-left: 0.25rem;
    }

    .m-pb-05 {
        padding-bottom: 0.25rem;
    }

    .m-pr-05 {
        padding-right: 0.25rem;
    }

    .m-py-05 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .m-px-05 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .m-pxy-05 {
        padding: 0.25rem;
    }

    .m-mr-05 {
        margin-right: 0.25rem;
    }

    .m-mb-05 {
        margin-bottom: 0.25rem;
    }

    .m-mt-05 {
        margin-top: -0.25rem;
    }

    .m-ml-05 {
        margin-left: -0.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .l-pt-0 {
        padding-top: 0;
    }

    .l-pl-0 {
        padding-left: 0;
    }

    .l-pb-0 {
        padding-bottom: 0;
    }

    .l-pr-0 {
        padding-right: 0;
    }

    .l-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .l-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .l-pxy-0 {
        padding: 0;
    }

    .l-mr-0 {
        margin-right: 0;
    }

    .l-mb-0 {
        margin-bottom: 0;
    }

    .l-mt-0 {
        margin-top: 0;
    }

    .l-ml-0 {
        margin-left: 0;
    }

    .l-pt-1 {
        padding-top: 0.5rem;
    }

    .l-pl-1 {
        padding-left: 0.5rem;
    }

    .l-pb-1 {
        padding-bottom: 0.5rem;
    }

    .l-pr-1 {
        padding-right: 0.5rem;
    }

    .l-py-1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .l-px-1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .l-pxy-1 {
        padding: 0.5rem;
    }

    .l-mr-1 {
        margin-right: 0.5rem;
    }

    .l-mb-1 {
        margin-bottom: 0.5rem;
    }

    .l-mt-1 {
        margin-top: -0.5rem;
    }

    .l-ml-1 {
        margin-left: -0.5rem;
    }

    .l-pt-2 {
        padding-top: 1rem;
    }

    .l-pl-2 {
        padding-left: 1rem;
    }

    .l-pb-2 {
        padding-bottom: 1rem;
    }

    .l-pr-2 {
        padding-right: 1rem;
    }

    .l-py-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .l-px-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .l-pxy-2 {
        padding: 1rem;
    }

    .l-mr-2 {
        margin-right: 1rem;
    }

    .l-mb-2 {
        margin-bottom: 1rem;
    }

    .l-mt-2 {
        margin-top: -1rem;
    }

    .l-ml-2 {
        margin-left: -1rem;
    }

    .l-pt-3 {
        padding-top: 1.5rem;
    }

    .l-pl-3 {
        padding-left: 1.5rem;
    }

    .l-pb-3 {
        padding-bottom: 1.5rem;
    }

    .l-pr-3 {
        padding-right: 1.5rem;
    }

    .l-py-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .l-px-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .l-pxy-3 {
        padding: 1.5rem;
    }

    .l-mr-3 {
        margin-right: 1.5rem;
    }

    .l-mb-3 {
        margin-bottom: 1.5rem;
    }

    .l-mt-3 {
        margin-top: -1.5rem;
    }

    .l-ml-3 {
        margin-left: -1.5rem;
    }

    .l-pt-4 {
        padding-top: 2rem;
    }

    .l-pl-4 {
        padding-left: 2rem;
    }

    .l-pb-4 {
        padding-bottom: 2rem;
    }

    .l-pr-4 {
        padding-right: 2rem;
    }

    .l-py-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .l-px-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .l-pxy-4 {
        padding: 2rem;
    }

    .l-mr-4 {
        margin-right: 2rem;
    }

    .l-mb-4 {
        margin-bottom: 2rem;
    }

    .l-mt-4 {
        margin-top: -2rem;
    }

    .l-ml-4 {
        margin-left: -2rem;
    }

    .l-pt-05 {
        padding-top: 0.25rem;
    }

    .l-pl-05 {
        padding-left: 0.25rem;
    }

    .l-pb-05 {
        padding-bottom: 0.25rem;
    }

    .l-pr-05 {
        padding-right: 0.25rem;
    }

    .l-py-05 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .l-px-05 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .l-pxy-05 {
        padding: 0.25rem;
    }

    .l-mr-05 {
        margin-right: 0.25rem;
    }

    .l-mb-05 {
        margin-bottom: 0.25rem;
    }

    .l-mt-05 {
        margin-top: -0.25rem;
    }

    .l-ml-05 {
        margin-left: -0.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .lg-pt-0 {
        padding-top: 0;
    }

    .lg-pl-0 {
        padding-left: 0;
    }

    .lg-pb-0 {
        padding-bottom: 0;
    }

    .lg-pr-0 {
        padding-right: 0;
    }

    .lg-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .lg-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg-pxy-0 {
        padding: 0;
    }

    .lg-mr-0 {
        margin-right: 0;
    }

    .lg-mb-0 {
        margin-bottom: 0;
    }

    .lg-mt-0 {
        margin-top: 0;
    }

    .lg-ml-0 {
        margin-left: 0;
    }

    .lg-pt-1 {
        padding-top: 0.5rem;
    }

    .lg-pl-1 {
        padding-left: 0.5rem;
    }

    .lg-pb-1 {
        padding-bottom: 0.5rem;
    }

    .lg-pr-1 {
        padding-right: 0.5rem;
    }

    .lg-py-1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg-px-1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg-pxy-1 {
        padding: 0.5rem;
    }

    .lg-mr-1 {
        margin-right: 0.5rem;
    }

    .lg-mb-1 {
        margin-bottom: 0.5rem;
    }

    .lg-mt-1 {
        margin-top: -0.5rem;
    }

    .lg-ml-1 {
        margin-left: -0.5rem;
    }

    .lg-pt-2 {
        padding-top: 1rem;
    }

    .lg-pl-2 {
        padding-left: 1rem;
    }

    .lg-pb-2 {
        padding-bottom: 1rem;
    }

    .lg-pr-2 {
        padding-right: 1rem;
    }

    .lg-py-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg-px-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg-pxy-2 {
        padding: 1rem;
    }

    .lg-mr-2 {
        margin-right: 1rem;
    }

    .lg-mb-2 {
        margin-bottom: 1rem;
    }

    .lg-mt-2 {
        margin-top: -1rem;
    }

    .lg-ml-2 {
        margin-left: -1rem;
    }

    .lg-pt-3 {
        padding-top: 1.5rem;
    }

    .lg-pl-3 {
        padding-left: 1.5rem;
    }

    .lg-pb-3 {
        padding-bottom: 1.5rem;
    }

    .lg-pr-3 {
        padding-right: 1.5rem;
    }

    .lg-py-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg-px-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg-pxy-3 {
        padding: 1.5rem;
    }

    .lg-mr-3 {
        margin-right: 1.5rem;
    }

    .lg-mb-3 {
        margin-bottom: 1.5rem;
    }

    .lg-mt-3 {
        margin-top: -1.5rem;
    }

    .lg-ml-3 {
        margin-left: -1.5rem;
    }

    .lg-pt-4 {
        padding-top: 2rem;
    }

    .lg-pl-4 {
        padding-left: 2rem;
    }

    .lg-pb-4 {
        padding-bottom: 2rem;
    }

    .lg-pr-4 {
        padding-right: 2rem;
    }

    .lg-py-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg-px-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg-pxy-4 {
        padding: 2rem;
    }

    .lg-mr-4 {
        margin-right: 2rem;
    }

    .lg-mb-4 {
        margin-bottom: 2rem;
    }

    .lg-mt-4 {
        margin-top: -2rem;
    }

    .lg-ml-4 {
        margin-left: -2rem;
    }

    .lg-pt-05 {
        padding-top: 0.25rem;
    }

    .lg-pl-05 {
        padding-left: 0.25rem;
    }

    .lg-pb-05 {
        padding-bottom: 0.25rem;
    }

    .lg-pr-05 {
        padding-right: 0.25rem;
    }

    .lg-py-05 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .lg-px-05 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .lg-pxy-05 {
        padding: 0.25rem;
    }

    .lg-mr-05 {
        margin-right: 0.25rem;
    }

    .lg-mb-05 {
        margin-bottom: 0.25rem;
    }

    .lg-mt-05 {
        margin-top: -0.25rem;
    }

    .lg-ml-05 {
        margin-left: -0.25rem;
    }
}

@media screen and (min-width: 1440px) {
    .xl-pt-0 {
        padding-top: 0;
    }

    .xl-pl-0 {
        padding-left: 0;
    }

    .xl-pb-0 {
        padding-bottom: 0;
    }

    .xl-pr-0 {
        padding-right: 0;
    }

    .xl-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .xl-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .xl-pxy-0 {
        padding: 0;
    }

    .xl-mr-0 {
        margin-right: 0;
    }

    .xl-mb-0 {
        margin-bottom: 0;
    }

    .xl-mt-0 {
        margin-top: 0;
    }

    .xl-ml-0 {
        margin-left: 0;
    }

    .xl-pt-1 {
        padding-top: 0.5rem;
    }

    .xl-pl-1 {
        padding-left: 0.5rem;
    }

    .xl-pb-1 {
        padding-bottom: 0.5rem;
    }

    .xl-pr-1 {
        padding-right: 0.5rem;
    }

    .xl-py-1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xl-px-1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .xl-pxy-1 {
        padding: 0.5rem;
    }

    .xl-mr-1 {
        margin-right: 0.5rem;
    }

    .xl-mb-1 {
        margin-bottom: 0.5rem;
    }

    .xl-mt-1 {
        margin-top: -0.5rem;
    }

    .xl-ml-1 {
        margin-left: -0.5rem;
    }

    .xl-pt-2 {
        padding-top: 1rem;
    }

    .xl-pl-2 {
        padding-left: 1rem;
    }

    .xl-pb-2 {
        padding-bottom: 1rem;
    }

    .xl-pr-2 {
        padding-right: 1rem;
    }

    .xl-py-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .xl-px-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xl-pxy-2 {
        padding: 1rem;
    }

    .xl-mr-2 {
        margin-right: 1rem;
    }

    .xl-mb-2 {
        margin-bottom: 1rem;
    }

    .xl-mt-2 {
        margin-top: -1rem;
    }

    .xl-ml-2 {
        margin-left: -1rem;
    }

    .xl-pt-3 {
        padding-top: 1.5rem;
    }

    .xl-pl-3 {
        padding-left: 1.5rem;
    }

    .xl-pb-3 {
        padding-bottom: 1.5rem;
    }

    .xl-pr-3 {
        padding-right: 1.5rem;
    }

    .xl-py-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .xl-px-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xl-pxy-3 {
        padding: 1.5rem;
    }

    .xl-mr-3 {
        margin-right: 1.5rem;
    }

    .xl-mb-3 {
        margin-bottom: 1.5rem;
    }

    .xl-mt-3 {
        margin-top: -1.5rem;
    }

    .xl-ml-3 {
        margin-left: -1.5rem;
    }

    .xl-pt-4 {
        padding-top: 2rem;
    }

    .xl-pl-4 {
        padding-left: 2rem;
    }

    .xl-pb-4 {
        padding-bottom: 2rem;
    }

    .xl-pr-4 {
        padding-right: 2rem;
    }

    .xl-py-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .xl-px-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .xl-pxy-4 {
        padding: 2rem;
    }

    .xl-mr-4 {
        margin-right: 2rem;
    }

    .xl-mb-4 {
        margin-bottom: 2rem;
    }

    .xl-mt-4 {
        margin-top: -2rem;
    }

    .xl-ml-4 {
        margin-left: -2rem;
    }

    .xl-pt-05 {
        padding-top: 0.25rem;
    }

    .xl-pl-05 {
        padding-left: 0.25rem;
    }

    .xl-pb-05 {
        padding-bottom: 0.25rem;
    }

    .xl-pr-05 {
        padding-right: 0.25rem;
    }

    .xl-py-05 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .xl-px-05 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .xl-pxy-05 {
        padding: 0.25rem;
    }

    .xl-mr-05 {
        margin-right: 0.25rem;
    }

    .xl-mb-05 {
        margin-bottom: 0.25rem;
    }

    .xl-mt-05 {
        margin-top: -0.25rem;
    }

    .xl-ml-05 {
        margin-left: -0.25rem;
    }
}

/* Alineación de contenido */
.s-left {
    text-align: left;
}

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

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

.s-to-left {
    margin-left: 0;
    margin-right: auto;
}

    .s-to-left[class*=button] {
        display: table;
    }

.s-to-center {
    margin-left: auto;
    margin-right: auto;
}

    .s-to-center[class*=button] {
        display: table;
    }

.s-to-right {
    margin-right: 0;
    margin-left: auto;
}

    .s-to-right[class*=button] {
        display: table;
    }

.s-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.s-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.s-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (min-width: 640px) {
    .m-left {
        text-align: left;
    }

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

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

    .m-to-left {
        margin-left: 0;
        margin-right: auto;
    }

        .m-to-left[class*=button] {
            display: table;
        }

    .m-to-center {
        margin-left: auto;
        margin-right: auto;
    }

        .m-to-center[class*=button] {
            display: table;
        }

    .m-to-right {
        margin-right: 0;
        margin-left: auto;
    }

        .m-to-right[class*=button] {
            display: table;
        }

    .m-block-left {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .m-block-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .m-block-right {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1024px) {
    .l-left {
        text-align: left;
    }

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

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

    .l-to-left {
        margin-left: 0;
        margin-right: auto;
    }

        .l-to-left[class*=button] {
            display: table;
        }

    .l-to-center {
        margin-left: auto;
        margin-right: auto;
    }

        .l-to-center[class*=button] {
            display: table;
        }

    .l-to-right {
        margin-right: 0;
        margin-left: auto;
    }

        .l-to-right[class*=button] {
            display: table;
        }

    .l-block-left {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .l-block-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .l-block-right {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1024px) {
    .lg-left {
        text-align: left;
    }

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

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

    .lg-to-left {
        margin-left: 0;
        margin-right: auto;
    }

        .lg-to-left[class*=button] {
            display: table;
        }

    .lg-to-center {
        margin-left: auto;
        margin-right: auto;
    }

        .lg-to-center[class*=button] {
            display: table;
        }

    .lg-to-right {
        margin-right: 0;
        margin-left: auto;
    }

        .lg-to-right[class*=button] {
            display: table;
        }

    .lg-block-left {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .lg-block-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .lg-block-right {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1440px) {
    .xl-left {
        text-align: left;
    }

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

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

    .xl-to-left {
        margin-left: 0;
        margin-right: auto;
    }

        .xl-to-left[class*=button] {
            display: table;
        }

    .xl-to-center {
        margin-left: auto;
        margin-right: auto;
    }

        .xl-to-center[class*=button] {
            display: table;
        }

    .xl-to-right {
        margin-right: 0;
        margin-left: auto;
    }

        .xl-to-right[class*=button] {
            display: table;
        }

    .xl-block-left {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .xl-block-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .xl-block-right {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
}

.s-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.s-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.s-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.s-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.s-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.s-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.s-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.s-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.s-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.s-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.s-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.s-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

@media screen and (min-width: 640px) {
    .m-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media screen and (min-width: 1024px) {
    .l-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .l-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .l-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .l-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .l-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .l-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .l-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .l-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .l-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .l-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .l-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .l-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media screen and (min-width: 1024px) {
    .lg-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .lg-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .lg-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .lg-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .lg-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .lg-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .lg-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .lg-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .lg-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .lg-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .lg-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .lg-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media screen and (min-width: 1440px) {
    .xl-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xl-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xl-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xl-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xl-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xl-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .xl-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .xl-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .xl-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .xl-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .xl-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .xl-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

/* Crea selectores agrupados para propiedades básicas de flexbox*/
.flex, .s-row, .s-row-reverse, .s-column, .s-column-reverse, .s-justify, .s-distribute, .s-main-start, .s-main-center, .s-main-end, .s-baseline, .s-cross-start, .s-cross-center, .s-cross-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
    .flex, .m-row, .m-row-reverse, .m-column, .m-column-reverse, .m-justify, .m-distribute, .m-main-start, .m-main-center, .m-main-end, .m-baseline, .m-cross-start, .m-cross-center, .m-cross-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .flex, .l-row, .l-row-reverse, .l-column, .l-column-reverse, .l-justify, .l-distribute, .l-main-start, .l-main-center, .l-main-end, .l-baseline, .l-cross-start, .l-cross-center, .l-cross-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .flex, .lg-row, .lg-row-reverse, .lg-column, .lg-column-reverse, .lg-justify, .lg-distribute, .lg-main-start, .lg-main-center, .lg-main-end, .lg-baseline, .lg-cross-start, .lg-cross-center, .lg-cross-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1440px) {
    .flex, .xl-row, .xl-row-reverse, .xl-column, .xl-column-reverse, .xl-justify, .xl-distribute, .xl-main-start, .xl-main-center, .xl-main-end, .xl-baseline, .xl-cross-start, .xl-cross-center, .xl-cross-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*Crea selectores de flex alignment en todos los breakpoints*/
.s-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.s-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.s-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.s-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-distribute {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.s-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.s-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.s-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
}

.s-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.s-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.s-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

@media screen and (min-width: 640px) {
    .m-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .m-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .m-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .m-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .m-distribute {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .m-main-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .m-main-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .m-main-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .m-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

    .m-cross-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .m-cross-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-cross-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .l-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .l-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .l-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .l-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-distribute {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .l-main-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .l-main-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-main-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .l-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

    .l-cross-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .l-cross-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .l-cross-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lg-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lg-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lg-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lg-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lg-distribute {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .lg-main-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .lg-main-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lg-main-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .lg-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

    .lg-cross-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .lg-cross-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .lg-cross-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
}

@media screen and (min-width: 1440px) {
    .xl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xl-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xl-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .xl-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .xl-distribute {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .xl-main-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .xl-main-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .xl-main-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

    .xl-cross-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .xl-cross-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .xl-cross-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
}

.from-s {
    display: none;
}

.to-s {
    display: none;
}

@media screen and (max-width: 639px) {
    .from-m {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    .to-m {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .from-l {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .to-l {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .from-lg {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .to-lg {
        display: none;
    }
}

@media screen and (max-width: 1439px) {
    .from-xl {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    .to-xl {
        display: none;
    }
}

.button {
    display: inline-block;
    padding: .5em 1em;
    color: #FFF;
    background: var(--color);
    cursor: pointer;
    text-decoration: none;
    line-height: inherit;
    border-radius: .25rem;
    transition: -webkit-transform .05s;
    transition: transform .05s;
    transition: transform .05s, -webkit-transform .05s;
    border: none;
}

    .button:hover {
        background: var(--color-alt);
    }

.s-border {
    border: 1px solid var(--border-color);
}

.s-border-none {
    border: none;
}

.s-radius {
    border-radius: var(--border-radius);
}

.s-radius-none {
    border-radius: none;
}

.s-border-top {
    border-top: 1px solid var(--border-color);
}

.s-border-none {
    border-top: none;
}

.s-border-right {
    border-right: 1px solid var(--border-color);
}

.s-border-none {
    border-right: none;
}

.s-border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.s-border-none {
    border-bottom: none;
}

.s-border-left {
    border-left: 1px solid var(--border-color);
}

.s-border-none {
    border-left: none;
}

.s-radius-tl {
    border-top-left-radius: var(--border-radius);
}

.s-radius-tl-none {
    border-top-left-radius: 0;
}

.s-radius-tr {
    border-top-right-radius: var(--border-radius);
}

.s-radius-tr-none {
    border-top-right-radius: 0;
}

.s-radius-bl {
    border-bottom-left-radius: var(--border-radius);
}

.s-radius-bl-none {
    border-bottom-left-radius: 0;
}

.s-radius-br {
    border-bottom-right-radius: var(--border-radius);
}

.s-radius-br-none {
    border-bottom-right-radius: 0;
}

.s-bg-blue {
    background-color: var(--color);
}

.s-bg-white {
    background-color: #FFF;
}

.s-bg-grey {
    background-color: var(--light-bg);
}

.s-none {
    background-color: var(--light-bg);
}

.s-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.s-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
}

.s-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative;
}

.s-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative;
}

.s-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}

.s-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.s-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
}

.s-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative;
}

.s-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.33333%;
    position: relative;
}

.s-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative;
}

.s-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.s-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33333%;
    position: relative;
}

.s-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
}

.s-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}

.s-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.s-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.s-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.s-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.77778%;
    position: relative;
}

.s-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.85714%;
    position: relative;
}

.s-shadow {
    box-shadow: 0 0 1rem #CCC;
}

.s-shadow-bottom {
    box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
}

.s-shadow-top {
    box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
}

.s-shadow-right {
    box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
}

.s-shadow-left {
    box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
}

.s-shadow-none {
    box-shadow: none;
}

.s-opacity-1 {
    opacity: 0.1;
}

.s-opacity-2 {
    opacity: 0.2;
}

.s-opacity-3 {
    opacity: 0.3;
}

.s-opacity-4 {
    opacity: 0.4;
}

.s-opacity-5 {
    opacity: 0.5;
}

.s-opacity-6 {
    opacity: 0.6;
}

.s-opacity-7 {
    opacity: 0.7;
}

.s-opacity-8 {
    opacity: 0.8;
}

.s-opacity-9 {
    opacity: 0.9;
}

.s-opacity-10 {
    opacity: 1;
}

@media screen and (min-width: 640px) {
    .m-border {
        border: 1px solid var(--border-color);
    }

    .m-border-none {
        border: none;
    }

    .m-radius {
        border-radius: var(--border-radius);
    }

    .m-radius-none {
        border-radius: none;
    }

    .m-border-top {
        border-top: 1px solid var(--border-color);
    }

    .m-border-none {
        border-top: none;
    }

    .m-border-right {
        border-right: 1px solid var(--border-color);
    }

    .m-border-none {
        border-right: none;
    }

    .m-border-bottom {
        border-bottom: 1px solid var(--border-color);
    }

    .m-border-none {
        border-bottom: none;
    }

    .m-border-left {
        border-left: 1px solid var(--border-color);
    }

    .m-border-none {
        border-left: none;
    }

    .m-radius-tl {
        border-top-left-radius: var(--border-radius);
    }

    .m-radius-tl-none {
        border-top-left-radius: 0;
    }

    .m-radius-tr {
        border-top-right-radius: var(--border-radius);
    }

    .m-radius-tr-none {
        border-top-right-radius: 0;
    }

    .m-radius-bl {
        border-bottom-left-radius: var(--border-radius);
    }

    .m-radius-bl-none {
        border-bottom-left-radius: 0;
    }

    .m-radius-br {
        border-bottom-right-radius: var(--border-radius);
    }

    .m-radius-br-none {
        border-bottom-right-radius: 0;
    }

    .m-bg-blue {
        background-color: var(--color);
    }

    .m-bg-white {
        background-color: #FFF;
    }

    .m-bg-grey {
        background-color: var(--light-bg);
    }

    .m-none {
        background-color: var(--light-bg);
    }

    .m-ratio-1-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .m-ratio-1-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .m-ratio-1-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 300%;
        position: relative;
    }

    .m-ratio-1-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 400%;
        position: relative;
    }

    .m-ratio-2-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .m-ratio-2-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .m-ratio-2-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 150%;
        position: relative;
    }

    .m-ratio-2-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .m-ratio-3-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 33.33333%;
        position: relative;
    }

    .m-ratio-3-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 66.66667%;
        position: relative;
    }

    .m-ratio-3-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .m-ratio-3-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 133.33333%;
        position: relative;
    }

    .m-ratio-4-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 25%;
        position: relative;
    }

    .m-ratio-4-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .m-ratio-4-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .m-ratio-4-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .m-ratio-16-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .m-ratio-9-16 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 177.77778%;
        position: relative;
    }

    .m-ratio-21-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 42.85714%;
        position: relative;
    }

    .m-shadow {
        box-shadow: 0 0 1rem #CCC;
    }

    .m-shadow-bottom {
        box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
    }

    .m-shadow-top {
        box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
    }

    .m-shadow-right {
        box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
    }

    .m-shadow-left {
        box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
    }

    .m-shadow-none {
        box-shadow: none;
    }

    .m-opacity-1 {
        opacity: 0.1;
    }

    .m-opacity-2 {
        opacity: 0.2;
    }

    .m-opacity-3 {
        opacity: 0.3;
    }

    .m-opacity-4 {
        opacity: 0.4;
    }

    .m-opacity-5 {
        opacity: 0.5;
    }

    .m-opacity-6 {
        opacity: 0.6;
    }

    .m-opacity-7 {
        opacity: 0.7;
    }

    .m-opacity-8 {
        opacity: 0.8;
    }

    .m-opacity-9 {
        opacity: 0.9;
    }

    .m-opacity-10 {
        opacity: 1;
    }
}

@media screen and (min-width: 1024px) {
    .l-border {
        border: 1px solid var(--border-color);
    }

    .l-border-none {
        border: none;
    }

    .l-radius {
        border-radius: var(--border-radius);
    }

    .l-radius-none {
        border-radius: none;
    }

    .l-border-top {
        border-top: 1px solid var(--border-color);
    }

    .l-border-none {
        border-top: none;
    }

    .l-border-right {
        border-right: 1px solid var(--border-color);
    }

    .l-border-none {
        border-right: none;
    }

    .l-border-bottom {
        border-bottom: 1px solid var(--border-color);
    }

    .l-border-none {
        border-bottom: none;
    }

    .l-border-left {
        border-left: 1px solid var(--border-color);
    }

    .l-border-none {
        border-left: none;
    }

    .l-radius-tl {
        border-top-left-radius: var(--border-radius);
    }

    .l-radius-tl-none {
        border-top-left-radius: 0;
    }

    .l-radius-tr {
        border-top-right-radius: var(--border-radius);
    }

    .l-radius-tr-none {
        border-top-right-radius: 0;
    }

    .l-radius-bl {
        border-bottom-left-radius: var(--border-radius);
    }

    .l-radius-bl-none {
        border-bottom-left-radius: 0;
    }

    .l-radius-br {
        border-bottom-right-radius: var(--border-radius);
    }

    .l-radius-br-none {
        border-bottom-right-radius: 0;
    }

    .l-bg-blue {
        background-color: var(--color);
    }

    .l-bg-white {
        background-color: #FFF;
    }

    .l-bg-grey {
        background-color: var(--light-bg);
    }

    .l-none {
        background-color: var(--light-bg);
    }

    .l-ratio-1-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .l-ratio-1-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .l-ratio-1-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 300%;
        position: relative;
    }

    .l-ratio-1-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 400%;
        position: relative;
    }

    .l-ratio-2-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .l-ratio-2-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .l-ratio-2-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 150%;
        position: relative;
    }

    .l-ratio-2-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .l-ratio-3-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 33.33333%;
        position: relative;
    }

    .l-ratio-3-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 66.66667%;
        position: relative;
    }

    .l-ratio-3-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .l-ratio-3-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 133.33333%;
        position: relative;
    }

    .l-ratio-4-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 25%;
        position: relative;
    }

    .l-ratio-4-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .l-ratio-4-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .l-ratio-4-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .l-ratio-16-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .l-ratio-9-16 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 177.77778%;
        position: relative;
    }

    .l-ratio-21-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 42.85714%;
        position: relative;
    }

    .l-shadow {
        box-shadow: 0 0 1rem #CCC;
    }

    .l-shadow-bottom {
        box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
    }

    .l-shadow-top {
        box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
    }

    .l-shadow-right {
        box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
    }

    .l-shadow-left {
        box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
    }

    .l-shadow-none {
        box-shadow: none;
    }

    .l-opacity-1 {
        opacity: 0.1;
    }

    .l-opacity-2 {
        opacity: 0.2;
    }

    .l-opacity-3 {
        opacity: 0.3;
    }

    .l-opacity-4 {
        opacity: 0.4;
    }

    .l-opacity-5 {
        opacity: 0.5;
    }

    .l-opacity-6 {
        opacity: 0.6;
    }

    .l-opacity-7 {
        opacity: 0.7;
    }

    .l-opacity-8 {
        opacity: 0.8;
    }

    .l-opacity-9 {
        opacity: 0.9;
    }

    .l-opacity-10 {
        opacity: 1;
    }
}

@media screen and (min-width: 1024px) {
    .lg-border {
        border: 1px solid var(--border-color);
    }

    .lg-border-none {
        border: none;
    }

    .lg-radius {
        border-radius: var(--border-radius);
    }

    .lg-radius-none {
        border-radius: none;
    }

    .lg-border-top {
        border-top: 1px solid var(--border-color);
    }

    .lg-border-none {
        border-top: none;
    }

    .lg-border-right {
        border-right: 1px solid var(--border-color);
    }

    .lg-border-none {
        border-right: none;
    }

    .lg-border-bottom {
        border-bottom: 1px solid var(--border-color);
    }

    .lg-border-none {
        border-bottom: none;
    }

    .lg-border-left {
        border-left: 1px solid var(--border-color);
    }

    .lg-border-none {
        border-left: none;
    }

    .lg-radius-tl {
        border-top-left-radius: var(--border-radius);
    }

    .lg-radius-tl-none {
        border-top-left-radius: 0;
    }

    .lg-radius-tr {
        border-top-right-radius: var(--border-radius);
    }

    .lg-radius-tr-none {
        border-top-right-radius: 0;
    }

    .lg-radius-bl {
        border-bottom-left-radius: var(--border-radius);
    }

    .lg-radius-bl-none {
        border-bottom-left-radius: 0;
    }

    .lg-radius-br {
        border-bottom-right-radius: var(--border-radius);
    }

    .lg-radius-br-none {
        border-bottom-right-radius: 0;
    }

    .lg-bg-blue {
        background-color: var(--color);
    }

    .lg-bg-white {
        background-color: #FFF;
    }

    .lg-bg-grey {
        background-color: var(--light-bg);
    }

    .lg-none {
        background-color: var(--light-bg);
    }

    .lg-ratio-1-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .lg-ratio-1-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .lg-ratio-1-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 300%;
        position: relative;
    }

    .lg-ratio-1-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 400%;
        position: relative;
    }

    .lg-ratio-2-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .lg-ratio-2-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .lg-ratio-2-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 150%;
        position: relative;
    }

    .lg-ratio-2-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .lg-ratio-3-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 33.33333%;
        position: relative;
    }

    .lg-ratio-3-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 66.66667%;
        position: relative;
    }

    .lg-ratio-3-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .lg-ratio-3-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 133.33333%;
        position: relative;
    }

    .lg-ratio-4-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 25%;
        position: relative;
    }

    .lg-ratio-4-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .lg-ratio-4-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .lg-ratio-4-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .lg-ratio-16-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .lg-ratio-9-16 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 177.77778%;
        position: relative;
    }

    .lg-ratio-21-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 42.85714%;
        position: relative;
    }

    .lg-shadow {
        box-shadow: 0 0 1rem #CCC;
    }

    .lg-shadow-bottom {
        box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
    }

    .lg-shadow-top {
        box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
    }

    .lg-shadow-right {
        box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
    }

    .lg-shadow-left {
        box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
    }

    .lg-shadow-none {
        box-shadow: none;
    }

    .lg-opacity-1 {
        opacity: 0.1;
    }

    .lg-opacity-2 {
        opacity: 0.2;
    }

    .lg-opacity-3 {
        opacity: 0.3;
    }

    .lg-opacity-4 {
        opacity: 0.4;
    }

    .lg-opacity-5 {
        opacity: 0.5;
    }

    .lg-opacity-6 {
        opacity: 0.6;
    }

    .lg-opacity-7 {
        opacity: 0.7;
    }

    .lg-opacity-8 {
        opacity: 0.8;
    }

    .lg-opacity-9 {
        opacity: 0.9;
    }

    .lg-opacity-10 {
        opacity: 1;
    }
}

@media screen and (min-width: 1440px) {
    .xl-border {
        border: 1px solid var(--border-color);
    }

    .xl-border-none {
        border: none;
    }

    .xl-radius {
        border-radius: var(--border-radius);
    }

    .xl-radius-none {
        border-radius: none;
    }

    .xl-border-top {
        border-top: 1px solid var(--border-color);
    }

    .xl-border-none {
        border-top: none;
    }

    .xl-border-right {
        border-right: 1px solid var(--border-color);
    }

    .xl-border-none {
        border-right: none;
    }

    .xl-border-bottom {
        border-bottom: 1px solid var(--border-color);
    }

    .xl-border-none {
        border-bottom: none;
    }

    .xl-border-left {
        border-left: 1px solid var(--border-color);
    }

    .xl-border-none {
        border-left: none;
    }

    .xl-radius-tl {
        border-top-left-radius: var(--border-radius);
    }

    .xl-radius-tl-none {
        border-top-left-radius: 0;
    }

    .xl-radius-tr {
        border-top-right-radius: var(--border-radius);
    }

    .xl-radius-tr-none {
        border-top-right-radius: 0;
    }

    .xl-radius-bl {
        border-bottom-left-radius: var(--border-radius);
    }

    .xl-radius-bl-none {
        border-bottom-left-radius: 0;
    }

    .xl-radius-br {
        border-bottom-right-radius: var(--border-radius);
    }

    .xl-radius-br-none {
        border-bottom-right-radius: 0;
    }

    .xl-bg-blue {
        background-color: var(--color);
    }

    .xl-bg-white {
        background-color: #FFF;
    }

    .xl-bg-grey {
        background-color: var(--light-bg);
    }

    .xl-none {
        background-color: var(--light-bg);
    }

    .xl-ratio-1-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .xl-ratio-1-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .xl-ratio-1-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 300%;
        position: relative;
    }

    .xl-ratio-1-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 400%;
        position: relative;
    }

    .xl-ratio-2-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .xl-ratio-2-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .xl-ratio-2-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 150%;
        position: relative;
    }

    .xl-ratio-2-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 200%;
        position: relative;
    }

    .xl-ratio-3-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 33.33333%;
        position: relative;
    }

    .xl-ratio-3-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 66.66667%;
        position: relative;
    }

    .xl-ratio-3-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .xl-ratio-3-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 133.33333%;
        position: relative;
    }

    .xl-ratio-4-1 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 25%;
        position: relative;
    }

    .xl-ratio-4-2 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
    }

    .xl-ratio-4-3 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .xl-ratio-4-4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .xl-ratio-16-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .xl-ratio-9-16 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 177.77778%;
        position: relative;
    }

    .xl-ratio-21-9 {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 42.85714%;
        position: relative;
    }

    .xl-shadow {
        box-shadow: 0 0 1rem #CCC;
    }

    .xl-shadow-bottom {
        box-shadow: 0 0.5rem 1rem -0.5rem #CCC;
    }

    .xl-shadow-top {
        box-shadow: 0 -0.5rem 1rem -0.5rem #CCC;
    }

    .xl-shadow-right {
        box-shadow: 0.5rem 0 1rem -0.5rem #CCC;
    }

    .xl-shadow-left {
        box-shadow: -0.5rem 0 1rem -0.5rem #CCC;
    }

    .xl-shadow-none {
        box-shadow: none;
    }

    .xl-opacity-1 {
        opacity: 0.1;
    }

    .xl-opacity-2 {
        opacity: 0.2;
    }

    .xl-opacity-3 {
        opacity: 0.3;
    }

    .xl-opacity-4 {
        opacity: 0.4;
    }

    .xl-opacity-5 {
        opacity: 0.5;
    }

    .xl-opacity-6 {
        opacity: 0.6;
    }

    .xl-opacity-7 {
        opacity: 0.7;
    }

    .xl-opacity-8 {
        opacity: 0.8;
    }

    .xl-opacity-9 {
        opacity: 0.9;
    }

    .xl-opacity-10 {
        opacity: 1;
    }
}

.circle,
.square {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.circle {
    border-radius: 50%;
}

.img-container {
    position: relative;
}

    .img-container img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .ed-video > iframe,
    .ed-video > video,
    .ed-video > .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ed-menu.s-horizontal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ed-menu.s-horizontal, .ed-menu.s-horizontal ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .ed-menu.s-horizontal li {
            position: relative;
            list-style: none;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
        }

            .ed-menu.s-horizontal li.parent-submenu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .ed-menu.s-horizontal li.parent-submenu a {
                    -webkit-box-flex: 1;
                    -ms-flex: auto;
                    flex: auto;
                }

        .ed-menu.s-horizontal ul {
            display: none;
        }

            .ed-menu.s-horizontal ul.show-submenu {
                display: block;
                width: 100%;
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
                margin-left: 1em;
                margin-bottom: .5em;
            }

        .ed-menu.s-horizontal a {
            display: block;
            line-height: 3em;
            padding: 0 1em;
        }

            .ed-menu.s-horizontal a:hover {
                text-decoration: none;
            }

        .ed-menu.s-horizontal a {
            text-align: center;
        }

        .ed-menu.s-horizontal .expand {
            display: none;
        }

        .ed-menu.s-horizontal ul {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 100%;
            white-space: nowrap;
        }

            .ed-menu.s-horizontal ul a {
                text-align: left;
            }

            .ed-menu.s-horizontal ul ul {
                top: 0;
                left: 100%;
            }

        .ed-menu.s-horizontal li:hover > ul {
            display: block;
        }

        .ed-menu.s-horizontal .expand-submenu {
            display: none;
            position: relative;
            right: 0;
            width: 3em;
            height: 3em;
            cursor: pointer;
            transition: all .3s;
        }

            .ed-menu.s-horizontal .expand-submenu::after {
                content: "";
                position: absolute;
                width: 40%;
                height: 40%;
                top: 20%;
                left: 30%;
                border-left: 0.45em solid;
                border-bottom: 0.45em solid;
                border-radius: 0.24em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                transition: all .3s;
            }

            .ed-menu.s-horizontal .expand-submenu.active {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

.ed-menu.m-horizontal {
    width: 100%;
}

    .ed-menu.m-horizontal, .ed-menu.m-horizontal ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .ed-menu.m-horizontal li {
            position: relative;
            list-style: none;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
        }

            .ed-menu.m-horizontal li.parent-submenu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .ed-menu.m-horizontal li.parent-submenu a {
                    -webkit-box-flex: 1;
                    -ms-flex: auto;
                    flex: auto;
                }

        .ed-menu.m-horizontal ul {
            display: none;
        }

@media screen and (max-width: 639px) {
    .ed-menu.m-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em;
    }
}

.ed-menu.m-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em;
}

    .ed-menu.m-horizontal a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 640px) {
    .ed-menu.m-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ed-menu.m-horizontal a {
            text-align: center;
        }

        .ed-menu.m-horizontal .expand {
            display: none;
        }

        .ed-menu.m-horizontal ul {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 100%;
            white-space: nowrap;
        }

            .ed-menu.m-horizontal ul a {
                text-align: left;
            }

            .ed-menu.m-horizontal ul ul {
                top: 0;
                left: 100%;
            }

        .ed-menu.m-horizontal li:hover > ul {
            display: block;
        }
}

.ed-menu.m-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s;
}

@media screen and (min-width: 640px) {
    .ed-menu.m-horizontal .expand-submenu {
        display: none;
    }
}

.ed-menu.m-horizontal .expand-submenu::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    top: 20%;
    left: 30%;
    border-left: 0.45em solid;
    border-bottom: 0.45em solid;
    border-radius: 0.24em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
}

.ed-menu.m-horizontal .expand-submenu.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ed-menu.l-horizontal {
    width: 100%;
}

    .ed-menu.l-horizontal, .ed-menu.l-horizontal ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .ed-menu.l-horizontal li {
            position: relative;
            list-style: none;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
        }

            .ed-menu.l-horizontal li.parent-submenu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .ed-menu.l-horizontal li.parent-submenu a {
                    -webkit-box-flex: 1;
                    -ms-flex: auto;
                    flex: auto;
                }

        .ed-menu.l-horizontal ul {
            display: none;
        }

@media screen and (max-width: 1023px) {
    .ed-menu.l-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em;
    }
}

.ed-menu.l-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em;
}

    .ed-menu.l-horizontal a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 1024px) {
    .ed-menu.l-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ed-menu.l-horizontal a {
            text-align: center;
        }

        .ed-menu.l-horizontal .expand {
            display: none;
        }

        .ed-menu.l-horizontal ul {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 100%;
            white-space: nowrap;
        }

            .ed-menu.l-horizontal ul a {
                text-align: left;
            }

            .ed-menu.l-horizontal ul ul {
                top: 0;
                left: 100%;
            }

        .ed-menu.l-horizontal li:hover > ul {
            display: block;
        }
}

.ed-menu.l-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s;
}

@media screen and (min-width: 1024px) {
    .ed-menu.l-horizontal .expand-submenu {
        display: none;
    }
}

.ed-menu.l-horizontal .expand-submenu::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    top: 20%;
    left: 30%;
    border-left: 0.45em solid;
    border-bottom: 0.45em solid;
    border-radius: 0.24em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
}

.ed-menu.l-horizontal .expand-submenu.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ed-menu.xl-horizontal {
    width: 100%;
}

    .ed-menu.xl-horizontal, .ed-menu.xl-horizontal ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .ed-menu.xl-horizontal li {
            position: relative;
            list-style: none;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
        }

            .ed-menu.xl-horizontal li.parent-submenu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .ed-menu.xl-horizontal li.parent-submenu a {
                    -webkit-box-flex: 1;
                    -ms-flex: auto;
                    flex: auto;
                }

        .ed-menu.xl-horizontal ul {
            display: none;
        }

@media screen and (max-width: 1439px) {
    .ed-menu.xl-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em;
    }
}

.ed-menu.xl-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em;
}

    .ed-menu.xl-horizontal a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 1440px) {
    .ed-menu.xl-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ed-menu.xl-horizontal a {
            text-align: center;
        }

        .ed-menu.xl-horizontal .expand {
            display: none;
        }

        .ed-menu.xl-horizontal ul {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 100%;
            white-space: nowrap;
        }

            .ed-menu.xl-horizontal ul a {
                text-align: left;
            }

            .ed-menu.xl-horizontal ul ul {
                top: 0;
                left: 100%;
            }

        .ed-menu.xl-horizontal li:hover > ul {
            display: block;
        }
}

.ed-menu.xl-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s;
}

@media screen and (min-width: 1440px) {
    .ed-menu.xl-horizontal .expand-submenu {
        display: none;
    }
}

.ed-menu.xl-horizontal .expand-submenu::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    top: 20%;
    left: 30%;
    border-left: 0.45em solid;
    border-bottom: 0.45em solid;
    border-radius: 0.24em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
}

.ed-menu.xl-horizontal .expand-submenu.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
    .ed-nav.l-top {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        top: -100%;
    }

        .ed-nav.l-top.show-menu {
            top: 0;
        }
}

@media screen and (max-width: 1023px) {
    .ed-nav.l-bottom {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        bottom: -100%;
    }

        .ed-nav.l-bottom.show-menu {
            bottom: 0;
        }
}

@media screen and (max-width: 1023px) {
    .ed-nav.l-left {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        left: -85%;
    }

        .ed-nav.l-left.show-menu {
            left: 0;
        }
}

@media screen and (max-width: 1023px) {
    .ed-nav.l-right {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        right: -85%;
    }

        .ed-nav.l-right.show-menu {
            right: 0;
        }
}

@media screen and (max-width: 1439px) {
    .ed-nav.x-top {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        top: -100%;
    }

        .ed-nav.x-top.show-menu {
            top: 0;
        }
}

@media screen and (max-width: 1439px) {
    .ed-nav.xl-bottom {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        bottom: -100%;
    }

        .ed-nav.xl-bottom.show-menu {
            bottom: 0;
        }
}

@media screen and (max-width: 1439px) {
    .ed-nav.xl-left {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        left: -85%;
    }

        .ed-nav.xl-left.show-menu {
            left: 0;
        }
}

@media screen and (max-width: 1439px) {
    .ed-nav.xl-right {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        right: -85%;
    }

        .ed-nav.xl-right.show-menu {
            right: 0;
        }
}

@media screen and (max-width: 639px) {
    .ed-nav.m-top {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        top: -100%;
    }

        .ed-nav.m-top.show-menu {
            top: 0;
        }
}

@media screen and (max-width: 639px) {
    .ed-nav.m-bottom {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 100%;
        width: 100%;
        left: 0;
        bottom: -100%;
    }

        .ed-nav.m-bottom.show-menu {
            bottom: 0;
        }
}

@media screen and (max-width: 639px) {
    .ed-nav.m-left {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        left: -85%;
    }

        .ed-nav.m-left.show-menu {
            left: 0;
        }
}

@media screen and (max-width: 639px) {
    .ed-nav.m-right {
        position: fixed;
        transition: all .3s;
        height: 100vh;
        z-index: 200;
        overflow-y: auto;
        width: 85%;
        right: -85%;
    }

        .ed-nav.m-right.show-menu {
            right: 0;
        }
}

.nav-toggle {
    position: relative;
    z-index: 300;
    width: 30px;
    height: 20px;
    box-shadow: 0 4px #333 inset;
    cursor: pointer;
}

    .nav-toggle::after, .nav-toggle::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #333;
        bottom: 0;
    }

    .nav-toggle::after {
        bottom: 8px;
    }

/*
| Mixin para crear cuadriculas
|
| $gridItemSelector: nombre del selector CSS de cada item de la cuadricula
| $listColumns:
|              * lista de numeros de columnas en cada breakpoint (separados por espacios). Ej: 1 2 3 4
|              * el numero de columnas del ultimo breakpoint se hereda a breakpoints superiores
| $gutter: separación entre cada item de la cuadricula (opcional)
|
*/
/* Mixins de alineacion con compatibilidad hacia atras*/
:root {
    --color: #007BDF;
    --color-alt: #006DC6;
    --border-color: #DFE0E0;
    --light-bg: #F0F0F0;
    --border-radius: 0.25rem;
    --vertical-block-space: 1rem;
    --vertical-content-space: 1rem;
    --gap: 1rem;
}

@media screen and (min-width: 1024px) {
    :root {
        --vertical-block-space: 2rem;
        --gap: 2rem;
    }
}
