:root {
--c-white: #fff;
--c-black: #000;
--c-yellow-300: #f8eb6c;
--c-yellow-400: #ffe500;
--c-brown-300: #eae5dc;
--c-brown-400: #dbd1bf;
--c-brown-500: #cbbba0;
--c-brown-600: #b1a188;
--c-brown-700: #432918;
--c-gray-200: #bebebe;
--c-gray-300: #f0f0f0;
--c-gray-400: #efefef;
--c-gray-600: #d5d5d5;
--c-gray-700: #626262;
--c-primary: var(--c-yellow-400);
--c-text: var(--c-black);
--f-main: "Noah", sans-serif;
--f-headings: "Noah", sans-serif;
--wrapper-width: 120rem;
--padding-width: 2rem;
--gutter-width: 2rem;
--transition-duration: 0.25s;
}
.-initial {
display: initial;
}
.-inherit {
display: inherit;
}
.-inline {
display: inline;
}
.-block {
display: block;
}
.-contents {
display: contents;
}
.-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.-grid {
display: grid;
}
.-inline-block {
display: inline-block;
}
.-inline-flex {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.-inline-grid {
display: inline-grid;
}
.-table {
display: table;
}
.-none {
display: none;
}
@media (min-width: 544px) {
.-sm-initial {
display: initial !important;
}
}
@media (min-width: 544px) {
.-sm-inherit {
display: inherit !important;
}
}
@media (min-width: 544px) {
.-sm-inline {
display: inline !important;
}
}
@media (min-width: 544px) {
.-sm-block {
display: block !important;
}
}
@media (min-width: 544px) {
.-sm-contents {
display: contents !important;
}
}
@media (min-width: 544px) {
.-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 544px) {
.-sm-grid {
display: grid !important;
}
}
@media (min-width: 544px) {
.-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 544px) {
.-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 544px) {
.-sm-inline-grid {
display: inline-grid !important;
}
}
@media (min-width: 544px) {
.-sm-table {
display: table !important;
}
}
@media (min-width: 544px) {
.-sm-none {
display: none !important;
}
}
@media (min-width: 768px) {
.-md-initial {
display: initial !important;
}
}
@media (min-width: 768px) {
.-md-inherit {
display: inherit !important;
}
}
@media (min-width: 768px) {
.-md-inline {
display: inline !important;
}
}
@media (min-width: 768px) {
.-md-block {
display: block !important;
}
}
@media (min-width: 768px) {
.-md-contents {
display: contents !important;
}
}
@media (min-width: 768px) {
.-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 768px) {
.-md-grid {
display: grid !important;
}
}
@media (min-width: 768px) {
.-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) {
.-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.-md-inline-grid {
display: inline-grid !important;
}
}
@media (min-width: 768px) {
.-md-table {
display: table !important;
}
}
@media (min-width: 768px) {
.-md-none {
display: none !important;
}
}
@media (min-width: 992px) {
.-lg-initial {
display: initial !important;
}
}
@media (min-width: 992px) {
.-lg-inherit {
display: inherit !important;
}
}
@media (min-width: 992px) {
.-lg-inline {
display: inline !important;
}
}
@media (min-width: 992px) {
.-lg-block {
display: block !important;
}
}
@media (min-width: 992px) {
.-lg-contents {
display: contents !important;
}
}
@media (min-width: 992px) {
.-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 992px) {
.-lg-grid {
display: grid !important;
}
}
@media (min-width: 992px) {
.-lg-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) {
.-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.-lg-inline-grid {
display: inline-grid !important;
}
}
@media (min-width: 992px) {
.-lg-table {
display: table !important;
}
}
@media (min-width: 992px) {
.-lg-none {
display: none !important;
}
}
@media (min-width: 1200px) {
.-xl-initial {
display: initial !important;
}
}
@media (min-width: 1200px) {
.-xl-inherit {
display: inherit !important;
}
}
@media (min-width: 1200px) {
.-xl-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.-xl-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.-xl-contents {
display: contents !important;
}
}
@media (min-width: 1200px) {
.-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 1200px) {
.-xl-grid {
display: grid !important;
}
}
@media (min-width: 1200px) {
.-xl-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.-xl-inline-grid {
display: inline-grid !important;
}
}
@media (min-width: 1200px) {
.-xl-table {
display: table !important;
}
}
@media (min-width: 1200px) {
.-xl-none {
display: none !important;
}
}
@media (min-width: 1400px) {
.-xxl-initial {
display: initial !important;
}
}
@media (min-width: 1400px) {
.-xxl-inherit {
display: inherit !important;
}
}
@media (min-width: 1400px) {
.-xxl-inline {
display: inline !important;
}
}
@media (min-width: 1400px) {
.-xxl-block {
display: block !important;
}
}
@media (min-width: 1400px) {
.-xxl-contents {
display: contents !important;
}
}
@media (min-width: 1400px) {
.-xxl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 1400px) {
.-xxl-grid {
display: grid !important;
}
}
@media (min-width: 1400px) {
.-xxl-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1400px) {
.-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.-xxl-inline-grid {
display: inline-grid !important;
}
}
@media (min-width: 1400px) {
.-xxl-table {
display: table !important;
}
}
@media (min-width: 1400px) {
.-xxl-none {
display: none !important;
}
}
.-color-primary {
color: var(--c-primary);
}
.-bg-primary {
background-color: var(--c-primary);
}
.-color-text {
color: var(--c-text);
}
.-bg-text {
background-color: var(--c-text);
}
.-color-white {
color: var(--c-white);
}
.-bg-white {
background-color: var(--c-white);
}
.-color-black {
color: var(--c-black);
}
.-bg-black {
background-color: var(--c-black);
}
.-color-yellow-300 {
color: var(--c-yellow-300);
}
.-bg-yellow-300 {
background-color: var(--c-yellow-300);
}
.-color-yellow-400 {
color: var(--c-yellow-400);
}
.-bg-yellow-400 {
background-color: var(--c-yellow-400);
}
.-color-brown-300 {
color: var(--c-brown-300);
}
.-bg-brown-300 {
background-color: var(--c-brown-300);
}
.-color-brown-400 {
color: var(--c-brown-400);
}
.-bg-brown-400 {
background-color: var(--c-brown-400);
}
.-color-brown-500 {
color: var(--c-brown-500);
}
.-bg-brown-500 {
background-color: var(--c-brown-500);
}
.-color-brown-600 {
color: var(--c-brown-600);
}
.-bg-brown-600 {
background-color: var(--c-brown-600);
}
.-color-brown-700 {
color: var(--c-brown-700);
}
.-bg-brown-700 {
background-color: var(--c-brown-700);
}
.-color-gray-300 {
color: var(--c-gray-300);
}
.-bg-gray-300 {
background-color: var(--c-gray-300);
}
.-color-gray-400 {
color: var(--c-gray-400);
}
.-bg-gray-400 {
background-color: var(--c-gray-400);
}
.-color-gray-600 {
color: var(--c-gray-600);
}
.-bg-gray-600 {
background-color: var(--c-gray-600);
}
.-color-gray-700 {
color: var(--c-gray-700);
}
.-bg-gray-700 {
background-color: var(--c-gray-700);
}
[class*="-col-"] {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.-col-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
.-col-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
.-col-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.-col-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.-col-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
.-col-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.-col-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
.-col-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.-col-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.-col-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
.-col-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
.-col-12 {
max-width: 100%;
}
.-col-12,
.-col-sm-1 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
}
.-col-sm-2 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
}
.-col-sm-3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.-col-sm-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
}
.-col-sm-5 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
}
.-col-sm-6 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.-col-sm-7 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
}
.-col-sm-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
}
.-col-sm-9 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
}
.-col-sm-10 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
}
.-col-sm-11 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
}
.-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 544px) {
.-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.-col-md-1 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
}
.-col-md-2 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
}
.-col-md-3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.-col-md-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
}
.-col-md-5 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
}
.-col-md-6 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.-col-md-7 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
}
.-col-md-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
}
.-col-md-9 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
}
.-col-md-10 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
}
.-col-md-11 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
}
.-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 768px) {
.-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.-col-lg-1 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
}
.-col-lg-2 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
}
.-col-lg-3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.-col-lg-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
}
.-col-lg-5 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
}
.-col-lg-6 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.-col-lg-7 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
}
.-col-lg-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
}
.-col-lg-9 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
}
.-col-lg-10 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
}
.-col-lg-11 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
}
.-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 992px) {
.-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.-col-xl-1 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
}
.-col-xl-2 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
}
.-col-xl-3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.-col-xl-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
}
.-col-xl-5 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
}
.-col-xl-6 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.-col-xl-7 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
}
.-col-xl-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
}
.-col-xl-9 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
}
.-col-xl-10 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
}
.-col-xl-11 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
}
.-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1200px) {
.-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.-col-xxl-1 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
}
.-col-xxl-2 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
}
.-col-xxl-3 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.-col-xxl-4 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
}
.-col-xxl-5 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
}
.-col-xxl-6 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.-col-xxl-7 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
}
.-col-xxl-8 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
}
.-col-xxl-9 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
}
.-col-xxl-10 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
}
.-col-xxl-11 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
}
.-col-xxl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (min-width: 1400px) {
.-col-xxl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.-fw-300 {
font-weight: 300;
}
.-fw-400 {
font-weight: 400;
}
.-fw-500 {
font-weight: 500;
}
.-fw-600 {
font-weight: 600;
}
.-fw-700 {
font-weight: 700;
}
.-fw-900 {
font-weight: 900;
}
.-m-0 {
margin: 0;
}
.-mx-0 {
margin-left: 0;
margin-right: 0;
}
.-my-0 {
margin-top: 0;
margin-bottom: 0;
}
.-mx-auto {
margin-left: auto;
margin-right: auto;
}
.-my-auto {
margin-top: auto;
margin-bottom: auto;
}
.-p-0 {
padding: 0;
}
.-px-0 {
padding-left: 0;
padding-right: 0;
}
.-py-0 {
padding-top: 0;
padding-bottom: 0;
}
.-static {
position: static;
}
.-relative {
position: relative;
}
.-fixed {
position: fixed;
}
.-absolute {
position: absolute;
}
.-sticky {
position: sticky;
}
@media (min-width: 544px) {
.-sm-static {
position: static;
}
}
@media (min-width: 544px) {
.-sm-relative {
position: relative;
}
}
@media (min-width: 544px) {
.-sm-fixed {
position: fixed;
}
}
@media (min-width: 544px) {
.-sm-absolute {
position: absolute;
}
}
@media (min-width: 544px) {
.-sm-sticky {
position: sticky;
}
}
@media (min-width: 768px) {
.-md-static {
position: static;
}
}
@media (min-width: 768px) {
.-md-relative {
position: relative;
}
}
@media (min-width: 768px) {
.-md-fixed {
position: fixed;
}
}
@media (min-width: 768px) {
.-md-absolute {
position: absolute;
}
}
@media (min-width: 768px) {
.-md-sticky {
position: sticky;
}
}
@media (min-width: 992px) {
.-lg-static {
position: static;
}
}
@media (min-width: 992px) {
.-lg-relative {
position: relative;
}
}
@media (min-width: 992px) {
.-lg-fixed {
position: fixed;
}
}
@media (min-width: 992px) {
.-lg-absolute {
position: absolute;
}
}
@media (min-width: 992px) {
.-lg-sticky {
position: sticky;
}
}
@media (min-width: 1200px) {
.-xl-static {
position: static;
}
}
@media (min-width: 1200px) {
.-xl-relative {
position: relative;
}
}
@media (min-width: 1200px) {
.-xl-fixed {
position: fixed;
}
}
@media (min-width: 1200px) {
.-xl-absolute {
position: absolute;
}
}
@media (min-width: 1200px) {
.-xl-sticky {
position: sticky;
}
}
@media (min-width: 1400px) {
.-xxl-static {
position: static;
}
}
@media (min-width: 1400px) {
.-xxl-relative {
position: relative;
}
}
@media (min-width: 1400px) {
.-xxl-fixed {
position: fixed;
}
}
@media (min-width: 1400px) {
.-xxl-absolute {
position: absolute;
}
}
@media (min-width: 1400px) {
.-xxl-sticky {
position: sticky;
}
}
.-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
.-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
.-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
.-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
.-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
@media (min-width: 544px) {
.-sm-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media (min-width: 544px) {
.-sm-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
}
@media (min-width: 544px) {
.-sm-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 544px) {
.-sm-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 544px) {
.-sm-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 544px) {
.-sm-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media (min-width: 544px) {
.-sm-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
}
@media (min-width: 544px) {
.-sm-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
}
@media (min-width: 544px) {
.-sm-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
}
@media (min-width: 768px) {
.-md-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media (min-width: 768px) {
.-md-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
}
@media (min-width: 768px) {
.-md-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 768px) {
.-md-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.-md-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 768px) {
.-md-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media (min-width: 768px) {
.-md-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
}
@media (min-width: 768px) {
.-md-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
}
@media (min-width: 768px) {
.-md-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media (min-width: 992px) {
.-lg-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
}
@media (min-width: 992px) {
.-lg-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 992px) {
.-lg-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 992px) {
.-lg-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 992px) {
.-lg-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media (min-width: 992px) {
.-lg-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
}
@media (min-width: 992px) {
.-lg-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
}
@media (min-width: 992px) {
.-lg-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media (min-width: 1200px) {
.-xl-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
}
@media (min-width: 1200px) {
.-xl-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 1200px) {
.-xl-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media (min-width: 1200px) {
.-xl-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
}
@media (min-width: 1200px) {
.-xl-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
}
@media (min-width: 1200px) {
.-xl-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media (min-width: 1400px) {
.-xxl-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
}
}
@media (min-width: 1400px) {
.-xxl-align-flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-align-flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 1400px) {
.-xxl-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-align-space-around {
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-align-space-between {
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-align-space-evenly {
-webkit-box-align: space-evenly;
-ms-flex-align: space-evenly;
align-items: space-evenly;
}
}
.-justify-start {
justify-items: start;
}
.-justify-end {
justify-items: end;
}
.-justify-flex-start {
justify-items: flex-start;
}
.-justify-flex-end {
justify-items: flex-end;
}
.-justify-center {
justify-items: center;
}
.-justify-stretch {
justify-items: stretch;
}
.-justify-space-around {
justify-items: space-around;
}
.-justify-space-between {
justify-items: space-between;
}
.-justify-space-evenly {
justify-items: space-evenly;
}
@media (min-width: 544px) {
.-sm-justify-start {
justify-items: start;
}
}
@media (min-width: 544px) {
.-sm-justify-end {
justify-items: end;
}
}
@media (min-width: 544px) {
.-sm-justify-flex-start {
justify-items: flex-start;
}
}
@media (min-width: 544px) {
.-sm-justify-flex-end {
justify-items: flex-end;
}
}
@media (min-width: 544px) {
.-sm-justify-center {
justify-items: center;
}
}
@media (min-width: 544px) {
.-sm-justify-stretch {
justify-items: stretch;
}
}
@media (min-width: 544px) {
.-sm-justify-space-around {
justify-items: space-around;
}
}
@media (min-width: 544px) {
.-sm-justify-space-between {
justify-items: space-between;
}
}
@media (min-width: 544px) {
.-sm-justify-space-evenly {
justify-items: space-evenly;
}
}
@media (min-width: 768px) {
.-md-justify-start {
justify-items: start;
}
}
@media (min-width: 768px) {
.-md-justify-end {
justify-items: end;
}
}
@media (min-width: 768px) {
.-md-justify-flex-start {
justify-items: flex-start;
}
}
@media (min-width: 768px) {
.-md-justify-flex-end {
justify-items: flex-end;
}
}
@media (min-width: 768px) {
.-md-justify-center {
justify-items: center;
}
}
@media (min-width: 768px) {
.-md-justify-stretch {
justify-items: stretch;
}
}
@media (min-width: 768px) {
.-md-justify-space-around {
justify-items: space-around;
}
}
@media (min-width: 768px) {
.-md-justify-space-between {
justify-items: space-between;
}
}
@media (min-width: 768px) {
.-md-justify-space-evenly {
justify-items: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-justify-start {
justify-items: start;
}
}
@media (min-width: 992px) {
.-lg-justify-end {
justify-items: end;
}
}
@media (min-width: 992px) {
.-lg-justify-flex-start {
justify-items: flex-start;
}
}
@media (min-width: 992px) {
.-lg-justify-flex-end {
justify-items: flex-end;
}
}
@media (min-width: 992px) {
.-lg-justify-center {
justify-items: center;
}
}
@media (min-width: 992px) {
.-lg-justify-stretch {
justify-items: stretch;
}
}
@media (min-width: 992px) {
.-lg-justify-space-around {
justify-items: space-around;
}
}
@media (min-width: 992px) {
.-lg-justify-space-between {
justify-items: space-between;
}
}
@media (min-width: 992px) {
.-lg-justify-space-evenly {
justify-items: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-justify-start {
justify-items: start;
}
}
@media (min-width: 1200px) {
.-xl-justify-end {
justify-items: end;
}
}
@media (min-width: 1200px) {
.-xl-justify-flex-start {
justify-items: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-justify-flex-end {
justify-items: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-justify-center {
justify-items: center;
}
}
@media (min-width: 1200px) {
.-xl-justify-stretch {
justify-items: stretch;
}
}
@media (min-width: 1200px) {
.-xl-justify-space-around {
justify-items: space-around;
}
}
@media (min-width: 1200px) {
.-xl-justify-space-between {
justify-items: space-between;
}
}
@media (min-width: 1200px) {
.-xl-justify-space-evenly {
justify-items: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-justify-start {
justify-items: start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-end {
justify-items: end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-flex-start {
justify-items: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-flex-end {
justify-items: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-center {
justify-items: center;
}
}
@media (min-width: 1400px) {
.-xxl-justify-stretch {
justify-items: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-justify-space-around {
justify-items: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-justify-space-between {
justify-items: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-justify-space-evenly {
justify-items: space-evenly;
}
}
.-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
.-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
.-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
.-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
@media (min-width: 544px) {
.-sm-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
}
@media (min-width: 544px) {
.-sm-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
}
@media (min-width: 544px) {
.-sm-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
}
@media (min-width: 544px) {
.-sm-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
}
@media (min-width: 544px) {
.-sm-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
}
@media (min-width: 544px) {
.-sm-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
}
@media (min-width: 544px) {
.-sm-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
}
@media (min-width: 544px) {
.-sm-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
}
@media (min-width: 544px) {
.-sm-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
}
@media (min-width: 768px) {
.-md-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
}
@media (min-width: 768px) {
.-md-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
}
@media (min-width: 768px) {
.-md-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
}
@media (min-width: 768px) {
.-md-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
}
@media (min-width: 768px) {
.-md-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
}
@media (min-width: 768px) {
.-md-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
}
@media (min-width: 768px) {
.-md-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
}
@media (min-width: 768px) {
.-md-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
}
@media (min-width: 768px) {
.-md-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
}
@media (min-width: 992px) {
.-lg-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
}
@media (min-width: 992px) {
.-lg-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
}
@media (min-width: 992px) {
.-lg-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
}
@media (min-width: 992px) {
.-lg-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
}
@media (min-width: 992px) {
.-lg-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
}
@media (min-width: 992px) {
.-lg-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
}
@media (min-width: 992px) {
.-lg-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
}
@media (min-width: 992px) {
.-lg-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
}
@media (min-width: 1200px) {
.-xl-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
}
@media (min-width: 1200px) {
.-xl-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
}
@media (min-width: 1200px) {
.-xl-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
}
@media (min-width: 1200px) {
.-xl-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
}
@media (min-width: 1200px) {
.-xl-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
}
@media (min-width: 1200px) {
.-xl-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-start {
-ms-flex-line-pack: start;
align-content: start;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-end {
-ms-flex-line-pack: end;
align-content: end;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-space-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-align-content-space-evenly {
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
}
}
.-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
@media (min-width: 544px) {
.-sm-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
}
@media (min-width: 544px) {
.-sm-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
}
@media (min-width: 544px) {
.-sm-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 544px) {
.-sm-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 544px) {
.-sm-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 544px) {
.-sm-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
}
@media (min-width: 544px) {
.-sm-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media (min-width: 544px) {
.-sm-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 544px) {
.-sm-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
}
@media (min-width: 768px) {
.-md-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
}
@media (min-width: 768px) {
.-md-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
}
@media (min-width: 768px) {
.-md-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 768px) {
.-md-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 768px) {
.-md-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 768px) {
.-md-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
}
@media (min-width: 768px) {
.-md-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media (min-width: 768px) {
.-md-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 768px) {
.-md-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
}
@media (min-width: 992px) {
.-lg-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
}
@media (min-width: 992px) {
.-lg-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 992px) {
.-lg-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 992px) {
.-lg-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 992px) {
.-lg-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
}
@media (min-width: 992px) {
.-lg-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media (min-width: 992px) {
.-lg-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 992px) {
.-lg-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1200px) {
.-xl-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-justify-content-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
}
.-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
.-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
.-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
.-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
.-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
.-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
.-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
.-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
.-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
@media (min-width: 544px) {
.-sm-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
}
@media (min-width: 544px) {
.-sm-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
}
@media (min-width: 544px) {
.-sm-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
@media (min-width: 544px) {
.-sm-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 544px) {
.-sm-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
}
@media (min-width: 544px) {
.-sm-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
}
@media (min-width: 544px) {
.-sm-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
}
@media (min-width: 544px) {
.-sm-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
}
@media (min-width: 544px) {
.-sm-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
}
@media (min-width: 768px) {
.-md-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
}
@media (min-width: 768px) {
.-md-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
}
@media (min-width: 768px) {
.-md-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
@media (min-width: 768px) {
.-md-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 768px) {
.-md-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
}
@media (min-width: 768px) {
.-md-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
}
@media (min-width: 768px) {
.-md-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
}
@media (min-width: 768px) {
.-md-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
}
@media (min-width: 768px) {
.-md-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
}
@media (min-width: 992px) {
.-lg-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
}
@media (min-width: 992px) {
.-lg-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
@media (min-width: 992px) {
.-lg-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 992px) {
.-lg-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
}
@media (min-width: 992px) {
.-lg-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
}
@media (min-width: 992px) {
.-lg-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
}
@media (min-width: 992px) {
.-lg-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
}
@media (min-width: 992px) {
.-lg-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
}
@media (min-width: 1200px) {
.-xl-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
}
@media (min-width: 1200px) {
.-xl-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
}
@media (min-width: 1200px) {
.-xl-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
}
@media (min-width: 1200px) {
.-xl-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
}
@media (min-width: 1200px) {
.-xl-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
}
@media (min-width: 1200px) {
.-xl-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-start {
-ms-flex-item-align: start;
align-self: start;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-end {
-ms-flex-item-align: end;
align-self: end;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-flex-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-flex-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-space-around {
-ms-flex-item-align: space-around;
align-self: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-space-between {
-ms-flex-item-align: space-between;
align-self: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-align-self-space-evenly {
-ms-flex-item-align: space-evenly;
align-self: space-evenly;
}
}
.-justify-self-start {
justify-self: start;
}
.-justify-self-end {
justify-self: end;
}
.-justify-self-flex-start {
justify-self: flex-start;
}
.-justify-self-flex-end {
justify-self: flex-end;
}
.-justify-self-center {
justify-self: center;
}
.-justify-self-stretch {
justify-self: stretch;
}
.-justify-self-space-around {
justify-self: space-around;
}
.-justify-self-space-between {
justify-self: space-between;
}
.-justify-self-space-evenly {
justify-self: space-evenly;
}
@media (min-width: 544px) {
.-sm-justify-self-start {
justify-self: start;
}
}
@media (min-width: 544px) {
.-sm-justify-self-end {
justify-self: end;
}
}
@media (min-width: 544px) {
.-sm-justify-self-flex-start {
justify-self: flex-start;
}
}
@media (min-width: 544px) {
.-sm-justify-self-flex-end {
justify-self: flex-end;
}
}
@media (min-width: 544px) {
.-sm-justify-self-center {
justify-self: center;
}
}
@media (min-width: 544px) {
.-sm-justify-self-stretch {
justify-self: stretch;
}
}
@media (min-width: 544px) {
.-sm-justify-self-space-around {
justify-self: space-around;
}
}
@media (min-width: 544px) {
.-sm-justify-self-space-between {
justify-self: space-between;
}
}
@media (min-width: 544px) {
.-sm-justify-self-space-evenly {
justify-self: space-evenly;
}
}
@media (min-width: 768px) {
.-md-justify-self-start {
justify-self: start;
}
}
@media (min-width: 768px) {
.-md-justify-self-end {
justify-self: end;
}
}
@media (min-width: 768px) {
.-md-justify-self-flex-start {
justify-self: flex-start;
}
}
@media (min-width: 768px) {
.-md-justify-self-flex-end {
justify-self: flex-end;
}
}
@media (min-width: 768px) {
.-md-justify-self-center {
justify-self: center;
}
}
@media (min-width: 768px) {
.-md-justify-self-stretch {
justify-self: stretch;
}
}
@media (min-width: 768px) {
.-md-justify-self-space-around {
justify-self: space-around;
}
}
@media (min-width: 768px) {
.-md-justify-self-space-between {
justify-self: space-between;
}
}
@media (min-width: 768px) {
.-md-justify-self-space-evenly {
justify-self: space-evenly;
}
}
@media (min-width: 992px) {
.-lg-justify-self-start {
justify-self: start;
}
}
@media (min-width: 992px) {
.-lg-justify-self-end {
justify-self: end;
}
}
@media (min-width: 992px) {
.-lg-justify-self-flex-start {
justify-self: flex-start;
}
}
@media (min-width: 992px) {
.-lg-justify-self-flex-end {
justify-self: flex-end;
}
}
@media (min-width: 992px) {
.-lg-justify-self-center {
justify-self: center;
}
}
@media (min-width: 992px) {
.-lg-justify-self-stretch {
justify-self: stretch;
}
}
@media (min-width: 992px) {
.-lg-justify-self-space-around {
justify-self: space-around;
}
}
@media (min-width: 992px) {
.-lg-justify-self-space-between {
justify-self: space-between;
}
}
@media (min-width: 992px) {
.-lg-justify-self-space-evenly {
justify-self: space-evenly;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-start {
justify-self: start;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-end {
justify-self: end;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-flex-start {
justify-self: flex-start;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-flex-end {
justify-self: flex-end;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-center {
justify-self: center;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-stretch {
justify-self: stretch;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-space-around {
justify-self: space-around;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-space-between {
justify-self: space-between;
}
}
@media (min-width: 1200px) {
.-xl-justify-self-space-evenly {
justify-self: space-evenly;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-start {
justify-self: start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-end {
justify-self: end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-flex-start {
justify-self: flex-start;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-flex-end {
justify-self: flex-end;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-center {
justify-self: center;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-stretch {
justify-self: stretch;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-space-around {
justify-self: space-around;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-space-between {
justify-self: space-between;
}
}
@media (min-width: 1400px) {
.-xxl-justify-self-space-evenly {
justify-self: space-evenly;
}
}
.-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.-flex-row,
.-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.-flex-column,
.-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
@media (min-width: 544px) {
.-sm-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 544px) {
.-sm-flex-row,
.-sm-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-sm-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 544px) {
.-sm-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 544px) {
.-sm-flex-column,
.-sm-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-sm-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 768px) {
.-md-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 768px) {
.-md-flex-row,
.-md-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-md-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 768px) {
.-md-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 768px) {
.-md-flex-column,
.-md-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-md-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 992px) {
.-lg-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 992px) {
.-lg-flex-row,
.-lg-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-lg-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 992px) {
.-lg-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 992px) {
.-lg-flex-column,
.-lg-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-lg-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 1200px) {
.-xl-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 1200px) {
.-xl-flex-row,
.-xl-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-xl-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1200px) {
.-xl-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 1200px) {
.-xl-flex-column,
.-xl-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-xl-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media (min-width: 1400px) {
.-xxl-flex-row {
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 1400px) {
.-xxl-flex-row,
.-xxl-flex-row-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
}
.-xxl-flex-row-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (min-width: 1400px) {
.-xxl-flex-column {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (min-width: 1400px) {
.-xxl-flex-column,
.-xxl-flex-column-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
}
.-xxl-flex-column-reverse {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.-text-left {
text-align: left;
}
.-text-right {
text-align: right;
}
.-text-center {
text-align: center;
}
.-text-justify {
text-align: justify;
}
.-text-inherit {
text-align: inherit;
}
.-text-initial {
text-align: initial;
}
@media (min-width: 544px) {
.-sm-text-left {
text-align: left;
}
}
@media (min-width: 544px) {
.-sm-text-right {
text-align: right;
}
}
@media (min-width: 544px) {
.-sm-text-center {
text-align: center;
}
}
@media (min-width: 544px) {
.-sm-text-justify {
text-align: justify;
}
}
@media (min-width: 544px) {
.-sm-text-inherit {
text-align: inherit;
}
}
@media (min-width: 544px) {
.-sm-text-initial {
text-align: initial;
}
}
@media (min-width: 768px) {
.-md-text-left {
text-align: left;
}
}
@media (min-width: 768px) {
.-md-text-right {
text-align: right;
}
}
@media (min-width: 768px) {
.-md-text-center {
text-align: center;
}
}
@media (min-width: 768px) {
.-md-text-justify {
text-align: justify;
}
}
@media (min-width: 768px) {
.-md-text-inherit {
text-align: inherit;
}
}
@media (min-width: 768px) {
.-md-text-initial {
text-align: initial;
}
}
@media (min-width: 992px) {
.-lg-text-left {
text-align: left;
}
}
@media (min-width: 992px) {
.-lg-text-right {
text-align: right;
}
}
@media (min-width: 992px) {
.-lg-text-center {
text-align: center;
}
}
@media (min-width: 992px) {
.-lg-text-justify {
text-align: justify;
}
}
@media (min-width: 992px) {
.-lg-text-inherit {
text-align: inherit;
}
}
@media (min-width: 992px) {
.-lg-text-initial {
text-align: initial;
}
}
@media (min-width: 1200px) {
.-xl-text-left {
text-align: left;
}
}
@media (min-width: 1200px) {
.-xl-text-right {
text-align: right;
}
}
@media (min-width: 1200px) {
.-xl-text-center {
text-align: center;
}
}
@media (min-width: 1200px) {
.-xl-text-justify {
text-align: justify;
}
}
@media (min-width: 1200px) {
.-xl-text-inherit {
text-align: inherit;
}
}
@media (min-width: 1200px) {
.-xl-text-initial {
text-align: initial;
}
}
@media (min-width: 1400px) {
.-xxl-text-left {
text-align: left;
}
}
@media (min-width: 1400px) {
.-xxl-text-right {
text-align: right;
}
}
@media (min-width: 1400px) {
.-xxl-text-center {
text-align: center;
}
}
@media (min-width: 1400px) {
.-xxl-text-justify {
text-align: justify;
}
}
@media (min-width: 1400px) {
.-xxl-text-inherit {
text-align: inherit;
}
}
@media (min-width: 1400px) {
.-xxl-text-initial {
text-align: initial;
}
}
.-flex-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.-wrapper {
width: 100%;
padding-left: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
padding-right: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
}
.-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: calc(100% + var(--gutter-width) * 2);
margin-left: calc(var(--gutter-width) * -1);
margin-right: calc(var(--gutter-width) * -1);
}
.-row > [class*="-col"] {
padding-left: var(--gutter-width);
padding-right: var(--gutter-width);
}
.-list-reset {
margin: 0;
padding: 0;
list-style-type: none;
}
* {
--side-padding-width: max(
var(--padding-width),
50vw - var(--wrapper-width) / 2
);
}
.-wrapper {
margin-left: auto;
margin-right: auto;
}
.-wrapper.-disable-side-padding {
padding-left: 0;
padding-right: 0;
}
.-wrapper.-wide {
max-width: 120rem;
}
@media (min-width: 768px) {
.-wrapper.-wide {
width: calc(100vw - 2 * var(--side-padding-width));
}
}
.-wrapper.-full {
max-width: 147.2rem;
}
@media (min-width: 768px) {
.-wrapper.-full {
width: calc(100vw - 2 * var(--side-padding-width));
}
}
@media (min-width: 1200px) {
.-wrapper.-full {
width: calc(100vw - 8rem);
}
}
.-inner-content {
max-width: 120rem;
margin-left: var(--side-padding-width);
margin-right: var(--side-padding-width);
}
@media (min-width: 768px) {
.-inner-content {
margin: 0 5rem;
}
}
@media (min-width: 1400px) {
.-inner-content {
margin: 0 auto;
}
}
.-icon-wrapper {
color: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: none;
outline: 0;
}
.-swiper-nav-default .swiper-button-next,
.-swiper-nav-default .swiper-button-prev {
width: auto;
height: auto;
padding: 0;
z-index: 2;
}
.-swiper-nav-default .swiper-button-next:after,
.-swiper-nav-default .swiper-button-prev:after {
content: "";
font-family: unset;
}
.-swiper-nav-default .-next path,
.-swiper-nav-default .-prev path {
-webkit-transition: stroke var(--transition-duration);
-o-transition: stroke var(--transition-duration);
transition: stroke var(--transition-duration);
}
.-swiper-nav-default.-swiper-corner-nav {
right: 0;
bottom: 0;
}
.-swiper-nav-default.-swiper-corner-nav .swiper-button-next,
.-swiper-nav-default.-swiper-corner-nav .swiper-button-prev {
position: static;
}
.-swiper-pag-default .swiper-pagination-bullet {
width: 0.9rem;
height: 0.9rem;
margin: 0 0.44rem;
background-color: var(--c-black);
opacity: 0.39;
-webkit-transition: opacity var(--transition-duration) ease-in-out;
-o-transition: opacity var(--transition-duration) ease-in-out;
transition: opacity var(--transition-duration) ease-in-out;
}
@media (min-width: 992px) {
.-swiper-pag-default .swiper-pagination-bullet {
width: 1.2rem;
height: 1.2rem;
margin: 0 0.54rem;
}
}
.-swiper-pag-default .swiper-pagination-bullet-active {
opacity: 1;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
line-height: 1;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-x: hidden;
}
main {
display: block;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
text-decoration: underline;
border-bottom: none;
}
b,
strong {
font-weight: coditiveer;
}
code,
kbd,
samp {
font-family: monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
figure {
margin: 0;
}
img {
max-width: 100%;
border-style: none;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
display: table;
max-width: 100%;
padding: 0;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
line-height: 1.15;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
outline: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: 0.1rem dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -0.2rem;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
details {
display: block;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
}
.screen-reader-text {
position: absolute !important;
width: 0.1rem;
height: 0.1rem;
margin: -0.1rem;
padding: 0;
clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
word-wrap: normal !important;
border: 0;
overflow: hidden;
}
.screen-reader-text:focus {
left: 0.5rem;
top: 0.5rem;
display: block;
width: auto;
height: auto;
padding: 1.5rem 2.3rem 1.4rem;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #444;
font-size: 1rem;
line-height: normal;
text-decoration: none;
background-color: #eee;
z-index: 100000;
}
@font-face {
font-family: Noah;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//blaettler-dachaufstockungen.ch/wp-content/themes/webwirkung/dist/fonts/Noah-Regular.woff2?v=1.0.0) format("woff2"),
url(//blaettler-dachaufstockungen.ch/wp-content/themes/webwirkung/dist/fonts/Noah-Regular.woff?v=1.0.0) format("woff");
}
@font-face {
font-family: Noah;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//blaettler-dachaufstockungen.ch/wp-content/themes/webwirkung/dist/fonts/Noah-Bold.woff2?v=1.0.0) format("woff2"),
url(//blaettler-dachaufstockungen.ch/wp-content/themes/webwirkung/dist/fonts/Noah-Bold.woff?v=1.0.0) format("woff");
}
html {
font-size: 10px;
}
body {
left: 0;
right: 0;
color: var(--c-text);
font-family: var(--f-main);
font-size: 2rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
font-family: var(--f-headings);
font-weight: 700;
}
h1 {
font-size: 3.4rem;
line-height: 3.6rem;
}
@media (min-width: 768px) {
h1 {
font-size: 4.5rem;
line-height: 4.5rem;
}
}
@media (min-width: 992px) {
h1 {
font-size: 6.5rem;
line-height: 6.5rem;
}
}
h2 {
font-size: 2.9rem;
line-height: 3.3rem;
letter-spacing: 0.116rem;
}
@media (min-width: 992px) {
h2 {
font-size: 3.8rem;
line-height: 4.5rem;
}
}
a {
color: var(--c-primary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.block.-fullwidth {
width: 100vw;
margin-left: calc((100vw - 100%) / -2);
}
.page:not(.home) .content {
width: 100%;
padding-top: 15rem;
padding-left: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
padding-right: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
}
@media (min-width: 992px) {
.page:not(.home) .content {
padding-top: 0;
}
}
.maintenance {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
margin: 0;
}
.maintenance__logo {
max-width: 20rem;
margin: 0 auto 2rem;
}
.maintenance__note,
.maintenance__title {
text-align: center;
}
.site-header {
top: 0;
height: 13.9rem;
-webkit-transition: height 0.5s 0.1s, top 0.5s;
-o-transition: height 0.5s 0.1s, top 0.5s;
transition: height 0.5s 0.1s, top 0.5s;
z-index: 3;
-webkit-backdrop-filter: blur(0.5rem);
backdrop-filter: blur(0.5rem);
}
@media (min-width: 992px) {
.site-header {
height: 17.5rem;
-webkit-backdrop-filter: none;
backdrop-filter: none;
overflow-x: hidden;
}
}
.site-header__logo {
width: 100%;
padding: 0 2.1rem;
z-index: 1002;
}
.site-header__logo-url {
margin-top: 1.5rem;
font-size: 2.2rem;
}
.site-header__logo-svg {
position: absolute;
left: 0;
right: 0;
top: 50%;
width: 15.055rem;
height: 7.495rem;
margin: auto;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out,
opacity 0.3s ease-in-out 0.1s;
-o-transition: top 0.1s ease-in-out, left 0.1s ease-in-out,
opacity 0.3s 0.1s ease-in-out;
-o-transition: top 0.1s ease-in-out, left 0.1s ease-in-out,
opacity 0.3s ease-in-out 0.1s;
transition: top 0.1s ease-in-out, left 0.1s ease-in-out,
opacity 0.3s ease-in-out 0.1s;
}
@media (min-width: 992px) {
.site-header__logo-svg {
position: relative;
top: unset;
width: 19.256rem;
min-height: 9.586rem;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}
.site-header__logo-icon-svg {
left: 50%;
top: 2.8rem;
opacity: 0;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.4s 0.2s;
-o-transition: opacity 0.4s 0.2s;
transition: opacity 0.4s 0.2s;
}
.site-header__logo-desktop img,
.site-header__logo-mobile img {
position: absolute;
left: 0;
right: 0;
top: 3.3rem;
margin: auto;
}
@media (min-width: 992px) {
.site-header__logo-desktop img,
.site-header__logo-mobile img {
position: relative;
top: 0;
}
}
.site-header__logo-desktop img {
width: 15.055rem;
min-height: 7.495rem;
}
@media (min-width: 992px) {
.site-header__logo-desktop img {
width: 19.256rem;
min-height: 3.744rem;
}
}
.site-header__logo-mobile img {
top: 1.1rem;
width: 4.419rem;
height: 4.12rem;
}
.site-header__toggler {
width: 4.4rem;
margin: -0.2rem 0.2rem 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
outline: none;
cursor: pointer;
z-index: 1010;
}
.site-header__toggler span {
width: 4.4rem;
height: 0.6rem;
margin: 0.3rem 0 0.7rem;
background-color: var(--c-text);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: -webkit-transform 0.25s ease-in-out;
-o-transition: -o-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out,
-o-transform 0.25s ease-in-out;
}
.site-header__toggler span:last-of-type {
margin: 0;
}
.site-header__toggler.-active {
margin-top: 2.6rem;
}
.site-header__toggler.-active span:first-child {
top: 0.8rem;
opacity: 0;
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.site-header__toggler.-active span:nth-child(2) {
top: 0;
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.site-header__toggler.-active span:nth-child(3) {
top: -1.3rem;
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.site-header__nav {
left: 0;
top: 0;
width: 100%;
height: 100vh;
padding: 11rem 1.5rem 1.5rem;
background-color: var(--c-gray-700);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
overflow-y: scroll;
z-index: 1001;
}
@media (min-width: 992px) {
.site-header__nav {
width: auto;
height: 10.6rem;
padding: 5.8rem 0 2.8rem 2.5rem;
background-color: var(--c-gray-700);
opacity: 1;
visibility: visible;
-webkit-transition: none;
-o-transition: none;
transition: none;
overflow-y: initial;
}
}
.site-header__nav.-active {
opacity: 1;
visibility: visible;
}
@media (min-width: 992px) {
.site-header__nav:after {
content: "";
position: absolute;
left: calc(100% - 0.1rem);
top: 0;
width: 100%;
height: 100%;
background-color: var(--c-gray-700);
}
}
.site-header__menu {
margin-bottom: 1rem;
}
@media (min-width: 992px) {
.site-header__menu {
margin: 0;
}
}
.site-header__menu li {
margin: 0 1.05rem;
text-align: center;
}
.site-header__menu li a {
position: relative;
color: var(--c-white);
font-size: 3.4rem;
font-weight: 700;
line-height: 6.6rem;
letter-spacing: 0.14rem;
-webkit-transition: color 0.25s ease-in-out;
-o-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
@media (min-width: 992px) {
.site-header__menu li a {
font-size: 2rem;
line-height: 2rem;
letter-spacing: 0.08rem;
}
}
.site-header__menu li a:hover {
color: var(--c-gray-200);
text-decoration: none;
}
.site-header__menu li a.-active {
color: var(--c-yellow-400);
}
.site-header__menu li a.-active:after {
content: "";
position: absolute;
left: 0;
bottom: -0.8rem;
width: 100%;
height: 0.3rem;
background-color: var(--c-yellow-400);
}
@media (min-width: 992px) {
.site-header__menu li:last-child {
margin-right: 0;
}
}
.site-header__menu .sub-menu {
display: none;
}
.site-header.-active {
height: 10rem;
-webkit-transition: height 0.5s, top 0.5s;
-o-transition: height 0.5s, top 0.5s;
transition: height 0.5s, top 0.5s;
}
@media (min-width: 992px) {
.site-header.-active {
height: 17.5rem;
}
}
.site-header .contact-info__email,
.site-header .contact-info__name,
.site-header .contact-info__phone {
color: var(--c-white);
}
.site-header .contact-info__address {
display: none;
}
.site-header .social-media {
margin-bottom: 6.3rem;
}
@media (max-width: 991px) {
.mobile-nav-active .svg-part-remove,
.site-header.-active .svg-part-remove {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.mobile-nav-active .site-header__logo-svg,
.site-header.-active .site-header__logo-svg {
left: 10.8rem;
top: 4.6rem;
width: 12.8rem;
opacity: 0;
-webkit-transition: width 0.3s ease-in-out 0.2s, top 0.3s ease-in-out 0.2s,
left 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.75s;
-o-transition: width 0.3s 0.2s ease-in-out, top 0.3s 0.2s ease-in-out,
left 0.3s 0.2s ease-in-out, opacity 0.3s 0.75s ease-in-out;
-o-transition: width 0.3s ease-in-out 0.2s, top 0.3s ease-in-out 0.2s,
left 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.75s;
transition: width 0.3s ease-in-out 0.2s, top 0.3s ease-in-out 0.2s,
left 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.75s;
}
.mobile-nav-active .site-header__logo-icon-svg,
.site-header.-active .site-header__logo-icon-svg {
opacity: 1;
-webkit-transition: opacity 0.75s 0.5s;
-o-transition: opacity 0.75s 0.5s;
transition: opacity 0.75s 0.5s;
}
}
.mobile-nav-active .site-header {
height: 7rem;
-webkit-transition: height 0.5s, top 0.5s;
-o-transition: height 0.5s, top 0.5s;
transition: height 0.5s, top 0.5s;
}
@media (min-width: 992px) {
.mobile-nav-active .site-header {
height: 17.5rem;
}
}
.site-footer {
padding: 4.2rem 0 0;
}
@media (min-width: 992px) {
.site-footer {
padding: 5.2rem 0 0;
}
}
.site-footer__wrapper {
padding-bottom: 3rem;
}
@media (min-width: 992px) {
.site-footer__wrapper {
padding-right: 17rem;
padding-bottom: 5.5rem;
}
}
@media (min-width: 1200px) {
.site-footer__wrapper {
padding-right: 0;
}
}
.site-footer__logo {
width: 100%;
margin-bottom: 3rem;
text-align: center;
}
@media (min-width: 992px) {
.site-footer__logo {
width: auto;
margin-bottom: 0;
padding-right: 3rem;
text-align: left;
}
}
@media (min-width: 1200px) {
.site-footer__logo {
padding-right: 5rem;
}
}
.site-footer__logo img {
width: 16.764rem;
min-height: 8.345rem;
}
@media (min-width: 992px) {
.site-footer__logo img {
width: 19.256rem;
min-height: 3.744rem;
}
}
.site-footer__nav ul li a {
position: relative;
color: var(--c-black);
font-size: 1.7rem;
line-height: 2.7rem;
letter-spacing: 0.06rem;
}
@media (min-width: 992px) {
.site-footer__nav ul li a {
font-size: 2rem;
}
}
.site-footer__nav ul li a:after {
content: "";
position: absolute;
left: 0;
bottom: 0.1rem;
width: 100%;
border-style: solid;
border-width: 0 0 0.1rem;
}
.site-footer__nav ul li a:hover {
text-decoration: none;
}
.site-footer__nav ul li a:hover:after {
content: none;
}
.site-footer .contact-info {
margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
.site-footer .contact-info {
margin-bottom: 0;
padding-right: 3rem;
}
}
@media (min-width: 1200px) {
.site-footer .contact-info {
padding-right: 8rem;
}
}
.site-footer .contact-info__email,
.site-footer .contact-info__phone {
color: var(--c-black);
}
.site-footer__badge {
position: absolute;
right: 1.7rem;
top: auto;
bottom: -5.7rem;
width: 12.6rem;
padding-right: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
}
@media (min-width: 992px) {
.site-footer__badge {
right: 0;
top: 3.5rem;
bottom: auto;
width: auto;
}
}
.site-footer .social-media {
margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
.site-footer .social-media {
margin-bottom: 0;
padding-right: 3rem;
}
}
@media (min-width: 1200px) {
.site-footer .social-media {
padding-right: 7rem;
}
}
.site-footer__others {
padding-top: 7.8rem;
padding-bottom: 2rem;
}
@media (min-width: 992px) {
.site-footer__others {
height: 11.6rem;
padding-top: 0;
padding-bottom: 0;
}
}
@media (min-width: 992px) {
.site-footer__others .logos {
height: 100%;
padding-left: 23rem;
}
}
.site-footer__others .logos__logo {
margin-top: 1rem;
padding-right: 3.5rem;
}
.site-footer__others .logos__logo img {
width: auto;
}
.site-footer__others .logos__logo:first-child {
margin-top: 0;
}
.button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
padding: 1.2rem 3.8rem 1rem;
color: var(--c-yellow-400);
font-family: var(--f-headings);
font-size: 2rem;
font-weight: 700;
letter-spacing: 0.07rem;
text-align: center;
background: var(--c-black);
-webkit-transition: color 0.25s ease-in-out;
-o-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
.button:hover {
color: var(--c-white);
text-decoration: none;
}
.post-tile {
margin-bottom: 2rem;
}
body .cookie-bar.alert {
position: relative;
margin: 0;
padding: 1.2rem 1rem;
background: var(--c-primary);
border-radius: 0;
}
body .cookie-bar.alert .cookie-bar__message {
padding-right: 5rem;
}
body .cookie-bar.alert .cookie-bar__message p {
color: var(--c-white);
font-size: 1.2rem;
font-weight: 700;
}
body .cookie-bar.alert .cookie-bar__close {
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 1rem;
color: var(--c-white);
line-height: 0;
text-shadow: inherit;
opacity: 0.9;
}
.social-media {
width: 100%;
}
.social-media__item {
-webkit-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.social-media__item:not(:last-child) {
margin-right: 1.5rem;
}
.social-media__item:hover {
opacity: 0.75;
}
.contact-info__address,
.contact-info__email,
.contact-info__name,
.contact-info__phone {
margin: 0;
line-height: 2.7rem;
letter-spacing: 0.06rem;
}
.contact-info__name {
margin-bottom: 0.7rem;
font-weight: 700;
}
.contact-info__email,
.contact-info__phone {
position: relative;
}
.contact-info__email:after,
.contact-info__phone:after {
position: absolute;
left: 0;
bottom: 0.1rem;
width: 100%;
border-style: solid;
border-width: 0 0 0.1rem;
}
.contact-info__email:hover,
.contact-info__phone:hover {
text-decoration: none;
}
.contact-info__email:hover:after,
.contact-info__phone:hover:after {
content: "";
}
.block {
position: relative;
}
.block-core--button,
.block-core--image,
.block-core--paragraph {
width: 100%;
padding-left: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
padding-right: max(var(--padding-width), 50vw - var(--wrapper-width) / 2);
}
.txtbutton {
position: absolute;
right: -120px;
top: -80px;
background: url(//blaettler-dachaufstockungen.ch/wp-content/themes/webwirkung/dist/images/txtbutton.svg);
background-repeat: no-repeat;
background-size: 100%;
height: 145px;
width: 145px;
display: flex;
align-items: center;
justify-content: center;
color: black;
transition: all 0.2s;
transform: rotate(10deg) scale(1);
text-align: center;
font-size: 17px;
line-height: normal;
padding-left: 15px;
padding-right: 15px;
}
.txtbutton:hover {
text-decoration: none;
transform: rotate(10deg) scale(1.1);
}
@media screen and (max-width: 1100px) {
.txtbutton {
position: relative;
float: right;
right: 0;
top: 0;
}
}
@media screen and (max-width: 768px) {
.txtbutton {
position: absolute;
top: -130px;
right: 20px;
}
}
.page-id-1359 .content {
padding-top: 80px !important;
padding-bottom: 80px;
}
.page-id-1359 .content a {
color: black;
text-decoration: underline;
}
.video-wrapper {
max-height: 100%;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden
}
.video-wrapper.-active .video-wrapper__pause-button {
z-index: 5
}
.video-wrapper.-active:hover .video-wrapper__pause-button {
opacity: 1
}
.video-wrapper__embed {
position: relative;
height: 100%;
max-width: 100%;
overflow: hidden
}
.lyte-wrapper {
margin: 0 !important;
}
.lyte-wrapper > div {
padding-bottom: 56.25% !important;
}
.video.-wrapper {
padding-left: 0;
padding-right: 0;
} 
.video-wrapper__embed iframe {
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -webkit-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -webkit-transform .5s ease-in-out .25s;
-o-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -o-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, transform .5s ease-in-out .25s, -webkit-transform .5s ease-in-out .25s, -o-transform .5s ease-in-out .25s;
z-index: 4
}
.video-wrapper__embed.-active {
width: 100%;
background-color: var(--c-black);
-o-object-fit: cover;
object-fit: cover
}
.video-wrapper__embed.-active iframe, .lyte iframe {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -webkit-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -webkit-transform .5s ease-in-out .25s;
-o-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -o-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, transform .5s ease-in-out .25s, -webkit-transform .5s ease-in-out .25s, -o-transform .5s ease-in-out .25s
}
.video-wrapper__embed embed, .video-wrapper__embed iframe, .video-wrapper__embed object {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.video-wrapper__pause-button, .video-wrapper__play-button {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity var(--transition-duration);
-o-transition: opacity var(--transition-duration);
transition: opacity var(--transition-duration);
z-index: 1
}
.video-wrapper__pause-button:focus, .video-wrapper__pause-button:hover, .video-wrapper__play-button:focus, .video-wrapper__play-button:hover {
cursor: pointer;
opacity: .8
}
.video-wrapper__pause-button svg, .video-wrapper__play-button svg {
width: 7.4rem;
height: auto
}
.video-wrapper__play-button {
z-index: 2
}
.video-wrapper__pause-button {
opacity: 0;
-webkit-transition: opacity .25s ease-in-out .5s;
-o-transition: opacity .25s ease-in-out .5s;
transition: opacity .25s ease-in-out .5s;
z-index: -1
}
.video-wrapper__pause-button:hover {
opacity: 0
}
.video-wrapper__video {
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -webkit-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -webkit-transform .5s ease-in-out .25s;
-o-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, -o-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out 1s, transform .5s ease-in-out .25s, -webkit-transform .5s ease-in-out .25s, -o-transform .5s ease-in-out .25s;
z-index: 4
}
.video-wrapper__video.-active {
-o-object-fit: cover;
object-fit: cover;
opacity: 1;
visibility: visible;
-webkit-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -webkit-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -webkit-transform .5s ease-in-out .25s;
-o-transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, -o-transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, transform .5s ease-in-out .25s;
transition: opacity .5s ease-in-out .25s, visibility .25s ease-in-out, transform .5s ease-in-out .25s, -webkit-transform .5s ease-in-out .25s, -o-transform .5s ease-in-out .25s
}
.video_fullw {
margin-bottom: 187px;
}
.two-columns__item .video__embed {
padding-bottom: 0 !important;
}
.two-columns__item .video__embed .lyte-wrapper {
height: 100%
}
.two-columns .video__embed .lyte {
padding-bottom: 0;
height: 100%;
}