:root {
    --satisfi-mobile-body-top: 0
}

.satisfi-ai-bot-opened-mobile>body {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: var(--satisfi-mobile-body-top,0);
    width: 100%
}

.satisfi-iframe {
    background: none;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    padding-top: var(--headerHeight);
    pointer-events: all;
    position: absolute;
    right: 0;
    width: 100%
}

.satisfi_chat {
    font-family: var(--chatButtonCustomFont),var(--chatFontFamily),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px!important;
    font-weight: 400;
    line-height: var(--chatLineHeight);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--chatContainerBgColor);
    border: var(--chatBorder);
    border-radius: 20px 20px 10px 10px;
    bottom: var(--chatPositionBottom);
    box-shadow: var(--chatShadow);
    height: var(--chatHeight);
    left: var(--chatPositionLeft);
    position: fixed;
    right: var(--chatPositionRight);
    top: var(--chatPositionTop);
    width: var(--chatWidth);
    z-index: 2147483647
}

.satisfi_chatMobile {
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%!important
}

.satisfi_chat.standalone {
    border-radius: 20px 20px 5px 5px;
    bottom: 0;
    left: calc(50% - var(--chatWidth)/2);
    right: auto;
    top: auto
}

.satisfi_chatContainer {
    display: flex;
    flex-direction: column;
    height: var(--chatHeight);
    height: 100%;
    width: var(--chatWidth)
}

a.skip {
    display: none;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    visibility: hidden;
    width: 1px
}

a.skip:focus {
    height: auto;
    position: static;
    width: auto
}

.satisfi_visually-hidden {
    height: 1px;
    left: -10000px!important;
    overflow: hidden;
    position: absolute!important;
    top: auto!important;
    width: 1px;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap
}

.satisfi_chat:not(.satisfi_chatMobile) {
    margin-inline:auto;max-width: var(--popupMaxWidth,1278px);
    min-width: 425px
}

.satisfi_chat:not(.satisfi_chatMobile) .satisfi-iframe {
    --_wc-popup-margin-desktop: var(--popupMarginDesktop,0px);
    margin: 0 var(--_wc-popup-margin-desktop);
    width: calc(100% - var(--_wc-popup-margin-desktop)*2)
}

@media (max-width: 600px) {
    .satisfi_chat:not(.satisfi_chatMobile) {
        border:0;
        border-radius: 0!important;
        bottom: 0;
        height: 100%;
        left: 0;
        margin-left: 0;
        min-width: unset;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%!important
    }

    .satisfi_chat:not(.satisfi_chatMobile) .satisfi-iframe {
        --_wc-popup-margin-mobile: var(--popupMarginMobile,0px);
        margin: 0 var(--_wc-popup-margin-mobile);
        width: calc(100% - var(--_wc-popup-margin-mobile)*2)
    }
}

.satisfi_chat-button {
    animation: var(--chatButtonAnimation);
    background: var(--chatButtonBackground)!important;
    border: var(--chatButtonBorder);
    border-radius: var(--chatButtonBorderRadius)!important;
    bottom: var(--chatButtonPositionBottom);
    box-shadow: var(--chatButtonBoxShadow);
    color: var(--chatButtonFontColor)!important;
    cursor: pointer;
    font-family: var(--chatButtonCustomFont),var(--chatFontFamily),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: var(--chatButtonFontSize);
    font-weight: var(--chatButtonFontWeight);
    height: auto;
    left: var(--chatButtonPositionLeft);
    padding: var(--chatButtonPadding)!important;
    position: fixed!important;
    right: var(--chatButtonPositionRight);
    top: var(--chatButtonPositionTop);
    transition: box-shadow .1s ease-in-out;
    z-index: 2147483640!important
}

.satisfi_chat-button:hover {
    background: var(--chatButtonBackground);
    border: var(--chatButtonBorder);
    box-shadow: var(--chatButtonBoxShadowHover);
    color: var(--chatButtonFontColor);
    transform: none
}

.satisfi_chat-button:focus {
    box-shadow: inset 0 0 1px 2px var(--chatButtonFocusColor);
    outline: none
}

.satisfi_chat-button img {
    height: var(--chatButtonImageHeight);
    margin: var(--chatButtonImageMargin);
    vertical-align: middle;
    width: var(--chatButtonImageWidth)
}

.satisfi_chat-button span {
    display: inline-block;
    vertical-align: middle
}

.satisfi_chat-button span:empty {
    all: initial
}

.satisfi_chat-button.satisfi_show-text img {
    margin-right: 8px
}

#divSatisfiChat .satisfi_chat-button.satisfi_button--has-image:focus,#divSatisfiChat .satisfi_chat-button.satisfi_button--has-image:focus-visible {
    box-shadow: 0 0 0 2px var(--chatButtonFocusColor)!important
}

.satisfi_prompt {
    background-color: #fff;
    border-radius: .7em;
    bottom: var(--promptPositionBottom);
    color: #222;
    filter: drop-shadow(0 0 8px #333);
    font-family: var(--chatFontFamily);
    font-size: var(--promptFontSize);
    font-weight: 700;
    height: var(--promptheight);
    left: var(--promptPositionLeft);
    padding: .8rem 1.8rem .8rem 1.2rem;
    position: fixed;
    right: var(--promptPositionRight);
    top: var(--promptPositionTop);
    width: var(--promptWidth);
    z-index: 2147483641
}

.satisfi_prompt:after {
    border: 20px solid transparent;
    border-bottom: 0;
    border-left: 0;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 90%;
    margin-bottom: -15px;
    margin-left: -10px;
    position: absolute;
    width: 0
}

.satisfi_closeprompt {
    background-color: #aaa;
    border-radius: 5rem;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    height: 12px;
    line-height: 10px;
    position: absolute;
    right: .2rem;
    text-align: center;
    top: .2rem;
    width: 12px
}

.satisfi_closeprompt:hover {
    background-color: #444
}

.satisfi_closeprompt:after {
    color: #fff;
    content: "x"
}

.satisfi_hide {
    display: none
}

.satisfi_chat-button.satisfi_opened,.satisfi_chat.satisfi_opened {
    animation: slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both
}

.satisfi_chat-button.satisfi_closed,.satisfi_chat.satisfi_closed {
    animation: slide-out-bottom .5s ease-in both
}

.satisfi_prompt.satisfi_opened {
    animation: bounce-in-fwd 1.1s both
}

.satisfi_prompt.satisfi_closed {
    animation: fade-out .3s both
}

@keyframes bounce-in-fwd {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(0)
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1)
    }

    55% {
        animation-timing-function: ease-in;
        transform: scale(.7)
    }

    72% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }

    81% {
        animation-timing-function: ease-in;
        transform: scale(.84)
    }

    89% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }

    95% {
        animation-timing-function: ease-in;
        transform: scale(.95)
    }

    to {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

@keyframes slide-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(1000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-out-bottom {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(1000px)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (max-width: 823px) {
    .satisfi_chat-button {
        background:var(--chatButtonBackgroundMobile)!important;
        border-radius: var(--chatButtonBorderRadiusMobile)!important;
        bottom: var(--chatButtonPositionBottomMobile);
        color: var(--chatButtonFontColorMobile)!important;
        font-size: var(--chatButtonFontSizeMobile);
        font-weight: var(--chatButtonFontWeightMobile);
        left: var(--chatButtonPositionLeftMobile);
        padding: var(--chatButtonPaddingMobile)!important;
        right: var(--chatButtonPositionRightMobile);
        top: var(--chatButtonPositionTopMobile)
    }

    .satisfi_chat-button img {
        height: var(--chatButtonImageHeightMobile);
        margin: var(--chatButtonImageMarginMobile);
        width: var(--chatButtonImageWidthMobile)
    }

    .satisfi_prompt {
        bottom: var(--promptPositionBottomMobile);
        font-size: var(--promptFontSizeMobile);
        height: var(--promptheightMobile);
        left: var(--promptPositionLeftMobile);
        right: var(--promptPositionRightMobile);
        top: var(--promptPositionTopMobile);
        width: var(--promptWidthMobile)
    }
}

.satisfi_headerContainer {
    background: var(--headerBg);
    box-shadow: 0 0 10px var(--headerShadowColor);
    height: var(--headerHeight);
    position: relative
}

.satisfi_headerContainer,.satisfi_headerContainer h1 {
    color: var(--headerTextColor);
    font-size: var(--headerTextFontSize)
}

.satisfi_headerContainer h1 {
    font-family: var(--chatFontFamily),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    line-height: var(--headerHeight);
    margin: 0;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle
}

.satisfi_headerContainer .satisfi_logo {
    background-image: var(--headerLogoImage);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto calc(var(--headerHeight) - 15px);
    color: transparent;
    font-size: 0;
    height: var(--headerHeight);
    margin-bottom: 0;
    padding: 0
}

.satisfi_headerContainer.satisfi_returnToChat {
    height: 42px
}

.satisfi_headerContainer.satisfi_returnToChat span.satisfi_returnText {
    color: var(--headerIconColor);
    cursor: pointer;
    display: inline-block;
    font-family: var(--chatFontFamily),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: var(--headerTextFontSize);
    height: 42px;
    line-height: 42px;
    margin-left: 32px;
    transition: color .3s;
    vertical-align: middle
}

.satisfi_headerContainer.satisfi_returnToChat span.satisfi_returnText:hover {
    color: var(--headerIconColorHover)
}

.satisfi_headerContainer .satisfi_back,.satisfi_headerContainer .satisfi_close,.satisfi_headerContainer .satisfi_closeIFrame,.satisfi_headerContainer .satisfi_minimize {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: color .3s;
    vertical-align: bottom;
    width: 30px
}

.satisfi_headerContainer .satisfi_close {
    right: 0;
    z-index: 15
}

.satisfi_headerContainer .satisfi_back,.satisfi_headerContainer .satisfi_closeIFrame {
    left: 0;
    z-index: 15
}

.satisfi_headerContainer .satisfi_minimize {
    right: 30px
}

.satisfi_headerContainer .satisfi_back,.satisfi_headerContainer .satisfi_close,.satisfi_headerContainer .satisfi_closeIFrame,.satisfi_headerContainer .satisfi_minimize {
    color: var(--headerIconColor);
    transition: box-shadow .3s ease
}

.satisfi_headerContainer .satisfi_back:hover,.satisfi_headerContainer .satisfi_close:hover,.satisfi_headerContainer .satisfi_closeIFrame:hover,.satisfi_headerContainer .satisfi_minimize:hover {
    color: var(--headerIconColorHover)
}

.satisfi_headerContainer .satisfi_back:focus,.satisfi_headerContainer .satisfi_close:focus,.satisfi_headerContainer .satisfi_closeIFrame:focus,.satisfi_headerContainer .satisfi_minimize:focus {
    box-shadow: inset 0 0 1px 2px var(--headerIconFocusColor);
    outline: none
}

.satisfi_headerContainer svg path,.satisfi_headerContainer svg rect {
    fill: currentcolor
}

.demo_testContainer,.satisfi_headerContainer .satisfi_logoUrl:hover {
    cursor: pointer
}

@font-face {
    font-family: GothamSSm-Medium_Web;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.otf) format("woff"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.otf) format("woff2"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.woff2) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.woff2) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.woff2) format("woff"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/GothamSSm-Medium_Web.woff2) format("woff2")
}

@font-face {
    font-family: Whitney;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whitney-Medium.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whitney-Medium.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whitney-Medium.otf) format("woff")
}

@font-face {
    font-family: Chronicle Display Extra Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ChronicleDisplay-XLight.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ChronicleDisplay-XLight.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ChronicleDisplay-XLight.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Black Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Black;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Black.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Bold Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Bold%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Bold%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Bold%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Book Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Book;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Book.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Cond Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Bold.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Bold.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Bold.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Cond Book;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Book.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Book.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Cond%20Book.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-ExtraBlack Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-ExtraBlack;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-ExtraBlack.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Light Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Light.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Medium Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium%20Italic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium%20Italic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium%20Italic.otf) format("woff")
}

@font-face {
    font-family: Circular Air Pro-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Circular%20Air%20Pro-Medium) format("woff")
}

@font-face {
    font-family: Tribe Type;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/TribeType.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/TribeType.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/TribeType.otf) format("woff")
}

@font-face {
    font-family: Verlag Book;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK.OTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK.OTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK.OTF) format("woff")
}

@font-face {
    font-family: Verlag Book Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK-ITALIC.OTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK-ITALIC.OTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/VERLAG-BOOK-ITALIC.OTF) format("woff")
}

@font-face {
    font-family: Gotham-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Bold.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Bold Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BoldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BoldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BoldItalic.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Book;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Book.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Book.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Book.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Book Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BookItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BookItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-BookItalic.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Light.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Light.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Light.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Thin;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Thin.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Thin.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Thin.ttf) format("woff")
}

@font-face {
    font-family: Gotham-XLight Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-XLightItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-XLightItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-XLightItalic.ttf) format("woff")
}

@font-face {
    font-family: Industria Solid;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria%20Solid.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria%20Solid.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria%20Solid.ttf) format("woff")
}

@font-face {
    font-family: Industria-SolidA;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria-SolidA.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria-SolidA.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Industria-SolidA.otf) format("woff")
}

@font-face {
    font-family: OKC Industria;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OKC%20Industria.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OKC%20Industria.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OKC%20Industria.ttf) format("woff")
}

@font-face {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Regular.ttf) format("woff")
}

@font-face {
    font-family: Lato-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Italic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Italic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Italic.ttf) format("woff")
}

@font-face {
    font-family: Lato-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Lato-Bold.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Medium.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Medium.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-Medium.ttf) format("woff")
}

@font-face {
    font-family: Gotham-Medium Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-MediumItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-MediumItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gotham-MediumItalic.ttf) format("woff")
}

@font-face {
    font-family: Juliet;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Juliet.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Juliet.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Juliet.TTF) format("woff")
}

@font-face {
    font-family: Whoopass;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whoopass.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whoopass.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Whoopass.TTF) format("woff")
}

@font-face {
    font-family: MontserratRegular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratRegular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratRegular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratRegular.ttf) format("woff")
}

@font-face {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratBold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratBold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/MontserratBold.ttf) format("woff")
}

@font-face {
    font-family: Oswald Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Light.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Light.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Light.ttf) format("woff")
}

@font-face {
    font-family: Oswald Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Regular.ttf) format("woff")
}

@font-face {
    font-family: Oswald Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Oswald-Bold.ttf) format("woff")
}

@font-face {
    font-family: Muli-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Regular.ttf) format("woff")
}

@font-face {
    font-family: Muli-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Light.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Light.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Light.ttf) format("woff")
}

@font-face {
    font-family: Muli-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Italic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Italic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-Italic.ttf) format("woff")
}

@font-face {
    font-family: Muli-LightItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-LightItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-LightItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Muli-LightItalic.ttf) format("woff")
}

@font-face {
    font-family: Gesta Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gesta-W01-Medium.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gesta-W01-Medium.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Gesta-W01-Medium.ttf) format("woff")
}

@font-face {
    font-family: Huggable;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Huggable.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Huggable.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Huggable.TTF) format("woff")
}

@font-face {
    font-family: Utopia-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Utopia-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Utopia-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Utopia-Bold.ttf) format("woff")
}

@font-face {
    font-family: Bucaneers;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Bucaneers.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Bucaneers.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Bucaneers.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Italic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Italic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Italic.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Light.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Light.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Light.ttf) format("woff")
}

@font-face {
    font-family: Roboto-LightItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-LightItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-LightItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-LightItalic.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Medium.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Medium.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Medium.ttf) format("woff")
}

@font-face {
    font-family: Roboto-MediumItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-MediumItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-MediumItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-MediumItalic.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Regular.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-Bold.ttf) format("woff")
}

@font-face {
    font-family: Roboto-BoldItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-BoldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-BoldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Roboto-BoldItalic.ttf) format("woff")
}

@font-face {
    font-family: InterstateCond;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/InterstateCond.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/InterstateCond.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/InterstateCond.ttf) format("woff")
}

@font-face {
    font-family: Bodoni Std Bold Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/BodoniStd%20BoldItalic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/BodoniStd%20BoldItalic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/BodoniStd%20BoldItalic.otf) format("woff")
}

@font-face {
    font-family: Nana Mi Pro Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-bold-webfont.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-bold-webfont.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-bold-webfont.ttf) format("woff")
}

@font-face {
    font-family: Nana Mi Pro Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-medium-webfont.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-medium-webfont.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-medium-webfont.ttf) format("woff")
}

@font-face {
    font-family: Nana Mi Pro Normal;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-normal-webfont.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-normal-webfont.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/nanamipro-normal-webfont.ttf) format("woff")
}

@font-face {
    font-family: Cera PRO Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20Bold.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20Bold.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20Bold.otf) format("woff")
}

@font-face {
    font-family: Cera PRO Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20light.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20light.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20light.otf) format("woff")
}

@font-face {
    font-family: Cera PRO Light Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20LightItalic.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20LightItalic.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/CeraPRO%20LightItalic.otf) format("woff")
}

@font-face {
    font-family: NotoSans-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Italic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Italic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Italic.ttf) format("woff")
}

@font-face {
    font-family: NotoSans-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Regular.ttf) format("woff")
}

@font-face {
    font-family: NotoSans-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-Bold.ttf) format("woff")
}

@font-face {
    font-family: NotoSans-BoldItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-BoldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-BoldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/NotoSans-BoldItalic.ttf) format("woff")
}

@font-face {
    font-family: Rockwell-ExtraBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-ExtraBold.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-ExtraBold.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-ExtraBold.TTF) format("woff")
}

@font-face {
    font-family: Rockwell-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Italic.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Italic.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Italic.TTF) format("woff")
}

@font-face {
    font-family: ATL-DIN-Black;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Black.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Black.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Black.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-BlackAlternate;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BlackAlternate.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BlackAlternate.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BlackAlternate.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Bold.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Bold.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Bold.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-BoldAlternate;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BoldAlternate.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BoldAlternate.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-BoldAlternate.otf) format("woff")
}

@font-face {
    font-family: ATL-DINEngschriftStd;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINEngschriftStd.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINEngschriftStd.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINEngschriftStd.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Light.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Light.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Light.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-LightAlternate;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-LightAlternate.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-LightAlternate.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-LightAlternate.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Medium.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Medium.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Medium.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-MediumAlternate;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-MediumAlternate.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-MediumAlternate.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-MediumAlternate.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-MittelschriftStd;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINMittelschriftStd.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINMittelschriftStd.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DINMittelschriftStd.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Regular.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Regular.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-Regular.otf) format("woff")
}

@font-face {
    font-family: ATL-DIN-RegularAlternate;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-RegularAlternate.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-RegularAlternate.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/DIN-RegularAlternate.otf) format("woff")
}

@font-face {
    font-family: ATL-United-Headline;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Headline.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Headline.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Headline.otf) format("woff")
}

@font-face {
    font-family: ATL-United-Letter;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Letter.otf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Letter.otf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/ATL_United-Letter.otf) format("woff")
}

@font-face {
    font-family: OpenSans-SemiboldItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-SemiboldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-SemiboldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-SemiboldItalic.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Bold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Bold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Bold.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-BoldItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-BoldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-BoldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-BoldItalic.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-ExtraBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBold.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-ExtraBoldItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBoldItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-ExtraBoldItalic.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Italic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Italic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Italic.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Light.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Light.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Light.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-LightItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-LightItalic.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-LightItalic.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-LightItalic.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Regular.ttf) format("woff")
}

@font-face {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Semibold.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Semibold.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/OpenSans-Semibold.ttf) format("woff")
}

@font-face {
    font-family: Rockwell;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell.TTF) format("woff")
}

@font-face {
    font-family: Rockwell-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold.TTF) format("woff")
}

@font-face {
    font-family: Rockwell-Bold-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold-Italic.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold-Italic.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Bold-Italic.TTF) format("woff")
}

@font-face {
    font-family: Rockwell-Condensed;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Condensed.TTF) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Condensed.TTF) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Rockwell-Condensed.TTF) format("woff")
}

@font-face {
    font-family: HoeflerText-Black;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Black-02.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Black-02.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Black-02.ttf) format("woff")
}

@font-face {
    font-family: HoeflerText-BlackItalic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-BlackItalic-04.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-BlackItalic-04.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-BlackItalic-04.ttf) format("woff")
}

@font-face {
    font-family: HoeflerText-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Italic-03.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Italic-03.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Italic-03.ttf) format("woff")
}

@font-face {
    font-family: HoeflerText-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Regular.ttf) format("opentype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Regular.ttf) format("truetype"),url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/HoeflerText-Regular.ttf) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Twemoji Country Flags;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/TwemojiCountryFlags.woff2) format("woff2");
    unicode-range: u+1f1e6-1f1ff,u+1f3f4,u+e0062-e0063,u+e0065,u+e0067,u+e006c,u+e006e,u+e0073-e0074,u+e0077,u+e007f
}

@font-face {
    font-display: swap;
    font-family: Overpass-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://prod-satisfilabs-resources-gcs.satis.fi/ClientAssets/Fonts/Overpass-Regular.ttf) format("truetype")
}
