.cmp-accordion__header {
    margin: 0
}

.cmp-accordion__button {
    display: block;
    width: 100%;
    text-align: left
}

.cmp-accordion__panel--hidden {
    display: none
}

.cmp-accordion__panel--expanded {
    display: block
}

.cmp-tabs__tablist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.cmp-tabs__tab {
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    padding: .5rem 1rem;
    cursor: pointer
}

.cmp-tabs__tab--active {
    border-color: inherit
}

.cmp-tabs__tabpanel {
    display: none
}

.cmp-tabs__tabpanel--active {
    display: block
}

.cmp-carousel__content {
    position: relative
}

.cmp-carousel__item {
    display: none
}

.cmp-carousel__item--active {
    display: block
}

.cmp-carousel__action {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cmp-carousel__indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.cmp-carousel__indicator {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-radius: 50%;
    font-size: 0;
    text-indent: -3000px;
    background-color: rgba(0, 0, 0, 0.5)
}

.cmp-carousel__indicator--active {
    background-color: rgba(0, 0, 0, 0.8)
}

.cmp-image__image {
    width: 100%
}

.cmp-breadcrumb {
    display: inline-block;
    list-style: none;
    padding: 0
}

.cmp-breadcrumb__item {
    display: inline-block;
    vertical-align: top
}

.cmp-search {
    position: relative
}

.cmp-search__field {
    position: relative;
    height: 2rem
}

.cmp-search__input {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 100%;
    width: 100%
}

.cmp-search__icon {
    display: block;
    position: absolute;
    left: .5rem;
    top: .5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
    background-size: contain;
    width: 1rem;
    height: 1rem;
    pointer-events: none
}

.cmp-search__loading-indicator {
    display: none;
    position: absolute;
    top: .5rem;
    left: .5rem;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    animation: cmp-search__loading-indicator-spin 2s linear infinite
}

.circle-image {
    border-radius: 50%;
    border: 1px solid #7cb148;
    padding: 10px;
}

@keyframes cmp-search__loading-indicator-spin {
    0 {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.cmp-search__clear {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

.cmp-search__clear-icon {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
    background-size: contain;
    width: 1rem;
    height: 1rem
}

.cmp-search__results {
    display: none;
    overflow-y: auto;
    min-width: 100%;
    max-height: 10rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    border: 1px solid #ccc;
    background: #fff
}

.cmp-search__item {
    display: block
}

.cmp-search__item--is-focused {
    background-color: #ccc
}

.cmp-pdfviewer__content {
    height: 500px
}

.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
    height: 100vh;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999
}

.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
    height: 500px
}

.aem-Grid {
    display: block;
    width: 100%
}

.aem-Grid::before,
.aem-Grid::after {
    display: table;
    content: " "
}

.aem-Grid::after {
    clear: both
}

.aem-Grid-newComponent {
    clear: both;
    margin: 0
}

.aem-GridColumn {
    box-sizing: border-box;
    clear: both
}

.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
    display: block !important
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 14.28571429%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 28.57142857%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 42.85714286%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 57.14285714%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 71.42857143%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 85.71428571%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 14.28571429%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 28.57142857%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 42.85714286%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 57.14285714%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 71.42857143%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 85.71428571%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 12.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 37.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 62.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 87.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 12.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 37.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 62.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 87.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 11.11111111%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 22.22222222%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 44.44444444%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 55.55555556%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 77.77777778%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 88.88888889%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 11.11111111%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 22.22222222%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 44.44444444%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 55.55555556%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 77.77777778%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 88.88888889%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 10%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 30%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 70%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 90%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 10%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 30%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 70%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 90%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 9.09090909%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 18.18181818%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 27.27272727%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 36.36363636%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 45.45454545%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 54.54545455%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 63.63636364%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 72.72727273%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 81.81818182%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 90.90909091%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 9.09090909%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 18.18181818%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 27.27272727%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 36.36363636%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 45.45454545%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 54.54545455%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 63.63636364%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 72.72727273%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 81.81818182%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 90.90909091%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 8.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 41.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 58.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 91.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 8.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 41.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 58.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 91.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 14.28571429%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 28.57142857%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 42.85714286%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 57.14285714%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 71.42857143%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 85.71428571%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 14.28571429%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 28.57142857%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 42.85714286%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 57.14285714%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 71.42857143%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 85.71428571%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 12.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 37.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 62.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 87.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 12.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 37.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 62.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 87.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 11.11111111%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 22.22222222%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 44.44444444%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 55.55555556%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 77.77777778%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 88.88888889%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 11.11111111%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 22.22222222%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 44.44444444%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 55.55555556%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 77.77777778%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 88.88888889%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 10%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 30%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 70%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 90%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 10%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 30%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 70%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 90%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 9.09090909%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 18.18181818%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 27.27272727%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 36.36363636%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 45.45454545%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 54.54545455%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 63.63636364%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 72.72727273%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 81.81818182%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 90.90909091%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 9.09090909%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 18.18181818%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 27.27272727%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 36.36363636%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 45.45454545%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 54.54545455%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 63.63636364%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 72.72727273%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 81.81818182%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 90.90909091%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 8.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 41.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 58.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 91.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 8.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 41.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 58.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 91.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
    margin-left: 100%
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--newline {
    display: block;
    clear: both !important
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--none {
    display: block;
    clear: none !important;
    float: left
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--hide {
    display: none
}

@media(max-width:768px) {
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 14.28571429%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 28.57142857%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 42.85714286%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 57.14285714%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 71.42857143%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 85.71428571%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 12.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 37.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 62.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 87.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 12.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 37.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 62.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 87.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 11.11111111%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 22.22222222%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 44.44444444%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 55.55555556%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 77.77777778%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 88.88888889%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 10%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 30%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 70%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 90%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 10%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 30%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 70%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 90%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 9.09090909%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 18.18181818%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 27.27272727%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 36.36363636%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 45.45454545%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 54.54545455%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 63.63636364%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 72.72727273%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 81.81818182%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 90.90909091%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--12 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 8.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 41.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 58.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 91.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 14.28571429%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 28.57142857%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 42.85714286%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 57.14285714%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 71.42857143%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 85.71428571%
    }
    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 12.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 37.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 62.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 87.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 12.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 37.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 62.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 87.5%
    }
    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 11.11111111%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 22.22222222%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 44.44444444%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 55.55555556%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 77.77777778%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 88.88888889%
    }
    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 10%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 30%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 70%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 90%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 10%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 30%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 70%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 90%
    }
    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 9.09090909%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 18.18181818%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 27.27272727%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 36.36363636%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 45.45454545%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 54.54545455%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 63.63636364%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 72.72727273%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 81.81818182%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 90.90909091%
    }
    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 8.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 41.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 58.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 91.66666667%
    }
    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
        margin-left: 100%
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--newline {
        display: block;
        clear: both !important
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--none {
        display: block;
        clear: none !important;
        float: left
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--hide {
        display: none
    }
}

@media(min-width:769px) and (max-width:1200px) {
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 14.28571429%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 28.57142857%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 42.85714286%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 57.14285714%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 71.42857143%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 85.71428571%
    }
    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 12.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 37.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 62.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 87.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 12.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 37.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 62.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 87.5%
    }
    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 11.11111111%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 22.22222222%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 44.44444444%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 55.55555556%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 77.77777778%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 88.88888889%
    }
    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 10%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 30%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 70%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 90%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 10%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 30%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 70%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 90%
    }
    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 9.09090909%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 18.18181818%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 27.27272727%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 36.36363636%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 45.45454545%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 54.54545455%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 63.63636364%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 72.72727273%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 81.81818182%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 90.90909091%
    }
    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 8.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 41.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 58.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 91.66666667%
    }
    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 14.28571429%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 28.57142857%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 42.85714286%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 57.14285714%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 71.42857143%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 85.71428571%
    }
    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 12.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 37.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 62.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 87.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 12.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 37.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 62.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 87.5%
    }
    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 11.11111111%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 22.22222222%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 44.44444444%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 55.55555556%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 77.77777778%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 88.88888889%
    }
    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 10%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 20%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 30%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 40%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 60%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 70%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 80%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 90%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 10%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 20%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 30%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 40%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 60%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 70%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 80%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 90%
    }
    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 9.09090909%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 18.18181818%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 27.27272727%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 36.36363636%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 45.45454545%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 54.54545455%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 63.63636364%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 72.72727273%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 81.81818182%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 90.90909091%
    }
    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 100%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 25%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 50%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 75%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
        float: left;
        clear: none;
        width: 100%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 8.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 16.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 25%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 33.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 41.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 50%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 58.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 66.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 75%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 83.33333333%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 91.66666667%
    }
    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
        margin-left: 100%
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--newline {
        display: block;
        clear: both !important
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--none {
        display: block;
        clear: none !important;
        float: left
    }
    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--hide {
        display: none
    }
}

.aem-GridShowHidden>.cmp-container>.aem-Grid>.aem-GridColumn {
    display: block !important
}


/*! @bundle version 1.13.16 */

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: italic;
    font-weight: 300
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary-bold.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary-bold.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary-bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 750
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: italic;
    font-weight: 750
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttff) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: "primary";
    src: url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("ttf"), url(clientlib-base/resources/fonts/primary.ttf) format("truetype");
    font-style: italic;
    font-weight: 900
}

@font-face {
    font-family: 'icomoon';
    src: url(clientlib-base/resources/fonts/icomoon.eot);
    src: url(clientlib-base/resources/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/icomoon.ttf) format("truetype"), url(clientlib-base/resources/fonts/icomoon.woff) format("woff"), url(clientlib-base/resources/images/icomoon.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}


/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #7bc148;
    --bs-indigo: #FDBF2C;
    --bs-purple: #FDBF2C;
    --bs-pink: #7bc148;
    --bs-red: #7bc148;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #7bc148;
    --bs-primary-dark: #7bc148;
    --bs-secondary: #7bc148;
    --bs-smoke: #667790;
    --bs-off-white: #fcfcfc;
    --bs-snow: #eff2f7;
    --bs-black: #0e141a;
    --bs-primary-rgb: 123, 193, 72;
    --bs-primary-dark-rgb: 136, 14, 79;
    --bs-secondary-rgb: 0, 62, 179;
    --bs-smoke-rgb: 102, 119, 144;
    --bs-off-white-rgb: 252, 252, 252;
    --bs-snow-rgb: 239, 242, 247;
    --bs-black-rgb: 14, 20, 26;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 14, 20, 26;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

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

@media(prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(14, 20, 26, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {
    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h3,
    .h3 {
        font-size: 0.9rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    text-align: center !important;
    font-size: 0.8rem
}

p {
    margin-top: 0;
    /*margin-bottom: 1rem*/
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: .875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #7bc148;
    text-decoration: underline
}

a:hover {
    color: #a90f48
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #7bc148;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-lg-6 {
        margin-top: 2.5rem;
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-6-b {
        margin-top: 4.5rem;
        flex: 0 0 auto;
        width: 40%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-lg-10-b {
        flex: 0 0 auto;
        margin-left: 15.33333%;
        width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(14, 20, 26, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(14, 20, 26, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(14, 20, 26, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    /*padding: .5rem .5rem;*/
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #f6d0de;
    --bs-table-striped-bg: #eac7d4;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #dfbdca;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #e5c2cf;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #dfbdca
}

.table-secondary {
    --bs-table-bg: #ccd8f0;
    --bs-table-striped-bg: #c3cee5;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #b9c4db;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #bec9e0;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #b9c4db
}

.table-success {
    --bs-table-bg: #d0e6d1;
    --bs-table-striped-bg: #c6dcc8;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #bdd1bf;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #c1d6c3;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #bdd1bf
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e9f1;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #bcdee5;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #c1e3eb;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #bcdee5
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f3e8c4;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #e7ddbb;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #ede2c0;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #e7ddbb
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccdd0;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #e1c4c7;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #e6c8cc;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #e1c4c7
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #eceeef;
    --bs-table-striped-color: #0e141a;
    --bs-table-active-bg: #e1e2e4;
    --bs-table-active-color: #0e141a;
    --bs-table-hover-bg: #e6e8e9;
    --bs-table-hover-color: #0e141a;
    color: #0e141a;
    border-color: #e1e2e4
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type="file"] {
    overflow: hidden
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e989ad;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27%3e%3cpathfill=%27none%27stroke=%27%23343a40%27stroke-linecap=%27round%27stroke-linejoin=%27round%27stroke-width=%272%27d=%27M25l666-6%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #e989ad;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(14, 20, 26, 0.25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type="checkbox"] {
    border-radius: .25em
}

.form-check-input[type="radio"] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #e989ad;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.form-check-input:checked {
    background-color: #7bc148;
    border-color: #7bc148
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27002020%27%3e%3cpathfill=%27none%27stroke=%27%23fff%27stroke-linecap=%27round%27stroke-linejoin=%27round%27stroke-width=%273%27d=%27M610l33l6-6%27/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27-4-488%27%3e%3ccircler=%272%27fill=%27%23fff%27/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #7bc148;
    border-color: #7bc148;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27002020%27%3e%3cpathfill=%27none%27stroke=%27%23fff%27stroke-linecap=%27round%27stroke-linejoin=%27round%27stroke-width=%273%27d=%27M610h8%27/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27-4-488%27%3e%3ccircler=%273%27fill=%27rgba%2814,20,26,0.25%29%27/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27-4-488%27%3e%3ccircler=%273%27fill=%27%23e989ad%27/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27-4-488%27%3e%3ccircler=%273%27fill=%27%23fff%27/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #7bc148;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #f2b8ce
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7bc148;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #f2b8ce
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #14841a
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(20, 132, 26, 0.9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #14841a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%270088%27%3e%3cpathfill=%27%2314841A%27d=%27M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #14841a;
    box-shadow: 0 0 0 .25rem rgba(20, 132, 26, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #14841a
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27%3e%3cpathfill=%27none%27stroke=%27%23343a40%27stroke-linecap=%27round%27stroke-linejoin=%27round%27stroke-width=%272%27d=%27M25l666-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%270088%27%3e%3cpathfill=%27%2314841A%27d=%27M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #14841a;
    box-shadow: 0 0 0 .25rem rgba(20, 132, 26, 0.25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #14841a
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #14841a
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(20, 132, 26, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #14841a
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #7bc148
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #7bc148;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001212%27width=%2712%27height=%2712%27fill=%27none%27stroke=%27%23dc3545%27%3e%3ccirclecx=%276%27cy=%276%27r=%274.5%27/%3e%3cpathstroke-linejoin=%27round%27d=%27M5.83.6h.4L66.5z%27/%3e%3ccirclecx=%276%27cy=%278.2%27r=%27.6%27fill=%27%23dc3545%27stroke=%27none%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #7bc148;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #7bc148
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27%3e%3cpathfill=%27none%27stroke=%27%23343a40%27stroke-linecap=%27round%27stroke-linejoin=%27round%27stroke-width=%272%27d=%27M25l666-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001212%27width=%2712%27height=%2712%27fill=%27none%27stroke=%27%23dc3545%27%3e%3ccirclecx=%276%27cy=%276%27r=%274.5%27/%3e%3cpathstroke-linejoin=%27round%27d=%27M5.83.6h.4L66.5z%27/%3e%3ccirclecx=%276%27cy=%278.2%27r=%27.6%27fill=%27%23dc3545%27stroke=%27none%27/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #7bc148;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #7bc148
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #7bc148
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #7bc148
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-primary:hover {
    color: #fff;
    background-color: #b3104d;
    border-color: #7bc148
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #b3104d;
    border-color: #7bc148;
    box-shadow: 0 0 0 .25rem rgba(218, 54, 115, 0.5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7bc148;
    border-color: #9e0e44
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(218, 54, 115, 0.5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-primary-dark {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-primary-dark:hover {
    color: #fff;
    background-color: #740c43;
    border-color: #6d0b3f
}

.btn-check:focus+.btn-primary-dark,
.btn-primary-dark:focus {
    color: #fff;
    background-color: #740c43;
    border-color: #6d0b3f;
    box-shadow: 0 0 0 .25rem rgba(154, 50, 105, 0.5)
}

.btn-check:checked+.btn-primary-dark,
.btn-check:active+.btn-primary-dark,
.btn-primary-dark:active,
.btn-primary-dark.active,
.show>.btn-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #6d0b3f;
    border-color: #660b3b
}

.btn-check:checked+.btn-primary-dark:focus,
.btn-check:active+.btn-primary-dark:focus,
.btn-primary-dark:active:focus,
.btn-primary-dark.active:focus,
.show>.btn-primary-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(154, 50, 105, 0.5)
}

.btn-primary-dark:disabled,
.btn-primary-dark.disabled {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-secondary {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-secondary:hover {
    color: #fff;
    background-color: #003598;
    border-color: #00328f
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #003598;
    border-color: #00328f;
    box-shadow: 0 0 0 .25rem rgba(38, 91, 190, 0.5)
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00328f;
    border-color: #002f86
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 91, 190, 0.5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-smoke {
    color: #fff;
    background-color: #667790;
    border-color: #667790
}

.btn-smoke:hover {
    color: #fff;
    background-color: #57657a;
    border-color: #525f73
}

.btn-check:focus+.btn-smoke,
.btn-smoke:focus {
    color: #fff;
    background-color: #57657a;
    border-color: #525f73;
    box-shadow: 0 0 0 .25rem rgba(125, 139, 161, 0.5)
}

.btn-check:checked+.btn-smoke,
.btn-check:active+.btn-smoke,
.btn-smoke:active,
.btn-smoke.active,
.show>.btn-smoke.dropdown-toggle {
    color: #fff;
    background-color: #525f73;
    border-color: #4d596c
}

.btn-check:checked+.btn-smoke:focus,
.btn-check:active+.btn-smoke:focus,
.btn-smoke:active:focus,
.btn-smoke.active:focus,
.show>.btn-smoke.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(125, 139, 161, 0.5)
}

.btn-smoke:disabled,
.btn-smoke.disabled {
    color: #fff;
    background-color: #667790;
    border-color: #667790
}

.btn-off-white {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-off-white:hover {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-check:focus+.btn-off-white,
.btn-off-white:focus {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    box-shadow: 0 0 0 .25rem rgba(216, 217, 218, 0.5)
}

.btn-check:checked+.btn-off-white,
.btn-check:active+.btn-off-white,
.btn-off-white:active,
.btn-off-white.active,
.show>.btn-off-white.dropdown-toggle {
    color: #0e141a;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.btn-check:checked+.btn-off-white:focus,
.btn-check:active+.btn-off-white:focus,
.btn-off-white:active:focus,
.btn-off-white.active:focus,
.show>.btn-off-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(216, 217, 218, 0.5)
}

.btn-off-white:disabled,
.btn-off-white.disabled {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-snow {
    color: #0e141a;
    background-color: #eff2f7;
    border-color: #eff2f7
}

.btn-snow:hover {
    color: #0e141a;
    background-color: #f1f4f8;
    border-color: #f1f3f8
}

.btn-check:focus+.btn-snow,
.btn-snow:focus {
    color: #0e141a;
    background-color: #f1f4f8;
    border-color: #f1f3f8;
    box-shadow: 0 0 0 .25rem rgba(205, 209, 214, 0.5)
}

.btn-check:checked+.btn-snow,
.btn-check:active+.btn-snow,
.btn-snow:active,
.btn-snow.active,
.show>.btn-snow.dropdown-toggle {
    color: #0e141a;
    background-color: #f2f5f9;
    border-color: #f1f3f8
}

.btn-check:checked+.btn-snow:focus,
.btn-check:active+.btn-snow:focus,
.btn-snow:active:focus,
.btn-snow.active:focus,
.show>.btn-snow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(205, 209, 214, 0.5)
}

.btn-snow:disabled,
.btn-snow.disabled {
    color: #0e141a;
    background-color: #eff2f7;
    border-color: #eff2f7
}

.btn-black {
    color: #fff;
    background-color: #0e141a;
    border-color: #0e141a
}

.btn-black:hover {
    color: #fff;
    background-color: #0c1116;
    border-color: #0b1015
}

.btn-check:focus+.btn-black,
.btn-black:focus {
    color: #fff;
    background-color: #0c1116;
    border-color: #0b1015;
    box-shadow: 0 0 0 .25rem rgba(50, 55, 60, 0.5)
}

.btn-check:checked+.btn-black,
.btn-check:active+.btn-black,
.btn-black:active,
.btn-black.active,
.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #0b1015;
    border-color: #0b0f14
}

.btn-check:checked+.btn-black:focus,
.btn-check:active+.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(50, 55, 60, 0.5)
}

.btn-black:disabled,
.btn-black.disabled {
    color: #fff;
    background-color: #0e141a;
    border-color: #0e141a
}

.btn-outline-primary {
    color: #7bc148;
    border-color: #7bc148
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.5)
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #7bc148;
    background-color: transparent
}

.btn-outline-primary-dark {
    color: #7bc148;
    border-color: #7bc148
}

.btn-outline-primary-dark:hover {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:focus+.btn-outline-primary-dark,
.btn-outline-primary-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(136, 14, 79, 0.5)
}

.btn-check:checked+.btn-outline-primary-dark,
.btn-check:active+.btn-outline-primary-dark,
.btn-outline-primary-dark:active,
.btn-outline-primary-dark.active,
.btn-outline-primary-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:checked+.btn-outline-primary-dark:focus,
.btn-check:active+.btn-outline-primary-dark:focus,
.btn-outline-primary-dark:active:focus,
.btn-outline-primary-dark.active:focus,
.btn-outline-primary-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(136, 14, 79, 0.5)
}

.btn-outline-primary-dark:disabled,
.btn-outline-primary-dark.disabled {
    color: #7bc148;
    background-color: transparent
}

.btn-outline-secondary {
    color: #7bc148;
    border-color: #7bc148
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 62, 179, 0.5)
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 62, 179, 0.5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #7bc148;
    background-color: transparent
}

.btn-outline-smoke {
    color: #667790;
    border-color: #667790
}

.btn-outline-smoke:hover {
    color: #fff;
    background-color: #667790;
    border-color: #667790
}

.btn-check:focus+.btn-outline-smoke,
.btn-outline-smoke:focus {
    box-shadow: 0 0 0 .25rem rgba(102, 119, 144, 0.5)
}

.btn-check:checked+.btn-outline-smoke,
.btn-check:active+.btn-outline-smoke,
.btn-outline-smoke:active,
.btn-outline-smoke.active,
.btn-outline-smoke.dropdown-toggle.show {
    color: #fff;
    background-color: #667790;
    border-color: #667790
}

.btn-check:checked+.btn-outline-smoke:focus,
.btn-check:active+.btn-outline-smoke:focus,
.btn-outline-smoke:active:focus,
.btn-outline-smoke.active:focus,
.btn-outline-smoke.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(102, 119, 144, 0.5)
}

.btn-outline-smoke:disabled,
.btn-outline-smoke.disabled {
    color: #667790;
    background-color: transparent
}

.btn-outline-off-white {
    color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-outline-off-white:hover {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-check:focus+.btn-outline-off-white,
.btn-outline-off-white:focus {
    box-shadow: 0 0 0 .25rem rgba(252, 252, 252, 0.5)
}

.btn-check:checked+.btn-outline-off-white,
.btn-check:active+.btn-outline-off-white,
.btn-outline-off-white:active,
.btn-outline-off-white.active,
.btn-outline-off-white.dropdown-toggle.show {
    color: #0e141a;
    background-color: #fcfcfc;
    border-color: #fcfcfc
}

.btn-check:checked+.btn-outline-off-white:focus,
.btn-check:active+.btn-outline-off-white:focus,
.btn-outline-off-white:active:focus,
.btn-outline-off-white.active:focus,
.btn-outline-off-white.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(252, 252, 252, 0.5)
}

.btn-outline-off-white:disabled,
.btn-outline-off-white.disabled {
    color: #fcfcfc;
    background-color: transparent
}

.btn-outline-snow {
    color: #eff2f7;
    border-color: #eff2f7
}

.btn-outline-snow:hover {
    color: #0e141a;
    background-color: #eff2f7;
    border-color: #eff2f7
}

.btn-check:focus+.btn-outline-snow,
.btn-outline-snow:focus {
    box-shadow: 0 0 0 .25rem rgba(239, 242, 247, 0.5)
}

.btn-check:checked+.btn-outline-snow,
.btn-check:active+.btn-outline-snow,
.btn-outline-snow:active,
.btn-outline-snow.active,
.btn-outline-snow.dropdown-toggle.show {
    color: #0e141a;
    background-color: #eff2f7;
    border-color: #eff2f7
}

.btn-check:checked+.btn-outline-snow:focus,
.btn-check:active+.btn-outline-snow:focus,
.btn-outline-snow:active:focus,
.btn-outline-snow.active:focus,
.btn-outline-snow.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(239, 242, 247, 0.5)
}

.btn-outline-snow:disabled,
.btn-outline-snow.disabled {
    color: #eff2f7;
    background-color: transparent
}

.btn-outline-black {
    color: #0e141a;
    border-color: #0e141a
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #0e141a;
    border-color: #0e141a
}

.btn-check:focus+.btn-outline-black,
.btn-outline-black:focus {
    box-shadow: 0 0 0 .25rem rgba(14, 20, 26, 0.5)
}

.btn-check:checked+.btn-outline-black,
.btn-check:active+.btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
    color: #fff;
    background-color: #0e141a;
    border-color: #0e141a
}

.btn-check:checked+.btn-outline-black:focus,
.btn-check:active+.btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(14, 20, 26, 0.5)
}

.btn-outline-black:disabled,
.btn-outline-black.disabled {
    color: #0e141a;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #7bc148;
    text-decoration: underline
}

.btn-link:hover {
    color: #7bc148
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14, 20, 26, 0.15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(14, 20, 26, 0.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7bc148
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(14, 20, 26, 0.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #7bc148
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(14, 20, 26, 0.15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #7bc148;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #a90f48
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7bc148
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(14, 20, 26, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(14, 20, 26, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(14, 20, 26, 0.55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(14, 20, 26, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(14, 20, 26, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(14, 20, 26, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(14, 20, 26, 0.55);
    border-color: rgba(14, 20, 26, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27003030%27%3e%3cpathstroke=%27rgba%2814,20,26,0.55%29%27stroke-linecap=%27round%27stroke-miterlimit=%2710%27stroke-width=%272%27d=%27M47h22M415h22M423h22%27/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(14, 20, 26, 0.55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(14, 20, 26, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27003030%27%3e%3cpathstroke=%27rgba%28255,255,255,0.55%29%27stroke-linecap=%27round%27stroke-miterlimit=%2710%27stroke-width=%272%27d=%27M47h22M415h22M423h22%27/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(14, 20, 26, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(14, 20, 26, 0.03);
    border-bottom: 1px solid rgba(14, 20, 26, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(14, 20, 26, 0.03);
    border-top: 1px solid rgba(14, 20, 26, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #be1151;
    background-color: #fbe7ef;
    box-shadow: inset 0 -1px 0 rgba(14, 20, 26, 0.125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27fill=%27%23be1151%27%3e%3cpathfill-rule=%27evenodd%27d=%27M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z%27/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27fill=%27%23212529%27%3e%3cpathfill-rule=%27evenodd%27d=%27M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e989ad;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(14, 20, 26, 0.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #7bc148;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #a90f48;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #a90f48;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #7f0b36;
    background-color: #f6d0de;
    border-color: #f2b8ce
}

.alert-primary .alert-link {
    color: #66092b
}

.alert-primary-dark {
    color: #52082f;
    background-color: #e7cfdc;
    border-color: #dbb7ca
}

.alert-primary-dark .alert-link {
    color: #420626
}

.alert-secondary {
    color: #00256b;
    background-color: #ccd8f0;
    border-color: #b3c5e8
}

.alert-secondary .alert-link {
    color: #001e56
}

.alert-smoke {
    color: #3d4756;
    background-color: #e0e4e9;
    border-color: #d1d6de
}

.alert-smoke .alert-link {
    color: #313945
}

.alert-off-white {
    color: #6d7174;
    background-color: #fefefe;
    border-color: #fefefe
}

.alert-off-white .alert-link {
    color: #575a5d
}

.alert-snow {
    color: #686d72;
    background-color: #fcfcfd;
    border-color: #fafbfd
}

.alert-snow .alert-link {
    color: #53575b
}

.alert-black {
    color: #080c10;
    background-color: #cfd0d1;
    border-color: #b7b9ba
}

.alert-black .alert-link {
    color: #060a0d
}

@keyframes progress-bar-stripes {
    0 {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #7bc148;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(14, 20, 26, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7bc148;
    border-color: #7bc148
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #7f0b36;
    background-color: #f6d0de
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #7f0b36;
    background-color: #ddbbc8
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7f0b36;
    border-color: #7f0b36
}

.list-group-item-primary-dark {
    color: #52082f;
    background-color: #e7cfdc
}

.list-group-item-primary-dark.list-group-item-action:hover,
.list-group-item-primary-dark.list-group-item-action:focus {
    color: #52082f;
    background-color: #d0bac6
}

.list-group-item-primary-dark.list-group-item-action.active {
    color: #fff;
    background-color: #52082f;
    border-color: #52082f
}

.list-group-item-secondary {
    color: #00256b;
    background-color: #ccd8f0
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #00256b;
    background-color: #b8c2d8
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #00256b;
    border-color: #00256b
}

.list-group-item-smoke {
    color: #3d4756;
    background-color: #e0e4e9
}

.list-group-item-smoke.list-group-item-action:hover,
.list-group-item-smoke.list-group-item-action:focus {
    color: #3d4756;
    background-color: #cacdd2
}

.list-group-item-smoke.list-group-item-action.active {
    color: #fff;
    background-color: #3d4756;
    border-color: #3d4756
}

.list-group-item-off-white {
    color: #6d7174;
    background-color: #fefefe
}

.list-group-item-off-white.list-group-item-action:hover,
.list-group-item-off-white.list-group-item-action:focus {
    color: #6d7174;
    background-color: #e5e5e5
}

.list-group-item-off-white.list-group-item-action.active {
    color: #fff;
    background-color: #6d7174;
    border-color: #6d7174
}

.list-group-item-snow {
    color: #686d72;
    background-color: #fcfcfd
}

.list-group-item-snow.list-group-item-action:hover,
.list-group-item-snow.list-group-item-action:focus {
    color: #686d72;
    background-color: #e3e3e4
}

.list-group-item-snow.list-group-item-action.active {
    color: #fff;
    background-color: #686d72;
    border-color: #686d72
}

.list-group-item-black {
    color: #080c10;
    background-color: #cfd0d1
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
    color: #080c10;
    background-color: #babbbc
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #080c10;
    border-color: #080c10
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #0e141a;
    background: transparent url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27fill=%27%230E141A%27%3e%3cpathd=%27M.293.293a110011.4140L86.58614.293.293a110111.4141.414L9.4148l6.2936.293a11001-1.4141.414L89.414l-6.2936.293a11001-1.414-1.414L6.5868.2931.707a110010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #0e141a;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(123, 193, 72, 0.25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(14, 20, 26, 0.1);
    box-shadow: 0 .5rem 1rem rgba(14, 20, 26, 0.15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(14, 20, 26, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14, 20, 26, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #0e141a
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #0e141a
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #0e141a
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #0e141a
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #0e141a
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #0e141a;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14, 20, 26, 0.2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(14, 20, 26, 0.25)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(14, 20, 26, 0.25)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(14, 20, 26, 0.25)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(14, 20, 26, 0.25)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(14, 20, 26, 0.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0 .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27fill=%27%23fff%27%3e%3cpathd=%27M11.3541.646a.5.50010.708L5.7078l5.6475.646a.5.5001-.708.708l-6-6a.5.50010-.708l6-6a.5.5001.7080z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns=%27http://www.w3.org/2000/svg%27viewBox=%27001616%27fill=%27%23fff%27%3e%3cpathd=%27M4.6461.646a.5.5001.7080l66a.5.50010.708l-66a.5.5001-.708-.708L10.29384.6462.354a.5.50010-.708z%27/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0e141a
}

.carousel-dark .carousel-caption {
    color: #0e141a
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0 {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0e141a
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(14, 20, 26, 0.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(14, 20, 26, 0.2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(14, 20, 26, 0.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(14, 20, 26, 0.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #0e141a 55%, rgba(0, 0, 0, 0.8) 75%, #0e141a 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #7bc148
}

.link-primary:hover,
.link-primary:focus {
    color: #7bc148
}

.link-primary-dark {
    color: #7bc148
}

.link-primary-dark:hover,
.link-primary-dark:focus {
    color: #6d0b3f
}

.link-secondary {
    color: #7bc148
}

.link-secondary:hover,
.link-secondary:focus {
    color: #00328f
}

.link-smoke {
    color: #667790
}

.link-smoke:hover,
.link-smoke:focus {
    color: #525f73
}

.link-off-white {
    color: #fcfcfc
}

.link-off-white:hover,
.link-off-white:focus {
    color: #fdfdfd
}

.link-snow {
    color: #eff2f7
}

.link-snow:hover,
.link-snow:focus {
    color: #f2f5f9
}

.link-black {
    color: #0e141a
}

.link-black:hover,
.link-black:focus {
    color: #0b1015
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(14, 20, 26, 0.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(14, 20, 26, 0.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(14, 20, 26, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #7bc148 !important
}

.border-primary-dark {
    border-color: #7bc148 !important
}

.border-secondary {
    border-color: #7bc148 !important
}

.border-smoke {
    border-color: #667790 !important
}

.border-off-white {
    border-color: #fcfcfc !important
}

.border-snow {
    border-color: #eff2f7 !important
}

.border-black {
    border-color: #0e141a !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-70 {
    width: 70% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    margin-top: 20.0rem;
    width: 100% !important
}

.w-101 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    margin-top: 10px;
    margin-bottom: -10px;
    height: 60% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-primary-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-dark-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-smoke,
.section-numbers .numbers-row .numbers-item .body span.light,
.section-numbers .numbers-row .numbers-item span.light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-smoke-rgb), var(--bs-text-opacity)) !important
}

.text-off-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-off-white-rgb), var(--bs-text-opacity)) !important
}

.text-snow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-snow-rgb), var(--bs-text-opacity)) !important
}

.text-black,
.section-numbers .numbers-row .numbers-item .body span {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body,
.badge,
.section-footer .footer-row .footer-title,
.section-footer .footer-row ul li a,
.section-footer .footer-row ul li button,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .subtitle,
.section-numbers .numbers-row .numbers-item .value-container .badge,
.section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.pull-quote {
    background-color: #fff6e1;
    border-left: 5px solid #7bc148;
    padding: 10px;
    /*border-radius: 0px 15px 0px 15px;*/
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(14, 20, 26, 0.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-smoke {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-smoke-rgb), var(--bs-bg-opacity)) !important
}

.bg-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-snow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-snow-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }
    .float-xxl-end {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: .25rem !important
    }
    .gap-xxl-2 {
        gap: .5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 3rem !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .5rem !important
    }
    .me-xxl-3 {
        margin-right: 1rem !important
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important
    }
    .me-xxl-5 {
        margin-right: 3rem !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .5rem !important
    }
    .ms-xxl-3 {
        margin-left: 1rem !important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-left: 3rem !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .5rem !important
    }
    .pe-xxl-3 {
        padding-right: 1rem !important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
    .text-xxl-start {
        text-align: left !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

.author .section-hero .hero,
.author .section-value,
.author .section-immersive-video,
.author .section-frame {
    height: 900px !important;
    min-height: 900px !important;
    max-height: 900px !important
}

.author .wave-container .wave-swirl_foreground,
.author .wave-container .wave-swirl_background {
    display: none
}

.author .section-timeline .pin-spacer,
.author .section-timeline .section-timeline-container {
    height: 900px !important;
    min-height: 900px !important;
    max-height: 900px !important
}

.author .section-value .text-container,
.author .section-value .value-container {
    height: 900px !important;
    min-height: 900px !important;
    max-height: 900px !important
}

.author .section-value .value-system {
    opacity: 1 !important
}

.author .section-animated-text .line-by-line-text,
.author .section-animated-text .fade-in-block {
    opacity: 1 !important
}

.author .stakeholders .stakeholder-wrapper {
    opacity: 1 !important
}

.author .stakeholders .stakeholder-wrapper .stakeholder {
    opacity: 1 !important
}

.author .section-hero .stakeholders,
.author .section-hero .circle-text {
    height: 900px !important;
    max-height: 900px !important;
    max-width: 900px !important
}

.author .section-text-quote {
    height: 900px !important;
    min-height: 900px !important;
    max-height: 900px !important
}

.author .section-text-quote .portrait {
    opacity: 1 !important
}

.author .section-text-image.only-text {
    min-height: unset
}

.table {
    margin-bottom: 0
}

.title-global,
.subtitle-global,
.section-cards .text-container .section-cards-links .card-content .title-card,
.body-global,
.section-list li,
.section-infographic-text .content-wrapper .section-text ul li,
.section-project-box .text-container .section-text-content ul li,
.section-infographic-text .content-wrapper .section-text,
.section-infographic-text .content-wrapper .section-text p,
.section-project-box .text-container .section-text-content p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.text-heading-h1,
.section-ordered-list .list-group .list-item .number-container .number,
.text-heading-h2,
.text-heading-h3,
.section-numbers .numbers-row .numbers-item span.value,
.section-numbers .numbers-row .numbers-item span.big,
.text-heading-h4,
header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button,
header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before,
.text-heading-h5,
.text-heading-h6,
.section-numbers .numbers-row .numbers-item span.medium,
.section-ordered-list .list-group .list-item .value-container .title,
.text-body-xs,
.section-footer .footer-row .footer-legal,
.text-body-s,
.section-json-table table tr td.small,
.section-json-table table tr th.small,
.section-json-text .text-note,
.text-body,
.badge,
.section-footer .footer-row .footer-title,
.section-footer .footer-row ul li a,
.section-footer .footer-row ul li button,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .subtitle,
.section-numbers .numbers-row .numbers-item .value-container .badge,
.section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link,
.text-body-m,
.section-cards .text-container .section-cards-links .card-content .card-badge,
.text-body-l,
.section-table .custom-table .table-body,
.section-table .custom-table .table-body .table-row.accordion-item .accordion-button,
.section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button,
.section-json-table table .table-row td,
.section-json-table table .table-row th,
.section-json-table table .table-header-row td,
.section-json-table table .table-header-row th,
.text-body-xl,
.stakeholders-filter,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .title,
.section-numbers .numbers-row .numbers-item span.small,
.section-ordered-list .list-group .list-item .value-container .text,
.section-ordered-list .list-group .list-item .value-container a span,
.section-trend .trend-container .icon-set .icon,
.section-table .custom-table .table-header,
.section-json-table table .table-header td,
.section-json-table table .table-header th,
.text-body-xxl,
.section-infographic-title .section-contain .section-title .icon i,
.section-infographic-title .section-contain .section-title .text-container,
.section-accordion .accordion-container .accordion .accordion-button .section-title .icon i,
.section-accordion .accordion-container .accordion .accordion-button .section-title .text-container,
.text-cta {
    font-family: "primary";
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0
}

.title-global.bold,
.subtitle-global.bold,
.section-cards .text-container .section-cards-links .card-content .bold.title-card,
.body-global.bold,
.section-list li.bold,
.section-infographic-text .content-wrapper .section-text ul li.bold,
.section-project-box .text-container .section-text-content ul li.bold,
.section-infographic-text .content-wrapper .bold.section-text,
.section-infographic-text .content-wrapper .section-text p.bold,
.section-project-box .text-container .section-text-content p.bold,
h1.bold,
.bold.h1,
h2.bold,
.bold.h2,
h3.bold,
.bold.h3,
h4.bold,
.bold.h4,
h5.bold,
.bold.h5,
h6.bold,
.bold.h6,
.text-heading-h1.bold,
.section-ordered-list .list-group .list-item .number-container .bold.number,
.text-heading-h2.bold,
.text-heading-h3.bold,
.section-numbers .numbers-row .numbers-item span.bold.value,
.section-numbers .numbers-row .numbers-item span.bold.big,
.text-heading-h4.bold,
header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button.bold,
header .main-nav .menu-overlay .page-selection>[role="menu"]>.bold[role="menuitem"]:before,
.text-heading-h5.bold,
.text-heading-h6.bold,
.section-numbers .numbers-row .numbers-item span.bold.medium,
.section-ordered-list .list-group .list-item .value-container .bold.title,
.text-body-xs.bold,
.section-footer .footer-row .bold.footer-legal,
.text-body-s.bold,
.section-json-table table tr td.bold.small,
.section-json-table table tr th.bold.small,
.section-json-text .bold.text-note,
.text-body.bold,
.bold.badge,
.section-footer .footer-row .bold.footer-title,
.section-footer .footer-row ul li a.bold,
.section-footer .footer-row ul li button.bold,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .bold.subtitle,
.section-numbers .numbers-row .numbers-item .value-container .bold.badge,
.section-tab-nav .tab-nav-container .tab-nav .nav-content li .bold.tab-link,
.text-body-m.bold,
.section-cards .text-container .section-cards-links .card-content .bold.card-badge,
.text-body-l.bold,
.section-table .custom-table .bold.table-body,
.section-table .custom-table .table-body .table-row.accordion-item .bold.accordion-button,
.section-table .custom-table .table-body .table-header-row.accordion-item .bold.accordion-button,
.section-json-table table .table-row td.bold,
.section-json-table table .table-row th.bold,
.section-json-table table .table-header-row td.bold,
.section-json-table table .table-header-row th.bold,
.text-body-xl.bold,
.bold.stakeholders-filter,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .bold.title,
.section-numbers .numbers-row .numbers-item span.bold.small,
.section-ordered-list .list-group .list-item .value-container .bold.text,
.section-ordered-list .list-group .list-item .value-container a span.bold,
.section-trend .trend-container .icon-set .bold.icon,
.section-table .custom-table .bold.table-header,
.section-json-table table .table-header td.bold,
.section-json-table table .table-header th.bold,
.text-body-xxl.bold,
.section-infographic-title .section-contain .section-title .icon i.bold,
.section-infographic-title .section-contain .section-title .bold.text-container,
.section-accordion .accordion-container .accordion .accordion-button .section-title .icon i.bold,
.section-accordion .accordion-container .accordion .accordion-button .section-title .bold.text-container,
.text-cta.bold {
    font-weight: bold
}

.text-heading-h1,
.section-ordered-list .list-group .list-item .number-container .number {
    font-size: 8.33em;
    line-height: 1;
    margin-bottom: 48px
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h1,
    .section-ordered-list .list-group .list-item .number-container .number {
        font-size: 8.33vw;
        line-height: 8.33vw
    }
}


/*start timeline*/

/*.ps-timeline-sec {
    position: relative;
    margin-left:-100px;
    background: #fff;
}*/

.ps-timeline-sec .container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #7bc148;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
        background: #7bc148;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #7bc148;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-family: 'primary';
    }
    .ps-font {
        font-size: 0.7vw !important;
        line-height: 1.4 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
}

.ps-timeline-sec .container ol:before {
    background: #7bc148;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol:after {
    background: #7bc148;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 390px 0;
    padding: 0;
    border-top: 2px solid #7bc148;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 16.66%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #7bc148;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #FDBF2C;
    font-size: 1.5em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    font-family: 'primary';
    padding-top: 10px;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #7bc148;
    width: 2px;
    height: 50px;
    background: #7bc148;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #7bc148;
    width: 8px;
    height: 8px;
    background: #7bc148;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #7bc148;
    width: 2px;
    height: 50px;
    background: #7bc148;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #7bc148;
    width: 8px;
    height: 8px;
    background: #7bc148;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: 'primary';
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}


/*end timeline*/

.text-heading-h2 {
    font-size: 2.67em;
    font-weight: 700;
    color: #7bc148;
    line-height: 1
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h2 {
        font-size: 3.67vw;
        line-height: 6.94vw
    }
}

.text-heading-h3,
.section-numbers .numbers-row .numbers-item span.value,
.section-numbers .numbers-row .numbers-item span.big {
    font-size: 5.28em;
    line-height: 1.1
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h3,
    .section-numbers .numbers-row .numbers-item span.value,
    .section-numbers .numbers-row .numbers-item span.big {
        font-size: 4.28vw;
        line-height: 5.56vw
    }
}

.text-heading-h4,
header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button,
header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before {
    font-size: 2.17em;
    line-height: 1.2
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h4,
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button,
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before {
        font-size: 4.17vw;
        line-height: 5vw
    }
}

.text-heading-h5 {
    font-size: 3.33em;
    line-height: 1.2
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h5 {
        font-size: 3.33vw;
        line-height: 3.89vw
    }
}

.text-heading-h6,
.section-numbers .numbers-row .numbers-item span.medium,
.section-ordered-list .list-group .list-item .value-container .title {
    font-size: 2.58em;
    line-height: 1.2
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-heading-h6,
    .section-numbers .numbers-row .numbers-item span.medium,
    .section-ordered-list .list-group .list-item .value-container .title {
        font-size: 2.58vw;
        line-height: 3.33vw
    }
}

.text-body-xs,
.section-footer .footer-row .footer-legal {
    font-size: .83em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-xs,
    .section-footer .footer-row .footer-legal {
        font-size: .83vw;
        line-height: 1.11vw
    }
}

.text-body-s,
.section-json-table table tr td.small,
.section-json-table table tr th.small,
.section-json-text .text-note {
    font-size: .97em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-s,
    .section-json-table table tr td.small,
    .section-json-table table tr th.small,
    .section-json-text .text-note {
        font-size: .97vw;
        line-height: 1.37vw
    }
}

.text-body,
.badge,
.section-footer .footer-row .footer-title,
.section-footer .footer-row ul li a,
.section-footer .footer-row ul li button,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .subtitle,
.section-numbers .numbers-row .numbers-item .value-container .badge,
.section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link {
    font-size: 1.0em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body,
    .badge,
    .section-footer .footer-row .footer-title,
    .section-footer .footer-row ul li a,
    .section-footer .footer-row ul li button,
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .subtitle,
    .section-numbers .numbers-row .numbers-item .value-container .badge,
    .section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link {
        font-size: 1.0vw;
        line-height: 1.0vw
    }
}

.text-body-m,
.section-cards .text-container .section-cards-links .card-content .card-badge {
    font-size: 1.0em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-m,
    .section-cards .text-container .section-cards-links .card-content .card-badge {
        font-size: 1.0vw;
        line-height: 1.0vw
    }
}

.text-body-l,
.section-table .custom-table .table-body,
.section-table .custom-table .table-body .table-row.accordion-item .accordion-button,
.section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button,
.section-json-table table .table-row td,
.section-json-table table .table-row th,
.section-json-table table .table-header-row td,
.section-json-table table .table-header-row th {
    font-size: 0.79em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-l,
    .section-table .custom-table .table-body,
    .section-table .custom-table .table-body .table-row.accordion-item .accordion-button,
    .section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button,
    .section-json-table table .table-row td,
    .section-json-table table .table-row th,
    .section-json-table table .table-header-row td,
    .section-json-table table .table-header-row th {
        font-size: 1.0vw;
        line-height: 1.0vw
    }
}

.text-body-xl,
.stakeholders-filter,
.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .title,
.section-numbers .numbers-row .numbers-item span.small,
.section-ordered-list .list-group .list-item .value-container .text,
.section-ordered-list .list-group .list-item .value-container a span,
.section-trend .trend-container .icon-set .icon,
.section-table .custom-table .table-header,
.section-json-table table .table-header td,
.section-json-table table .table-header th {
    font-size: 1.0em;
    line-height: 1.0
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-xl,
    .stakeholders-filter,
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container .title,
    .section-numbers .numbers-row .numbers-item span.small,
    .section-ordered-list .list-group .list-item .value-container .text,
    .section-ordered-list .list-group .list-item .value-container a span,
    .section-trend .trend-container .icon-set .icon,
    .section-table .custom-table .table-header,
    .section-json-table table .table-header td,
    .section-json-table table .table-header th {
        font-size: 1.0vw;
        line-height: 1.4vw
    }
}

.text-body-xxl,
.section-infographic-title .section-contain .section-title .icon i,
.section-infographic-title .section-contain .section-title .text-container,
.section-accordion .accordion-container .accordion .accordion-button .section-title .icon i,
.section-accordion .accordion-container .accordion .accordion-button .section-title .text-container {
    font-size: 2.22em;
    line-height: 1.3
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-body-xxl,
    .section-infographic-title .section-contain .section-title .icon i,
    .section-infographic-title .section-contain .section-title .text-container,
    .section-accordion .accordion-container .accordion .accordion-button .section-title .icon i,
    .section-accordion .accordion-container .accordion .accordion-button .section-title .text-container {
        font-size: 1.2vw;
        line-height: 1.0vw
    }
}

.text-cta {
    font-size: 1.25em;
    line-height: 1.2
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .text-cta {
        font-size: 1.0vw;
        line-height: 1.37vw
    }
}

.title-global {
    font-size: 3.33em;
    line-height: 1.2;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:576px) {
    .title-global {
        font-size: 4.17em;
        line-height: 1.2
    }
}

@media only screen and (min-width:768px) {
    .title-global {
        font-size: 4.28em;
        line-height: 1.1
    }
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    .title-global {
        font-size: 4.33vw;
        /*line-height: 6vw*/
    }
}

@media only screen and (min-width:1400px) {
    .title-global {
        font-size: 3.2rem;
        line-height: 1.23
    }
}

.subtitle-global,
.section-cards .text-container .section-cards-links .card-content .title-card {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 2rem
}

.numbers-margin {
    margin-top: 2.5rem;
    margin-bottom: -6.5rem;
}

@media only screen and (min-width:576px) {
    .subtitle-global,
    .section-cards .text-container .section-cards-links .card-content .title-card {
        font-size: 1.0em;
        line-height: 1.3
    }
}

@media only screen and (min-width:768px) {
    .subtitle-global,
    .section-cards .text-container .section-cards-links .card-content .title-card {
        font-size: 1.0em;
        line-height: 1.3
    }
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    .subtitle-global,
    .section-cards .text-container .section-cards-links .card-content .title-card {
        font-size: 1.0vw;
        line-height: 1.3vw
    }
}

@media only screen and (min-width:1400px) {
    .subtitle-global,
    .section-cards .text-container .section-cards-links .card-content .title-card {
        font-size: 1.0rem;
        line-height: 1.4
    }
}

.body-global,
.section-list li,
.section-infographic-text .content-wrapper .section-text ul li,
.section-project-box .text-container .section-text-content ul li,
.section-infographic-text .content-wrapper .section-text,
.section-infographic-text .content-wrapper .section-text p,
.section-project-box .text-container .section-text-content p,
.body-global p,
.section-list li p,
.section-project-box .text-container .section-text-content ul li p,
.section-infographic-text .content-wrapper .section-text p,
.section-project-box .text-container .section-text-content p p {
    font-size: 1.0em;
    line-height: 1.3
}

.columns {
    column-count: 2;
    column-gap: 100px
}

.columns-3 {
    column-count: 3;
    column-gap: 80px
}

@media only screen and (min-width:576px) {
    .body-global,
    .section-list li,
    .section-infographic-text .content-wrapper .section-text ul li,
    .section-project-box .text-container .section-text-content ul li,
    .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p,
    .body-global p,
    .section-list li p,
    .section-project-box .text-container .section-text-content ul li p,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p p {
        font-size: 1.0em;
        text-align: justify;
        line-height: 1.3
    }
}

@media only screen and (min-width:768px) {
    .body-global,
    .section-list li,
    .section-infographic-text .content-wrapper .section-text ul li,
    .section-project-box .text-container .section-text-content ul li,
    .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p,
    .body-global p,
    .section-list li p,
    .section-project-box .text-container .section-text-content ul li p,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p p {
        font-size: 1.0em;
        text-align: justify;
        line-height: 1.3
    }
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    .body-global,
    .section-list li,
    .section-infographic-text .content-wrapper .section-text ul li,
    .section-project-box .text-container .section-text-content ul li,
    .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p,
    .body-global p,
    .section-list li p,
    .section-project-box .text-container .section-text-content ul li p,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p p {
        font-size: 1.0vw;
        text-align: justify;
        line-height: 1.3vw
    }
}

@media only screen and (min-width:1400px) {
    .body-global,
    .section-list li,
    .section-infographic-text .content-wrapper .section-text ul li,
    .section-project-box .text-container .section-text-content ul li,
    .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p,
    .body-global p,
    .section-list li p,
    .section-project-box .text-container .section-text-content ul li p,
    .section-infographic-text .content-wrapper .section-text p,
    .section-project-box .text-container .section-text-content p p {
        font-size: 1.0rem;
        text-align: justify;
        line-height: 1.3
    }
}

.section-list,
.section-infographic-text .content-wrapper .section-text ul,
.section-project-box .text-container .section-text-content ul {
    list-style-type: none;
    padding-left: 2.25rem
}

.section-list li,
.section-infographic-text .content-wrapper .section-text ul li,
.section-project-box .text-container .section-text-content ul li {
    margin-bottom: 2rem
}

.section-list li:before,
.section-infographic-text .content-wrapper .section-text ul li:before,
.section-project-box .text-container .section-text-content ul li:before {
    float: left;
    margin: .4rem 0 0 -1.5rem;
    font-size: 2rem;
    line-height: 1.5rem;
    content: "•"
}

@media only screen and (max-width:992px) {
    .section-list li:before,
    .section-infographic-text .content-wrapper .section-text ul li:before,
    .section-project-box .text-container .section-text-content ul li:before {
        margin: .1rem 0 0 -1.5rem
    }
}

#consent_blackbar {
    position: relative
}

#truste-consent-track {
    z-index: 9999 !important
}

.hide-scroll,
header .main-nav .menu-overlay .report-type {
    -ms-overflow-style: none
}

.hide-scroll::-webkit-scrollbar,
header .main-nav .menu-overlay .report-type::-webkit-scrollbar {
    display: none
}

main {
    transition: ease-in-out .3s
}

main:not(.homepage) {
    padding-top: 64px
}

main:not(.homepage).choose-language-visible {
    padding-top: calc(2.25rem + 50px)
}

@media all and (max-width:768px) {
    main:not(.homepage).choose-language-visible {
        padding-top: calc(3.25rem + 50px)
    }
}

@media all and (max-width:992px) {
    main.homepage {
        overflow-x: hidden
    }
}

main.timeline {
    padding-top: 0 !important;
    transition: none
}

.overflow-hidden {
    overflow: hidden !important
}

.background-primary {
    background-color: #7bc148 !important
}

.text-primary {
    color: #7bc148 !important
}

.background-primary-dark {
    background-color: #7bc148 !important
}

.text-primary-dark {
    color: #7bc148 !important
}

.background-secondary {
    background-color: #7bc148 !important
}

.text-secondary {
    color: #7bc148 !important
}

.background-smoke {
    background-color: #667790 !important
}

.text-smoke,
.section-numbers .numbers-row .numbers-item .body span.light,
.section-numbers .numbers-row .numbers-item span.light {
    color: #667790 !important
}

.background-off-white {
    background-color: #fcfcfc !important
}

.text-off-white {
    color: #fcfcfc !important
}

.background-snow {
    background-color: #eff2f7 !important
}

.text-snow {
    color: #eff2f7 !important
}

.background-black {
    background-color: #0e141a !important
}

.text-black,
.section-numbers .numbers-row .numbers-item .body span {
    color: #0e141a !important
}

a {
    text-decoration: none
}

.icon-plus-outline {
    display: inline-flex
}

.icon-plus-outline:before {
    content: "\e916";
    position: relative;
    transform: rotate(45deg)
}

.badge {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 24px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

img.injectable {
    opacity: 0
}

.cta-primary,
.cta-secondary,
section .cta-secondary,
section.section-magenta .cta-secondary,
section.section-light-blue .cta-secondary,
section.section-blue .cta-secondary,
section.section-snow .cta-secondary {
    @extends .btn;
    @extends .btn-primary;
    font-family: "primary" !important;
    font-weight: 700;
    font-size: 1.125rem;
    border-width: 0;
    width: fit-content;
    border-radius: 4px;
    padding: .5rem 1rem .5rem 1rem;
    transition: .3s all ease-in-out
}

.cta-primary[class^="icon-"],
.cta-secondary[class^="icon-"],
section.section-magenta .cta-secondary[class^="icon-"],
section.section-light-blue .cta-secondary[class^="icon-"],
section.section-blue .cta-secondary[class^="icon-"],
section.section-snow .cta-secondary[class^="icon-"],
.cta-primary[class*=" icon-"],
.cta-secondary[class*=" icon-"],
section.section-magenta .cta-secondary[class*=" icon-"],
section.section-light-blue .cta-secondary[class*=" icon-"],
section.section-blue .cta-secondary[class*=" icon-"],
section.section-snow .cta-secondary[class*=" icon-"] {
    font-family: "primary" !important;
    line-height: inherit;
    font-weight: bold
}

.cta-primary[class^="icon-"]:before,
.cta-secondary[class^="icon-"]:before,
.cta-primary[class*=" icon-"]:before,
.cta-secondary[class*=" icon-"]:before {
    line-height: 1
}

@media only screen and (min-width:768px) {
    .cta-primary,
    .cta-secondary,
    section .cta-secondary,
    section.section-magenta .cta-secondary,
    section.section-light-blue .cta-secondary,
    section.section-blue .cta-secondary,
    section.section-snow .cta-secondary {
        padding: .75rem 1.5rem .75rem 1.5rem
    }
}

.cta-primary:before,
.cta-secondary:before,
section.section-magenta .cta-secondary:before,
section.section-light-blue .cta-secondary:before,
section.section-blue .cta-secondary:before,
section.section-snow .cta-secondary:before {
    float: right;
    font-weight: normal;
    margin-left: .6rem;
    font-size: 1.0rem;
    line-height: 1rem;
    font-family: "icomoon" !important
}

.cta-secondary {
    background-color: transparent;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center
}

.section-links {
    margin-top: 2.75rem
}

@media only screen and (max-width:768px) {
    .section-links .btn {
        margin-bottom: 2rem
    }
}

.section-links .btn:not(:last-child) {
    margin-right: 2.5rem
}

@media only screen and (max-width:768px) {
    .section-links .btn:not(:last-child) {
        margin-right: 2rem
    }
}

.section-links .cta-primary+.cta-secondary,
.section-links .cta-secondary+.cta-secondary,
.section-links section .cta-secondary+.cta-secondary {
    margin-right: 1rem
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down-left:before {
    content: "\e900"
}

.icon-arrow-down-right:before {
    content: "\e901"
}

.icon-arrow-down:before {
    content: "\e902"
}

.icon-arrow-left:before {
    content: "\e903"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-arrow-up-left:before {
    content: "\e905"
}

.icon-arrow-up-right:before {
    content: "\e906"
}

.icon-arrow-up:before {
    content: "\e907"
}

.icon-statemute-filled:before {
    content: "\e908"
}

.icon-statemute:before {
    content: "\e909"
}

.icon-stateup-fill:before {
    content: "\e90a"
}

.icon-stateup:before {
    content: "\e90b"
}

.icon-typedown:before {
    content: "\e90c"
}

.icon-typeleft:before {
    content: "\e90d"
}

.icon-typeright:before {
    content: "\e90e"
}

.icon-typeup:before {
    content: "\e90f"
}

.icon-chevron-down:before {
    content: "\e910"
}

.icon-chevron-left:before {
    content: "\e911"
}

.icon-chevron-right:before {
    content: "\e912"
}

.icon-chevron-up:before {
    content: "\e913"
}

.icon-close:before {
    content: "\e914"
}

.icon-close-outline-filled:before {
    content: "\e915"
}

.icon-close-outline:before {
    content: "\e916"
}

.icon-ambiente:before {
    content: "\e917"
}

.icon-circolarita:before {
    content: "\e918"
}

.icon-community:before {
    content: "\e919"
}

.icon-corporate-welfare:before {
    content: "\e91a"
}

.icon-decarbonization:before {
    content: "\e91b"
}

.icon-valorizzazione:before {
    content: "\e91c"
}

.icon-digital:before {
    content: "\e91d"
}

.icon-diritti-umani:before {
    content: "\e91e"
}

.icon-flash:before {
    content: "\e91f"
}

.icon-integrita:before {
    content: "\e920"
}

.icon-training:before {
    content: "\e921"
}

.icon-nature:before {
    content: "\e922"
}

.icon-piattaforma:before {
    content: "\e923"
}

.icon-planet:before {
    content: "\e924"
}

.icon-salute-e-sicurezza:before {
    content: "\e925"
}

.icon-b2b:before {
    content: "\e93e"
}

.icon-b2c:before {
    content: "\e93f"
}

.icon-b2g:before {
    content: "\e940"
}

.icon-mission:before {
    content: "\e941"
}

.icon-corporate-resp:before {
    content: "\e942"
}

.icon-shared-value-model:before {
    content: "\e943"
}

.icon-data-protection:before {
    content: "\e944"
}

.icon-digitalizzazione:before {
    content: "\e945"
}

.icon-diversita:before {
    content: "\e946"
}

.icon-elettrificazione:before {
    content: "\e947"
}

.icon-energia-pulita:before {
    content: "\e948"
}

.icon-vision:before {
    content: "\e949"
}

.icon-finanza-sostenibile:before {
    content: "\e94a"
}

.icon-uso-responsabile-acque:before {
    content: "\e94b"
}

.icon-biodiversita:before {
    content: "\e94c"
}

.icon-gestione-rifiuti:before {
    content: "\e94d"
}

.icon-proactivity:before {
    content: "\e94e"
}

.icon-purpose:before {
    content: "\e94f"
}

.icon-strategia:before {
    content: "\e950"
}

.icon-dividendi:before {
    content: "\e951"
}

.icon-oltre-i-servizi-di-base:before {
    content: "\e952"
}

.icon-reti-resilienti:before {
    content: "\e953"
}

.icon-solida-struttura:before {
    content: "\e954"
}

.icon-innovation:before {
    content: "\e955"
}

.icon-customers:before {
    content: "\e956"
}

.icon-generation:before {
    content: "\e957"
}

.icon-trading:before {
    content: "\e958"
}

.icon-grids:before {
    content: "\e959"
}

.icon-star:before {
    content: "\e926"
}

.icon-info-outline:before {
    content: "\e93d"
}

.icon-filters:before {
    content: "\e927"
}

.icon-location:before {
    content: "\e95a"
}

.icon-power:before {
    content: "\e928"
}

.icon-search:before {
    content: "\e929"
}

.icon-play-filled:before {
    content: "\e92a"
}

.icon-play:before {
    content: "\e92b"
}

.icon-play-outline-filled:before {
    content: "\e92c"
}

.icon-play-outline-filled-alt:before {
    content: "\e92d"
}

.icon-play-outline:before {
    content: "\e92e"
}

.icon-double-quotes:before {
    content: "\e93c"
}

.icon-settings-filled:before {
    content: "\e92f"
}

.icon-settings:before {
    content: "\e930"
}

.icon-social-facebook:before {
    content: "\e931"
}

.icon-social-google:before {
    content: "\e932"
}

.icon-social-instagram:before {
    content: "\e933"
}

.icon-social-linkedin:before {
    content: "\e934"
}

.icon-social-messenger:before {
    content: "\e935"
}

.icon-social-twitter:before {
    content: "\e936"
}

.icon-social-youtube:before {
    content: "\e937"
}

.icon-stop-filled:before {
    content: "\e938"
}

.icon-stop-outline-filled-alt:before {
    content: "\e939"
}

.icon-stop-outline-filled:before {
    content: "\e93a"
}

.icon-stop-outline:before {
    content: "\e93b"
}

section {
    background-color: #fcfcfc;
    color: #0e141a
}

section .h1,
section .h2,
section .h3,
section .h4,
section .h5,
section .h6,
section .title-global {
    color: #7bc148
}

section .subtitle-global,
section .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content section .title-card {
    color: #7bc148
}

section .text-global {
    color: #0e141a
}

section .cta-primary,
section .cta-secondary,
section.section-magenta .cta-secondary,
section.section-light-blue .cta-secondary,
section.section-blue .cta-secondary,
section.section-snow .cta-secondary {
    background-color: #7bc148;
    color: #fcfcfc
}

section .cta-primary:focus,
section .cta-secondary:focus {
    box-shadow: 0 0 0 .25rem #dd4d83 !important
}

section .cta-primary:focus-visible,
section .cta-secondary:focus-visible {
    outline-color: #6a0a2d !important
}

section .cta-primary:hover,
section .cta-secondary:hover {
    background-color: #be1151;
    color: #e3e3e3
}

section .cta-secondary {
    color: #7bc148;
    background-color: transparent
}

section .cta-secondary:hover {
    color: #be1151;
    background-color: transparent
}

section li:before {
    color: #7bc148
}

section .section-portraits-column .portrait figcaption {
    color: #7bc148
}


/*section .section-portraits-column .portrait:first-child:after {
    color: #7bc148
}*/

section .badge {
    background-color: #f0e6e0;
    color: #7bc148 !important
}

section.section-magenta {
    background-color: #7bc148;
    color: #fcfcfc
}

section.section-magenta .h1,
section.section-magenta .h2,
section.section-magenta .h3,
section.section-magenta .h4,
section.section-magenta .h5,
section.section-magenta .h6,
section.section-magenta .title-global {
    color: #fcfcfc
}

section.section-magenta .subtitle-global,
section.section-magenta .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content section.section-magenta .title-card {
    color: #fcfcfc
}

section.section-magenta .text-global {
    color: #fcfcfc
}

section.section-magenta .cta-primary,
section.section-magenta .cta-secondary {
    background-color: #fcfcfc;
    color: #7bc148
}

section.section-magenta .cta-primary:focus,
section.section-magenta .cta-secondary:focus {
    box-shadow: 0 0 0 .25rem #f2c2d4 !important
}

section.section-magenta .cta-primary:focus-visible,
section.section-magenta .cta-secondary:focus-visible {
    outline-color: #7e7e7e !important
}

section.section-magenta .cta-primary:hover,
section.section-magenta .cta-secondary:hover {
    background-color: #e3e3e3;
    color: #be1151
}

section.section-magenta .cta-secondary {
    color: #fcfcfc;
    background-color: transparent
}

section.section-magenta .cta-secondary:hover {
    color: #e3e3e3;
    background-color: transparent
}

section.section-magenta li:before {
    color: #fcfcfc
}

section.section-magenta .section-portraits-column .portrait figcaption {
    color: #fcfcfc
}

section.section-magenta .section-portraits-column .portrait:first-child:after {
    color: #fcfcfc
}

section.section-magenta .badge {
    background-color: #7bc148;
    color: #f0e6e0 !important
}

section.section-light-blue {
    background-color: #387cfa;
    color: #002466
}

section.section-light-blue .h1,
section.section-light-blue .h2,
section.section-light-blue .h3,
section.section-light-blue .h4,
section.section-light-blue .h5,
section.section-light-blue .h6,
section.section-light-blue .title-global {
    color: #002466
}

section.section-light-blue .subtitle-global,
section.section-light-blue .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content section.section-light-blue .title-card {
    color: #002466
}

section.section-light-blue .text-global {
    color: #002466
}

section.section-light-blue .cta-primary,
section.section-light-blue .cta-secondary {
    background-color: #fcfcfc;
    color: #7bc148
}

section.section-light-blue .cta-primary:focus,
section.section-light-blue .cta-secondary:focus {
    box-shadow: 0 0 0 .25rem #cbdcfc !important
}

section.section-light-blue .cta-primary:focus-visible,
section.section-light-blue .cta-secondary:focus-visible {
    outline-color: #7e7e7e !important
}

section.section-light-blue .cta-primary:hover,
section.section-light-blue .cta-secondary:hover {
    background-color: #e3e3e3;
    color: #be1151
}

section.section-light-blue .cta-secondary {
    color: #fcfcfc;
    background-color: transparent
}

section.section-light-blue .cta-secondary:hover {
    color: #e3e3e3;
    background-color: transparent
}

section.section-light-blue li:before {
    color: #fcfcfc
}

section.section-light-blue .section-portraits-column .portrait figcaption {
    color: #002466
}

section.section-light-blue .section-portraits-column .portrait:first-child:after {
    color: #002466
}

section.section-light-blue .badge {
    background-color: #d7e5fe;
    color: #002466 !important
}

section.section-blue {
    background-color: #7bc148;
    color: #fcfcfc
}

section.section-blue .h1,
section.section-blue .h2,
section.section-blue .h3,
section.section-blue .h4,
section.section-blue .h5,
section.section-blue .h6,
section.section-blue .title-global {
    color: #fcfcfc
}

section.section-blue .subtitle-global,
section.section-blue .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content section.section-blue .title-card {
    color: #fcfcfc
}

section.section-blue .text-global {
    color: #fcfcfc
}

section.section-blue .cta-primary,
section.section-blue .cta-secondary {
    background-color: #fcfcfc;
    color: #7bc148
}

section.section-blue .cta-primary:focus,
section.section-blue .cta-secondary:focus {
    box-shadow: 0 0 0 .25rem #bdcdea !important
}

section.section-blue .cta-primary:focus-visible,
section.section-blue .cta-secondary:focus-visible {
    outline-color: #7e7e7e !important
}

section.section-blue .cta-primary:hover,
section.section-blue .cta-secondary:hover {
    background-color: #e3e3e3;
    color: #be1151
}

section.section-blue .cta-secondary {
    color: #fcfcfc;
    background-color: transparent
}

section.section-blue .cta-secondary:hover {
    color: #e3e3e3;
    background-color: transparent
}

section.section-blue li:before {
    color: #fcfcfc
}

section.section-blue .section-portraits-column .portrait figcaption {
    color: #fcfcfc
}

section.section-blue .section-portraits-column .portrait:first-child:after {
    color: #fcfcfc
}

section.section-blue .badge {
    background-color: #002466;
    color: #d7e5fe !important
}

section.section-snow {
    background-color: #eff2f7;
    color: #0e141a
}

section.section-snow .h1,
section.section-snow .h2,
section.section-snow .h3,
section.section-snow .h4,
section.section-snow .h5,
section.section-snow .h6,
section.section-snow .title-global {
    color: #7bc148
}

section.section-snow .subtitle-global,
section.section-snow .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content section.section-snow .title-card {
    color: #002466
}

section.section-snow .text-global {
    color: #0e141a
}

section.section-snow .cta-primary,
section.section-snow .cta-secondary {
    background-color: #7bc148;
    color: #fcfcfc
}

section.section-snow .cta-primary:focus,
section.section-snow .cta-secondary:focus {
    box-shadow: 0 0 0 .25rem #da4b81 !important
}

section.section-snow .cta-primary:focus-visible,
section.section-snow .cta-secondary:focus-visible {
    outline-color: #6a0a2d !important
}

section.section-snow .cta-primary:hover,
section.section-snow .cta-secondary:hover {
    background-color: #be1151;
    color: #e3e3e3
}

section.section-snow .cta-secondary {
    color: #7bc148;
    background-color: transparent
}

section.section-snow .cta-secondary:hover {
    color: #be1151;
    background-color: transparent
}

section.section-snow li:before {
    color: #7bc148
}

section.section-snow .section-portraits-column .portrait figcaption {
    color: #002466
}

section.section-snow .section-portraits-column .portrait:first-child:after {
    color: #667790
}

section.section-snow .badge {
    background-color: #d7e5fe;
    color: #002466 !important
}

.section-animated-text .line-by-line-text,
.section-animated-text .fade-in-block {
    opacity: 0
}

.section-animated-text.section-animated-text-start .line-by-line-text {
    opacity: 1
}

.section-animated-text.section-animated-text-start .line-by-line-text .line-by-line-text-line {
    overflow: hidden;
    position: relative;
    display: block
}

.section-animated-text.section-animated-text-start .line-by-line-text .line-by-line-text-line span {
    animation-name: text-appear-slid-in-bottom;
    animation-timing-function: cubic-bezier(0.43, 0.17, 0.21, 0.98);
    animation-fill-mode: both;
    display: block
}

.section-animated-text.section-animated-text-start .fade-in-block {
    margin-bottom: 2.5rem;
    animation-name: text-appear-fade-in;
    animation-timing-function: cubic-bezier(0.43, 0.17, 0.21, 0.98);
    animation-fill-mode: both
}

@keyframes text-appear-slid-in-bottom {
    from {
        transform: translate(0, 100%);
        opacity: .4
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes text-appear-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.stakeholders {
    list-style-type: none
}

.stakeholders .stakeholder-wrapper {
    position: relative
}

.stakeholders .stakeholder-wrapper .stakeholder {
    position: absolute;
    border-radius: 50%;
    width: calc(70vh / 100 * 11.65);
    height: calc(70vh / 100 * 11.65)
}

.stakeholders .stakeholder-wrapper .stakeholder img {
    width: calc(70vh / 100 * 11.65);
    border-radius: 50%;
    transition: .25s all ease-in-out;
    transform: scale(0.85)
}

.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
    position: absolute;
    color: #fcfcfc;
    width: calc(100% + 40px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s opacity ease-in-out;
    opacity: 0;
    top: 0;
    left: -20px
}

@media all and (min-width:992px) {
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
        position: absolute;
        color: #fcfcfc;
        background-color: #7cb148;
        width: max-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 4px 24px;
        border-radius: 30px;
        height: fit-content;
        opacity: 1;
        top: unset;
        left: unset;
        transition: ease-in-out all .2s
    }
}

.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .text-body-s,
.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-table table tr td.small,
.section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover td.small,
.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-table table tr th.small,
.section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover th.small,
.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-text .text-note,
.section-json-text .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .text-note {
    font-size: .6em;
    line-height: 1;
    margin-bottom: 6px
}

@media all and (min-width:992px) {
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .text-body-s,
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-table table tr td.small,
    .section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover td.small,
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-table table tr th.small,
    .section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover th.small,
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .section-json-text .text-note,
    .section-json-text .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .text-note {
        display: none
    }
}

.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover .text-cta {
    font-size: min(2.0, 1.6vh);
    line-height: 1.2;
    text-align: center
}

.stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover i {
    opacity: 0;
    width: 0;
    transition: ease-in-out .3s
}

@media all and (max-width:992px) {
    .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover i {
        display: none
    }
}

.stakeholders .stakeholder-wrapper .stakeholder:after {
    content: "";
    border: 1px solid #7bc148;
    opacity: 1;
    display: block;
    width: calc(70vh / 100 * 11.65);
    height: calc(70vh / 100 * 11.65);
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    transition: .25s all ease-in-out;
    top: 0;
    left: 0
}

@media all and (min-width:768px) {
    .stakeholders .stakeholder-wrapper .stakeholder:after {
        border: 1px solid #7bc148
    }
}

@media all and (max-width:768px) {
    .stakeholders .stakeholder-wrapper .stakeholder:hover img,
    .stakeholders .stakeholder-wrapper .stakeholder:focus img {
        transform: scale(calc(1.5 - 0.15));
        filter: brightness(50%);
        filter: brightness(100%)
    }
}

.stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover,
.stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover {
    opacity: 1
}

@media all and (min-width:992px) {
    .stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover,
    .stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover {
        background-color: #7bc148
    }
    .stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover i,
    .stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover i {
        opacity: 1;
        width: 10px
    }
    .stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover:before,
    .stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover:after,
    .stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover:before,
    .stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover:after {
        background-color: #7bc148 !important
    }
}

@media all and (max-width:768px) {
    .stakeholders .stakeholder-wrapper .stakeholder:hover:after,
    .stakeholders .stakeholder-wrapper .stakeholder:focus:after {
        opacity: 1;
        transform: scale(1.5)
    }
}

@media all and (min-width:768px) {
    .stakeholders .stakeholder-wrapper .stakeholder:hover:after,
    .stakeholders .stakeholder-wrapper .stakeholder:focus:after {
        border-color: #7bc148
    }
}

@media all and (max-width:768px) {
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"]:hover img {
        transform: scale(calc(1 - 0.15))
    }
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"]:hover:after {
        transform: scale(1)
    }
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover {
        width: 80vw;
        left: 0;
        transform: translate(calc(-50% + calc(70vh / 100 * 11.65) / 2), 0)
    }
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .text-body-s,
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .section-json-table table tr td.small,
    .section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover td.small,
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .section-json-table table tr th.small,
    .section-json-table table tr .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover th.small,
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .section-json-text .text-note,
    .section-json-text .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .text-note {
        font-size: 1.125rem;
        font-weight: bold
    }
    .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover .text-cta {
        font-size: 1.125rem;
        font-weight: bold
    }
}

.stakeholders-filter {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    min-width: fit-content
}

.stakeholders-filter .stakeholder-item {
    position: relative;
    width: 6.5rem;
    text-align: center;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5rem
}

.stakeholders-filter .stakeholder-item a {
    position: relative
}

.stakeholders-filter .stakeholder-item a img {
    width: 3rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #f0e6e0;
    padding: 2px;
    transition: .2s all ease-in-out
}

.stakeholders-filter .stakeholder-item a:hover,
.stakeholders-filter .stakeholder-item a:focus {
    border: 0
}

.stakeholders-filter .stakeholder-item a:hover img,
.stakeholders-filter .stakeholder-item a:focus img {
    border-color: #7bc148;
    transform: scale(1.4)
}

.stakeholders-filter .stakeholder-item a:focus-visible {
    outline: 0
}

.stakeholders-filter .stakeholder-item a[aria-current="true"] img {
    border: 3px solid #7bc148
}

.stakeholders-filter .stakeholder-item a[aria-current="true"]+.remove-filter {
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -0.4rem;
    right: 0;
    padding-top: 5px;
    margin-right: 20px;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #7bc148;
    color: #fcfcfc !important
}

.stakeholders-filter .stakeholder-item a[aria-current="false"]+.remove-filter {
    display: none
}

header {
    position: fixed;
    width: 100%;
    z-index: 2000;
    top: 0;
    transition: .25s all ease-in-out;
    pointer-events: none
}

header.visible-background {
    background-color: white
}

header .language-selection {
    display: flex;
    background-color: #eff2f7;
    color: #0e141a;
    font-size: .875rem;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: .3s all ease-in-out;
    pointer-events: initial;
    height: 0;
    z-index: 999;
    position: relative
}

header .language-selection .language-switch {
    text-align: center
}

header .language-selection .language-switch a {
    color: #667790;
    font-size: .75rem;
    margin-left: 1.5rem;
    text-decoration: none;
    transition: .3s all ease-in-out
}

header .language-selection .language-switch a:first-child {
    margin-left: 2.5rem
}

header .language-selection .language-switch a:hover {
    text-decoration: underline;
    color: #0e141a
}

header .language-selection .language-selection-close {
    justify-content: end;
    align-items: center;
    display: flex
}

header .language-selection .language-selection-close .btn-close {
    transition: .2s all ease-in-out;
    background: 0;
    position: relative
}

header .language-selection .language-selection-close .btn-close:after {
    content: "";
    font-family: 'icomoon';
    content: "\e914";
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

header .language-selection.visible {
    opacity: 1;
    height: 2.25rem
}

@media all and (max-width:768px) {
    header .language-selection.visible {
        height: 3.25rem
    }
}

header .main-nav {
    /*padding: 1rem 0;*/
    color: #667790;
    z-index: 999;
    transition: ease-in-out .5s
}

header .main-nav .logo,
header .main-nav .logo-text,
header .main-nav .menu-toggler {
    z-index: 1010
}

header .main-nav .logo {
    display: flex;
    justify-content: left;
    pointer-events: auto
}

header .main-nav .logo a {
    margin-left: .69em;
    height: inherit
}

header .main-nav .logo .logo-text {
    font-family: "primary";
    font-size: .83em;
    line-height: 1rem;
    opacity: .7;
    margin-left: 1.625rem;
    max-width: 7rem;
    color: #667790;
    min-width: 3.4rem;
    max-width: 6.5rem
}

@media all and (max-width:992px) {
    header .main-nav .logo .logo-text {
        display: none
    }
}

header .main-nav .contextual-nav {
    text-align: center
}

header .main-nav .contextual-nav .page-selection {
    width: auto;
    background: transparent;
    margin: auto;
    pointer-events: auto
}

header .main-nav .contextual-nav .page-selection a {
    color: #667790;
    position: relative;
    font-size: 2.3rem;
    margin: 0 1.25rem
}

header .main-nav .contextual-nav .page-selection a:after {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #667790;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transition: .25s all ease-in-out;
    transform: translate(-50%, 0) scale(0)
}

header .main-nav .contextual-nav .page-selection a:hover {
    color: #0e141a
}

header .main-nav .contextual-nav .page-selection a:hover:after {
    transform: translate(-50%, 0) scale(1)
}

@media only screen and (max-width:767px) {
    header .main-nav .contextual-nav .page-selection a {
        display: none
    }
}

header .main-nav .contextual-nav .page-selection [aria-current] {
    font-weight: bold;
    color: #7bc148
}

header .main-nav .contextual-nav .page-selection [aria-current]:after {
    transform: translate(-50%, 0) scale(1);
    background-color: #7bc148
}

header .main-nav .contextual-nav .timeline-menu-label {
    margin: .5rem 0 0 0;
    font-size: .75rem;
    line-height: 1rem;
    color: #667790;
    position: relative;
    top: .35rem
}

@media only screen and (max-width:767px) {
    header .main-nav .contextual-nav .timeline-menu-label {
        display: none
    }
}

@media only screen and (max-width:767px) {
    header .main-nav .contextual-nav .timeline-menu-icon {
        display: none
    }
}

header .main-nav .menu-wrapper {
    pointer-events: auto;
    display: flex;
    justify-content: flex-end
}

header .main-nav .menu-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    background-color: #fcfcfc;
    border-radius: 0 0 0 100%;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: .25s all ease-in-out
}

header .main-nav .menu-wrapper .menu-toggler {
    color: #667790;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    border: 0;
    background-color: transparent
}

header .main-nav .menu-wrapper .menu-toggler .menu-label {
    padding-right: .625rem;
    font-size: 1rem
}

header .main-nav .menu-wrapper .menu-toggler .menu-label-close {
    padding-right: .625rem;
    font-size: 1rem;
    display: none
}

header .main-nav .menu-wrapper .menu-toggler .menu-icon {
    position: relative;
    width: 1.25rem;
    height: .875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

header .main-nav .menu-wrapper .menu-toggler .menu-icon .menu-line {
    background-color: #667790;
    height: 1.5px;
    width: 100%;
    transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative
}

header .main-nav .menu-wrapper .menu-toggler:hover {
    color: #0e141a
}

header .main-nav .menu-wrapper .menu-toggler:hover .menu-line {
    background-color: #0e141a
}

@media all and (max-width:768px) {
    header .main-nav .menu-wrapper {
        margin-right: 0
    }
    header .main-nav .menu-wrapper:not(.open) .menu-label {
        display: none
    }
}

header .main-nav .menu-wrapper.open:before {
    opacity: 1;
    width: 100vw;
    height: 100vh
}

header .main-nav .menu-wrapper.open .menu-label {
    display: none
}

header .main-nav .menu-wrapper.open .menu-label-close {
    display: block
}

header .main-nav .menu-wrapper.open .menu-line {
    opacity: 0
}

header .main-nav .menu-wrapper.open .menu-line:first-child {
    top: 50%;
    transform: translate(0, -50%) rotate(-135deg);
    opacity: 1
}

header .main-nav .menu-wrapper.open .menu-line:last-child {
    transform: translate(0, 50%) rotate(135deg);
    opacity: 1;
    bottom: 50%
}

header .main-nav .menu-overlay {
    background-color: #fcfcfc;
    color: #667790;
    margin-top: 3rem;
    height: calc(100vh - 3rem);
    width: 100%;
    padding: 1rem 0 3rem 0;
    position: absolute;
    overflow-y: auto;
    opacity: 0;
    top: 0;
    visibility: hidden;
    text-align: center;
    transition: opacity .2s ease-in-out;
    z-index: 1001;
    overflow-x: hidden;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

header .main-nav .menu-overlay.open {
    opacity: 1;
    visibility: visible;
    transition-delay: .03s
}

header .main-nav .menu-overlay a {
    text-decoration: none;
    color: #212529
}

header .main-nav .menu-overlay a:hover {
    color: #0e141a
}

header .main-nav .menu-overlay .report-type {
    text-align: left;
    padding: 1rem 0;
    overflow-x: auto
}

@media(max-width:992px) {
    header .main-nav .menu-overlay .report-type>.col.col-7.col-lg-8 {
        padding-right: 0
    }
}

header .main-nav .menu-overlay #menu-points-of-view-label span {
    display: block
}

@media(max-width:992px) {
    header .main-nav .menu-overlay #menu-points-of-view-label span {
        font-size: 3vw !important
    }
    header .main-nav .menu-overlay #menu-points-of-view-label span strong {
        display: block
    }
}

header .main-nav .menu-overlay #menu-points-of-view-label span:first-child {
    font-size: 1.3rem
}

@media(max-width:992px) {
    header .main-nav .menu-overlay #menu-points-of-view-label span:first-child {
        padding-bottom: 10px
    }
}

@media all and (min-width:768px) {
    header .main-nav .menu-overlay #menu-points-of-view-label {
        margin-bottom: 1.5rem
    }
}

header .main-nav .menu-overlay .menu-points-of-view-label-on-lg {
    opacity: .6
}

header .main-nav .menu-overlay .menu-points-of-view {
    padding: 1rem 0
}

header .main-nav .menu-overlay .menu-points-of-view .stakeholders-filter {
    padding: 0
}

@media all and (min-width:1200px) {
    header .main-nav .menu-overlay .menu-points-of-view .stakeholders-filter .stakeholder-item a img {
        width: 4rem
    }
}

header .main-nav .menu-overlay .page-selection {
    text-align: left;
    border-top: 1px solid #667790;
    border-bottom: 1px solid #667790;
    padding: 0
}

header .main-nav .menu-overlay .page-selection>[role="menu"] {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] {
    padding: 1rem 0
}

@media only screen and (min-width:992px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] {
        padding: 2rem 0
    }
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:not(:last-child) {
    border-bottom: 1px dashed #667790
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button {
    border: 0;
    background: transparent;
    color: #667790;
    transition: .3s all ease-in-out;
    max-width: calc(100% - 6rem);
    text-align: left
}

@media only screen and (max-width:992px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button {
        font-size: 2.22em;
        line-height: 1.3
    }
}

@media only screen and (max-width:992px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button span {
        display: block
    }
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"] button:hover {
    color: #0e141a
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before {
    content: "01";
    color: #7bc148;
    line-height: 3rem;
    width: 4rem;
    margin-right: 2rem;
    display: inline-block
}

@media only screen and (max-width:1200px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before {
        width: 3rem
    }
}

@media only screen and (max-width:992px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:before {
        font-size: 2.22em;
        line-height: 1.3
    }
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(2):before {
    content: "02"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(3):before {
    content: "03"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(4):before {
    content: "04"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(5):before {
    content: "05"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(6):before {
    content: "06"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(7):before {
    content: "07"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(8):before {
    content: "08"
}

header .main-nav .menu-overlay .page-selection>[role="menu"]>[role="menuitem"]:nth-child(9):before {
    content: "09"
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"] {
    font-size: clamp(1.5rem, 1vw + 1.5rem, 3rem);
    line-height: 3rem;
    list-style-type: none;
    padding-left: 6rem;
    max-height: 0;
    overflow: hidden;
    transition: .6s height ease-in-out, 0.6s max-height ease-in-out, 0.6s left ease-in-out
}

@media only screen and (max-width:1200px) {
    header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"] {
        padding-left: 5rem
    }
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"] {
    margin: 0 0 2.5rem 0;
    padding-left: 1rem
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"]:nth-child(2) {
    margin-top: 2rem
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"]:last-child {
    margin-bottom: 0
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"].submenu-backlink button {
    font-size: 1.125rem;
    color: #667790;
    font-weight: bold
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"].submenu-backlink button span {
    display: inline-block
}

header .main-nav .menu-overlay .page-selection>[role="menu"] [role="menu"]>[role="menuitem"].submenu-backlink button:hover {
    color: #0e141a
}

header .main-nav .menu-overlay .page-selection>[role="menu"] .active-selection button {
    color: #0e141a
}

header .main-nav .menu-overlay .page-selection>[role="menu"] .active-selection [role="menu"] {
    max-height: 45rem
}

header .main-nav .menu-overlay .page-selection [role="menuitem"]:focus-visible {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 1.5rem 1.5rem 0
}

header .main-nav .menu-overlay .page-selection [role="menuitem"]:focus-visible:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    float: right;
    margin-right: 1rem;
    background-color: #fcfcfc
}

@media all and (max-width:768px) {
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] button span {
        display: block
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] [role="menu"] {
        background: #fcfcfc;
        height: 100vh;
        max-height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 100vw;
        padding: 1rem
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] [role="menu"] [role="menuitem"] {
        font-size: 1.25rem;
        padding: 1rem 0;
        margin: 0
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] [role="menu"] [role="menuitem"]:not(:last-child) {
        border-bottom: 1px dashed #667790
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] [role="menu"] [role="menuitem"]:last-child {
        border-bottom: 1px solid #667790
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"] [role="menu"] [role="menuitem"]:nth-child(2) {
        margin-top: 0
    }
    header .main-nav .menu-overlay .page-selection [role="menu"] [role="menuitem"].active-selection [role="menu"] {
        left: 0
    }
}

header .main-nav .menu-overlay .language-shortcut {
    text-align: right;
    padding-top: 2rem
}

header .main-nav .menu-overlay .language-shortcut nav {
    display: inline-block
}

header .main-nav .menu-overlay .language-shortcut nav [role="menu"] {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

header .main-nav .menu-overlay .language-shortcut nav [role="menu"] [role="menuitem"] {
    display: inline-block;
    margin-left: 1.5rem
}

header .main-nav .menu-overlay .language-shortcut nav [role="menu"] [role="menuitem"] a[aria-current="location"] {
    font-weight: bold
}

header .main-nav .menu-overlay .language-shortcut nav [role="menu"] [role="menuitem"] a:hover {
    color: #7bc148
}

main:not(.homepage) header {
    background-color: #fff
}

.choose-language-visible header .menu-overlay {
    margin-top: calc(2.25rem + 2rem);
    height: calc(100vh - 2.25rem - 2rem)
}

@media all and (max-width:768px) {
    .choose-language-visible header .menu-overlay {
        margin-top: calc(3.25rem + 2rem);
        height: calc(100vh - 3.25rem - 2rem)
    }
}

.section-footer {
    position: relative;
    background-color: #0e141a;
    padding-top: 16px;
    padding-bottom: 16px
}

.section-footer .footer-row {
    border-bottom: 1px solid #667790;
    padding-bottom: 24px;
    padding-top: 24px
}

@media(max-width:768px) {
    .section-footer .footer-row {
        padding-bottom: 8px;
        border-bottom: 1px solid #c2cddd
    }
}

.section-footer .footer-row:last-child {
    border-bottom: 0
}

.section-footer .footer-row .footer-title {
    color: #fcfcfc !important;
    font-weight: bold;
    padding-bottom: 24px
}

@media(max-width:768px) {
    .section-footer .footer-row .footer-title {
        padding-bottom: 16px
    }
}

.section-footer .footer-row .footer-legal {
    color: #fcfcfc;
    padding-top: 24px
}

.section-footer .footer-row ul {
    margin: 0
}

.section-footer .footer-row ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-right: 32px
}

.section-footer .footer-row ul li a,
.section-footer .footer-row ul li button {
    color: #c2cddd !important
}

@media(max-width:768px) {
    .section-footer .footer-row ul li {
        display: block;
        padding-bottom: 16px
    }
}

.section-footer .footer-row ul.legal li a,
.section-footer .footer-row ul.legal li button {
    color: #eff2f7
}

.breadcrumbs {
    padding: 3em 1em .8em;
    font-size: .75rem;
    font-family: "primary";
    background-color: #fcfcfc
}

.breadcrumbs [aria-current="page"] {
    font-weight: bold
}

.breadcrumbs ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.breadcrumbs ol li {
    display: inline
}

.breadcrumbs ol li a {
    color: #667790
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    margin: 0 .8rem;
    transform: rotate(26deg);
    border-right: 1px solid #667790;
    height: .8em;
    content: ""
}

@media only screen and (max-width:992px) {
    .section-filter {
        display: none
    }
}

.section-filter .filter-container {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99999
}

.section-filter .filter-container .filter .button-filter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 0;
    background: transparent
}

.section-filter .filter-container .filter .button-filter-container .text-button-filter {
    transition: ease-in-out .3s;
    color: #667790;
    list-style-type: none;
    font-size: .825rem;
    padding-bottom: 15px;
    max-width: 6rem
}

.section-filter .filter-container .filter .button-filter-container .text-button-filter .stakeholder-name-type {
    display: block;
    font-weight: bold
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper {
    position: relative
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:before,
.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    opacity: 0;
    border: .25px solid #
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:before {
    transition: ease-in-out .4s;
    border: .25px solid #7bc148
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:after {
    transition: ease-in-out .3s;
    border: .25px solid #f06292
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter {
    position: relative;
    border-radius: 100%;
    color: #7bc148;
    box-shadow: 0 2px 9px rgba(145, 145, 145, 0.2);
    background-color: #fff
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: .5px solid #7bc148;
    border-radius: 100%;
    opacity: 0;
    transition: ease-in-out .5s
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter i {
    font-size: 24px;
    padding: 8px
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter i.icon-filters {
    display: block;
    color: #7bc148
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter i.icon-close {
    display: none;
    color: #667790
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter img {
    display: none;
    border-radius: 50%;
    width: 40px;
    border: solid 1px #7bc148;
    padding: 1px;
    box-shadow: black;
    box-shadow: 0 2px 9px rgba(145, 145, 145, 0.2)
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter.button-filter-selected i.icon-filters {
    display: none
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter.button-filter-selected i.icon-close {
    display: none
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter.button-filter-selected img {
    display: block
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:hover:before {
    transform: scale(1.6);
    animation: radial-animation-2 .5s;
    opacity: .3
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:hover:after {
    transform: scale(1.75);
    animation: radial-animation-1 .5s;
    opacity: .3
}

.section-filter .filter-container .filter .button-filter-container .button-filter-wrapper:hover .button-filter:after {
    transform: scale(1.2);
    animation: radial-animation-3 .5s;
    opacity: 1
}

.section-filter .filter-container .filter .stakeholders-filter-container {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 150px;
    top: 34px;
    transition-delay: 1s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(8) {
    animation-delay: .8s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(7) {
    animation-delay: .7s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(6) {
    animation-delay: .6s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(5) {
    animation-delay: .5s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(4) {
    animation-delay: .4s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(3) {
    animation-delay: .3s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(2) {
    animation-delay: .2s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(1) {
    animation-delay: .1s
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item {
    animation: both item-icon-visual-out .5s ease-in-out
}

.section-filter .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item a {
    color: #fcfcfc
}

.section-filter .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: ease-in-out .8s;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    transition-delay: .5s
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .text-button-filter {
    transition-delay: .4s;
    color: #14181d !important;
    z-index: 10
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:before,
.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:after {
    border: .25px solid #fcfcfc
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:before {
    border: .25px solid #fcfcfc
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:after {
    border: .25px solid #fcfcfc
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter:after {
    border: .5px solid #fcfcfc
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter .icon-filters {
    display: none
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter .icon-close {
    display: block !important
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper .button-filter img {
    display: none
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:hover:before {
    transform: scale(1.6);
    animation: radial-animation-2 .5s;
    opacity: .3
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:hover:after {
    transform: scale(1.75);
    animation: radial-animation-1 .5s;
    opacity: .3
}

.section-filter.section-filter-open .filter-container .filter .button-filter-container .button-filter-wrapper:hover .button-filter:after {
    transform: scale(1.2);
    animation: radial-animation-3 .5s;
    opacity: 1
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container {
    opacity: 1;
    transition-delay: 0;
    pointer-events: initial
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(1) {
    animation-delay: .7s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(2) {
    animation-delay: .6s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(3) {
    animation-delay: .5s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(4) {
    animation-delay: .4s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(5) {
    animation-delay: .3s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(6) {
    animation-delay: .2s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(7) {
    animation-delay: .1s
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item:nth-of-type(8) {
    animation-delay: 0
}

.section-filter.section-filter-open .filter-container .filter .stakeholders-filter-container .menu-points-of-view .stakeholders-filter .stakeholder-item {
    animation: both item-icon-visual-in ease-in-out 1s
}

.section-filter.section-filter-open .filter-overlay {
    opacity: 1;
    transition-delay: 0;
    pointer-events: initial
}

.section-filter[colorversion="blue"] .filter-container .filter .button-filter-container .text-button-filter,
.section-filter[colorversion="magenta"] .filter-container .filter .button-filter-container .text-button-filter {
    color: #fff;
    transition-delay: 0
}

.section-filter[colorversion="light-blue"] .filter-container .filter .button-filter-container .text-button-filter {
    color: #d7e5fe;
    transition-delay: 0
}

@keyframes radial-animation-1 {
    from {
        opacity: 0;
        transform: scale(1)
    }
    60% {
        opacity: .3;
        transform: scale(1.85)
    }
    100% {
        transform: scale(1.75)
    }
}

@keyframes radial-animation-2 {
    from {
        opacity: 0;
        transform: scale(1)
    }
    60% {
        opacity: .3;
        transform: scale(1.7)
    }
    100% {
        transform: scale(1.6)
    }
}

@keyframes radial-animation-3 {
    from {
        opacity: 0;
        transform: scale(1)
    }
    60% {
        opacity: 1;
        transform: scale(1.3)
    }
    100% {
        transform: scale(1.2)
    }
}

@keyframes item-icon-visual-in {
    from {
        opacity: 0;
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        opacity: 1;
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes item-icon-visual-out {
    from {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(0)
    }
}

.swipe {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    position: fixed;
    top: min(80vh, 548px);
    right: 0;
    overflow: hidden;
    background-color: transparent;
    z-index: 1
}

.swipe a {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #7bc148;
    padding: 8px 16px 8px 16px;
    border-radius: 4px 0 0 4px;
    text-align: center;
    color: #fcfcfc;
    font-size: .875rem;
    transition: .4s all ease-in-out
}

.swipe a span {
    white-space: nowrap;
    opacity: 1;
    transition: 1s opacity ease-in-out, 1s min-width ease-in-out;
    width: 0;
    min-width: fit-content
}

@media all and (min-width:992px) {
    .swipe a {
        position: absolute;
        display: block;
        background-color: transparent !important
    }
    .swipe a:hover {
        background-color: transparent !important
    }
}

.swipe a:before {
    content: "";
    font-family: icomoon;
    display: inline-block;
    margin-right: .84375rem;
    font-size: 1.34rem;
    position: relative
}

@media all and (min-width:992px) {
    .swipe a:before {
        font-size: 1rem;
        content: "" !important;
        display: block;
        padding-top: 12px;
        position: absolute;
        transform: translate(-50%, -80%);
        left: 50%;
        transition: .5s margin cubic-bezier(0.69, -0.48, 0.57, 1.84)
    }
}

.swipe a:hover {
    background-color: #7bc148
}

@media all and (min-width:992px) {
    .swipe a:hover:before {
        margin-top: 5px
    }
}

@media all and (max-width:992px) {
    .swipe.retracted {
        width: 50px
    }
    .swipe.retracted a span {
        margin-left: 15px;
        min-width: 0;
        opacity: 0
    }
}

.swipe svg {
    aspect-ratio: 672 / 56;
    bottom: 0;
    transform: scale(1, 0);
    opacity: 0;
    position: absolute;
    transform-origin: bottom
}

.swipe svg path {
    fill: #7bc148
}

@media all and (min-width:992px) {
    .swipe svg {
        position: relative;
        opacity: 1;
        width: 100%;
        transform: scale(1, 1)
    }
}

.swipe.swipe-left a:before {
    content: "\e903"
}

.swipe.swipe-right a:before {
    content: "\e904"
}

@media all and (min-width:992px) {
    .swipe {
        width: 90vh;
        max-width: 672px;
        flex-direction: column;
        justify-content: center;
        top: 50%
    }
    .swipe.swipe-left {
        left: 0;
        transform-origin: left;
        transform: rotate(90deg) translate(-50%, -50%)
    }
    .swipe.swipe-left a {
        background-color: transparent
    }
    .swipe.swipe-left a span {
        transform: rotate(180deg);
        display: block
    }
    .swipe.swipe-right {
        right: 0;
        transform: rotate(-90deg) translate(50%, -50%);
        transform-origin: right
    }
}

.section-hero {
    position: relative
}

@media all and (min-width:768px) and (max-width:992px) {
    .section-hero {
        overflow: hidden
    }
}

@media all and (max-width:992px) {
    .section-hero {
        overflow: hidden
    }
}

@media not all and (min-resolution:.001dpcm) {
    .section-hero {
        height: -webkit-fill-available
    }
}

@media not all and (min-resolution:.001dpcm) {
    .section-hero.mobile {
        height: -webkit-fill-available
    }
    .section-hero.mobile .body-global,
    .section-hero.mobile .section-list li,
    .section-list .section-hero.mobile li,
    .section-hero.mobile .section-infographic-text .content-wrapper .section-text ul li,
    .section-infographic-text .content-wrapper .section-text ul .section-hero.mobile li,
    .section-hero.mobile .section-project-box .text-container .section-text-content ul li,
    .section-project-box .text-container .section-text-content ul .section-hero.mobile li,
    .section-hero.mobile .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-hero.mobile .section-text,
    .section-hero.mobile .section-infographic-text .content-wrapper .section-text p,
    .section-infographic-text .content-wrapper .section-text .section-hero.mobile p,
    .section-hero.mobile .section-project-box .text-container .section-text-content p,
    .section-project-box .text-container .section-text-content .section-hero.mobile p {
        bottom: 20vh !important
    }
    .section-hero.mobile .stakeholders {
        bottom: unset !important;
        top: 54vh !important
    }
}

.body-global-column {
    column-count: 2;
    column-gap: 20px;
}

.section-hero .hero {
    text-align: center;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden
}

.section-hero .hero .circles-bg_inner,
.section-hero .hero .circles-bg_inner:before,
.section-hero .hero .circles-bg_outer,
.section-hero .hero .circles-bg_outer:before,
.section-hero .hero .circles-bg_background,
.section-hero .hero .circles-bg_background:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%
}

.section-hero .hero .circles-bg {
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-hero .hero .circles-bg .circles-bg_outer,
.section-hero .hero .circles-bg .circles-bg_inner,
.section-hero .hero .circles-bg .circles-bg_background {
    width: var(--relativeCircleSize);
    height: var(--relativeCircleSize);
    border: 1px dashed #f0e6e0
}

.section-hero .hero .circles-bg .circles-bg_outer:before,
.section-hero .hero .circles-bg .circles-bg_inner:before,
.section-hero .hero .circles-bg .circles-bg_background:before {
    content: "";
    width: calc(var(--relativeCircleSize) + calc(70vh / 4));
    height: calc(var(--relativeCircleSize) + calc(70vh / 4));
    border: 1px solid #f0e6e0
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.section-hero .hero .circles-bg .circles-bg_background {
    width: var(--relativeCircleSize);
    height: var(--relativeCircleSize);
    background-image: url(/content/resources/images/kitenge-3.jpg)
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg {
        top: -130vw
    }
}

.section-hero .hero .circles-bg .circles-bg_outer {
    --relativeCircleSize: calc(70vh * 1.45)
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg .circles-bg_outer {
        display: none
    }
}

.section-hero .hero .circles-bg .circles-bg_inner {
    --relativeCircleSize: calc(70vh / 2);
    border-style: solid
}

.section-hero .hero .circles-bg .circles-bg_inner:before {
    border-style: dashed
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg .circles-bg_inner {
        width: calc(300vw - 144px);
        height: calc(300vw - 144px);
        border-radius: 50%;
        background-color: transparent;
        border: 1px dashed #f0e6e0
    }
}

.section-hero .hero .circles-bg .circles-bg_background {
    --relativeCircleSize: calc(70vh + calc(70vh / 100 * 10) / 2);
    border: 0 solid transparent !important
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg .circles-bg_background {
        --relativeCircleSize: 300vw;
        background-color: #f0e6e0;
        background-image: none
    }
}

.section-hero .hero .circles-bg .circles-bg_background:before {
    width: calc(70vh - calc(70vh / 100 * 10));
    height: calc(70vh - calc(70vh / 100 * 10));
    border: 0 solid transparent !important;
    background-color: #fcfcfc
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg .circles-bg_background:before {
        width: calc(300vw - 2px);
        height: calc(300vw - 2px)
    }
}

.section-hero .hero .circles-bg .circles-bg_background:after {
    content: "";
    width: calc(calc(70vh / 100 * 10) - 4px);
    height: calc(calc(70vh / 100 * 10) * 2);
    display: none;
    background-color: #f7f8fb;
    position: absolute;
    top: 0
}

@media all and (max-width:768px) {
    .section-hero .hero .circles-bg .circles-bg_background:after {
        display: none
    }
}

.section-hero .hero .stakeholders {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 12;
    height: calc(100vh - 32px);
    top: calc(4px * 2 + 2px);
    left: calc(50% - 4px)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(1) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-206deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(206deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(1) a {
    animation-delay: 1.5s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(2) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-173deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(173deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(2) a {
    animation-delay: 1.7s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(3) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-140deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(140deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(3) a {
    animation-delay: 1.9s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(4) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-107deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(107deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(4) a {
    animation-delay: 2.1s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(5) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-66deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(66deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(5) a {
    animation-delay: 2.3s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(6) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-39deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(39deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(6) a {
    animation-delay: 2.5s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(7) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(-12deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(12deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(7) a {
    animation-delay: 2.7s
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(8) {
    transform: translate(calc(calc(70vh / 100 * 11.65) * -0.5 + 4px), calc(calc(70vh / 100 * 11.65) * -0.5 + 4px)) rotate(+22deg) translate(calc(calc(70vh / 2 - 4px) - 4px), 0) rotate(-22deg)
}

.section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(8) a {
    animation-delay: 2.9s
}

@media all and (max-width:768px) {
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(1) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(1) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(2) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(2) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(3) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(3) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(4) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(4) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(5) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(5) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(6) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(6) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(7) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(7) a {
        animation-delay: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(8) {
        transform: none;
        transform-origin: center center;
        border-radius: 0
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper:nth-of-type(8) a {
        animation-delay: 0
    }
}

@media all and (min-width:769px) {
    .section-hero .hero .stakeholders {
        transform: translate(0, 0) rotate(0) !important
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
        top: 0;
        bottom: 0;
        margin: auto
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover:before {
        content: "";
        position: absolute;
        display: block;
        background: #7bc148;
        width: 20px;
        height: 1px
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover:after {
        content: "";
        position: absolute;
        display: block;
        background: #7bc148;
        width: 6px;
        height: 6px;
        border-radius: 100%
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-1 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-2 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-3 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-4 .stakeholder-text-hover {
        right: calc(70vh / 100 * 15)
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-1 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-2 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-3 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-4 .stakeholder-text-hover:before {
        right: -20px
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-1 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-2 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-3 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-4 .stakeholder-text-hover:after {
        right: -25px
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-5 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-6 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-7 .stakeholder-text-hover,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-8 .stakeholder-text-hover {
        left: calc(70vh / 100 * 15)
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-5 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-6 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-7 .stakeholder-text-hover:before,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-8 .stakeholder-text-hover:before {
        left: -20px
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-5 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-6 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-7 .stakeholder-text-hover:after,
    .section-hero .hero .stakeholders .stakeholder-wrapper.stakeholder-8 .stakeholder-text-hover:after {
        left: -25px
    }
}

@media all and (max-width:768px) {
    .section-hero .hero .stakeholders {
        top: auto;
        bottom: 40vh;
        height: fit-content;
        transform-origin: center center;
        align-items: flex-start;
        justify-content: flex-start;
        left: 33vw;
        transition: .2s all ease-in-out
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper {
        display: flex;
        justify-content: center
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder:hover img {
        transform: scale(0.85) !important
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder:hover:after {
        transform: none
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
        opacity: 0;
        top: 85%;
        transition: .8s opacity ease-in-out
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.swiper-slide-active {
        transform: scale(1.3) !important
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.swiper-slide-active .stakeholder .stakeholder-text-hover {
        opacity: 1;
        color: #7bc148;
        transition-delay: .2s;
        font-weight: bold;
        transition: .4s opacity ease-in-out;
        width: 300px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: .8rem;
        line-height: 1
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.swiper-slide-active .stakeholder .stakeholder-text-hover .text-cta {
        font-size: min(.95em, 1.6vh);
        line-height: 1;
        text-align: center
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper.swiper-slide-duplicate-active {
        background: red
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder {
        transform: none !important
    }
    .section-hero .hero .stakeholders .stakeholder-wrapper .stakeholder[aria-current="true"] .stakeholder-text-hover {
        opacity: 1;
        color: #7bc148;
        top: 4.5rem
    }
}

.section-hero .hero .circle-text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    display: flex;
    height: 100vh;
    width: 70vh;
    transform: translate(-50%, 0);
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-hero .hero .circle-text .text-body-m,
.section-hero .hero .circle-text .section-cards .text-container .section-cards-links .card-content .card-badge,
.section-cards .text-container .section-cards-links .card-content .section-hero .hero .circle-text .card-badge {
    margin-bottom: 2px;
    font-size: min(1.25em, 3vh)
}

.section-hero .hero .circle-text .text-heading-h3,
.section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.value,
.section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.value,
.section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.big,
.section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.big {
    margin-bottom: min(64px, 4vh);
    font-size: min(4vw, 8vh, 5.28em)
}

.section-hero .hero .circle-text .body-global,
.section-hero .hero .circle-text .section-list li,
.section-list .section-hero .hero .circle-text li,
.section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text ul li,
.section-infographic-text .content-wrapper .section-text ul .section-hero .hero .circle-text li,
.section-hero .hero .circle-text .section-project-box .text-container .section-text-content ul li,
.section-project-box .text-container .section-text-content ul .section-hero .hero .circle-text li,
.section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text,
.section-infographic-text .content-wrapper .section-hero .hero .circle-text .section-text,
.section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text p,
.section-infographic-text .content-wrapper .section-text .section-hero .hero .circle-text p,
.section-hero .hero .circle-text .section-project-box .text-container .section-text-content p,
.section-project-box .text-container .section-text-content .section-hero .hero .circle-text p {
    font-size: min(1.67em, 2.5vh, 2vw);
    width: min(30rem, 46vh, 36vw)
}

@media all and (max-width:768px) {
    .section-hero .hero .circle-text {
        padding-top: 9rem
    }
    .section-hero .hero .circle-text .text-heading-h3,
    .section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.value,
    .section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.value,
    .section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.big,
    .section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.big {
        position: absolute;
        top: calc(20vh + 2.5rem)
    }
    .section-hero .hero .circle-text .text-body-m,
    .section-hero .hero .circle-text .section-cards .text-container .section-cards-links .card-content .card-badge,
    .section-cards .text-container .section-cards-links .card-content .section-hero .hero .circle-text .card-badge {
        font-size: min(5vw, 1.55rem);
        position: absolute;
        top: 20vh
    }
    .section-hero .hero .circle-text .text-heading-h3,
    .section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.value,
    .section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.value,
    .section-hero .hero .circle-text .section-numbers .numbers-row .numbers-item span.big,
    .section-numbers .numbers-row .numbers-item .section-hero .hero .circle-text span.big {
        font-size: min(13vw, 4.5rem);
        line-height: 1
    }
    .section-hero .hero .circle-text .body-global,
    .section-hero .hero .circle-text .section-list li,
    .section-list .section-hero .hero .circle-text li,
    .section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text ul li,
    .section-infographic-text .content-wrapper .section-text ul .section-hero .hero .circle-text li,
    .section-hero .hero .circle-text .section-project-box .text-container .section-text-content ul li,
    .section-project-box .text-container .section-text-content ul .section-hero .hero .circle-text li,
    .section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-hero .hero .circle-text .section-text,
    .section-hero .hero .circle-text .section-infographic-text .content-wrapper .section-text p,
    .section-infographic-text .content-wrapper .section-text .section-hero .hero .circle-text p,
    .section-hero .hero .circle-text .section-project-box .text-container .section-text-content p,
    .section-project-box .text-container .section-text-content .section-hero .hero .circle-text p {
        margin: auto;
        width: 90vw;
        max-width: 28rem;
        font-size: min(4vw, 1.2rem);
        position: absolute;
        bottom: 13vh
    }
}

.section-hero .hero .nav-button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    z-index: 100;
    color: #7bc148;
    position: relative;
    bottom: 37vh
}

@media not all and (min-resolution:.001dpcm) {
    .section-hero .hero .nav-button-container {
        bottom: 43vh
    }
}

@media all and (min-width:769px) {
    .section-hero .hero .nav-button-container {
        display: none
    }
}

@keyframes custom-fadeIn {
    from {
        opacity: 1;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes custom-fadeInSlow {
    from {
        opacity: 0;
        transform: scale(0.8)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes custom-fadeInBounce {
    from {
        opacity: 0;
        transform: scale(0.4)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        opacity: 1;
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes custom-fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes custom-fadeInUp2 {
    from {
        top: 100%;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes stakeholders-roll-in {
    from {
        transform: rotate(90deg)
    }
    90% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(var(--finalStakeholderRotation))
    }
}

@keyframes stakeholders-roll-in-horizontal {
    0 {
        transform: translateX(-100%)
    }
    90% {
        transform: translateX(5%)
    }
    100% {
        transform: translateX(0)
    }
}

.section-hero .circles-bg_inner {
    animation: custom-fadeIn cubic-bezier(0.09, 0.46, 0.52, 1.02) .9s
}

.section-hero .circles-bg_inner:before {
    animation: custom-fadeIn cubic-bezier(0.09, 0.46, 0.52, 1.02) 1.1s;
    animation-delay: .1s
}

.section-hero .circles-bg_background {
    animation: custom-fadeIn cubic-bezier(0.09, 0.46, 0.52, 1.02) 1.1s infinite, rotate 5s;
    animation-delay: .2s;
    animation-iteration-count: infinite, infinite !important;
}

.section-hero .circles-bg_outer {
    animation: custom-fadeIn cubic-bezier(0.09, 0.46, 0.52, 1.02) 1.1s;
    animation-delay: .3s
}

.section-hero .circles-bg_outer:before {
    animation: custom-fadeIn cubic-bezier(0.09, 0.46, 0.52, 1.02) 1.1s;
    animation-delay: .4s
}

@media all and (max-width:768px) {
    .section-hero .stakeholders {
        --finalStakeholderRotation: 0;
        animation: none;
        animation-duration: 3s;
        animation-delay: calc( 1.3s + .2s * 2)
    }
}

.section-hero .stakeholder {
    animation: custom-fadeInBounce ease-in-out 1s
}

.section-hero .circle-text .text-body-m,
.section-hero .circle-text .section-cards .text-container .section-cards-links .card-content .card-badge,
.section-cards .text-container .section-cards-links .card-content .section-hero .circle-text .card-badge {
    overflow: hidden;
    opacity: 0;
    position: relative;
    animation: custom-fadeInBounce ease-in-out 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2.4s
}

@media all and (max-width:768px) {
    .section-hero .circle-text .text-body-m,
    .section-hero .circle-text .section-cards .text-container .section-cards-links .card-content .card-badge,
    .section-cards .text-container .section-cards-links .card-content .section-hero .circle-text .card-badge {
        animation-delay: .4s
    }
}

.section-hero .circle-text .body-global,
.section-hero .circle-text .section-list li,
.section-list .section-hero .circle-text li,
.section-hero .circle-text .section-infographic-text .content-wrapper .section-text ul li,
.section-infographic-text .content-wrapper .section-text ul .section-hero .circle-text li,
.section-hero .circle-text .section-project-box .text-container .section-text-content ul li,
.section-project-box .text-container .section-text-content ul .section-hero .circle-text li,
.section-hero .circle-text .section-infographic-text .content-wrapper .section-text,
.section-infographic-text .content-wrapper .section-hero .circle-text .section-text,
.section-hero .circle-text .section-infographic-text .content-wrapper .section-text p,
.section-infographic-text .content-wrapper .section-text .section-hero .circle-text p,
.section-hero .circle-text .section-project-box .text-container .section-text-content p,
.section-project-box .text-container .section-text-content .section-hero .circle-text p {
    overflow: hidden;
    overflow-y: hidden;
    width: 30rem
}

.section-hero .circle-text .body-global span,
.section-hero .circle-text .section-list li span,
.section-list .section-hero .circle-text li span,
.section-infographic-text .content-wrapper .section-text ul .section-hero .circle-text li span,
.section-hero .circle-text .section-project-box .text-container .section-text-content ul li span,
.section-project-box .text-container .section-text-content ul .section-hero .circle-text li span,
.section-hero .circle-text .section-infographic-text .content-wrapper .section-text span,
.section-infographic-text .content-wrapper .section-hero .circle-text .section-text span,
.section-infographic-text .content-wrapper .section-text .section-hero .circle-text p span,
.section-hero .circle-text .section-project-box .text-container .section-text-content p span,
.section-project-box .text-container .section-text-content .section-hero .circle-text p span {
    opacity: 0;
    display: block;
    position: relative;
    animation: custom-fadeInUp2 ease-in-out 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
    font-family: "primary"
}

.section-hero .circle-text .text-heading-h3,
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value,
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value,
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big,
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big {
    display: block;
    font-family: "primary"
}

.section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(1),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(1),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(1),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(1),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(1) {
    animation-delay: 2.8s
}

@media all and (max-width:768px) {
    .section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(1),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(1),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(1),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(1),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(1) {
        animation-delay: .8s
    }
}

.section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(2),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(2),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(2),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(2),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(2) {
    animation-delay: 2.9s
}

@media all and (max-width:768px) {
    .section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(2),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(2),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(2),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(2),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(2) {
        animation-delay: .9s
    }
}

.section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(3),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(3),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(3),
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(3),
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(3) {
    animation-delay: 3s
}

@media all and (max-width:768px) {
    .section-hero .circle-text .text-heading-h3 .title-row:nth-of-type(3),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row:nth-of-type(3),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row:nth-of-type(3),
    .section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row:nth-of-type(3),
    .section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row:nth-of-type(3) {
        animation-delay: 1s
    }
}

.section-hero .circle-text .text-heading-h3 .title-row,
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.value .title-row,
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.value .title-row,
.section-hero .circle-text .section-numbers .numbers-row .numbers-item span.big .title-row,
.section-numbers .numbers-row .numbers-item .section-hero .circle-text span.big .title-row {
    opacity: 0;
    display: block;
    position: relative;
    animation: custom-fadeInBounce ease-in-out 1s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.43, 0.17, 0.21, 0.98);
    animation-fill-mode: both
}

.section-hero .circles-bg_inner,
.section-hero .circles-bg_inner:before,
.section-hero .circles-bg_outer,
.section-hero .circles-bg_outer:before,
.section-hero .circles-bg_background,
.section-hero .stakeholder {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.21, 1.32, 0.63, 1.11);
    opacity: 0
}

.wave-container {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 9;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow-x: clip;
    width: 100%
}

.wave-container .wave svg {
    position: relative;
    z-index: 9;
    width: 100vw;
    min-width: 900px;
    height: auto;
    animation: wave-slideIn .75s ease-in;
    transform: translateY(1px)
}

@media only screen and (max-width:992px) {
    .wave-container .wave-swirl_foreground {
        display: none
    }
}

.wave-container .wave-swirl_foreground svg {
    position: absolute;
    z-index: 10;
    top: -50px;
    left: 0;
    stroke-dasharray: 1900;
    stroke-dashoffset: 0;
    animation: swirl-dash 1s both;
    animation-delay: 4s;
    stroke-width: calc(20px - 0.6vw);
    opacity: .5;
    height: auto
}

@media only screen and (max-width:992px) {
    .wave-container .wave-swirl_background {
        display: none
    }
}

.wave-container .wave-swirl_background svg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    stroke-dasharray: 1600;
    stroke-dashoffset: 0;
    animation: swirl-dash 2s both;
    animation-delay: 5s;
    stroke-width: calc(min(10px, 1.3vw));
    opacity: 0
}

.wave-container .cta-scroll {
    position: absolute;
    color: #fcfcfc;
    z-index: 10;
    animation: wave-text-slideIn 1.5s ease-out;
    animation-delay: .1s;
    bottom: 18px
}

@media only screen and (max-width:992px) {
    .wave-container .cta-scroll {
        bottom: 0
    }
}

.wave-container .col {
    padding: 0
}

@keyframes wave-slideIn {
    from {
        transform: translate(0, 100%)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes wave-text-slideIn {
    from {
        opacity: 0;
        transform: translate(0, 100%)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes swirl-dash {
    from {
        opacity: .5;
        stroke-dashoffset: 1900
    }
    100% {
        opacity: .5;
        stroke-dashoffset: 0
    }
}

.section-immersive-video-title {
    padding: 7rem 0 0;
    position: relative
}

.section-immersive-video {
    position: relative;
    overflow: hidden
}

.section-immersive-video .video-player {
    position: relative;
    width: 50vw;
    height: 50vh;
    margin: auto
}

.section-immersive-video .video-player figure {
    margin: 0;
    height: 100%;
    width: 100%
}

.section-immersive-video .video-player figure video {
    width: 100%
}

.section-immersive-video .video-player figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-immersive-video .video-player .open-video-modal {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 100%;
    border: 0;
    background-color: #fcfcfc;
    color: #7bc148;
    box-shadow: 0 2px 9px rgba(145, 145, 145, 0.2);
    font-weight: bold;
    opacity: 0;
    pointer-events: none
}

.section-immersive-video .video-player .open-video-modal i {
    font-size: 18px
}

.section-immersive-video .video-player .open-video-modal span {
    display: block
}

.section-immersive-video .video-player .open-video-modal:after {
    content: "";
    display: block;
    position: absolute;
    width: 168px;
    height: 168px;
    top: -4px;
    left: -4px;
    border: 1px solid #7bc148;
    border-radius: 100%
}

#video-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #7bc148;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .5s
}

#video-modal.active {
    visibility: visible;
    opacity: 1
}

#video-modal .close-video-modal {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 35px;
    border: 0;
    color: #fcfcfc;
    font-size: 2rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 0
}

#video-modal figure {
    height: 100%;
    width: 100%;
    margin: 0 !important
}

#video-modal figure video {
    width: 100%;
    height: 100vh
}

#video-modal figure img {
    width: 100%
}

.section-value .text-container,
.section-value .value-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media only screen and (max-width:768px) {
    .section-value .text-container,
    .section-value .value-container {
        padding-top: 2.5rem;
        padding-bottom: 6rem
    }
}

@media only screen and (min-width:992px) {
    .section-value .text-container,
    .section-value .value-container {
        min-height: 100vh
    }
}

@media only screen and (max-width:768px) {
    .section-value .text-container .section-links,
    .section-value .text-container .btn,
    .section-value .value-container .section-links,
    .section-value .value-container .btn {
        margin-bottom: 0rem
    }
}

@media only screen and (max-width:768px) {
    .section-value .text-container .section-links:not(:last-child),
    .section-value .text-container .btn:not(:last-child),
    .section-value .value-container .section-links:not(:last-child),
    .section-value .value-container .btn:not(:last-child) {
        margin-right: 0
    }
}

.section-value .value-container {
    min-height: 100vh
}

.section-value .value-system {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 285px;
    margin: auto;
    border: 1px dashed #667790;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    transform: translate(0, 30px);
    font-family: "primary";
    transition: ease-in-out .5s
}

@media only screen and (min-width:992px) {
    .section-value .value-system {
        width: 20vw;
        height: 20vw
    }
}

.section-value .value-system.animated {
    opacity: 1;
    transform: translate(0, 0)
}

.section-value .value-system:before,
.section-value .value-system:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(285px / 3 * 2);
    height: calc(285px / 3 * 2);
    border-radius: 50%;
    border: 1px dashed #667790;
    opacity: .2
}

@media only screen and (min-width:992px) {
    .section-value .value-system:before,
    .section-value .value-system:after {
        width: calc(20vw / 3 * 2);
        height: calc(20vw / 3 * 2)
    }
}

.section-value .value-system:after {
    width: calc(285px / 3);
    height: calc(285px / 3)
}

@media only screen and (min-width:992px) {
    .section-value .value-system:after {
        width: calc(20vw / 3);
        height: calc(20vw / 3)
    }
}

.section-value .value-system .value-system-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 285px;
    position: absolute
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item {
        width: 20vw;
        height: 20vw
    }
}

.section-value .value-system .value-system-item .value-img {
    position: absolute;
    z-index: 15;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    border-color: transparent;
    transition: .3s all ease-in-out
}

.section-value .value-system .value-system-item .value-img i {
    font-size: 30px;
    color: #667790;
    transition: all .3s ease-in-out 0
}

.section-value .value-system .value-system-item .value-title {
    display: block;
    top: calc(100% + 16px);
    height: fit-content;
    text-align: center;
    position: absolute;
    width: 285px;
    font-size: 32px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    font-size: 32px;
    line-height: 56px;
    color: #7bc148
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item .value-title {
        text-align: initial;
        top: 0;
        width: 20vw;
        height: 20vw
    }
}

.section-value .value-system .value-system-item .value-subtitle {
    position: absolute;
    margin-top: 30px;
    font-family: "primary";
    font-size: 1.25rem;
    top: calc(100% + 50px);
    opacity: 0;
    width: 90vw;
    text-align: center
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item .value-subtitle {
        width: 100%;
        text-align: left;
        margin-top: 15px;
        font-size: 1.1rem;
        top: 20vw
    }
}

.section-value .value-system .value-system-item.value-system-1 .value-img {
    transform: rotate(calc(75deg * -1)) translate(calc(285px / 2), 0) rotate(75deg)
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item.value-system-1 .value-img {
        transform: rotate(calc(75deg * -1)) translate(calc(20vw / 2), 0) rotate(75deg)
    }
}

.section-value .value-system .value-system-item.value-system-2 .value-img {
    transform: rotate(calc(0deg * -1)) translate(calc(285px / 2), 0) rotate(0)
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item.value-system-2 .value-img {
        transform: rotate(calc(0deg * -1)) translate(calc(20vw / 2), 0) rotate(0)
    }
}

.section-value .value-system .value-system-item.value-system-3 .value-img {
    transform: rotate(calc(25deg * -1)) translate(calc(285px / -2), 0) rotate(25deg)
}

@media only screen and (min-width:992px) {
    .section-value .value-system .value-system-item.value-system-3 .value-img {
        transform: rotate(calc(25deg * -1)) translate(calc(20vw / -2), 0) rotate(25deg)
    }
}

.section-value.slide-1 .value-system-1 .value-img,
.section-value.slide-2 .value-system-2 .value-img,
.section-value.slide-3 .value-system-3 .value-img {
    width: calc(9vw * 2.5);
    height: calc(9vw * 2.5)
}

@media only screen and (min-width:992px) {
    .section-value.slide-1 .value-system-1 .value-img,
    .section-value.slide-2 .value-system-2 .value-img,
    .section-value.slide-3 .value-system-3 .value-img {
        width: calc(3vw * 2.5);
        height: calc(3vw * 2.5)
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    .section-value.slide-1 .value-system-1 .value-img,
    .section-value.slide-2 .value-system-2 .value-img,
    .section-value.slide-3 .value-system-3 .value-img {
        width: calc(5vw * 2.5);
        height: calc(5vw * 2.5)
    }
}

@media only screen and (min-width:1400px) {
    .section-value.slide-1 .value-system-1 .value-img,
    .section-value.slide-2 .value-system-2 .value-img,
    .section-value.slide-3 .value-system-3 .value-img {
        width: calc(48px * 2.5);
        height: calc(48px * 2.5)
    }
}

.section-value.slide-1 .value-system-1 .value-img i,
.section-value.slide-2 .value-system-2 .value-img i,
.section-value.slide-3 .value-system-3 .value-img i {
    font-size: 64px
}

.section-value.slide-1 .value-system-1 .value-title,
.section-value.slide-1 .value-system-1 .value-subtitle,
.section-value.slide-2 .value-system-2 .value-title,
.section-value.slide-2 .value-system-2 .value-subtitle,
.section-value.slide-3 .value-system-3 .value-title,
.section-value.slide-3 .value-system-3 .value-subtitle {
    display: flex;
    opacity: 1;
    animation: value-system-textFadeIn 1s linear
}

@keyframes value-system-textFadeIn {
    from {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes value-system-textFadeOut {
    from {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.section-text-quote {
    padding: 1rem 0
}

.section-text-quote .subtitle-global,
.section-text-quote .section-cards .text-container .section-cards-links .card-content .title-card,
.section-cards .text-container .section-cards-links .card-content .section-text-quote .title-card {
    margin-bottom: 32px
}

.section-text-quote .quote-user {
    padding-top: 10px
}

.section-text-quote .quote-user span {
    display: block
}

.section-text-quote .col-lg-4 {
    margin-top: 15vh
}

.section-text-quote .col-lg-4.one-figure {
    margin-top: 0
}

.section-text-quote .portrait {
    position: relative;
    margin-top: calc(20vw / -4);
    width: fit-content;
    background-color: #c2cddd;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    transition: opacity ease-in-out .5s
}

.section-text-quote .portrait.animated {
    opacity: 1
}

.section-text-quote .portrait img {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    object-fit: cover
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait img {
        width: 40vw;
        height: 40vw
    }
}

.section-text-quote .portrait figcaption {
    position: absolute;
    top: 50%;
    width: 230px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: italic
}

.section-text-quote .portrait figcaption .bold {
    display: block;
    font-weight: bold
}

.section-text-quote .portrait:nth-child(odd) {
    left: calc(20vw / 2.5);
    background-color: #eff2f7
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait:nth-child(odd) {
        left: 40vw
    }
}

.section-text-quote .portrait:nth-child(odd) figcaption {
    left: calc(20vw / -2.5);
    transform: translate(-17px, -70%)
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait:nth-child(odd) figcaption {
        left: calc(40vw / -2.5);
        transform: none;
        top: -60px
    }
}

.section-text-quote .portrait:only-child {
    left: 50%;
    transform: translate(-50%, 0)
}

@media only screen and (min-width:993px) {
    .section-text-quote .portrait:only-child:after {
        font-size: 8vw
    }
    .section-text-quote .portrait:only-child figcaption {
        left: 0vw;
        top: 120%;
        transform: none;
        width: min(230px, 60vw);
        font-size: min(1.25rem, 5vw)
    }
}

.section-text-quote .portrait:only-child figcaption {
    left: 4vw;
    top: 130%;
    transform: none
}

.section-text-quote .portrait:first-child {
    margin-top: 0
}

.section-text-quote .portrait:first-child:after {
    font-family: 'icomoon';
    content: "\e93c";
    font-size: 140px;
    position: absolute;
    right: -24px;
    bottom: -6px;
    transform: translate(10%, 50%)
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait:first-child:after {
        font-size: 20vw;
        right: 5vw
    }
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait:nth-child(even) {
        left: calc(40vw / 2.5)
    }
}

.section-text-quote .portrait:nth-child(even) figcaption {
    right: calc(32vW / -2)
}

@media only screen and (max-width:992px) {
    .section-text-quote .portrait:nth-child(even) figcaption {
        right: calc(40vw / -2);
        top: calc(40vw + 20px)
    }
}

.section-frame {
    overflow: hidden
}

.section-frame .col .frame-container {
    position: relative;
    background-color: #fff
}

@media only screen and (max-width:992px) {
    .section-frame .col .frame-container {
        min-height: auto !important
    }
}

@media only screen and (min-width:992px) {
    .section-frame .col .frame-container {
        padding-top: 6rem
    }
}

.section-frame .col .frame-container .power-mobile {
    position: relative;
    padding: 4rem 0 2rem
}

.section-frame .col .frame-container .power-mobile svg {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper {
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0)
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper:before,
.section-frame .col .frame-container .power-mobile .power-mobile-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper:before {
    border: 1px solid #f0e6e0;
    width: 360px;
    height: 360px
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper:after {
    border: 70px solid #eff2f7;
    width: 900px;
    height: 900px
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container {
    position: relative;
    opacity: 1;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: solid 1px #7bc148;
    background-color: #fcfcfc;
    display: block
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container:before,
.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px dashed #f0e6e0;
    border-radius: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container:before {
    width: 600px;
    height: 600px;
    pointer-events: none
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container:after {
    width: 1100px;
    height: 1100px;
    pointer-events: none
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container .power-button {
    position: absolute;
    width: 114px;
    height: 114px;
    border: solid 1px rgba(123, 193, 72, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container .power-button:before,
.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container .power-button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container .power-button:before {
    width: 93px;
    height: 93px;
    border: solid 1px #7bc148
}

.section-frame .col .frame-container .power-mobile .power-mobile-wrapper .power-button-container .power-button:after {
    width: 80px;
    height: 80px;
    background-color: #7bc148
}

.section-frame .col .frame-container .title-global {
    margin-bottom: 1.5rem
}

@media only screen and (max-width:992px) {
    .section-frame .col .frame-container .title-global,
    .section-frame .col .frame-container .body-global,
    .section-frame .col .frame-container .section-list li,
    .section-list .section-frame .col .frame-container li,
    .section-frame .col .frame-container .section-infographic-text .content-wrapper .section-text ul li,
    .section-infographic-text .content-wrapper .section-text ul .section-frame .col .frame-container li,
    .section-frame .col .frame-container .section-project-box .text-container .section-text-content ul li,
    .section-project-box .text-container .section-text-content ul .section-frame .col .frame-container li,
    .section-frame .col .frame-container .section-infographic-text .content-wrapper .section-text,
    .section-infographic-text .content-wrapper .section-frame .col .frame-container .section-text,
    .section-frame .col .frame-container .section-infographic-text .content-wrapper .section-text p,
    .section-infographic-text .content-wrapper .section-text .section-frame .col .frame-container p,
    .section-frame .col .frame-container .section-project-box .text-container .section-text-content p,
    .section-project-box .text-container .section-text-content .section-frame .col .frame-container p {
        text-align: center
    }
}

.section-frame .col .frame-container .svg-container {
    position: absolute;
    width: 100vw;
    bottom: 0
}

.section-frame .col .frame-container .svg-container .svg-base-container,
.section-frame .col .frame-container .svg-container .svg-fill-container {
    position: absolute;
    bottom: -10px
}

.section-frame .col .frame-container .svg-container .svg-base-container {
    z-index: -1
}

.section-frame .col .frame-container .svg-container .svg-fill-container {
    z-index: 0
}

.section-frame .col .frame-container .svg-container svg {
    width: 100vw;
    height: auto;
    padding-left: 4vw
}

@media only screen and (max-width:992px) {
    .section-frame .col .frame-container .stakeholders {
        padding: 0
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper {
        height: 250px
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: ease-in-out .3s
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
        top: 90%;
        width: 300px;
        left: 50%;
        transform: translate(-50%, 0)
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:hover img,
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:focus img {
        transform: scale(0.85);
        filter: none
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:hover .stakeholder-text-hover,
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:focus .stakeholder-text-hover {
        opacity: 0
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:hover:after,
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder:focus:after {
        transform: none;
        opacity: 1
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.swiper-slide-next .stakeholder {
        transform: scale(1.3)
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.swiper-slide-next .stakeholder .stakeholder-text-hover {
        opacity: 1;
        color: #7bc148;
        transition-delay: .2s;
        font-weight: bold
    }
}

@media only screen and (min-width:992px) {
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper {
        position: absolute;
        opacity: 0;
        pointer-events: none
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.visible {
        opacity: 1;
        pointer-events: auto
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.visible .stakeholder {
        animation: custom-fadeInBounce ease-in-out 1s
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover {
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0);
        margin: auto
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper .stakeholder .stakeholder-text-hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #667790;
        top: -8px
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-1 {
        left: 10vw;
        bottom: 30vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-2 {
        left: 22vw;
        bottom: 31vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-3 {
        left: 32.5vw;
        bottom: 26.8vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-4 {
        left: 42.8vw;
        bottom: 20.3vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-5 {
        left: 71.7vw;
        bottom: 20vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-6 {
        left: 81.4vw;
        bottom: 24vw
    }
    .section-frame .col .frame-container .stakeholders .stakeholder-wrapper.stakeholder-7 {
        left: 90vw;
        bottom: 27vw
    }
}

.section-frame .col .frame-container .power-button-container {
    border-radius: 100%;
    border: solid 1px #7bc148;
    background-color: #fcfcfc
}

@media only screen and (min-width:992px) {
    .section-frame .col .frame-container .power-button-container {
        position: absolute;
        opacity: 0;
        left: 55.3vw;
        bottom: 11vw;
        width: 8.4vw;
        height: 8.4vw;
        transform: translate(0, 0)
    }
    .section-frame .col .frame-container .power-button-container.visible {
        opacity: 1;
        animation: custom-fadeInBounce ease-in-out 1s
    }
}

.section-frame .col .frame-container .power-button-container .power-button {
    position: absolute;
    width: 7.8vw;
    height: 7.8vw;
    border: solid 1px rgba(123, 193, 72, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.section-frame .col .frame-container .power-button-container .power-button:before,
.section-frame .col .frame-container .power-button-container .power-button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.section-frame .col .frame-container .power-button-container .power-button:before {
    width: 6.6vw;
    height: 6.6vw;
    border: solid 1px #7bc148
}

.section-frame .col .frame-container .power-button-container .power-button:after {
    width: 5.6vw;
    height: 5.6vw;
    background-color: #7bc148
}

.section-frame .col .frame-container .power-button-container .power-button .icon-power {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    font-size: 30px;
    color: #fcfcfc
}

.section-frame .col .frame-container .power-button-container .power-button .power-button-label {
    position: absolute;
    color: #fcfcfc;
    background-color: #7bc148;
    width: max-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 24px;
    border-radius: 30px;
    height: fit-content;
    opacity: 1;
    top: unset;
    left: unset;
    transition: ease-in-out all .2s;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    margin: auto
}

.section-frame .col .frame-container .power-button-container .power-button .power-button-label .label {
    font-size: min(.95em, 1.6vh);
    line-height: 1.2;
    text-align: center
}

.section-frame .col .frame-container .power-button-container .power-button .power-button-label i {
    opacity: 0;
    width: 0;
    transition: ease-in-out .3s
}

.section-frame .col .frame-container .power-button-container .power-button .power-button-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #7bc148;
    border-radius: 100%;
    top: -11px
}

.section-frame .col .frame-container .power-button-container .power-button:hover .power-button-label i {
    opacity: 1;
    width: 10px
}

.section-frame .col .frame-container .nav-button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: #7bc148;
    position: absolute;
    bottom: 50%;
    z-index: 100
}

@keyframes custom-fadeInBounce {
    from {
        transform: scale(0.4)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        opacity: 1;
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.notransform {
    transform: none !important
}

.section-timeline {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: ease-in-out .3s
}

.section-timeline.visible {
    opacity: 1
}

.section-timeline .col {
    padding: 0
}

.section-timeline .timeline-wrapper {
    position: relative;
    top: 50%;
    transform: translate(0, -20%)
}

@media only screen and (max-width:992px) {
    .section-timeline .timeline-wrapper {
        width: 200vw;
        transition: ease-in-out .6s
    }
}

.section-timeline .timeline-wrapper .svg-base-container svg {
    width: 100%
}

.section-timeline .timeline-wrapper .svg-fill-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-timeline .timeline-wrapper .svg-fill-container svg {
    width: 100%
}

.section-timeline .timeline-wrapper .svg-fill-container svg path {
    transition: stroke-dashoffset 1s ease-in-out
}

@media not all and (min-resolution:.001dpcm) {
    .section-timeline .timeline-wrapper .svg-fill-container svg path {
        transition: stroke-dashoffset 1s ease-in-out, opacity .4s ease-in-out
    }
}

.section-timeline .timeline-wrapper .timeline-items {
    list-style-type: none
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item {
    position: absolute;
    color: #0e141a;
    font-family: "Open"
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    transition: ease-in-out .5s;
    cursor: pointer
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    color: white;
    font-family: "primary";
    font-size: 16px;
    line-height: 24px;
    transition: ease-in-out .3s;
    opacity: 0;
    pointer-events: none
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    transition: ease-in-out .5s
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle .line:after {
    content: "";
    display: block;
    height: 160px;
    width: 2px;
    border-left: 2px dashed #7bc148;
    position: absolute;
    bottom: -80px
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle .line:after {
        height: 140px;
        bottom: -70px
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle .line:after {
        height: 160px;
        bottom: -80px
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 150%;
    height: 150%;
    box-sizing: border-box;
    margin-left: -25%;
    margin-top: -25%;
    border-radius: 100%;
    background-color: #7bc148;
    opacity: 0
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #7bc148;
    border-radius: 100%;
    transition: ease-in-out .5s;
    box-shadow: 0 0 0 8px #fcfcfc
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .text-container {
    position: absolute;
    transform: translate(-50%, 0);
    transition: ease-in-out .3s;
    text-align: center;
    width: 360px
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .text-container {
        width: 550px
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .text-container span {
    display: block
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container {
    bottom: 80px;
    opacity: 0
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container {
        bottom: 100px
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .number {
    color: #eff2f7;
    font-size: 3.33em;
    line-height: 1.2
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .number {
        font-size: 3.17vw;
        line-height: 1vw
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .number {
        font-size: 3.17em;
        line-height: 1.2
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .title {
    font-size: 3.33em;
    line-height: 1.2
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .title {
        font-size: 3.58vw;
        line-height: 7.5vw
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .title {
        font-size: 5.28em;
        line-height: 1.1
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .subtitle {
    font-size: 1.1em;
    line-height: 1.3
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .subtitle {
        font-size: 2vw;
        line-height: 0vw
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .title-container .subtitle {
        font-size: 3.33em;
        line-height: 1.2
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container {
    top: 90px;
    opacity: 0;
    text-align: -webkit-center;
    width: 260px;
    margin: auto
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container {
        top: 80px;
        width: 20vw
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container {
        top: 100px
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container .description {
    font-size: .97em;
    line-height: 1.3
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container .description {
        font-size: 1.11vw;
        line-height: 1.0vw
    }
}

@media only screen and (min-width:1400px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .description-container .description {
        font-size: 1.11em;
        line-height: 1.3
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container {
    top: 40px
}

@media only screen and (max-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item .preview-container {
        display: none
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item.item-1 {
    left: 20vw;
    top: 5%
}

@media only screen and (max-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item.item-1 {
        left: 25%;
        top: 3%
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item.item-2 {
    left: 50vw;
    bottom: 47%
}

@media only screen and (max-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item.item-2 {
        left: 50%
    }
}

.section-timeline .timeline-wrapper .timeline-items .timeline-item.item-3 {
    left: 80vw;
    bottom: 14%
}

@media only screen and (max-width:992px) {
    .section-timeline .timeline-wrapper .timeline-items .timeline-item.item-3 {
        left: 75%;
        bottom: 5%
    }
}

.section-timeline .timeline-navigation {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 16px
}

@media not all and (min-resolution:.001dpcm) {
    .section-timeline .timeline-navigation {
        bottom: 130px
    }
}

@media only screen and (min-width:992px) {
    .section-timeline .timeline-navigation {
        display: none
    }
}

.section-timeline .timeline-navigation a {
    color: #7bc148;
    transition: ease-in-out .3s;
    opacity: 0;
    pointer-events: none;
    transition-delay: .5s;
    font-size: 1em;
    font-weight: bold;
    display: flex;
    align-items: center
}

.section-timeline .timeline-navigation a span {
    padding: 0 6px
}

.section-timeline .timeline-navigation a:active {
    animation: navigation-button-animation .2s
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle {
    transition-delay: .8s;
    width: 100px;
    height: 100px
}

@media only screen and (min-width:992px) {
    .section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle,
    .section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle,
    .section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle {
        width: 7vw;
        height: 7vw
    }
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle a,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle a,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle a {
    opacity: 1;
    transition-delay: 1s;
    pointer-events: initial
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle .line,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle .line,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle .line {
    transition-delay: .8s;
    opacity: 1
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle:before,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle:before,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle:before {
    opacity: 1;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .pulsating-circle:after,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .pulsating-circle:after,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .pulsating-circle:after {
    box-shadow: 0 0 0 5px #fcfcfc;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .title-container,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .title-container,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .title-container {
    opacity: 1;
    transition-delay: .8s
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .description-container,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .description-container,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .description-container {
    opacity: 1;
    transition-delay: .8s
}

.section-timeline.timeline-1 .timeline-wrapper .item-1 .preview-container,
.section-timeline.timeline-2 .timeline-wrapper .item-2 .preview-container,
.section-timeline.timeline-3 .timeline-wrapper .item-3 .preview-container {
    opacity: 0;
    transition-delay: .8s
}

@media only screen and (max-width:992px) {
    .section-timeline.timeline-1 .timeline-wrapper {
        transform: translate(0, -70%)
    }
}

.section-timeline.timeline-1 .timeline-wrapper .svg-fill-container path {
    stroke-dashoffset: 1156 !important
}

@media only screen and (min-width:992px) {
    .section-timeline.timeline-1 .timeline-wrapper .svg-fill-container path {
        stroke-dashoffset: 1230 !important
    }
}

.section-timeline.timeline-1 .timeline-navigation .navigation-next {
    opacity: 1;
    pointer-events: initial
}

@media only screen and (max-width:992px) {
    .section-timeline.timeline-2 .timeline-wrapper {
        transform: translate(-25%, -70%)
    }
}

.section-timeline.timeline-2 .timeline-wrapper .svg-fill-container path {
    stroke-dashoffset: 780 !important
}

@media only screen and (min-width:992px) {
    .section-timeline.timeline-2 .timeline-wrapper .svg-fill-container path {
        stroke-dashoffset: 780 !important
    }
}

.section-timeline.timeline-2 .navigation-back,
.section-timeline.timeline-2 .navigation-next {
    opacity: 1;
    pointer-events: initial
}

@media only screen and (max-width:992px) {
    .section-timeline.timeline-3 .timeline-wrapper {
        transform: translate(-50%, -70%)
    }
}

.section-timeline.timeline-3 .timeline-wrapper .svg-fill-container path {
    stroke-dashoffset: 410 !important
}

@media only screen and (min-width:992px) {
    .section-timeline.timeline-3 .timeline-wrapper .svg-fill-container path {
        stroke-dashoffset: 330 !important
    }
}

.section-timeline.timeline-3 .timeline-navigation .navigation-back {
    opacity: 1;
    pointer-events: initial
}

@media only screen and (max-width:992px) {
    .section-timeline.timeline-leave .timeline-wrapper {
        transform: translate(-50%, -20%)
    }
}

.section-timeline.timeline-leave .timeline-wrapper .svg-fill-container path {
    stroke-dashoffset: -1639.26 !important
}

@media not all and (min-resolution:.001dpcm) {
    .section-timeline.timeline-leave .timeline-wrapper .svg-fill-container path {
        opacity: 0
    }
}

.section-timeline.manual-reload .timeline-wrapper .svg-fill-container svg path {
    transition: stroke-dashoffset 0 ease-in-out;
    stroke-dashoffset: 1639.26 !important
}

@media not all and (min-resolution:.001dpcm) {
    .section-timeline.manual-reload .timeline-wrapper .svg-fill-container svg path {
        opacity: 0
    }
}

@keyframes pulse-ring {
    from {
        transform: scale(0.33)
    }
    80%,
    100% {
        opacity: 0
    }
}

@keyframes pulse-dot {
    from {
        transform: scale(0.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.9)
    }
}

@keyframes navigation-button-animation {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(0.8)
    }
    100% {
        transform: scale(1)
    }
}

.section-text-image {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem
}

@media only screen and (min-width:992px) {
    .section-text-image.only-text {
        min-height: 70vh;
        align-items: center
    }
}

.section-text-image.only-image .image-wrapper {
    margin-top: 3rem
}

.section-text-image.section-intro:before {
    content: url("/content/line.png");
    display: block;
    width: 100%;
    aspect-ratio: 1440 / 520;
    position: absolute;
    opacity: 0.2;
    top: 9rem
}

.section-text-image.section-intro .image-container {
    position: relative
}

.section-text-image:not(.image-first) .image-container:not(:only-child) {
    margin-left: 0
}

@media only screen and (max-width:992px) {
    .section-text-image:not(.image-first) .image-container:not(:only-child) {
        padding-top: 40px
    }
}

.section-text-image.image-first {
    flex-direction: row-reverse;
    justify-content: flex-end
}

@media only screen and (max-width:992px) {
    .section-text-image.image-first {
        flex-direction: column-reverse
    }
}

.section-text-image.image-first>div:first-child {
    margin-left: 1rem
}

@media only screen and (max-width:992px) {
    .section-text-image.image-first>div:first-child {
        padding-top: 40px
    }
}

.section-text-image .image-container:not(:only-child) img {
    object-fit: cover;
    position: relative;
    width: 100%
}

.section-text-image .image-container:not(:only-child) img:nth-child(2) {
    margin-top: 18px
}

.section-text-image .image-container:not(:only-child) img:only-child {
    left: 0
}

@media only screen and (min-width:992px) {
    .section-text-image .image-container:not(:only-child) img:first-child {
        width: 100%;
        /*max-height: 632px;
        left: 12px*/
    }
    .section-text-image .image-container:not(:only-child) img:nth-child(2) {
        max-height: 338px;
        width: 80%;
        margin-top: -1rem
    }
}

.section-text-image .image-container:only-child img {
    width: calc(50% - 0.5rem)
}

.section-text-image .image-container:only-child img:only-child {
    width: 100%
}

.section-numbers {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-numbers .numbers-row {
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: solid 1px #d7e5fe
}

@media only screen and (max-width:768px) {
    .section-numbers .numbers-row {
        padding: 0;
        border-bottom: 0
    }
}

.section-numbers .numbers-row .numbers-item {
    transition: opacity ease-in-out .3s;
    opacity: 0
}

.section-numbers .numbers-row .numbers-item.visible {
    opacity: 1
}

@media only screen and (max-width:768px) {
    .section-numbers .numbers-row .numbers-item {
        padding-top: 40px;
        padding-bottom: 24px;
        border-bottom: solid 1px #d7e5fe
    }
}

.section-numbers .numbers-row .numbers-item .value-container {
    padding-bottom: 24px;
    border-bottom: solid 1px #d7e5fe
}

@media only screen and (max-width:768px) {
    .section-numbers .numbers-row .numbers-item .value-container {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
}

.section-numbers .numbers-row .numbers-item .value-container .badge {
    background-color: #eff2f7;
    padding: 12px 16px;
    border-radius: 4px;
    width: fit-content;
    display: block
}

.section-numbers .numbers-row .numbers-item .value-container .badge.hidden {
    opacity: 0
}

.section-numbers .numbers-row .numbers-item .value-container .badge.hidden:after {
    display: block;
    content: "&nbsp"
}

.section-numbers .numbers-row .numbers-item .value-container .value-text span {
    font-weight: bold !important
}

.section-numbers .numbers-row .numbers-item .value-container .value-text .suffix.inline {
    display: inline-block
}

.section-numbers .numbers-row .numbers-item .value-container .value-text .suffix span {
    display: inline-block
}

.section-numbers .numbers-row .numbers-item .body {
    padding-top: 24px
}

.section-numbers .numbers-row .numbers-item span {
    color: #7bc148;
    display: block
}

.section-numbers .numbers-row .numbers-item span.inline {
    display: inline-block
}

.section-numbers .numbers-row .numbers-item span.bold {
    font-weight: bold
}

.section-numbers .numbers-row.single-item {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative
}

@media only screen and (max-width:768px) {
    .section-numbers .numbers-row.single-item {
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-numbers .numbers-row.single-item .numbers-item .value-container {
    border-bottom: 0;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .section-numbers .numbers-row.single-item .numbers-item .value-container .badge {
        position: absolute;
        top: 24px;
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .section-numbers .numbers-row.single-item .numbers-item .body {
        padding-top: 24px
    }
}

.section-numbers .description-box {
    margin-top: 3rem
}

.section-numbers .col>.numbers-group~.numbers-group .section-infographic-title {
    margin-top: 4rem
}

.section-numbers .numbers-group .numbers-row:last-child {
    border-bottom: 0
}

.section-infographic-title:target {
    padding-top: 7rem;
    margin-top: -7rem
}

.section-infographic-title .section-contain {
    border-top: 1px solid #667790;
    border-bottom: 1px solid #667790
}

.section-infographic-title .section-contain .section-title {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title {
        display: block;
        text-align: center
    }
}

.section-infographic-title .section-contain .section-title .icon {
    margin-right: 2rem
}

.section-infographic-title .section-contain .section-title .icon i {
    border: 1px solid #f7f8fb;
    border-radius: 100%;
    background-color: #f7f8fb;
    padding: 1.25rem;
    color: #667790
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title .icon {
        padding-top: 1.125rem;
        padding-bottom: 1.375rem
    }
}

.section-infographic-title .section-contain .section-title .text-container {
    padding: 1.625rem 0rem;
    font-weight: bold
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title .text-container {
        padding: 0
    }
}

.section-ordered-list {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-ordered-list .list-group .list-item {
    border-top: solid 1px #d7e5fe;
    padding-top: 24px;
    padding-bottom: 24px
}

.section-ordered-list .list-group .list-item:last-child {
    border-bottom: solid 1px #d7e5fe
}

.section-ordered-list .list-group .list-item .number-container {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center
}

.section-ordered-list .list-group .list-item .number-container .number {
    color: #7bc148;
    font-weight: bold;
    margin: 0
}

.section-ordered-list .list-group .list-item .value-container {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center
}

.section-ordered-list .list-group .list-item .value-container .title {
    display: block;
    font-weight: bold
}

.section-ordered-list .list-group .list-item .value-container .text {
    display: block;
    color: #667790
}

.section-ordered-list .list-group .list-item .value-container a {
    position: relative;
    max-width: calc(100% - 30px)
}

.section-ordered-list .list-group .list-item .value-container a span {
    color: #0e141a
}

.section-ordered-list .list-group .list-item .value-container a:before {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-weight: bold;
    color: #7bc148
}

.section-ordered-list .description-box {
    margin-top: 3rem
}

.section-infographic-title:target {
    padding-top: 7rem;
    margin-top: -7rem
}

.section-infographic-title .section-contain {
    border-top: 1px solid #667790;
    border-bottom: 1px solid #667790
}

.section-infographic-title .section-contain .section-title {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title {
        display: block;
        text-align: center
    }
}

.section-infographic-title .section-contain .section-title .icon {
    margin-right: 2rem
}

.section-infographic-title .section-contain .section-title .icon i {
    border: 1px solid #f7f8fb;
    border-radius: 100%;
    background-color: #f7f8fb;
    padding: 1.25rem;
    color: #667790
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title .icon {
        padding-top: 1.125rem;
        padding-bottom: 1.375rem
    }
}

.section-infographic-title .section-contain .section-title .text-container {
    padding: 1.625rem 0rem;
    font-weight: bold
}

@media only screen and (max-width:992px) {
    .section-infographic-title .section-contain .section-title .text-container {
        padding: 0
    }
}

.section-trend .trend-container {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media(max-width:992px) {
    .section-trend .trend-container {
        display: inline-block
    }
}

.section-trend .trend-container .icon-set {
    display: grid;
    text-align: center;
    color: #fcfcfc
}

@media(max-width:992px) {
    .section-trend .trend-container .icon-set {
        display: contents
    }
}

.section-trend .trend-container .icon-set .icon {
    display: grid;
    justify-content: center;
    font-weight: bold;
    padding-bottom: 68px
}

.section-trend .trend-container .icon-set .icon:last-child {
    padding-bottom: 0
}

@media(max-width:992px) {
    .section-trend .trend-container .icon-set .icon:last-child {
        padding-bottom: 76px
    }
}

.section-trend .trend-container .icon-set .icon i {
    margin-bottom: 16px;
    justify-self: center;
    width: 48px;
    aspect-ratio: 1 / 1;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox=%270%20%200%20%2012.7%2012.7%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:svg=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%20id=%27defs2%27%20/%3E%3Cg%20%3E%3Cpath%20style=%27fill:none;stroke-opacity:0.25;stroke:%23ffffff;stroke-width:0.987537;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.9871%27%20d=%27m12.169992,6.3500047%20c%20-3e-6,3.2142898%20-2.6057007,5.8199873%20-5.8199915,5.8199873%20-3.2142908,0%20-5.81998928,-2.6056975%20-5.81999208,-5.8199873%20C%200.53000562,3.1357055%203.1357059,0.53000792%206.3500005,0.53000792%20L%206.331161,1.888344%27%20/%3E%3C/g%3E%3C/svg%3E");
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:992px) {
    .section-trend .trend-container .icon-set .icon i {
        width: 80px;
        font-size: 36px
    }
}

.section-icon-set {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-icon-set .section-icons-focus {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 3rem
}

.section-icon-set .section-icons-focus::-webkit-scrollbar {
    display: none
}

.section-icon-set .section-icons-focus .icons-focus-group {
    margin-top: 2rem
}

.section-icon-set .section-icons-focus .icons-focus-title {
    font-size: 2rem;
    color: #667790;
    margin-bottom: 2rem;
    font-family: "primary" !important
}

.section-icon-set .section-icons-focus .icons-focus-block {
    display: block;
    padding-bottom: 2rem;
    margin: -1rem
}

.section-icon-set .section-icons-focus .icons-focus-block .focus-icon {
    color: #7bc148;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: min(9rem, 8vw);
    margin: 1rem;
    white-space: break-spaces
}

@media all and (min-width:993px) {
    .section-icon-set .section-icons-focus .icons-focus-block .focus-icon:last-child {
        margin-right: 0
    }
}

@media all and (max-width:992px) {
    .section-icon-set .section-icons-focus .icons-focus-block .focus-icon {
        width: 9rem
    }
}

.section-icon-set .section-icons-focus .icons-focus-block .link-icon:hover .circled-icon {
    background-color: #667790;
    color: #fcfcfc
}

.section-icon-set .section-icons-focus .icons-focus-block .link-icon:hover .circled-icon:after {
    border: 1px solid #667790
}

.section-icon-set .section-icons-focus .icons-focus-block figcaption {
    font-family: "primary" !important
}

.section-icon-set .section-icons-focus .icons-focus-block .circled-icon {
    font-size: 1.5em;
    display: flex;
    width: min(5.6rem, 80%);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #f7f8fb;
    align-items: center;
    justify-content: space-around;
    color: #667790;
    margin-bottom: .4rem;
    position: relative;
    transition: .3s all ease-in-out
}

section .section-portraits-column .portrait figcaption.caption {
    color: #7bc148;
    left: 4vw;
    top: 130%;
    left: 4vw;
    top: 130%;
    transform: none;
    transform: none;
}

.section-text-quote .portrait.remarks {
    left: calc(20vw / 2.5);
    background-color: #eff2f7;
}

.section-text-quote .portrait:nth-child(2) {
    margin-top: 400px;
}

section .section-portraits-column .portrait::after {
    color: #7bc148;
}

.section-text-quote .portrait::after {
    font-family: 'icomoon';
    content: "\e93c";
    font-size: 140px;
    position: absolute;
    right: -24px;
    bottom: -6px;
    transform: translate(10%, 50%);
}

.section-icon-set .section-icons-focus .icons-focus-block .circled-icon:after {
    content: "";
    width: 100%;
    padding: 4px;
    box-sizing: content-box;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #f7f8fb;
    position: absolute;
    display: block;
    transition: .6s all ease-in-out
}

@media all and (max-width:992px) {
    .section-icon-set .section-icons-focus .icons-focus-block .circled-icon {
        width: 5.6rem
    }
}

@media all and (max-width:992px) {
    .section-icon-set .section-icons-focus .icons-focus-block {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        margin: 0;
        margin-right: calc(var(--bs-gutter-x) * -0.5)
    }
}

@media all and (min-width:1201px) {
    .section-icon-set .section-icons-focus .icons-focus-group:not(:only-child) {
        display: inline-block;
        width: fit-content
    }
    .section-icon-set .section-icons-focus .icons-focus-group:not(:only-child):not(:last-child) .icons-focus-block {
        margin-right: 4.5rem;
        border-right: 1px solid grey;
        padding-right: 4.5rem
    }
}

@media all and (max-width:1200px) {
    .section-icon-set .section-icons-focus .icons-focus-group:not(:only-child) {
        display: block
    }
    .section-icon-set .section-icons-focus .icons-focus-group:not(:only-child):not(:last-child) .icons-focus-block {
        border-bottom: 1px solid #667790
    }
    .section-icon-set .section-icons-focus .icons-focus-group:not(:only-child) .icons-focus-block {
        width: fit-content;
        max-width: calc(var(--bs-gutter-x) * .5 + 100%)
    }
}

.section-infographic-text {
    display: block
}

.section-infographic-text .content-wrapper {
    display: flex
}

.section-infographic-text .content-wrapper .section-text {
    padding-top: 4rem;
    padding-bottom: 2.5rem
}

@media only screen and (max-width:992px) {
    .section-infographic-text .content-wrapper .section-text {
        padding-top: 4rem;
        padding-bottom: 1.8rem;
        font-size: 1rem
    }
}

.section-infographic-text .content-wrapper .section-text p {
    margin-bottom: 1.5rem
}

.section-infographic-text .content-wrapper .section-text ul {
    margin-bottom: 1.5rem
}

.section-infographic-text .content-wrapper .section-text>* {
    margin-bottom: 1.5rem
}

.section-infographic-text .content-wrapper .section-cta {
    margin: 0;
    padding-bottom: 3rem
}

@media only screen and (max-width:992px) {
    .section-infographic-text .content-wrapper .section-cta {
        padding-bottom: 2rem
    }
}

.section-project-box {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-project-box .text-container {
    background-color: #eff2f7;
    padding-left: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.section-project-box .text-container .section-title {
    margin-bottom: 1.5rem
}

.section-project-box .text-container .section-title .pre-title {
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: bold;
    color: #667790
}

.section-project-box .text-container .section-title .title-global {
    color: #7bc148;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.25rem;
    font-weight: bold
}

.section-project-box .text-container .section-title:after {
    content: "";
    width: 100%;
    max-width: 300px;
    border-top: 1px solid #0e141a;
    display: block
}

.section-project-box .text-container .section-text-content p {
    margin-bottom: 2rem
}

.section-project-box .text-container .section-text-content ul {
    margin-bottom: 2rem
}

.section-project-box .text-container .section-text-content.contains-intro p:first-child {
    font-size: 1.1rem;
    color: #667790;
    margin-bottom: 2rem
}

@media all and (max-width:992px) {
    .section-project-box .text-container {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.section-project-box .image-container {
    background-color: #eff2f7;
    position: relative;
    padding: 0 1rem
}

.section-project-box .image-container .image-wrapper {
    align-items: flex-end;
    height: 100%;
    position: relative;
    margin: 0 1rem
}

@media all and (max-width:992px) {
    .section-project-box .image-container .image-wrapper {
        text-align: right
    }
    .section-project-box .image-container .image-wrapper div {
        padding-left: 0;
        padding-right: 0
    }
}

.section-project-box .image-container .image-wrapper img:first-child {
    width: 75%
}

@media all and (max-width:992px) {
    .section-project-box .image-container .image-wrapper img:first-child {
        width: 100%;
        margin-bottom: calc(50vw - 2rem)
    }
}

.section-project-box .image-container .image-wrapper img:nth-child(2) {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media all and (max-width:992px) {
    .section-project-box .image-container .image-wrapper img:nth-child(2) {
        position: absolute;
        width: 75%
    }
}

.section-project-box .image-container .image-wrapper img:only-child {
    width: 100%;
    margin-bottom: 0
}

.section-table {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-table.reduced-padding {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.section-table .custom-table {
    margin: 0;
}

@media only screen and (min-width:992px) {
    .section-table .custom-table.accordion-table .table-header .table-cell:last-of-type,
    .section-table .custom-table.accordion-table .table-body .table-cell:last-of-type {
        margin-right: 70px
    }
}

.section-table .custom-table .table-header .table-cell,
.section-table .custom-table .table-body .table-cell {
    text-align: right
}

.section-table .custom-table .table-header .table-cell:first-child,
.section-table .custom-table .table-body .table-cell:first-child {
    text-align: left
}

.section-table .custom-table .table-header {
    color: #667790;
    border-top: 1px solid #c2cddd;
    border-bottom: 1px solid #c2cddd
}

@media only screen and (max-width:992px) {
    .section-table .custom-table .table-header {
        justify-content: space-between
    }
}

.section-table .custom-table .table-header .table-cell {
    /*padding: 12px 16px*/
}

@media only screen and (min-width:992px) {
    .section-table .custom-table .table-header .table-cell {
        /*padding: 12px 33px*/
    }
}

.section-table .custom-table .table-body {
    border-bottom: 1px solid #c2cddd;
    color: #0e141a
}

.section-table .custom-table .table-body .table-row,
.section-table .custom-table .table-body .table-header-row {
    border-bottom: .5px solid #c2cddd
}

@media only screen and (max-width:992px) {
    .section-table .custom-table .table-body .table-row,
    .section-table .custom-table .table-body .table-header-row {
        justify-content: space-between
    }
}

.section-table .custom-table .table-body .table-row:nth-child(even),
.section-table .custom-table .table-body .table-header-row:nth-child(even) {
    background-color: #fff
}

.section-table .custom-table .table-body .table-row:nth-child(even) .table-cell,
.section-table .custom-table .table-body .table-header-row:nth-child(even) .table-cell {
    background-color: #fff
}

.section-table .custom-table .table-body .table-row:nth-child(even) .accordion-body,
.section-table .custom-table .table-body .table-header-row:nth-child(even) .accordion-body {
    background-color: #fff
}

.section-table .custom-table .table-body .table-row:nth-child(even) .accordion-body .table-cell,
.section-table .custom-table .table-body .table-header-row:nth-child(even) .accordion-body .table-cell {
    background-color: #fff
}

.section-table .custom-table .table-body .table-row:nth-child(odd),
.section-table .custom-table .table-body .table-header-row:nth-child(odd) {
    background-color: #f7f8fb
}

.section-table .custom-table .table-body .table-row:nth-child(odd) .table-cell,
.section-table .custom-table .table-body .table-header-row:nth-child(odd) .table-cell {
    background-color: #f7f8fb
}

.section-table .custom-table .table-body .table-row:nth-child(odd) .accordion-body,
.section-table .custom-table .table-body .table-header-row:nth-child(odd) .accordion-body {
    background-color: #f7f8fb
}

.section-table .custom-table .table-body .table-row:nth-child(odd) .accordion-body .table-cell,
.section-table .custom-table .table-body .table-header-row:nth-child(odd) .accordion-body .table-cell {
    background-color: #f7f8fb
}

.section-table .custom-table .table-body .table-row .table-cell,
.section-table .custom-table .table-body .table-header-row .table-cell {
    padding: 16px
}

@media only screen and (min-width:992px) {
    .section-table .custom-table .table-body .table-row .table-cell,
    .section-table .custom-table .table-body .table-header-row .table-cell {
        padding: 16px 33px
    }
}

.section-table .custom-table .table-body .table-row.accordion-item,
.section-table .custom-table .table-body .table-header-row.accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0
}

.section-table .custom-table .table-body .table-row.accordion-item .accordion-button,
.section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button {
    padding: 0;
    width: auto;
    outline: 0;
    box-shadow: none !important;
    font-size: inherit;
    color: #0e141a;
    background: transparent
}

.section-table .custom-table .table-body .table-row.accordion-item .accordion-button:after,
.section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button:after {
    position: absolute;
    left: 45%;
    font-family: "icomoon";
    content: "\e910";
    background-image: none !important;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (min-width:992px) {
    .section-table .custom-table .table-body .table-row.accordion-item .accordion-button:after,
    .section-table .custom-table .table-body .table-header-row.accordion-item .accordion-button:after {
        left: auto;
        right: 34px
    }
}

.section-table .custom-table .table-body .table-row.accordion-item .accordion-body,
.section-table .custom-table .table-body .table-header-row.accordion-item .accordion-body {
    padding: 0;
    border-top: 1px dashed #c2cddd;
    color: #667790
}

@media only screen and (max-width:992px) {
    .section-table .custom-table.mobile-overflow {
        overflow-x: auto
    }
    .section-table .custom-table.mobile-overflow .table-header {
        flex-wrap: nowrap;
        border: 0
    }
    .section-table .custom-table.mobile-overflow .table-header .table-cell {
        border-top: 1px solid #c2cddd;
        border-bottom: 1px solid #c2cddd
    }
    .section-table .custom-table.mobile-overflow .table-body {
        border: 0
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row {
        border: 0;
        flex-wrap: nowrap;
        justify-content: space-between
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row .table-cell,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row .table-cell {
        border-bottom: .5px solid #c2cddd
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row:last-child .table-cell,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row:last-child .table-cell {
        border-bottom: 1px solid #c2cddd
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row.accordion-item,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row.accordion-item {
        flex-direction: column
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row.accordion-item .accordion-header .accordion-button,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row.accordion-item .accordion-header .accordion-button {
        flex-wrap: nowrap
    }
    .section-table .custom-table.mobile-overflow .table-body .table-row.accordion-item .accordion-body,
    .section-table .custom-table.mobile-overflow .table-body .table-header-row.accordion-item .accordion-body {
        flex-wrap: nowrap;
        border: 0
    }
}

.section-cards {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-cards .text-container .section-cards-links {
    display: flex;
    padding-top: 64px
}

@media only screen and (max-width:992px) {
    .section-cards .text-container .section-cards-links {
        max-width: 100vw;
        overflow-x: auto;
        padding-top: 24px
    }
}

.section-cards .text-container .section-cards-links .card-content {
    padding-right: 32px;
    word-break: break-word
}

@media only screen and (max-width:992px) {
    .section-cards .text-container .section-cards-links .card-content {
        padding-right: 32px
    }
}

.section-cards .text-container .section-cards-links .card-content img {
    width: 100%
}

.section-cards .text-container .section-cards-links .card-content .card-badge {
    color: #7bc148 !important;
    padding-top: 24px
}

.section-cards .text-container .section-cards-links .card-content .title-card {
    margin-bottom: 32px;
    min-height: 90px
}

@media only screen and (max-width:992px) {
    .section-cards .text-container .section-cards-links .card-content .title-card {
        margin-bottom: 24px
    }
}

.section-hover-cards {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section-hover-cards .hover-cards-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem
}

.section-hover-cards .hover-cards-wrapper .hover-card {
    position: relative;
    width: 100%;
    aspect-ratio: 300 / 350;
    display: block;
    overflow: hidden;
    border: 3px solid #7bc148;
    border-radius: 4px;
    margin-bottom: 2rem
}

.section-hover-cards .hover-cards-wrapper .hover-card:hover .card-front,
.section-hover-cards .hover-cards-wrapper .hover-card:hover .card-back,
.section-hover-cards .hover-cards-wrapper .hover-card:focus-within .card-front,
.section-hover-cards .hover-cards-wrapper .hover-card:focus-within .card-back {
    transform: translateY(-100%)
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-front,
.section-hover-cards .hover-cards-wrapper .hover-card .card-back {
    transition: .5s transform ease-in-out;
    width: 100%;
    height: 100%;
    padding: min(2vw, 1.5rem)
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-front {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    font-size: min(4.7vw, 3.2rem);
    line-height: min(5vw, 5rem);
    color: #7bc148;
    background-color: transparent;
    cursor: default;
    border: 0 solid transparent
}

@media all and (max-width:767px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-front {
        font-size: min(9.7vw, 4.5rem);
        line-height: min(10vw, 5rem)
    }
}

@media all and (max-width:575px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-front {
        font-size: min(8.4vw, 3.5rem);
        line-height: min(8.8vw, 4rem)
    }
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-front .hover-card-title {
    overflow-wrap: anywhere
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-front .hover-card-icon {
    font-size: min(8vw, 4.75rem)
}

@media all and (max-width:767px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-front .hover-card-icon {
        font-size: min(13vw, 5.75rem)
    }
}

@media all and (max-width:575px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-front .hover-card-icon {
        font-size: min(13vw, 4.75rem)
    }
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-front:focus {
    outline: 0
}

.section-hover-cards .hover-cards-wrapper .hover-card .card-back {
    font-size: min(1.6vw, 1rem);
    padding: min(2vw, 1.5rem);
    color: #0e141a
}

@media all and (max-width:1199px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-back {
        font-size: min(1.0vw, 1rem);
        padding: min(3vw, 1.1rem)
    }
}

@media all and (max-width:991px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-back {
        font-size: min(1.65vw, 1rem);
        padding: min(3vw, 1.5rem)
    }
}

@media all and (max-width:767px) {
    .section-hover-cards .hover-cards-wrapper .hover-card .card-back {
        font-size: min(2.5vw, 1rem);
        padding: min(3vw, 1.5rem)
    }
}

.drawer-toggler {
    width: fit-content;
    border-radius: 50%;
    color: #667790;
    background-color: transparent;
    border: 0;
    transition: .2s all ease-in-out
}

.drawer-toggler:hover {
    color: black
}

.section-drawer {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: transparent;
    overflow: hidden;
    transition: visibility .5s ease-in-out
}

.section-drawer .drawer-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    transition: .3s background-color ease-in-out
}

.section-drawer[aria-hidden="false"] {
    visibility: visible
}

.section-drawer[aria-hidden="false"] .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8)
}

.section-drawer[aria-hidden="false"] .drawer-container {
    transform: translateX(0)
}

.section-drawer .drawer-container {
    position: relative;
    background: white;
    height: 100%;
    transform: translateX(100%);
    transition: .3s transform ease-in-out
}

@media all and (min-width:768px) {
    .section-drawer .drawer-container.drawer-large {
        width: 90%;
        margin-left: 10%
    }
}

@media all and (max-width:768px) {
    .section-drawer .drawer-container {
        margin-top: 10rem;
        height: calc(100% - 10rem)
    }
}

.section-drawer .drawer-container .microhead-drawer {
    height: 4rem;
    text-align: right;
    align-items: center
}

@media all and (max-width:768px) {
    .section-drawer .drawer-container .microhead-drawer {
        border-bottom: 1px solid #667790
    }
}

.section-drawer .drawer-container .microhead-drawer .drawer-close {
    font-size: 1.25rem;
    width: fit-content;
    margin-right: 2rem;
    padding: 0;
    border-radius: 50%;
    color: #667790;
    background-color: transparent;
    border-color: transparent
}

.section-drawer .drawer-container .microhead-drawer .drawer-close:hover {
    color: black
}

.section-drawer .drawer-container .content-drawer {
    height: calc(100% - 4rem);
    padding: 3.625rem min(15vw, 7.3125rem) min(15vw, 7.625rem) min(15vw, 7.3125rem);
    overflow-y: auto
}

.section-drawer .drawer-container .content-drawer .title-drawer {
    font-size: 1.1rem;
    color: #667790;
    line-height: 2.5rem;
    margin-bottom: 2.5rem
}

.section-drawer .drawer-container .content-drawer .body-drawer .text-drawer,
.section-drawer .drawer-container .content-drawer .body-drawer p {
    margin-bottom: 2rem
}

.section-drawer .drawer-container .content-drawer .body-drawer .list-drawer,
.section-drawer .drawer-container .content-drawer .body-drawer ul {
    list-style-type: none;
    padding-left: 0
}

.section-drawer .drawer-container .content-drawer .body-drawer .list-drawer li,
.section-drawer .drawer-container .content-drawer .body-drawer ul li {
    display: flex;
    margin-bottom: 2rem
}

.section-drawer .drawer-container .content-drawer .body-drawer .list-drawer li:before,
.section-drawer .drawer-container .content-drawer .body-drawer ul li:before {
    content: "•";
    display: block;
    color: #f06292;
    font-size: 2.5rem;
    float: left;
    line-height: 1.25rem;
    margin-right: 1.5rem
}

.section-drawer .drawer-container.drawer-has-footer .content-drawer {
    height: calc(100% - 8rem);
    padding-bottom: min(3vw, 3.3125rem)
}

.section-drawer .drawer-container.drawer-has-footer .microfooter-drawer {
    display: block
}

.section-drawer .drawer-container .microfooter-drawer {
    height: 4rem;
    box-shadow: 1px 1px 14px #667790;
    align-items: center;
    display: none
}

.custom-tooltip {
    position: relative;
    display: inline-block
}

.custom-tooltip .tooltip-trigger {
    background-color: transparent;
    border: 0;
    color: #667790
}

.custom-tooltip .tooltip-trigger:hover+.tooltip-content {
    visibility: visible;
    opacity: 1
}

.custom-tooltip .tooltip-content {
    --horizontal-offset: 0;
    --scrollbar-width: 0;
    visibility: hidden;
    position: absolute;
    width: fit-content;
    min-width: 150px;
    max-width: 340px;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    padding: .75rem;
    border-radius: 4px;
    background: #667790;
    color: #fff;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    transition-duration: .4s
}

@media all and (max-width:768px) {
    .custom-tooltip .tooltip-content {
        width: 100vw;
        max-width: calc(100vw - var(--scrollbar-width))
    }
}

.custom-tooltip .tooltip-content::before {
    content: "";
    position: absolute;
    border: .3rem solid transparent;
    border-bottom-color: #667790;
    border-left-color: #667790;
    border-radius: 0 0 0 3px
}

.custom-tooltip .tooltip-content.tooltip-top {
    left: calc(50% + var(--horizontal-offset));
    top: 0;
    transform: translateX(-50%) translateY(calc(-100% - 0.3rem))
}

.custom-tooltip .tooltip-content.tooltip-top::before {
    top: 100%;
    left: calc(50% - var(--horizontal-offset));
    transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-tooltip .tooltip-content.tooltip-bottom {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(100% + 0.3rem))
}

.custom-tooltip .tooltip-content.tooltip-bottom::before {
    bottom: 100%;
    left: calc(50% - var(--horizontal-offset));
    transform: translate(-50%, 50%) rotate(135deg)
}

.section-anchor {
    position: fixed;
    right: 0;
    top: max(240px, 50%);
    width: 16vw;
    transform: translate(0, -50%);
    z-index: 1000;
    background: transparent
}

@media all and (max-width:992px) {
    .section-anchor {
        display: none
    }
}

.section-anchor .sidemenu {
    width: fit-content;
    position: relative;
    margin: auto
}

.section-anchor .sidemenu ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: .825rem;
    margin-right: .5rem
}

.section-anchor .sidemenu ul li {
    padding: .5rem
}

.section-anchor .sidemenu ul li a {
    transition: .2s all ease-in-out;
    text-decoration: none;
    left: 0;
    color: #667790;
    position: relative
}

.section-anchor .sidemenu ul li a[aria-current] {
    left: -0.5rem;
    color: #7bc148
}

.section-anchor .sidemenu ul li a:hover:not([aria-current]) {
    left: -0.3rem;
    color: #0e141a
}

.section-anchor .sidemenu .selection-dot {
    position: absolute;
    top: 0;
    right: 0
}

.section-anchor .sidemenu .selection-dot * {
    transition: .45s all ease-out
}

.section-anchor .sidemenu .selection-dot .selection-dot__line {
    fill: none;
    stroke: #667790;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: .5
}

.section-anchor .sidemenu .selection-dot .selection-dot__bumpline {
    fill: none;
    stroke: #7bc148;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: 1
}

.section-anchor .sidemenu .selection-dot .selection-dot__dot {
    fill: #7bc148;
    transition: .5s all cubic-bezier(0.26, 0.51, 0.49, 1.03)
}

.section-anchor .sidemenu .sidemenu-dot-movingdown .selection-dot__bumpline {
    transform: skew(0, -25deg) translate(0, 4px)
}

.section-anchor .sidemenu .sidemenu-dot-movingdown .selection-dot__dot {
    transform: scale(0.9, 1) translate(2px, 2px)
}

.section-anchor .sidemenu .sidemenu-dot-movingup .selection-dot__bumpline {
    transform: skew(0, 25deg) translate(0, -4px)
}

.section-anchor .sidemenu .sidemenu-dot-movingup .selection-dot__dot {
    transform: scale(0.9, 1) translate(2px, -2px)
}

.section-anchor .sidemenu[colorversion="magenta"] .selection-dot__line,
.section-anchor .sidemenu[colorversion="blue"] .selection-dot__line {
    stroke: #c2cddd
}

.section-anchor .sidemenu[colorversion="magenta"] .selection-dot__bumpline,
.section-anchor .sidemenu[colorversion="blue"] .selection-dot__bumpline {
    stroke: white
}

.section-anchor .sidemenu[colorversion="magenta"] .selection-dot__dot,
.section-anchor .sidemenu[colorversion="blue"] .selection-dot__dot {
    fill: white
}

.section-anchor .sidemenu[colorversion="magenta"] a,
.section-anchor .sidemenu[colorversion="blue"] a {
    color: #f0e6e0
}

.section-anchor .sidemenu[colorversion="magenta"] a[aria-current],
.section-anchor .sidemenu[colorversion="blue"] a[aria-current] {
    color: white
}

.section-anchor .sidemenu[colorversion="magenta"] a:hover:not([aria-current]),
.section-anchor .sidemenu[colorversion="blue"] a:hover:not([aria-current]) {
    color: #eff2f7
}

.section-anchor .sidemenu[colorversion="snow"] .selection-dot__line {
    stroke: #c2cddd
}

.section-anchor .sidemenu[colorversion="snow"] .selection-dot__bumpline {
    stroke: white
}

.section-anchor .sidemenu[colorversion="snow"] .selection-dot__dot {
    fill: white
}

.section-anchor .sidemenu[colorversion="snow"] a {
    color: #eff2f7
}

.section-anchor .sidemenu[colorversion="snow"] a[aria-current] {
    color: white
}

.section-anchor .sidemenu[colorversion="snow"] a:hover:not([aria-current]) {
    color: #eff2f7
}

.section-anchor .sidemenu[colorversion="light-blue"] .selection-dot__line {
    stroke: #c2cddd
}

.section-anchor .sidemenu[colorversion="light-blue"] .selection-dot__bumpline {
    stroke: #0e141a
}

.section-anchor .sidemenu[colorversion="light-blue"] .selection-dot__dot {
    fill: #0e141a
}

.section-anchor .sidemenu[colorversion="light-blue"] a {
    color: #c2cddd
}

.section-anchor .sidemenu[colorversion="light-blue"] a[aria-current] {
    color: #c2cddd
}

.section-anchor .sidemenu[colorversion="light-blue"] a:hover:not([aria-current]) {
    color: #0e141a
}

.section-accordion .accordion-container {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #667790
}

.section-accordion .accordion-container:last-child {
    border-bottom: 1px solid #667790
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container {
        display: flex
    }
}

.section-accordion .accordion-container .accordion {
    padding: 0
}

.section-accordion .accordion-container .accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-right: 2.5rem;
    padding-bottom: 0;
    font-size: 1rem;
    color: #0e141a;
    text-align: left;
    background-color: transparent;
    -webkit-appearance: unset
}

.section-accordion .accordion-container .accordion .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none
}

.section-accordion .accordion-container .accordion .accordion-button::after {
    background-image: none;
    font-family: 'icomoon';
    content: "\e910";
    font-size: 26px;
    height: auto
}

.section-accordion .accordion-container .accordion .accordion-button .section-title {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-button .section-title {
        display: block;
        text-align: center
    }
}

.section-accordion .accordion-container .accordion .accordion-button .section-title .icon {
    margin-right: 2rem
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-button .section-title .icon {
        padding: 2rem 0 0;
        margin-right: 0rem
    }
}

.section-accordion .accordion-container .accordion .accordion-button .section-title .icon i {
    position: relative;
    border: 1px solid #f7f8fb;
    border-radius: 100%;
    background-color: #f7f8fb;
    padding: 1.25rem;
    color: #667790
}

.section-accordion .accordion-container .accordion .accordion-button .section-title .text-container {
    padding: 1.6rem 0rem;
    font-weight: bold
}

@media only screen and (max-width:768px) {
    .section-accordion .accordion-container .accordion .accordion-button .section-title .text-container {
        font-size: 1.0em
    }
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-button .section-title .text-container {
        padding: 1rem 0
    }
}

.section-accordion .accordion-container .accordion .accordion-body {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: 1px solid #667790
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-body {
        display: block;
        padding-top: 1rem;
        padding-bottom: 4rem
    }
}

.section-accordion .accordion-container .accordion .accordion-body .accordion-card {
    display: table-cell;
    padding-right: 4rem;
    padding-bottom: 5rem
}

.section-accordion .accordion-container .accordion .accordion-body .accordion-card:before {
    content: "";
    display: block;
    border-top: 1px solid #d7e5fe;
    padding-bottom: 1.5rem
}

.section-accordion .accordion-container .accordion .accordion-body .accordion-card:nth-child(1):before {
    display: none
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-body .accordion-card {
        padding-top: 2rem;
        padding-right: 0;
        padding-bottom: 2rem
    }
}

@media only screen and (min-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-body .accordion-card:nth-child(2):before {
        display: none
    }
}

.section-accordion .accordion-container .accordion .accordion-body .three-cards .accordion-card {
    display: table-cell;
    padding-right: 1rem
}

@media only screen and (max-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-body .three-cards .accordion-card {
        padding-top: 2rem;
        padding-right: 0
    }
}

@media only screen and (min-width:992px) {
    .section-accordion .accordion-container .accordion .accordion-body .three-cards .accordion-card:nth-child(3):before {
        display: none
    }
}

.section-accordion .accordion-container .accordion .accordion-body>.col-12 {
    padding-bottom: 2rem
}

.section-tab-nav {
    border-bottom: 1px solid #c2cddd;
    transition: background-color .3s ease-in-out
}

.section-tab-nav.sticky {
    position: sticky;
    z-index: 100;
    background-color: #eff2f7
}

.section-tab-nav .tab-nav-container {
    padding: 0
}

.section-tab-nav .tab-nav-container .tab-nav .nav-content {
    display: flex
}

@media only screen and (max-width:992px) {
    .section-tab-nav .tab-nav-container .tab-nav .nav-content {
        display: -webkit-box;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0
    }
}

.section-tab-nav .tab-nav-container .tab-nav .nav-content li {
    display: flex
}

.section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link {
    color: #667790;
    padding: 14px 24px;
    -webkit-appearance: unset
}

@media only screen and (max-width:992px) {
    .section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link {
        padding-right: 18px
    }
}

.section-tab-nav .tab-nav-container .tab-nav .nav-content li .tab-link.active {
    font-weight: bold;
    color: black;
    border-bottom: 2px solid #0e141a;
    display: block
}

@media only screen and (min-width:992px) {
    .section-tab-nav .tab-nav-container .tab-nav .nav-content.extend-content {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .section-tab-nav .tab-nav-container .tab-nav .nav-content.extend-content li {
        max-width: 25%
    }
    .section-tab-nav .tab-nav-container .tab-nav .nav-content.extend-content li .tab-link {
        padding: 14px
    }
}

.section-tab-content .tab {
    padding: 2.5rem 0
}

.section-json-table {
    overflow: auto
}

.section-json-table table {
    width: 100%
}

.section-json-table table tr {
    border-top: solid 1px #c2cddd;
    border-bottom: solid 1px #c2cddd
}

.section-json-table table tr td,
.section-json-table table tr th {
    text-align: right;
    padding: 16px 12px;
    line-height: 1 !important
}

@media all and (max-width:768px) {
    .section-json-table table tr td,
    .section-json-table table tr th {
        font-size: .8rem !important
    }
}

.section-json-table table tr td.bold,
.section-json-table table tr th.bold {
    font-weight: bold
}

.section-json-table table tr td.italic,
.section-json-table table tr th.italic {
    font-style: italic
}

.section-json-table table tr td.left,
.section-json-table table tr th.left {
    text-align: left
}

.section-json-table table tr td.center,
.section-json-table table tr th.center {
    text-align: center
}

.section-json-table table tr td.highlighted,
.section-json-table table tr th.highlighted {
    background-color: #f0e6e0
}

.section-json-table table tr td button.drawer-toggler,
.section-json-table table tr th button.drawer-toggler {
    color: #7bc148;
    text-decoration: underline
}

.section-json-table table .table-header {
    background-color: #f7f8fb
}

.section-json-table table .table-header td,
.section-json-table table .table-header th {
    color: #667790;
    padding: 12px
}

.section-json-table table .table-header td:first-child,
.section-json-table table .table-header th:first-child {
    text-align: left
}

.section-json-table table .table-row td:first-child,
.section-json-table table .table-row th:first-child,
.section-json-table table .table-header-row td:first-child,
.section-json-table table .table-header-row th:first-child {
    text-align: left
}

.section-json-table table .table-row:nth-child(odd),
.section-json-table table .table-header-row:nth-child(odd) {
    background-color: #f7f8fb
}

.section-json-table table .table-row:nth-child(even),
.section-json-table table .table-header-row:nth-child(even) {
    background-color: #fff
}

.section-json-text {
    padding-bottom: 0 !important
}

.section-json-text .body-global,
.section-json-text .section-list li,
.section-list .section-json-text li,
.section-json-text .section-infographic-text .content-wrapper .section-text ul li,
.section-infographic-text .content-wrapper .section-text ul .section-json-text li,
.section-json-text .section-project-box .text-container .section-text-content ul li,
.section-project-box .text-container .section-text-content ul .section-json-text li,
.section-json-text .section-infographic-text .content-wrapper .section-text,
.section-infographic-text .content-wrapper .section-json-text .section-text,
.section-json-text .section-infographic-text .content-wrapper .section-text p,
.section-infographic-text .content-wrapper .section-text .section-json-text p,
.section-json-text .section-project-box .text-container .section-text-content p,
.section-project-box .text-container .section-text-content .section-json-text p {
    margin-bottom: 50px
}

.section-json-text .text-note {
    margin-bottom: 50px
}

.section-json-text>*:last-child {
    margin-bottom: 0
}

.section-json-cta,
.section-json-text,
.section-json-table,
.section-json-bulleted-list,
.section-json-image {
    margin: 0 0 50px
}

.section-json-image {
    text-align: center;
    padding-bottom: 0 !important
}

.section-json-image img {
    width: 100%;
    margin-bottom: 30px
}

.section-json-image>*:last-child {
    margin-bottom: 0
}

#t70 td[headers*="2021"] {
    background-color: #f0e6e0
}

#t93 td[headers*="2021"] {
    background-color: #f0e6e0
}

#table-prospetto-variazioni-patrimonio-netto tr:nth-child(n+17) td {
    background-color: #f0e6e0
}

.section-infographic {
    background-color: white;
    min-height: 26rem
}

@media all and (max-width:1200px) {
    .section-infographic .fullwidth-scroll-xl {
        overflow-x: auto;
        margin: 0 -12px;
        width: calc(100% + 24px);
        padding-left: 12px;
        padding-right: 12px
    }
}

@media all and (max-width:768px) {
    .section-infographic .fullwidth-scroll-md {
        overflow-x: auto;
        margin: 0 -12px;
        width: calc(100% + 24px);
        padding-left: 12px;
        padding-right: 12px
    }
}

.section-infographic .title-box {
    height: 4rem;
    text-align: center;
    width: 100%;
    max-width: 23rem;
    margin: auto
}

@media all and (max-width:1200px) {
    .section-infographic .title-box {
        border-top: 1px solid #667790;
        padding-top: 2.5rem;
        margin-top: 2.5rem;
        max-width: 100%;
        height: auto
    }
}

.section-infographic .title-box span {
    display: block;
    width: 100%;
    padding: 0 10%;
    text-align: left
}

@media all and (max-width:1200px) {
    .section-infographic .title-box span {
        opacity: .4;
        padding: 0
    }
}

.section-infographic .title-box h2,
.section-infographic .title-box .h2 {
    font-size: 2.5rem;
    color: #667790;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2rem
}

@media all and (max-width:1200px) {
    .section-infographic .title-box h2,
    .section-infographic .title-box .h2 {
        font-size: 2rem;
        line-height: 1.5rem;
        padding-bottom: .5rem
    }
}

.section-infographic .top-line {
    margin: 0 -12px 1.5rem -12px;
    display: block;
    position: relative;
    border-bottom: 1px solid #667790
}

.section-infographic .top-line .top-line-double-dots {
    width: 1rem;
    aspect-ratio: 2 / 1;
    position: absolute;
    transform: translateY(calc(-50% + 1px));
    left: 1rem
}

.section-infographic .top-line .top-line-triple-dots {
    width: 2.5rem;
    aspect-ratio: 2 / 1;
    position: absolute;
    z-index: 2;
    right: 1rem;
    transform: translateY(calc(-50% + 1px))
}

@media all and (max-width:1200px) {
    .section-infographic .top-line {
        display: none !important
    }
}

.section-infographic .element-title-icon {
    margin-right: .75rem;
    color: #7bc148;
    font-size: 1.0rem
}

.section-infographic .element-title-text {
    color: #0e141a;
    font-weight: bold;
    font-size: 1.0rem
}

.section-infographic .details-list {
    list-style-type: none;
    padding: 1rem 0 2rem 0;
    margin: 0
}

.section-infographic .details-list li {
    width: 40%;
    margin-left: 6%;
    display: inline-block;
    font-size: .875rem;
    line-height: 1rem
}

.section-infographic .details-list li:nth-last-child(n+3) {
    border-bottom: 1px solid #c2cddd;
    padding-bottom: .875rem;
    margin-bottom: .875rem
}

.section-infographic .details-list li span {
    display: block;
    opacity: .75
}

.section-infographic .details-list li span:first-child {
    font-weight: bold
}

.section-infographic .details-pagination {
    position: absolute;
    right: .5rem;
    bottom: .5rem
}

.section-infographic .details-pagination button {
    padding: .5rem 0;
    margin: 0 .5rem 0 0;
    transition: .2s all ease-in-out;
    font-weight: bold
}

.section-infographic .details-pagination button:hover {
    color: #7bc148
}

.section-infographic .details-pagination button:disabled {
    color: #c2cddd;
    opacity: 1
}

.section-infographic .details-pagination button span {
    display: none
}

.section-infographic .details-body {
    overflow: hidden;
    position: relative
}

.section-infographic .details-list {
    transition: 1s all ease-in-out;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 0
}

.section-infographic .details-list:first-child {
    position: relative !important
}

.section-infographic .details-list.dismissed-right {
    transform: translateX(150%);
    opacity: 0
}

.section-infographic .details-list.dismissed-left {
    transform: translateX(-150%);
    opacity: 0
}

.section-infographic .accordions-and-infographic {
    height: calc(100vh - 100px - 2.5rem);
    min-height: 37rem
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic {
        height: auto
    }
}

@media all and (min-width:1201px) {
    .section-infographic .accordions-and-infographic .accordion-our-resources-wrapper .title-box span:last-child {
        text-align: right
    }
    .section-infographic .accordions-and-infographic .accordion-our-resources-wrapper .top-line .top-line-triple-dots {
        right: 0;
        transform: translate(100%, calc(-50% + 1px))
    }
    .section-infographic .accordions-and-infographic .accordion-generated-value-wrapper .title-box span:first-child {
        text-align: right
    }
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion {
    height: 100%
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion {
        height: auto;
        display: flex;
        overflow-x: auto
    }
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .collapse:not(.show) {
        display: block
    }
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item {
    margin-bottom: .5rem;
    background-color: #eff2f7;
    border: 0;
    border-radius: 4px
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item {
        width: calc(33.33333% - 1rem)
    }
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item:not(:last-child) {
        margin-right: 1.5rem
    }
}

@media all and (max-width:768px) {
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item {
        min-width: 80vw
    }
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item:not(:last-child) {
        margin-right: .5rem
    }
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button {
    height: 3.5rem;
    background-color: transparent;
    border-radius: 0
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button {
        pointer-events: none
    }
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none
    }
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
    content: "\e914";
    transform-origin: center;
    font-family: icomoon;
    background-image: none;
    color: #7bc148;
    transform: translateX(-20%) rotate(135deg)
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    transform: none
}

.section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-body {
    min-height: calc(100vh - 100px - 2.5rem - 4rem - 4.5rem * 3);
    position: relative;
    padding: 0
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic .infographic-accordion .accordion .accordion-item .accordion-body {
        min-height: 0
    }
}

@media all and (max-width:1200px) {
    .section-infographic .accordions-and-infographic .accordion-our-resources-wrapper {
        order: 1
    }
    .section-infographic .accordions-and-infographic .business-model {
        order: 3
    }
    .section-infographic .accordions-and-infographic .accordion-generated-value-wrapper {
        order: 2
    }
}

@media all and (max-width:768px) {
    .section-infographic .impacts .impacts-content {
        flex-direction: row;
        flex-wrap: nowrap
    }
    .section-infographic .impacts .impacts-content>[class^="col-"],
    .section-infographic .impacts .impacts-content [class*=" col-"] {
        width: 80vw;
        margin-left: 0;
        margin-right: .5rem;
        box-sizing: content-box;
        padding: .5rem 0
    }
}

.section-infographic .impacts .title-box {
    position: relative;
    display: flex;
    max-width: 100%;
    align-items: flex-end
}

@media all and (max-width:1200px) {
    .section-infographic .impacts .title-box {
        display: block
    }
}

.section-infographic .impacts .title-box .results-impacts {
    height: 3rem;
    color: #c2cddd;
    opacity: .9;
    font-size: 5.524rem;
    font-weight: bold;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

@media all and (max-width:1200px) {
    .section-infographic .impacts .title-box .results-impacts {
        font-size: 2rem;
        line-height: 1.5rem;
        padding-bottom: .5rem;
        position: relative;
        color: #667790;
        opacity: 1;
        left: 0;
        transform: none
    }
}

.section-infographic .impacts .title-box .results-impacts span {
    padding: 0
}

.section-infographic .impacts .title-box .top-line {
    width: calc(100% + 24px)
}

.section-infographic .impacts .title-box .top-line .top-line-triple-dots {
    left: 27%
}

.section-infographic .impacts .title-box .top-line .top-line-double-dots:last-child {
    left: auto;
    right: 1rem
}

.section-infographic .impacts .impact-box {
    background-color: #eff2f7;
    position: relative;
    border-radius: 4px;
    padding: 2.5rem;
    height: 100%
}

.section-infographic .impacts .impact-box h3,
.section-infographic .impacts .impact-box .h3 {
    text-align: center;
    width: fit-content;
    margin: 0 auto 2.5rem auto;
    position: relative
}

.section-infographic .impacts .impact-box h3 .element-title-icon,
.section-infographic .impacts .impact-box .h3 .element-title-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%, -50%)
}

.section-infographic .impacts .impact-box .details-body {
    padding-bottom: 2rem
}

.section-infographic .impacts .impact-box .details-body .details-pagination {
    bottom: 0
}

.section-infographic .links {
    margin-top: 2.5rem
}

@media all and (min-width:769px) {
    .section-infographic .links>div:first-child {
        border-right: 1px dashed #c2cddd
    }
    .section-infographic .links>div:first-child ul {
        padding-right: 3.375rem
    }
    .section-infographic .links>div:last-child ul {
        padding-left: 3.375rem
    }
}

.section-infographic .links ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0
}

.section-infographic .links ul li {
    border-top: 1px solid #c2cddd
}

.section-infographic .links ul li:last-child {
    border-bottom: 1px solid #c2cddd
}

.section-infographic .links ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4rem;
    padding: 1rem 0;
    position: relative;
    font-weight: bold;
    color: #0e141a;
    font-size: 1.0rem;
    transition: .4s all ease-in-out
}

.section-infographic .links ul li a .link-icon {
    color: #7bc148;
    font-size: 2rem;
    transition: .4s all cubic-bezier(0.22, -1.07, 1, 2.3)
}

.section-infographic .links ul li a:hover {
    color: #7bc148
}

.section-infographic .links ul li a:hover .link-icon {
    transform: rotate(10deg)
}

@media all and (max-width:768px) {
    .section-infographic .links>[class^="col-"]:not(:last-child) li:last-child,
    .section-infographic .links [class*=" col-"]:not(:last-child) li:last-child {
        border-bottom: none !important
    }
}

@media all and (min-width:993px) {
    .section-infographic .business-model .title-box-row {
        margin: 0;
        width: calc(100% + 24px)
    }
    .section-infographic .business-model .title-box-row .title-box {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .section-infographic .business-model .title-box-row .title-box h2 span,
    .section-infographic .business-model .title-box-row .title-box .h2 span {
        display: initial;
        padding: 0
    }
}

.section-infographic .business-model .business-model-content {
    height: 100%
}

@media all and (max-width:992px) {
    .section-infographic .business-model .business-model-content {
        white-space: nowrap;
        padding: 0;
        display: flex;
        height: auto
    }
}

.section-infographic .business-model .business-model-content .business-model-cta-list {
    list-style-type: none;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0 2rem;
    justify-content: center;
    position: relative;
    top: 2px
}

.section-infographic .business-model .business-model-content .business-model-cta-list li {
    display: inline-block;
    text-align: center;
    width: 32%;
    height: 2rem;
    margin: 0
}

@media all and (max-width:992px) {
    .section-infographic .business-model .business-model-content .business-model-cta-list li {
        display: block;
        width: 100%;
        margin-top: .5rem
    }
}

.section-infographic .business-model .business-model-content .business-model-cta-list li:not(:last-child) {
    margin-right: .75rem
}

.section-infographic .business-model .business-model-content .business-model-cta-list li button {
    display: flex;
    border: 2px solid #f06292;
    color: #f06292;
    border-radius: 4px 4px 0 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: .4s all ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1;
    width: 100%
}

@media all and (max-width:992px) {
    .section-infographic .business-model .business-model-content .business-model-cta-list li button {
        border-radius: 4px
    }
}

.section-infographic .business-model .business-model-content .business-model-cta-list li button:after {
    content: "+";
    font-size: 1rem;
    transform: translateY(-5%);
    margin-left: .75rem
}

.section-infographic .business-model .business-model-content .business-model-cta-list li button:hover {
    color: #7bc148
}

@media all and (max-width:992px) {
    .section-infographic .business-model .business-model-content .business-model-cta-list {
        top: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 0 .5rem
    }
}

.section-infographic .business-model .business-model-content .infographic-plugs {
    border: 2px solid #f06292;
    border-radius: 30px;
    padding: 0 max(4rem, 10vh);
    height: calc(100% - 4rem - 2rem - 3rem - 1.5rem)
}

@media all and (min-width:993px) {
    .section-infographic .business-model .business-model-content .infographic-plugs {
        min-height: 25rem
    }
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-start {
    width: 100%;
    height: 11.11111%;
    position: relative;
    text-align: right;
    display: block
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-start:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: calc(100% - 1px);
    border-bottom-left-radius: 2rem;
    border: 6px solid #7bc148;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-start:after {
    content: "";
    display: block;
    height: calc(100% + 12px + 0.5px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 6px solid #7bc148;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(calc(50% - 1px), calc(100% - 18px - 1.5px)) rotate(-45deg)
}

.section-infographic .business-model .business-model-content .infographic-plugs ul {
    display: flex;
    list-style-type: none;
    position: relative;
    text-align: center;
    height: 22.22222%;
    margin: auto;
    padding: 0;
    justify-content: center
}

.section-infographic .business-model .business-model-content .infographic-plugs ul:before {
    position: absolute;
    color: #c2cddd;
    opacity: .9;
    font-size: 5.524rem;
    line-height: 7rem;
    font-weight: bold;
    top: 50%;
    left: 0;
    transform: translate(0, -76%);
    pointer-events: none
}

.section-infographic .business-model .business-model-content .infographic-plugs ul:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    border-bottom: 6px solid #7bc148;
    width: 100%;
    top: 50%
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20%;
    font-size: .75rem;
    line-height: 1rem;
    color: #0e141a;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 1.5rem
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li.plug-container {
    padding: 0 !important
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li.plug-container .plug {
    position: relative;
    transform: translateY(3px);
    z-index: 2;
    max-height: 3rem
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li span {
    position: relative;
    z-index: 3
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li [class^="icon-"],
.section-infographic .business-model .business-model-content .infographic-plugs ul li [class*=" icon-"] {
    width: 3rem;
    aspect-ratio: 1 / 1;
    border: 1px solid #7bc148;
    color: #7bc148;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1.0rem;
    background-color: #fff
}

.section-infographic .business-model .business-model-content .infographic-plugs ul li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: .5px;
    height: calc(100% + 6px);
    aspect-ratio: 1 / 1;
    border: 6px solid #7bc148;
    border-radius: 50%;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    transform: translate(calc(-50% + 1px), calc(50% - 3px)) rotate(225deg)
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.why-list {
    flex-direction: row-reverse
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.why-list:before {
    content: "WHY"
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list {
    flex-direction: row
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list:before {
    content: "HOW";
    right: 0;
    left: auto
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list:after {
    border-color: #f06292
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list [class^="icon-"],
.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list [class*=" icon-"] {
    border: 1px solid #667790;
    color: #667790;
    background-color: #eff2f7
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list .plug-full-male {
    fill: #7bc148
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list .plug-full-female {
    fill: #f06292
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list li:first-child {
    align-items: flex-start
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.how-list li:last-child:after {
    right: 0;
    left: auto;
    border-color: #f06292;
    transform: translate(calc(50% - 1px), calc(50% - 3px)) rotate(45deg)
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.what-list {
    flex-direction: row-reverse
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.what-list:before {
    content: "WHAT"
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.what-list .plug-container .plug {
    transform: translateY(3px) rotate(180deg)
}

.section-infographic .business-model .business-model-content .infographic-plugs ul.what-list li:first-child {
    align-items: flex-end
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-end {
    content: "";
    display: block;
    width: 100%;
    height: 22.22222%;
    position: relative
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-end .plug {
    position: absolute;
    bottom: 0;
    left: calc(50% - 3px);
    transform: translateX(-50%);
    max-height: 30%;
    fill: #7bc148
}

.section-infographic .business-model .business-model-content .infographic-plugs .wire-end:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: calc(50% - 1px);
    border-top-right-radius: 2rem;
    border: 6px solid #7bc148;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent
}

@media all and (max-width:992px) {
    .section-infographic .business-model .business-model-content .infographic-plugs {
        height: 12rem;
        white-space: nowrap;
        padding: 0;
        display: flex;
        border-radius: 0;
        border: 0 solid transparent
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-start {
        height: 100%;
        display: flex;
        align-items: center
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-start:after {
        display: none
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-start:before {
        border: 0 solid transparent;
        background: #7bc148;
        width: .5rem;
        height: 8rem;
        border-radius: 0;
        transform: translate(100%, 6px)
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul {
        display: inline-flex;
        height: 100%
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul:after {
        border-bottom: 12px solid #7bc148
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul:before {
        left: 7rem
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul li {
        width: fit-content;
        padding-left: 2rem;
        padding-right: 2rem
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul li.plug-container {
        min-width: 4.75rem
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul li.plug-container .plug {
        height: 3rem;
        transform: translate(-3px, calc(3px + 3px))
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul li:last-child:after {
        display: none
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul.why-list {
        flex-direction: row
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul.why-list:before {
        left: 2rem
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul.how-list:before {
        left: 7rem;
        right: auto
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul.what-list {
        flex-direction: row
    }
    .section-infographic .business-model .business-model-content .infographic-plugs ul.what-list .plug-container .plug {
        height: 3rem;
        transform: translateY(calc(6px - 1px)) translateX(-0.6rem)
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-end {
        height: 100%;
        display: inline-flex;
        align-items: center
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-end:before {
        display: none
    }
    .section-infographic .business-model .business-model-content .infographic-plugs .wire-end .plug {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-0.6rem, calc(3px + 1px)) rotate(-90deg);
        height: 3rem
    }
}

.financials .body-global h3 {
    margin-top: 50px;
}

.financials .f-table th {
    color: #667790;
    font-size: 14px;
    font-weight: normal;
}

.financials .f-table td {
    font-size: 14px;
    font-weight: normal;
    padding: 20px;
}

.financials .f-table th {
    padding: 5px 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #f7f8fb;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #ffffff;
}

.artabs {
    border-bottom: 1px solid #dee2e6;
}

.artabs.nav-tabs .nav-link,
.artabs.nav-tabs .nav-item .nav-link {
    color: #000;
    border-radius: 0;
    margin-bottom: 0;
}

.artabs.nav-tabs .nav-link.active,
.artabs.nav-tabs .nav-item.show .nav-link {
    color: #7bc147;
    font-weight: bold;
    border-bottom: 2px solid #7bc147;
    border-radius: 0;
    margin-bottom: 0;
}