:root {
    
}
.text-align-center {
    text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.bold-text {
	font-weight: bold;
}
.paragraph-no-margins-around > p:first-of-type {
    margin-top: 0;
}
.paragraph-no-margins-around > p:last-of-type {
    margin-bottom: 0;
}
.no-margins {
    margin: 0;
}
.flex-row.vertically-center-items {
    align-items: center;
}
.flex-row.vertically-baseline-items {
    align-items: baseline;
}
.flex-row.vertically-end-items,
.flex-row.vertically-bottom-items {
    align-items: flex-end;
}
.flex-no-resize {
	flex-grow: 0;
	flex-shrink: 0;
}
.flex-resize {
	flex-grow: 1;
	flex-shrink: 1;
}
.flex-wrap {
    flex-wrap:  wrap;
}
.full-size {
    width: 100%;
    height: 100%;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.absolute-container {
    position: relative;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.absolute-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.absolute-for-transform {
    position: absolute;
    left: 0;
    top: 0;
}
.top-left {
    left: 0;
    top: 0;
}
.middle-left {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-right {
    right: 0;
    top: 0;
}
.bottom-left {
    left: 0;
    bottom: 0;
}
.middle-right {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.bottom-right {
    right: 0;
    bottom: 0;
}
.transform-y50-percent-overlap {
    transform: translateY(-50%);
}
.centered-tip-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2px);
    font-size: 10px;
    width: 200px;
    text-align: center;
}
.overflow-hidden {
    overflow: hidden;
}
.flex-row {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row.justify-center {
    justify-content: center;
}
.flex-row.justify-between {
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-grab {
    cursor: grab;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.display-none {
    display: none;
}
.image.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image.background-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.image.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}
.image.background-top-left {
	background-position: top left;
	background-repeat: no-repeat;
}
.image.background-center-left {
	background-position: center left;
	background-repeat: no-repeat;
}
.border-box-sizing {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    .color-fade {
        transition: color 0.3s ease-out;
    }
}
.no-pointer-events {
	pointer-events: none;
}
.all-pointer-events {
	pointer-events: all;
}
.centered-cell-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}
button.skip-default {
    appearance: none;
    border: none;
    padding: 0;
    text-align: inherit;
    background: none;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}
.no-opacity {
    opacity: 0;
}
.clear-both {
    clear: both;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.no-line-height {
    line-height: 1;
}
.object-fit-cover {
    object-fit: cover;
}
.full-rounded {
    border-radius: 9999px;
}
.ratio-1-1 {
    aspect-ratio: 1;
}
.ratio-4-3 {
    aspect-ratio: 1.33;
}
.ratio-16-9 {
    aspect-ratio: 1.78;
}
.dbm-admin {
    background-color: #f6f7f9;
    color: #313131;

    h1, h2, h3, h4, h5, h6 {
        color: #313131;
    }
}
.dbm-admin-box {
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dbm-admin-box-padding {
    padding: 20px;
}
.dbm-admin-hero {
    background: rgb(41,56,97);
    background: linear-gradient(to bottom right, #4b4795 0%, #608be1 100%);
}
.dbm-admin-hero .on-hero-text {
    color: #FFFFFF;
}
.dbm-admin-hero-overlap {
    position: relative;
    top: -40px;
}
.page-title-form-field {
    font-weight: 700;
    font-size: 24px;
}
.dbm-admin-logo {
    height: 24px;
    width: auto;
}
.ce-block__content,
.ce-toolbar__content {
    max-width: none;
}
.editor-block-box {
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    box-sizing: border-box;
}
.editor-block-box-padding {
    padding: 20px;
}
.image.editor-preview {
    width: 120px;
    height: 120px;
}
.admin-save-all-position,
.dbm-admin .save-all-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.image-library-preview {
    width: 120px;
    height: 120px;
}
.image-library-margins {
    margin-right: 5px;
    margin-bottom: 5px;
}
.action-button {
    border: 1px solid #ADADAD;
    color: #ADADAD;
    font-size: 10px;
    border-radius: 9999px;
    cursor: pointer;
}
.action-button:hover {
    background-color: #ADADAD;
    color: #FFFFFF;
}
.action-button-padding {
    padding: 3px 10px;
}
.language-circle {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background-color: #ADADAD;
    font-size: 10px;
    font-weight: bold;
}
.standard-alternating-rows > .standard-row:nth-of-type(2n+1),
.standard-alternating-rows > *:nth-of-type(2n+1) .standard-row {
    background-color: var(--alternating-rows-background, #F8F8F8);
}
.standard-row-padding {
    padding: var(--standard-row-vertical-padding, 4px) var(--standard-row-horizonal-padding, 10px);
}
.standard-row-padding-horizontal-padding {
    padding-left: var(--standard-row-horizonal-padding, 10px);
    padding-right: var(--standard-row-horizonal-padding, 10px);
}
.standard-row-padding-vertival-padding {
    padding-top: var(--standard-row-vertical-padding, 4px);
    padding-bottom: var(--standard-row-vertical-padding, 4px);
}
.hierarchy-indent {
    margin-left: var(--hierarchy-indent-margin-left, 40px);
}
.append-drop-position {
    height: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.standard-icon {
    width: var(--standard-icon-size, 24px);
    height: var(--standard-icon-size, 24px);
}
.text-row-icon {
    width: var(--standard-icon-size, 24px);
    height: var(--standard-icon-size, 24px);
}
.field-icon {
    width: var(--field-icon-size, 16px);
    height: var(--field-icon-size, 16px);
}
/*
.standard-icon-color {
    filter: url("#standard-icon-color");
}

.action-icon-color {
    filter: url("#action-icon-color");
}

.text-icon-color {
    filter: url("#text-icon-color");
}

.white-icon-color {
    filter: url("#white-icon-color");
}

.hover-item:hover .remove-action-icon-color,
.hover-icon.remove-action-icon-color:hover {
    filter: url("#remove-action-icon-hover-color");
}
*/
.drag-handle-icon {
    width: 8px;
    height: 12px;
}
.standard-tag {
    border-radius: var(--standard-tag-border-radius, 9999px);

    border-style: solid;
    border-width: var(--standard-tag-border-width, 1px);
}
.standard-tag,
.complex-standard-tag {
    font-size: var(--standard-tag-font-size, 14px);
    line-height: 1;
}
.complex-standard-tag.info-tag .standard-tag-part,
.standard-tag.info-tag {
    background-color: #f1f4f9;
    border-color: #d2dcec;
}
.complex-standard-tag.add-tag .standard-tag-part,
.standard-tag.add-tag {
    background-color: #FFFFFF;
    border-color: #ADADAD;
    border-style: dashed;
}
.standard-tag-part {
    border-top-style: solid;
    border-top-width: var(--standard-tag-border-width, 1px);
    border-bottom-style: solid;
    border-bottom-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-part.start {
    border-top-left-radius: var(--standard-tag-border-radius, 9999px);
    border-bottom-left-radius: var(--standard-tag-border-radius, 9999px);

    border-left-style: solid;
    border-left-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-part.end {
    border-top-right-radius: var(--standard-tag-border-radius, 9999px);
    border-bottom-right-radius: var(--standard-tag-border-radius, 9999px);

    border-right-style: solid;
    border-right-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-padding {
    padding: var(--standard-tag-vertical-padding, 5px) var(--standard-tag-horizontal-padding, 12px);
}
.standard-tag-start-padding {
    padding-left: var(--standard-tag-horizontal-padding, 12px);
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-end-padding {
    padding-right: var(--standard-tag-horizontal-padding, 12px);
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-horizontal-padding {
    padding-left: var(--standard-tag-horizontal-padding, 12px);
    padding-right: var(--standard-tag-horizontal-padding, 12px);
}
.standard-tag-vertical-padding {
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-part-padding {
    padding-left: var(--standard-tag-part-horizontal-padding, 6px);
    padding-right: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-padding-left {
    padding-left: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-padding-right {
    padding-right: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}
.standard-tag-icon {
    width: 12px;
    aspect-ratio: 1;
}
.standard-tag-list {

}
.standard-tag-list-expand {
    margin-right: calc(-1 * var(--standard-tag-list-horizontal-margin, 10px));
    margin-bottom: calc(-1 * var(--standard-tag-list-vertical-margin, 5px));
    overflow: hidden;
}
.standard-tag-list .standard-tag-list-item {
    float: left;
    margin-right: var(--standard-tag-list-horizontal-margin, 10px);
    margin-bottom: var(--standard-tag-list-vertical-margin, 5px);
}
.option {
    cursor: pointer;
}
.option.selected {
    background-color: var(--standard-tag-option-selected-background-color, #555555);
    color: var(--standard-tag-option-selected-text-color, #ffffff);
}
.popover-holder {
    border: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    background-color: transparent;
    color: inherit;
}
.dropdown-menu-min-width {
    min-width: 300px;
}
.dropdown-menu-max-height {
    max-height: 400px;
    overflow: auto;
}
.standard-dropdown {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.standard-dropdown-row-padding {
    padding: 8px 15px;
}
.help-section-row {
    border: 1px solid var(--help-section-row-border-color, #3b3b3b);
    border-radius: var(--help-section-row-border-radius, 5px);
    overflow: hidden;
}
.help-section-row-question {
    color: #FFFFFF;
    background-color: var(--help-section-row-question-background-color, #3b3b3b);
    font-weight: bold;
}
.help-section-row-question-padding {
    padding: 5px 11px;
}
.help-section-row-answer-padding {
    padding: 5px 11px;
}
.help-section-row-answer-title {
    font-weight: bold;
}
.help-section-row-read-more-link {
    color: var(--standard-link-color, #0000FF);
    font-weight: bold;
}
@media (min-width: 600px) {
    .help-section-row-read-more-link {
        font-size: 14px;
    }
    
}
.help-section-row-question-icon {
    width: 15px;
    height: 15px;
}
.small-description {
    font-size: 12px;
    color: #828282;
}
.cookie-bar-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-bar {
    box-sizing: border-box;
    border-top: 1px solid #1A1A1A;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-bar-padding {
    padding: 10px;
}
.cookie-bar-title {
    font-size: 18px;
    font-weight: bold;
}
.cookie-overlay-message-box {
    box-sizing: border-box;
    border: 1px solid #1A1A1A;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-overlay-message-box-padding {
    padding: 20px;
}
.cookie-bar-description {
    line-height: 1.3;
}
.standard-field {
    border: 1px solid var(--standard-field-border-color, #797979);
    border-radius: var(--standard-field-border-radius, 5px);
    font-size: var(--standard-field-size, 18px);
    font-family: var(--standard-body-font, sans-serif);
    box-sizing: border-box;
}
.standard-field-padding {
    padding: var(--standard-field-vertical-padding, 10px) var(--standard-field-horizontal-padding, 10px);
}
.standard-field-padding-left-side {
    padding-left: var(--standard-field-horizontal-padding, 10px);
    padding-top: var(--standard-field-vertical-padding, 10px);
    padding-bottom: var(--standard-field-vertical-padding, 10px);
}
.standard-field-padding-right-side {
    padding-right: var(--standard-field-horizontal-padding, 10px);
    padding-top: var(--standard-field-vertical-padding, 10px);
    padding-bottom: var(--standard-field-vertical-padding, 10px);
}
.standard-field-padding-vertical {
    padding-top: var(--standard-field-vertical-padding, 10px);
    padding-bottom: var(--standard-field-vertical-padding, 10px);
}
.with-left-field-icon {
    padding-left: calc(2 * var(--standard-field-horizontal-padding, 10px) + var(--field-icon-size, 16px));
}
.left-field-icon-position {
    position: absolute;
    top: 50%;
    left: calc(var(--standard-field-horizontal-padding, 10px) + 0.5 * var(--field-icon-size, 16px));
    transform: translate(-50%, -50%);
}
.integrated-field {
    box-sizing: border-box;
    border: none;
    display: block;
    font-size: var(--standard-body-font, sans-serif);
}
.section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.section-grid-gap {
    gap: 20px;
}
:root {
    --standard-body-font: sans-serif;
    --standard-link-color: #0000FF;

    /*
    --standard-field-border-color: #000000;
    */

    /*
    --help-section-row-border-color: #000000;
    --help-section-row-question-background-color: #000000;
    */
}

html, body {
    margin: 0;
    padding: 0;

    background-color: #303537;
    background: url('/assets/img/background.png');
}

.centered-site {
    margin: auto;
    padding: 0 20px;
    max-width: 1320px;
}

.content-narrow {
    margin: auto;
    padding: 0 20px;
    max-width: 880px;
}

.skip-site-margins .centered-site,
.skip-site-margins .content-narrow {
    margin: unset;
    padding: unset;
    max-width: unset;
}

.min-content-height {
	min-height: 100vh;
}

.header-layer {
    z-index: 20;
}

.content-layer {
    z-index: 10;
}

.cookie-bar-layer {
    z-index: 30;
}

.cookie-overlay-message-layer {
    z-index: 30;
}
.default-text-formatting {
    font-size: 14px;
    color: #FFFFFF;

    font-optical-sizing: auto;

    font-family: "early-sans-variable", sans-serif;
    font-variation-settings: "wght" 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-variation-settings: "wght" 900;
}
.default-text-formatting b {
    font-variation-settings: "wght" 900;
}
h1 {
    font-size: 20px;
}
@media (min-width: 600px) {
    .default-text-formatting {
        font-size: 18px;
    }

    h1 {
        font-size: 36px;
    }
}
.body-text {
    line-height: 1.8;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: #042752;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.logo-name {
    font-variation-settings: "wght" 900;
    text-transform: uppercase;
}
.spacing.micro {
    height: 5px;
}
.spacing.small {
    height: 10px;
}
.spacing.medium {
    height: 15px;
}
.spacing.standard {
    height: 20px;
}
.spacing.double {
    height: 40px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 2px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 2px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 5px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 7.5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 7.5px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 10px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 10px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:first-of-type) {
    margin-top: 5px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-row.singles > .flex-row-item {
	width: 100%;
}
.flex-row.halfs > .flex-row-item {
	width: 50%;
}
.flex-row > .flex-row-item.half {
	width: 50%;
}
.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
	width: 33.33%;
}
.flex-row.quarters > .flex-row-item {
	width: 25%;
}
.flex-row > .flex-row-item.quarter {
	width: 25%;
}
.standard-button {
    box-sizing: border-box;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #FFFFFF20 0%, #FFFFFF05 100%);
    transition: background ease-out;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}
.standard-button-border {
    border-radius: 9999px;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #f0666b 0%, #e1393f 100%);
    padding: 2px;
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    transition: padding ease-out;
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button {
        
    }
}
.standard-button:hover {
    background: linear-gradient(to bottom right, #FFFFFF40 0%, #FFFFFF10 100%);
}
.standard-button:hover .standard-button-border {
    padding: 3px;
}
.secondary-button {
    box-sizing: border-box;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #FFFFFF20 0%, #FFFFFF05 100%);
    transition: background ease-out;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}
.secondary-button-border {
    border-radius: 9999px;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #ffffff 0%, #f6cacb 100%);
    padding: 2px;
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    transition: padding ease-out;
}
.secondary-button:hover {
    background: linear-gradient(to bottom right, #FFFFFF40 0%, #FFFFFF10 100%);
}
.secondary-button:hover .secondary-button-border {
    padding: 3px;
}
.standard-button-padding {
    padding: 12px 44px;
}
.spacer-line {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
}
.menu-item {
    font-size: 14px;
    text-transform: uppercase;
}
.menu-item.group-header {
    font-variation-settings: "wght" 700;
}
.menu-item:hover {
    color: #e1393f;
}
.grid-section-card-title {
    text-transform: uppercase;
    font-size: 14px;
}
.grid-section-card-content {
    color: #b6b6b6;
}
.grid-section-card-icon {
    width: 48px;
    height: 48px;
}
.color-title-box {
    background-color: #e1393f;
}
.color-title-box-position {
    position: absolute;
    top: -60px;
    left: -100px;
    right: -100px;
    bottom: -60px;
}
.color-title {
    font-size: 48px;
    line-height: 1;
}
.section-with-images-position1 {
    right: 0;
    top: -80px;
}
.section-with-images-position2 {
    left: 0;
    top: -40px;
}
.section-with-images-mobile-image-size {
    width: 75%;
}
.section-with-images-position1-mobile {
    right: 0;
    top: -40px;
}
.single-section-image-position-side {
    position: absolute;
    left: calc(50vw + 10px);
    top: 0;
    bottom: 0;
    right: 0;
}
.single-section-image-position {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.call-to-action-title {
    font-size: 28px;
    font-variation-settings: "wght" 700;
}
@media (min-width: 600px) {
    .call-to-action-title {
        font-size: 48px;
    }
}
.selling-checkmark {
    box-sizing: border-box;
    width: 34px;
    height: 34px;

    border: 3px solid #FFFF00;
    border-radius: 9999px
}
.selling-checkmark-icon {
    width: 12px;
    height: 12px;
}
.selling-checkmark-text {
    font-size: 20px;
}
@media (min-width: 600px) {
    .selling-checkmark {
        box-sizing: border-box;
        width: 64px;
        height: 64px;

        border: 5px solid #FFFF00;
        border-radius: 9999px
    }

    .selling-checkmark-icon {
        width: 24px;
        height: 24px;
    }

    .selling-checkmark-text {
        font-size: 32px;
    }
}
.small-selling-checkmark {
    box-sizing: border-box;
    width: 20px;
    height: 20px;

    border: 2px solid #FFFF00;
    border-radius: 9999px;
}
.small-selling-checkmark-icon {
    width: 12px;
    height: 12px;
}
.small-selling-checkmark-text {
    font-size: 14px;
}
.flippling-usp-title {
    color: #818588;
    font-size: 14px;
    font-variation-settings: "wght" 700;
    text-transform: uppercase;
}
.all-included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px 20px;
}
.all-included-title {
    color: #818588;
    font-size: 16px;
    text-transform: uppercase;
    font-variation-settings: "wght" 700;
}
@media (min-width: 600px) {
    .all-included-title {
        font-size: 24px;
    }
}
.front-page-hero-intro {
    color: #818588;
    font-size: 14px;
    font-variation-settings: "wght" 700;
    text-transform: uppercase;
    line-height: 1;
}
.front-page-hero-title {
    font-size: 44px;
    font-variation-settings: "wght" 900;
    text-transform: uppercase;
    line-height: 0.75;
}
.front-page-hero-preamble {
    font-size: 16px;
}
@media (min-width: 600px) {
    .front-page-hero-intro {
        font-size: 20px;
    }

    .front-page-hero-title {
        font-size: 92px;
    }

    .front-page-hero-preamble {
        font-size: 24px;
    }
}
.front-page-hero-background-square {
    width: 100vw;
    height: 100vw;
    transform: rotate(-20deg);
    transform-origin: 100% 100%;
    right: 200px;
    bottom: 100px;
}
.front-page-hero-background-square-mobile {
    width: 100vw;
    height: 100vw;
    transform: rotate(-15deg);
    transform-origin: 100% 100%;
    right: 20px;
    bottom: 10px;
}
.front-page-hero-background-square-box {
    width: 100%;
    height: 100%;
    background-color: #464a4c;
    box-shadow: #000000CC 0px 0px 40px;
    background: url('/assets/img/light-background.png');
}
.footer {
    background-color: #464a4c;
}
.footer-line {
    height: 1px;
    background-color: rgba(255,255,255,0.3);
}
.footer-logo {
    width: 24px;
    height: 26px;
}
.footer-lagerkungen-logo {
    width: 144px;
    height: 46px;
}
.footer-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.footer-menu-grid-gap {
    gap: 30px;
}
.cookie-bar-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-bar {
    border-top: 1px solid #1A1A1A;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-bar-padding {
    padding: 1rem;
}
.cookie-bar-title {
    
}
.header-line {
    height: 1px;
    background-color: rgba(255,255,255,0.3);
}
.page-header-background {
    height: 50px;
}
.header-logo {
    width: 24px;
    height: 26px;
}
.mobile-menu-background {
    background-color: #131313;
}