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

.text-align-left {
	text-align: left;
}

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

.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-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;
}

.top-right {
    right: 0;
    top: 0;
}

.bottom-left {
    left: 0;
    bottom: 0;
}

.bottom-right {
    right: 0;
    bottom: 0;
}

.transform-y50-percent-overlap {
    transform: translateY(-50%);
}

.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;
}
.display-block {
    display: 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;
}

.integrated-field {
    box-sizing: border-box;
    border: none;
    display: block;
}

.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;
}

.no-opacity {
    opacity: 0;
}

.clear-both {
    clear: both;
}

.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.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;
}
.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(117deg, #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;
}
.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;
}

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

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

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

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

.menu-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu {
    background: #FFFFFF;
    font-size: 10px;
    font-weight: bold;

    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.10);
}

.menu-top-line {
    height: 1px;
    background-color: #3C7FBA;
}

.menu-icon {
    width: 19px;
    height: 19px;
}

.stora-imported-content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 879px) {
    #chat-widget-container {
        bottom: 56px !important;
        max-height: calc(100% - 56px) !important;
    }
}

div:has(~ .extended-element-layer) {
    position: relative;
    z-index: 2;
}
/* mulish-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin/mulish-v13-latin-regular.woff2') format('woff2');
  }
/* mulish-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mulish-v13-latin/mulish-v13-latin-700.woff2') format('woff2');
  }
/* mulish-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/mulish-v13-latin/mulish-v13-latin-900.woff2') format('woff2');
  }
.default-text-formatting {

    font-family: "Mulish";
    font-size: 12px;
    color: #1A1A1A;

    font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
@media (min-width: 600px) {
    .default-text-formatting {
        font-size: 18px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }
}
.body-text {
    line-height: 1.5;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: #042752;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.tag-line-title {
    font-size: 18px;
    font-weight: 900;
}
@media (min-width: 600px) {
    .tag-line-title {
        font-size: 24px;
    }
}
.section-link-title {
    font-size: 14px;
    font-weight: 900;
}
.section-link-description {
    color: #5C5C5C;
}
.facility-list-description {
    color: #5C5C5C;
    font-size: 10px;
}
.facility-list-description-title-desktop {
    font-size: 16px;
    color: #1A5276;
    font-weight: 700;
}
.facility-list-description-desktop {
    color: #5C5C5C;
    font-size: 14px;
}
.facility-list-opening-hours {
    color: #1A5276;
    font-size: 10px;
    font-weight: 700;
}
.facility-list-opening-hours-desktop {
    color: #5C5C5C;
    font-size: 14px;
}
.built-by-note-link {
    font-size: 10px;
    text-decoration: none;
    color: #b6b6b6;
}
.usp-text {
    font-weight: 700;
}
.breadcrumb-link {
    font-size: 12px;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 600px) {
    .breadcrumb-link {
        font-size: 14px;
    }
    
}
.unit-size-description-title {
    color: #9a9a9a;
    font-weight: 900;
}
.unit-size-description-detail.offer {
    font-weight: 900;
}
.booking-option-floor {
    font-size: 10px;
    color: #1A5276;
    line-height: 1;
}
.booking-option-price-line {
    font-size: 12px;
    line-height: 1;
    margin-top: 1px;
}
.current-price {
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
}
.regular-price {
    font-size: 12px;
    color: #9a9a9a;
    text-decoration: line-through;
    margin-right: 3px;
}
.excl-vat-description {
    
    color: #9a9a9a;
}
.sold-out-text {
    color: #9a9a9a;
}
.size-navigation-size {
    font-weight: 900;
}
.size-navigation-sqft {
    font-size: 8px;
    color: #5C5C5C;
}
.header-phone-number {
    font-size: 18px;
}
.section-link-text {
    /*font-size: 14px;*/
}
.facility-distance {
    font-size: 10px;
    color: #5C5C5C;
    font-weight: 700;
}
.price-list-unit-size {
    color: #1A5276;
}
.spacing.micro {
    height: 3px;
}
.spacing.small {
    height: 10px;
}
.spacing.medium {
    height: 15px;
}
.spacing.standard {
    height: 20px;
}
.spacing.double {
    height: 40px;
}
.spacing.between-block {
    height: 10px;
}
.spacing.between-header-buttons {
    height: 2px;
}
.flex-row.standard-button-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 1px;
}
.flex-row.standard-button-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 1px;
}
.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%;
}
.spacer-line {
    background-color: #E5E5E5;
    height: 1px;
    width: 90%;
    margin: auto;
}
.full-spacer-line {
    background-color: #E5E5E5;
    height: 1px;
    margin: auto;
}
.breadcrumb-separator {
    margin-right: 5px;
    margin-left: 5px;
}
.width-10 {
    width: 10%;
}
.width-20 {
    width: 20%;
}
.width-30 {
    width: 30%;
}
.width-40 {
    width: 40%;
}
.width-50 {
    width: 50%;
}
.width-60 {
    width: 60%;
}
.width-70 {
    width: 70%;
}
.width-80 {
    width: 80%;
}
.width-90 {
    width: 90%;
}
.header-logo {
    height: 54px;
    width: 161px;
}
.review-star {
    width: 27px;
    height: 27px;
}
.review-star-small {
    width: 18px;
    height: 18px;
}
.review {
    font-size: 14px;
}
.review-name {
    font-weight: bold;
    font-size: 16px;
}
.google-review-logo {
    width: 21px;
    height: 21px;
}
.google-review-logo-small {
    width: 14px;
    height: 14px;
}
.link-box {
    border-radius: 3px;
    border: 1px solid #62C8D9;

    background: #FFFFFF;

    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.link-box:hover {
    background: #62C8D9;
    color: #FFFFFF;
}
.link-box:hover .colored-icon {
    filter: brightness(255);
}
.link-box-padding {
    padding: 10px;
    font-weight: 700;
}
.link-box-icon {
    width: 30px;
    height: 30px;
}
.facility-list-image {
    width: 84px;
    height: 75px;
    border-radius: 3px;
    background-color: #1A5276;
    overflow: hidden;
}
.small-clock-icon {
    width: 9px;
    height: 9px;
}
.facility-list-icon-desktop {
    width: 14px;
    height: 14px;
}
.facilities-map {
    height: 360px;
}
.side-navigation {
    position: absolute;
    
    top: 50%;
    transform: translateY(-50%);
}
.side-navigation.left {
    left: 0px;
}
.side-navigation.right {
    right: 0px;
}
.usp-checkmark-icon {
    width: 21px;
    height: 18px;
}
.usp-checkmark-icon-small {
    width: 12px;
    height: 10px;
}
.usp-text-position {
    margin-left: 0px;
    padding-top: 0px;
}
.list-connection-line {
    height: 1px;
    background-color: #F3F3F3;
    margin-top: 11px;
}
.floor-icon {
    width: 29px;
    height: 29px;
}
.size-navigation {
    padding: 6px;
    background-color: #FFFFFF;
    border-top: 1px solid #62C8D9;
    border-bottom: 1px solid #62C8D9;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.size-navigation.left {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #62C8D9;
}
.size-navigation.right {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #62C8D9;
}
.side-navigation-arrow {
    width: 12px;
    height: 10px;
}
.promo-circle {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    padding: 2px;
    transform: rotate(6.17deg);
}
.promo-circle-inner-color {
    box-sizing: border-box;
    background: linear-gradient(135deg, #FE7975 0%, #F75D60 100%);
    border-radius: 9999px;
    padding: 2px;
}
.promo-circle-inner {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 9999px;
    color: #F75D60;
}
.promo-text {
    font-size: 10px;
}
.promo-text.big {
    font-weight: 900;
    font-size: 18px;
}
.promo-circle-position {
    top: 0;
    right: 10px;
}
@media (min-width: 600px) {
    .promo-circle {
        width: 140px;
        height: 140px;
    }
    
    .promo-text {
        font-size: 14px;
    }
    
    .promo-text.big {
        font-size: 24px;
    }
}
.select-size-combined-filter {
    box-sizing: border-box;
    background-color: #FFFFFF;  
    border-radius: 9999px;
    border: 1px solid #62C8D9;
    font-weight: 700;
    font-size: 12px;
}
.select-size-combined-filter-spacing {
    width: 1px;
    height: 13px;
    background-color: #E6E6E6;
}
.select-size-filter.selected + .select-size-combined-filter-spacing,
.select-size-combined-filter-spacing:has(+ .select-size-filter.selected) {
    background-color: transparent;
}
.select-size-filter {
    width: 78px;
    box-sizing: border-box;
}
.select-size-filter:hover,
.select-size-filter.selected {
    border-radius: 9999px;
    color: #FFFFFF;
    background-color: #1A5276;
}
.select-size-filter-padding {
    padding: 6px;
}
.select-size-card {
    width: 90px;
    box-sizing: border-box;
    background-color: #FFFFFF;  
    border-radius: 3px;
    border: 1px solid #62C8D9;
    font-weight: 700;
    font-size: 12px;
}
.select-size-card:hover,
.select-size-card.selected {
    background-color: #1A5276;  
    border: 1px solid #1A5276;
    color: #FFFFFF;
}
.select-size-card-padding {
    padding: 6px;
}
.select-size-card-size {
    font-size: 24px;
}
.standard-field {
    border: 1px solid #62C8D9;
    border-radius: 6px;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
}
.standard-field input {
    font-size: 18px;
}
.standard-field-padding {
    padding: 10px;
}
.standard-field-padding-left-side {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.standard-field-padding-right-side {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.submit-button-field-padding-right-side {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rounded-image {
    border-radius: 3px;
    overflow: hidden;
}
.mobile-additional-menu-line {
    height: 1px;
    background-color: #1A5276;
}
.mobile-additional-menu-item {
    font-size: 14px;
    font-weight: bold;
    color: #1A5276;
}
.hero {
    height: 245px;
    background-color: #1A5276;
    color: #FFFFFF;
}
.hero.desktop {
    height: 450px;
}
.hero.shorter {
    height: 220px;
}
.hero-image-fade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(26, 82, 118, 0.00) 40%, #1A5276 100%);
}
.image-hero-title {
    font-size: 24px;
}
@media (min-width: 600px) {
    .image-hero-title {
        font-size: 36px;
    }
}
.hero-button-overlap {
    transform: translateY(-50%);
}
.slideshow-navigation-box {
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    padding: 5px;
    box-sizing: border-box;
}
.social-icons-over-slideshow-position {
    top: 10px;
    right: 10px;
}
.social-media-icon {
    width: 26px;
    height: 26px;
}
.social-media-icon.desktop {
    width: 27px;
    height: 27px;
}
.footer {
    border-top: 1px solid #62C8D9;
}
.footer-link {
    text-decoration: none;
    color: #1A5276;
    font-weight: bold;
}
.footer-link:hover {
    text-decoration: underline;
}
@media (min-width: 600px) {
    .footer-link {
        font-size: 14px;
    }
    
}
.ssa-uk-logo {
    width: 165px;
    height: 92px;
}
.bottom-menu-link {
    display: block;
    transition: background 0.3s ease-out;
    background: #FFFFFF;
}
.bottom-menu-link.dark-color:hover,
.bottom-menu-link.dark-color.active {
    background: #1A5276;
}
.bottom-menu-link.maps-red:hover,
.bottom-menu-link.maps-red.active {
    background: #ea4336;
}
.bottom-menu-link.light-color:hover,
.bottom-menu-link.light-color.active {
    background: #62C8D9;
}
.bottom-menu-link.book-now:hover,
.bottom-menu-link.book-now.active {
    background: linear-gradient(135deg, #FA9B78 0%, #EA7145 100%);
}
.bottom-menu-link:hover .image,
.bottom-menu-link.active .image,
.bottom-menu-link:hover .footer-menu-text,
.bottom-menu-link.active .footer-menu-text {
    filter: invert(100%) brightness(255);
}
.mobile-menu-link-padding {
    padding: 10px 10px;
}
.header-menu-link {
    display: block;
    transition: background 0.3s ease-out;
    background: #FFFFFF;
    padding: 5px 15px;
    border-radius: 8px;
}
.header-menu-link.dark-color:hover,
.header-menu-link.dark-color.active {
    background: #1A5276;
}
.header-menu-link.maps-red:hover,
.header-menu-link.maps-red.active {
    background: #ea4336;
}
.header-menu-link.light-color:hover,
.header-menu-link.light-color.active {
    background: #62C8D9;
}
.header-menu-link.book-now:hover,
.header-menu-link.book-now.active {
    background: linear-gradient(135deg, #FA9B78 0%, #EA7145 100%);
}
.header-menu-link:hover .image,
.header-menu-link.active .image,
.header-menu-link:hover .footer-menu-text,
.header-menu-link.active .footer-menu-text {
    filter: invert(100%) brightness(255);
}
.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 {
    
}
.standard-card {
    border: 1px solid #62C8D9;
    border-radius: 3px;
}
.standard-card-padding {
    padding: 10px;
}
.card-image-desktop {
    width: 200px;
    height: 150px;
}
.card-image-mobile {
    width: 100%;
    height: 200px;
}
.standard-card-read-more-link {
    color: #1A5276;
    font-weight: bold;
}
@media (min-width: 600px) {
    .standard-card-read-more-link {
        font-size: 14px;
    }
    
}
.right-arrow-read-more-link-icon {
    width: 10px;
    height: 10px;
}
.right-arrow-link-icon {
    width: 14px;
    height: 14px;
}
.faq-row {
    font-weight: bold;
}
.faq-row-padding {
    padding: 5px 11px;
}
.help-section-row {
    border: 1px solid #62C8D9;
    border-radius: 3px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.10));
    overflow: hidden;
}
.help-section-row-question {
    color: #FFFFFF;
    background-color: #1A5276;
    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: #1A5276;
    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;
}
.standard-row {
    box-sizing: border-box;
}
.standard-row-padding {
    padding: 0.5rem 1rem;
}
.standard-alternating-rows .standard-row:nth-of-type(2n + 1) {
    background-color: #fafafa;
}
.hover-row:hover {
    background-color: #E5E5E5;
}
.standard-button {
    border-radius: 1px;
    background: linear-gradient(135deg, #FA9B78 0%, #EA7145 100%);
    color: #FFFFFF;
    font-weight: 700;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.10));
    box-sizing: border-box;
}
.big .standard-button,
.standard-button.big {
    font-size: 16px;
}
.secondary-button {
    box-sizing: border-box;
    border-radius: 1px;
    border: 1px solid #62C8D9;

    background: #FFFFFF;
    color: #1A5276;

    font-weight: 700;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.10));
}
.secondary-button-group:hover .secondary-button,
.secondary-button:hover {
    background: #62C8D9;
    color: #FFFFFF;
}
.secondary-button-group:hover .secondary-button .colored-icon,
.secondary-button:hover .colored-icon {
    filter: brightness(255);
}
@media (min-width: 600px) {
    .standard-button {
        font-size: 16px;
    }

    .secondary-button {
        font-size: 16px;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button {
        
    }
}
.standard-button:hover {
    
}
.standard-button-padding {
    padding: 4px 10px;
}
.big .standard-button-padding,
.standard-button-padding.big {
    padding: 5px 10px 7px 10px;
}
.standard-button-arrow-box-padding {
    padding: 7px;
}
.big .standard-button-arrow-box-padding {
    padding: 9px;
}