html { word-wrap: break-word; }
*, ::before, ::after { word-wrap: inherit; }
html { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
div.code { box-sizing: content-box; }
body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, td, textarea { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }@font-face {
  font-family: 'dropDownMenu';
  src:
    url(d0708945c4) format('truetype'),
    url(b7c459d879) format('woff'),
    url(b731750e80.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}/* Reset */
/* TODO: bundle from somewhere */
html { word-wrap: break-word; }
*, ::before, ::after { word-wrap: inherit; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

/* Generic */

.global_bold__34A4g {
    font-weight: bold;
}

.global_labelSmall__1_5zj {
    font-size: 12px;
}

/*
    This is to reset fill for path/g/... of svg to be able to apply custom fill via css.
    CAUTION: This will be applied for all svg elements on the page.
             Unfortunately id/class css selector does not work on <svg> element
             (though written in svg spec ...).
             Furthermore this will reset default fill insides svg itself.
            (TODO: WBTGEN-1498)
*/
/*svg * {*/
    /*fill: inherit;*/
/*}*/

/* Forms */

.global_input__1a8Oa {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #666;
    padding: 0 11px;
}
.global_input__1a8Oa:focus {
    outline: 2px solid #cbe1f4;
}
.global_input__1a8Oa.global_invalid__1d3HF, .global_input__1a8Oa.global_invalid__1d3HF:focus {
    border-color: #cc3300;
    outline: none;
}

.global_flexCenter__1azjn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_inlineFlexCenter__34rzp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Links */
.global_blueLinkHoverUnderline__ZW9uA {
    cursor: pointer;
    color: #396FC9;
}
.global_blueLinkHoverUnderline__ZW9uA:hover {
    text-decoration: underline;
}

.LazyImage_standIn__22mQ0 {
    background-position: center center;
    background-repeat: no-repeat;
}

.LazyImage_transparentContainer__1AjT2 {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTAgMGg1MHY1MEgweiIvPjxwYXRoIGZpbGw9IiNERURFREUiIGQ9Ik01MCAwaDUwdjUwSDUwek0wIDUwaDUwdjUwSDB6Ii8+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTUwIDUwaDUwdjUwSDUweiIvPjwvZz48L3N2Zz4=') top left / 24px 24px repeat;
}

.LoadingIndicator_container__weKY1 {
    -display: flex;
    -justify-content: center;
    -align-items: center;
}
.LoadingIndicator_animatedLoadingDots-container__EoXGW {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.LoadingIndicator_animatedLoadingDots__1fl0N {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.LoadingIndicator_animatedLoadingDots__1fl0N > div {
    background-color: #888;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -webkit-animation-name: LoadingIndicator_loader-dots__1SPpA;
            animation-name: LoadingIndicator_loader-dots__1SPpA;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    margin: 0;
    opacity: 0.65;
}
.LoadingIndicator_animatedLoadingDots__1fl0N.LoadingIndicator_greenDots__2ELxq div {
    background-color: #fff;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div:first-child,
.LoadingIndicator_animatedLoadingDots__1fl0N div:last-child {
    margin: 0 12px;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div:first-child {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    opacity: 1;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div:last-child {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    opacity: 0.3;
}
@-webkit-keyframes LoadingIndicator_loader-dots__1SPpA {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}
@keyframes LoadingIndicator_loader-dots__1SPpA {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}
.LoadingIndicator_center__1PWp3 {
    width: 100%;
    height: 100%;
}
.LoadingIndicator_subtext__2k5NZ {
    color: #f9f9f9;
    font-size: 20px;
}
/* Inline */
.LoadingIndicator_inlineContainer__wUVfS {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL {
    display: inline-block;
    background-color: #888;
    -webkit-animation-name: LoadingIndicator_loader-dots__1SPpA;
            animation-name: LoadingIndicator_loader-dots__1SPpA;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}
.LoadingIndicator_inlineContainer__wUVfS > span.LoadingIndicator_dot__30xoL:first-child {
    margin-left: 0;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL.LoadingIndicator_small__22qKk {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-left: 8px;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL.LoadingIndicator_medium__PDUBC {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL.LoadingIndicator_large__v6dyu {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-left: 12px;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL:first-child {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL:first-child + .LoadingIndicator_dot__30xoL {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL:last-child {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
}
.LoadingIndicator_absoluteCenter__2d5V2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
}

/*
Shortcuts definition
- btn = normal button
- pBtn = pressable button, means it can persist selected state

Postfixes representing states:
- Sel = Selected, means it is in persisted selected state
- Err = In Error state
- Hov = Hover
- Act = Active
- Fcs = Focus
- Dis = Disabled
 */

.InputField_inputField__10G0f {
    height: 36px;
    width: 100%;
    color: #262626;
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    padding: 0 11px;
    border: 1px solid #cccccc;
}

.InputField_inputField__10G0f.InputField_disabled__2fcyf {
    background-color: #f3f3f3;
    color: #a1a1a1;
    cursor: not-allowed;
}

.InputField_inputField__10G0f:focus {
    outline: none;
    border: 1px solid #006FD4;
    background-color: #ffffff;
}

/* Invalid input css styles are more important than the normal styles. */

.InputField_inputField__10G0f.InputField_invalid__3-oRx, .InputField_inputField__10G0f.InputField_invalid__3-oRx:focus {
    border-color: #cc3300 !important;
    outline: none !important;
}

.InputField_prefixedField__1-4cj {
    font-size: 14px;
}

.InputField_prefixedField__1-4cj .InputField_prefix__Rdc9c {
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #dfdfdf;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding-left: 5px;
    color: #a1a1a1;
}

.InputField_prefixedField__1-4cj .InputField_input__Mg5eb {
    height: 36px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: none;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding: 0 28px 0 0;
}

.InputField_prefixedField__1-4cj .InputField_input__Mg5eb:focus {
    outline: none;
}

.InputField_prefixedField__1-4cj .InputField_iconSuffix__3hFMl {
    position: absolute;
    left: 244px;
}

.InputField_propertiesField__21r_X {
    border: 1px solid #cccccc;
}

.InputField_invalidInput__3vfiR {
    border-color: #cc3300 !important;
    border-width: 1px 0 1px 1px !important;
    box-sizing: border-box !important;
}

.InputField_autocompleteText__3_v76 {
    position: absolute;
    width: 100%;
    font-size: 12px;
    left: 1px;
    top: 10px;
    color: #adadad;
    pointer-events: none;
}

.InputField_append__1863x {
    -webkit-box-align: center;
            align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    position: absolute;
    right: 12px;
    top: 1px;
}

.InputCounter_container__2_xxK {
    visibility: hidden;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.InputCounter_container__2_xxK.InputCounter_show__3Ayo1 {
    visibility: visible;
    color: #D64949;
}

.Preview_fullScreen__1bl7G {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 10003;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.Preview_body__2wDzb {
    overflow: auto;
    min-height: 100vh;
}

.Preview_previewContent__2pf8a {
    -webkit-box-flex: 1;
            flex-grow: 1;
    position: relative;
    overflow: scroll;
}

.Preview_globalFloatsRow__R3fTY {
    height: 0;
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.Preview_column__1KeVx, .Preview_componentWrapper__2i4QI {
    position: relative;
}

.Preview_componentWrapper__2i4QI {
    float: left;
    cursor: default;
}

.Preview_row__3Fkye {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.Preview_float__1PmYU {
    position: absolute;
}

.Preview_mobileHide__9T929 {
    height: 100%;
}

.Preview_component__SbiKo, .Preview_block__16Zmu {
    height: inherit;
    min-height: inherit;
}

.Preview_nonContainer__3me6k {
    position: absolute;
    top: 0;
    left: 0;
}

.Preview_floatWrapper__jCHxv {
    position: relative;
    margin: 0 auto;
}

@media (max-width: 650px) {
    body {
        background-color: white;
    }
}

.template.mobileViewLoaded {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

body * {
    -webkit-text-size-adjust: none !important;
}

.mobileV.mobileViewLoaded .Preview_row__3Fkye div {
    margin: 0 !important;
}

/*for old safari ios 9.x.x*/

.template.mobileViewLoaded .hasChildren .col > .row,
.template.mobileViewLoaded > .row {
    height: 0 !important;
    min-height: 0 !important;
}

.mobileV.mobileViewLoaded .Preview_componentWrapper__2i4QI, .mobileV.mobileViewLoaded .Preview_component__SbiKo, .mobileV.mobileViewLoaded .Preview_block__16Zmu,
.mobileV.mobileViewLoaded .Preview_row__3Fkye, .mobileV.mobileViewLoaded .Preview_column__1KeVx, .mobileV.mobileViewLoaded .Preview_float__1PmYU, .Preview_nonContainer__3me6k {
    position: static !important;
    width: 100% !important;
    float: none!important;
    clear: both!important;
    box-sizing: border-box!important;
}

.mobileV.mobileViewLoaded .Preview_componentWrapper__2i4QI, .mobileV.mobileViewLoaded .Preview_component__SbiKo, .mobileV.mobileViewLoaded .Preview_nonContainer__3me6k,
.mobileV.mobileViewLoaded .Preview_row__3Fkye, .mobileV.mobileViewLoaded .Preview_column__1KeVx, .mobileV.mobileViewLoaded .Preview_float__1PmYU,
.template.mobileV.mobileViewLoaded .hasChildren div.mceNonEditable .col > .row,
.template.mobileV.mobileViewLoaded div.mceNonEditable .hasChildren .col > .row,
.mobileV.mobileViewLoaded .hasChildren {
    height: auto !important;
    min-height: auto !important;
}

.mobileV.mobileViewLoaded .Preview_component__SbiKo {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
            justify-content: center;
}

.mobileV.mobileViewLoaded .Preview_component__SbiKo.align-right {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.mobileV.mobileViewLoaded .Preview_component__SbiKo.align-left {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.template > .extraContainer > .extra > .Preview_component__SbiKo,
.mobileV.mobileViewLoaded .Preview_block__16Zmu > div {
    /* sync with http-pub/renderStatic/logo/logo.js LEFT_PLUS_RIGHT_MARGIN */
    padding-left: 18px !important;
    padding-right: 18px !important;
}

/*
BEGIN:WBTGEN-11397
For image container with link we remove the padding of the image-container
And put the padding to the link wrapper so the the link will cover the whole image container
*/

.mobileV.mobileViewLoaded div[data-specific-kind="IMAGE"].Preview_block__16Zmu > div.image-container.has-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobileV.mobileViewLoaded div[data-specific-kind="IMAGE"].Preview_block__16Zmu > div.image-container.has-link > div {
    padding-left: 18px;
    padding-right: 18px;
}

.mobileV.mobileViewLoaded div[data-specific-kind="IMAGE"].Preview_block__16Zmu > div.image-container.has-link > div > a {
    right: 0; /* needed bc we introduce the padding inside the link wrapper for image container so we need to adjust anchor position*/
    left: 0;
}

/*END: WBTGEN-11397*/

.mobileV.mobileViewLoaded .Preview_component__SbiKo .Preview_component__SbiKo {
    padding: 0 !important;
}

.mobileV.mobileViewLoaded > .extraContainer > .extra > div[data-specific-kind="IMAGE"].mobileTopLevelComponents,
.mobileV.mobileViewLoaded > .extraContainer > .extra > div[data-specific-kind="BACKGROUND"].mobileTopLevelComponents,
.mobileV.mobileViewLoaded > .extraContainer > .extra > div.mobileGroup.mobileTopLevelComponents {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.mobileV.mobileViewLoaded .Preview_mobileHide__9T929 {
    display: none;
}

.mobileV.mobileViewLoaded .mceNonEditable {
    overflow: hidden;
}

.mobileV.mobileViewLoaded div[data-specific-kind="FACEBOOKPAGE"],
.mobileV.mobileViewLoaded .mceNonEditable div[data-specific-kind="TABLE"] {
    display: block !important;
}

.mobileV.mobileViewLoaded .Group-imageAndText, .mobileV.mobileViewLoaded .Group-textAndText {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    max-width: 100% !important;
}

.mobileV.mobileViewLoaded .Group-imageAndText.align-center,
.mobileV.mobileViewLoaded .Group-textAndText.align-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
}

.mobileV.mobileViewLoaded .Group-imageAndText.align-right,
.mobileV.mobileViewLoaded .Group-textAndText.align-right {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
}

.mobileV.mobileViewLoaded .Group-imageAndText p, .mobileV.mobileViewLoaded .Group-textAndText p {
    word-break: break-all !important;
}

.mobileV.mobileViewLoaded .Group-imageAndText > div,
.mobileV.mobileViewLoaded .Group-textAndText > div,
.mobileV.mobileViewLoaded .Group-IMAGE > div {
    width: auto !important;
    margin: 5px;
}

.mobileV.mobileViewLoaded .Group-IMAGE {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 100%;
}

.mobileV.mobileViewLoaded .Group-IMAGE.align-left {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.mobileV.mobileViewLoaded .Group-IMAGE.align-right {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.mobileViewLoaded .row {
    display: none !important;
}

.template.mobileV.mobileViewLoaded div.mceNonEditable .col > .row {
    display: block !important;
}

body > .Preview_bodyBackgroundLiner__1bYbS {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1;
    background-attachment: initial;
    -webkit-transition: height 250ms 600s;
    transition: height 250ms 600s;
}

.Preview_cookieBannerHide__1oqas {
    display: none;
}

.Preview_cookieBannerGrey__1Ay5W {}

.Preview_cookieBannerBlack__2OQLT {}

.Preview_cookieBannerWhite__Bz34J {}

.Preview_cookieBannerContainer__38EPA {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: fixed;
    z-index: 2000001;
    opacity: 0.97;
    bottom: 0;
    min-height: 120px;
    width: 100%;
    background-color: #000000;
    font-size: 13px;
}

.Preview_cookieBannerBlack__2OQLT.Preview_cookieBannerContainer__38EPA {
    background-color: #000000;
}

.Preview_cookieBannerGrey__1Ay5W.Preview_cookieBannerContainer__38EPA {
    background-color: #7C7C7C;
}

.Preview_cookieBannerWhite__Bz34J.Preview_cookieBannerContainer__38EPA {
    background-color: #FFFFFF;
}

.Preview_cbTextContainer__3kfJ3 {
    -webkit-box-flex: 1;
            flex: 1 auto;
}

.Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC {
    padding: 26px 0 27px;
    color: #FFFFFF;
    line-height: 18px;
}

.Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC .Preview_cbBannerTextValue__3fSyQ {
    display: inline;
    margin-right: 2px;
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC {
    line-height: 20px;
}

.Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC .Preview_learnMore__2WA7h{
    cursor: pointer;
    color: #FFFFFF;
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC {
    padding: 0;
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC > p:first-child {
    display: block;
}

.Preview_cookieBannerWhite__Bz34J .Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC,
.Preview_cookieBannerWhite__Bz34J .Preview_cbTextContainer__3kfJ3 .Preview_cbText__2oqBC .Preview_learnMore__2WA7h {
    color: #000000;
}

.Preview_cbButtonFullArea__3eZgX {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.Preview_cbButtonFullArea__3eZgX .Preview_cbAccept__3OQYX {
    padding: 8px 32px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.Preview_cbButtonFullArea__3eZgX .Preview_cbAccept__3OQYX:hover {
    background-color: rgba(255,255,255,0.2);
}

.Preview_cookieBannerWhite__Bz34J .Preview_cbButtonFullArea__3eZgX .Preview_cbAccept__3OQYX {
    color: #000000;
    border: 1px solid #000000;
}

.Preview_cookieBannerWhite__Bz34J .Preview_cbButtonFullArea__3eZgX .Preview_cbAccept__3OQYX:hover {
    background-color: rgba(0,0,0,0.2);
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbButtonFullArea__3eZgX {
    display: inline-block;
    margin: 28px 0 0 0;
    float: none;
}

@media (min-width: 651px) and (max-width: 950px) {
    .Preview_cbButtonFullArea__3eZgX .Preview_cbAccept__3OQYX {
        max-width: 250px;
    }
}

.Preview_cbDivContainerMiddle__1vgm8 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    max-width: 1150px;
    -webkit-box-flex: 1;
            flex: 1;
}

.Preview_cbDivContainerStart__1ONyq, .Preview_cbDivContainerEnd__KGxWW {
    -webkit-box-flex: 0;
            flex: 0 60px;
}

@media (min-width: 1024px) {
    .Preview_cbDivContainerStart__1ONyq, .Preview_cbDivContainerEnd__KGxWW {
        -webkit-box-flex: 0;
                flex: 0 115px;
    }
}

@media (min-width: 1280px) {
    .Preview_cbDivContainerMiddle__1vgm8 {
        min-width: 1150px;
        -webkit-box-flex: 1;
                flex: 1;
    }
    .Preview_cbDivContainerStart__1ONyq, .Preview_cbDivContainerEnd__KGxWW {
        -webkit-box-flex: 1;
                flex: 1 65px;
    }
}

.Preview_cbDivContainerMiddle__1vgm8 .Preview_cbDivContainerMiddleVerticalSpacer__1bC7H {
    min-width: 90px;
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbDivContainerStart__1ONyq,
.mobileViewLoadedPublishOnlyComponents .Preview_cbDivContainerEnd__KGxWW {
    display: none;
}

.mobileViewLoadedPublishOnlyComponents .Preview_cbDivContainerMiddle__1vgm8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 31px 27px;
    text-align: center;
    font-size: 15px;
}

[data-mobile-pin],
[data-pin] {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

[data-mobile-pin].is-sticky,
[data-pin].is-sticky {
    position: fixed;
    z-index: 3000;
}

.sticky-wrapper {
    z-index: 3000 !important;
}

[data-mobile-pin].is-sticky {
    max-width: 100%;
    width: 100%;
}

div[data-pin][data-specific-kind="STRIP"].is-sticky {
    width: 100%;
}

div[data-pin].Preview_mobileHide__9T929.is-sticky {
    height: inherit;
}

[data-mobile-pin].is-sticky #mm {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-bottom: 100px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh !important;
}

[data-mobile-pin].is-sticky #mm-overlay {
    max-height: 100vh;
    height: 100vh !important;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.menuhidden {
    display: none;
}

.Menu_overflowhidden__1d5h2 {
    overflow: hidden;
}

.menuself {
    display: table-cell;
    height: 100%
}

.menuself.tree {
}

.menuself ul {
    display: table;
    list-style: none;
    margin: 0;
    clear: both;
}

.menuself ul li {
    position: relative;
}

.menuself ul li a {
    display: block;
    cursor: pointer;
}

.menuself.dropdown li > ul {
    display: none;
}

.menuself.dropdown li:hover > ul,
.menuself.dropdown li.hover > ul {
    position: absolute;
    top: 0;
    display: block;
}

.menuself.dropdown.menuhorizontal > ul > li:hover > ul,
.menuself.dropdown.menuhorizontal > ul > li.hover > ul {
    left: 0;
    top: calc(100%);
}

.menuself.dropdown li:hover > ul > li,
.menuself.dropdown li.hover > ul > li {
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.wsbmenuhide {
    display: none !important;
}

.menuself div.divider {
    padding: 0;
}

.menuhorizontal > ul > li > div.divider {
    display: table-cell;
}

.menuhorizontal.horizontalalignfit > ul > li > div.divider {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.menuself .Menu_menuitem__2pGUG {
    display: block;
    cursor: pointer
}

.menuvertical {

}

.menuhorizontal {
}

.menuhorizontal > ul > li {
    display: inline-table;
}

.menuitem {

}

.menuhorizontal.horizontalalignfit > ul > li {
    float: none;
    display: table-cell
}

.menuhorizontalleft > ul {
    float: left;
    text-align: left
}

.menuhorizontalcenter > ul {
    margin: 0 auto;
    text-align: center
}

.menuhorizontalright > ul {
    float: right;
    text-align: right
}

.horizontalalignfit:not(.jsdropdown) ul {
    width: 100%;
}

.horizontalalignfit ul {
    max-width: auto;
}

.menuhorizontal.horizontalalignfit:not(.jsdropdown) ul {
    width: 100%;
}

.menuverticalmiddle {
    vertical-align: middle
}

.menuverticalbottom {
    vertical-align: bottom
}

.menu { /* WBTGEN-9940 Safari has bug, it is not cleaning up dropdown menu container on removing from dom */
    -webkit-transform: translateZ(0);
    word-wrap: normal;
}

@media all and (-ms-high-contrast:none) {
    .menu > ul li a.expandable:not(.level-0),
    .menu.menuvertical.dropdown > ul li a.expandable {
        display: block !important;
    }
    .menu > ul li a.expandable:not(.level-0) span {
        display: inline !important;
    }
}

.Menu_hackAnchor__3BgIy {}

.Image_imageComponent__2bb7A {
    overflow: hidden; /* Added as in workspace crop mode should work in non-edit mode */
    width: 100%;
    height: 100%;
}

.Image_noPointerEvents__N68CX{
    pointer-events: none;
}

.Image_imageComponentEditBackgroundImage__ieVaN {
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
}

/* For broken image*/

.Image_imageComponent__2bb7A.Image_imgNotFound__2rmuv {
    background-color: #bdbdbd;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    align-content: stretch;
    -webkit-box-align: center;
            align-items: center;
}

.Image_imageComponent__2bb7A.Image_imgNotFound__2rmuv > .Image_brokenImageCls__FRnhW {
    background-image: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23979797%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20transform%3D%22translate(-570%20-80)%22%3E%3Ccircle%20cx%3D%22579%22%20cy%3D%2292%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M590.908%2086l-.593%202H595v15h-9.129l-.593%202H597V86z%22%2F%3E%3Cpath%20d%3D%22M586.167%20102H594v-2.857c-1.997-2.776-2.954-6.657-4.883-7.098l-2.95%209.955zm1.874-20.284L586.771%2086H573v19h8.143l-1.102%203.716%201.918.568%208-27-1.918-.568zm-4.731%2015.966c-.668-.861-1.34-1.396-2.06-1.396-1.955%200-2.674%204.157-5.25%204.999V102h6.031l-.296%201H575V88h11.18l-2.87%209.682z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-color: #bdbdbd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.Image_imageComponent__2bb7A.Image_imgNotFound__2rmuv > .Image_brokenTextCls__SOXw9 {
    color: #979797;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.Image_imageComponent__2bb7A.Image_imgNotFound__2rmuv > img:not(.Image_brokenImageCls__FRnhW)[role=presentation] {
    display: none;
}

.Image_link__1LLDT {
    padding: 0 9px;
    margin: 0 -9px;
    height: 100%;
}

.Image_transparentContainer__fL88K {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTAgMGg1MHY1MEgweiIvPjxwYXRoIGZpbGw9IiNERURFREUiIGQ9Ik01MCAwaDUwdjUwSDUwek0wIDUwaDUwdjUwSDB6Ii8+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTUwIDUwaDUwdjUwSDUweiIvPjwvZz48L3N2Zz4=') top left / 24px 24px repeat;
}

.Image_transparentImage__bGF5u {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.BboxDebugger_container___MJ6j {
    font: italic 9px Verdana, Arial, Helvetica, sans-serif;
}

.BboxDebugger_inner__t8oIL {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.BboxDebugger_topBottom__1uvCd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 5px 0;
}

.BboxDebugger_leftRight__1vDJH {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 5px;
}

.effects div.parallax_revealEffect__525rC {
    background-attachment: fixed !important;
}

div.parallax_parallaxBG__2W7RZ {
    position: absolute;
    width: 100%;
    height: 160%;
    top: -30%;
    left: 0;
    will-change: transform;
    z-index: 0;
}

.mobileV div.parallax_revealEffect__525rC,
.no-effects div.parallax_revealEffect__525rC {
    background-attachment: scroll !important;
}

.mobileV .parallax_parallaxBG__2W7RZ,
.no-effects .parallax_parallaxBG__2W7RZ {
    height: 100%;
    top: 0;
}

.parallax_scrollEffectContainer__3co8j {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.parallax_scrollEffectContainer__3co8j > div {
    border: none !important;
}

.parallax_scrollEffectContainer__3co8j > div.parallax_workspace__3JFTm.parallax_revealEffect__525rC {
    background-size: auto 100vh !important;
}

.BackgroundPreview_backgroundComponent__3Dr5e {
    width: 100%;
    height: 100%;
    position: relative;
}

.BackgroundPreview_bgImageContainer__1PsgY {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.mobileV .BackgroundPreview_backgroundComponent__3Dr5e {
    padding: 0 !important;
    margin: 0 !important;
}

.mobileV .BackgroundPreview_bgHeight__3dD2e {
    height: initial !important;
    min-height: initial !important;
}

.ButtonPreview_container__22hQi {
    overflow: hidden;
    height: 100%;
}

.ButtonPreview_buttonTransition__CKIAx {
    -webkit-transition: background-color .2s ease-out, border .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, border .2s ease-out, color .2s ease-out;
    border-style: solid;
    border-color: transparent;
}

.ButtonPreview_buttonComponent__17NP0 {
    display: table;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-clip: border-box !important;

}

.ButtonPreview_textContainer__t8q7_ {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 10px;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
}

.mobileV .ButtonPreview_textContainer__t8q7_ {
    width: unset;
}

.ButtonPreview_textContainer__t8q7_ > span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

.ButtonPreview_initialDimensions__2U0DX {
    height: initial !important;
    width: initial !important;
}

.ButtonPreview_initialDimensions__2U0DX span {
    white-space: nowrap;
    padding: 0 10px;
}

.ButtonPreview_offScreen__386ma {
    position: absolute !important;
    top: -10000px !important;
}

.mobileV .align-justify .ButtonPreview_textContainer__t8q7_ {
    width: 100%;
}

.mobileV .align-right .ButtonPreview_textContainer__t8q7_ ,
.mobileV .align-left .ButtonPreview_textContainer__t8q7_,
.mobileV .align-center .ButtonPreview_textContainer__t8q7_ {
    margin: auto;
}

.mobileV .ButtonPreview_container__22hQi {
    height: initial !important;
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.mobileV .align-justify .ButtonPreview_container__22hQi {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}

.mobileV .ButtonPreview_buttonComponent__17NP0 {
    height: inherit;
    padding: 5px 10px;
}

.mobileV .ButtonPreview_buttonComponent__17NP0 a {
    min-height: 40px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    height: 100%;
    word-break: break-word;
}

.mobileV .ButtonPreview_textContainer__t8q7_ span {
    white-space: normal;
    word-wrap: break-word;
    font-size: 16px !important;
}

.mobileV .align-justify .ButtonPreview_buttonComponent__17NP0 a {
    width: 100%;
}

.mobileV .align-right .ButtonPreview_container__22hQi,
.mobileV .align-left .ButtonPreview_container__22hQi,
.mobileV .align-center .ButtonPreview_container__22hQi {
   min-width: 125px;
}

.styles_defaultStyle__2KLgV {
    height: 100%;
    min-height: inherit;
    width: inherit;
    position: relative;
    cursor: pointer;
}

.mobileV .styles_defaultStyle__2KLgV { /* to prevent the link wrapper going outside its parent thus creating h-scroll*/
    width: 100%;
}

.styles_dummyAnchorStyle__1cRWd {
    display: block;
    min-height: inherit;
    width: inherit;
    text-decoration: none;
    position: absolute;
    z-index: -10;
}
.Mobile_imageComponent__QXWk1 {
    overflow: hidden; /* Added as in workspace crop mode should work in non-edit mode */
    width: 100%;
    height: 100%;
}

.Mobile_noPointerEvents__2afTf{
    pointer-events: none;
}

.Mobile_imageComponentEditBackgroundImage__3tq99 {
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
}

/* For broken image*/

.Mobile_imageComponent__QXWk1.Mobile_imgNotFound__30PPc {
    background-color: #bdbdbd;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    align-content: stretch;
    -webkit-box-align: center;
            align-items: center;
}

.Mobile_imageComponent__QXWk1.Mobile_imgNotFound__30PPc > .Mobile_brokenImageCls__1b2o2 {
    background-image: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23979797%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20transform%3D%22translate(-570%20-80)%22%3E%3Ccircle%20cx%3D%22579%22%20cy%3D%2292%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M590.908%2086l-.593%202H595v15h-9.129l-.593%202H597V86z%22%2F%3E%3Cpath%20d%3D%22M586.167%20102H594v-2.857c-1.997-2.776-2.954-6.657-4.883-7.098l-2.95%209.955zm1.874-20.284L586.771%2086H573v19h8.143l-1.102%203.716%201.918.568%208-27-1.918-.568zm-4.731%2015.966c-.668-.861-1.34-1.396-2.06-1.396-1.955%200-2.674%204.157-5.25%204.999V102h6.031l-.296%201H575V88h11.18l-2.87%209.682z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-color: #bdbdbd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.Mobile_imageComponent__QXWk1.Mobile_imgNotFound__30PPc > .Mobile_brokenTextCls__X2d_L {
    color: #979797;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.Mobile_imageComponent__QXWk1.Mobile_imgNotFound__30PPc > img:not(.Mobile_brokenImageCls__1b2o2)[role=presentation] {
    display: none;
}

.Mobile_link__10Kk5 {
    padding: 0 9px;
    margin: 0 -9px;
    height: 100%;
}

.Mobile_transparentContainer__IvwOs {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTAgMGg1MHY1MEgweiIvPjxwYXRoIGZpbGw9IiNERURFREUiIGQ9Ik01MCAwaDUwdjUwSDUwek0wIDUwaDUwdjUwSDB6Ii8+PHBhdGggZmlsbD0iI0Y3RjdGNyIgZD0iTTUwIDUwaDUwdjUwSDUweiIvPjwvZz48L3N2Zz4=') top left / 24px 24px repeat;
}

.Mobile_transparentImage__10VcA {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/*
    Added here as in workspace it is hidden to make crop mode in non-edit mode work
    In preview we have exact sizes of images so we don't have to worry
*/

.Mobile_imageComponent__QXWk1 {
    overflow: visible;
}

.Mobile_cropMode__cLuJp .col > div:nth-last-child(2) {
    margin-bottom: 0 !important;
}

.mobileV .Mobile_imageComponent__QXWk1 {
    height: initial !important;
    width: auto; /*removed important annotation because it affects image containers*/
    display: block;
    overflow: visible;
    max-width: 100% !important;
}

.mobileV .Mobile_imageComponent__QXWk1.image-container {
    width: 100%;
}

.mobileV .Mobile_imageComponent__QXWk1 > a {
    display: block;
    margin-left: auto !important;
    width: auto !important;
}

.mobileV [data-kind="Component"][data-specific-kind="IMAGE"] > .Mobile_imageComponent__QXWk1 > img {
    height: auto !important;
}

.mobileV .Mobile_imageComponent__QXWk1 img {
    height: auto;
    max-width: 100% !important;
    display: block;
    margin: 0 auto !important;
    padding: 0 !important;
}

.mobileV .Mobile_cropMode__cLuJp {
    position: static !important;
}

.mobileV [data-kind="Component"][data-specific-kind="IMAGE"].topLevel {
    padding-left: 18px;
    padding-right: 18px;
}

.style_logoTextContainer__2ui-f  {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    white-space: nowrap;
}

.style_logoTextInnerContainer__3mCcI {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.mobileV .style_logoTextContainer__2ui-f {
    position: relative;
}

.mobileV .style_logoTextInnerContainer__3mCcI {
    height: auto !important;
    width: auto !important;
}
.Gallery_gallery__2AhdO {
    text-align: left; /* cells flow left */
}

.Gallery_gallery__2AhdO img {
    display: block;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 .img-container {
    margin: auto;
}

.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryCell__2ARa3 .img-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryNotCropHeightAuto__13h35 .img-wrapper,
.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryNotCropHeightAuto__13h35 img {
    height: auto !important;
    max-height: 100%;
}

.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryNotCropWidthAuto__1WDdc .img-wrapper,
.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryNotCropWidthAuto__1WDdc img {
    width: auto !important;
    max-height: 100%;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb {
    margin: auto;
    overflow: hidden;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 a {
    text-decoration: none;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN,
.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN > div:first-child,
.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN .gallery-title-description-wrapper{
    height: 100%;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb span {
    word-wrap: normal;
}

.Gallery_gallery__2AhdO.Gallery_zeroImages__1kD-W {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border: 1px dashed #999;
    white-space: nowrap;
    height: 100%;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 {
    box-sizing: border-box !important;
    width: 50% !important;
    margin: 0 !important;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(2n+1) {
    padding: 5px 5px 5px 0;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(2n+2) {
    padding: 5px 0 5px 5px;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:first-child {
    padding: 0 5px 5px 0;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(2) {
    padding: 0 0 5px 5px;
}

.mobileV .Gallery_gallery__2AhdO {
    margin-bottom: -5px;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 .img-container,
.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 .img-wrapper,
.mobileV .Gallery_gallery__2AhdO.Gallery_notCrop__2IROz img,
.mobileV .Gallery_gallery__2AhdO img {
    width: 100% !important;
    height: auto !important;
}

.mobileV .Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryCell__2ARa3 .img-container {
    display: block;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb {
    width: auto !important;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.mobileV .gallery-caption {
    min-height: unset !important;
    height: unset !important;
}

.mobileV .Gallery_galleryCaption__2CuUb.Gallery_emptyCaption__1hX7z {
    display: none;
}

.mobileV .gallery.Gallery_gallery__2AhdO {
    width: 100%;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN .gallery-title-description-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.Common_label__FaNsR {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}

.Common_valueLabel__1q53M {
    font-size: 14px;
    color: #262626;
    font-weight: normal;
}

.Common_label__FaNsR.Common_disabled__1KYgz {
    color: #a1a1a1;
}

.Common_valueLabel__1q53M.Common_disabled__1KYgz {
    color: #a1a1a1;
}

.Common_verticalSpacer__3dTRR {
    display: block;
    width: 100%;
    content: " ";
}

/**
 * IMPORTANT: Any change made here must also be synced to the file mentiond below, else the preview may not work
 *            as expected.
 *
 *            - http-pub/renderStatic/3rdparty/swiper/slick-custom.css
 */

/* Icons */

@font-face {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.navigationIconsTopMostWrapper {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
}

.swiper-slide {
    height: 100% !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: flex;
}

.swiper-wrapper .swiper-slide .swiper-lazy-custom-preloader {
    position: absolute;
    left: 0;
    display: none;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .swiper-lazy-custom-preloader {
    display: -webkit-box;
    display: flex;
}

.swiper-container .arrow {
    top: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: flex;
    position: absolute;
    z-index: 5;
    width: 17px;
    height: 17px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 4px;
    margin: auto;
}

.swiper-container .arrow.prev-arrow {
    left: 14px;
}

.swiper-container .arrow.next-arrow {
    right: 14px;
}

.swiper-container .arrow .arrowIcon {
    width: 23px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    opacity: 0.7;
}

.swiper-container .arrow.prev-arrow .arrowIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMjYiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNiA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTExMDUuMTQzIDQwNS4xNTNMMTA5MSAzOTEuMDFsMi4wMS0yLjAxIDE2LjA4MiAxNi4wODItLjA3Mi4wNzEuMDcyLjA3Mi0xNi4wODIgMTYuMDgxLTIuMDEtMi4wMSAxNC4xNDMtMTQuMTQzeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0zMy4yJSIgeT0iLTE4LjYlIiB3aWR0aD0iMTY2LjMlIiBoZWlnaHQ9IjEzNy4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuNSAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAxMTEzLjA5MiAtMzg1KSIgZmlsbD0ibm9uZSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYiIvPjwvZz48L3N2Zz4=');
}

.swiper-container .arrow.next-arrow .arrowIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMjYiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNiA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTExMDUuMTQzIDQwNS4xNTNMMTA5MSAzOTEuMDFsMi4wMS0yLjAxIDE2LjA4MiAxNi4wODItLjA3Mi4wNzEuMDcyLjA3Mi0xNi4wODIgMTYuMDgxLTIuMDEtMi4wMSAxNC4xNDMtMTQuMTQzeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0zMy4yJSIgeT0iLTE4LjYlIiB3aWR0aD0iMTY2LjMlIiBoZWlnaHQ9IjEzNy4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuNSAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA4NyAtMzg1KSIgZmlsbD0ibm9uZSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYiIvPjwvZz48L3N2Zz4=');
}

.swiper-container .arrowIcon:hover {
    opacity: 1;
}

.ImageSlider_hideNavigator__l8JhZ .arrow {
    z-index: 9;
    cursor: pointer;
    visibility: hidden !important;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
}

.ImageSlider_hideNavigator__l8JhZ.ImageSlider_showNavigatorOnHover__2ntUo:hover .arrow {
    visibility: visible !important;
    opacity: 1;
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    height: 14px;
    width: 14px;
    opacity: 1;
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    outline: none;
}

.navigationIconsTopMostWrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}

.swiper-container[data-captionenabled='false'] .navigationIconsTopMostWrapper .swiper-pagination,
.swiper-container[data-captiontop='true'] .navigationIconsTopMostWrapper .swiper-pagination {
    bottom: 14px !important;
}

.navigationIconsTopMostWrapper .swiper-pagination {
    left: 0 !important;
    right: 0;
    margin: auto;
    white-space: nowrap;
    bottom: 14px;
    padding: 2px;
    opacity: 1;
    -webkit-transform: none !important;
            transform: none !important;
}

.ImageSlider_hideIndicator__2qMqS .swiper-pagination {
    visibility: hidden !important;
    z-index: 9;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
}

.ImageSlider_hideIndicator__2qMqS.ImageSlider_showIndicatorOnHover__1ObnD:hover .swiper-pagination {
    visibility: visible !important;
    opacity: 1;
}

.wbSlideContainer .imageContainer,
.wbSlideContainer .imageContainer > div {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.navigationIconsTopMostWrapper > div {
    width: 100%;
    position: absolute;
    z-index: 99;
    pointer-events: none;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    left: 0;
    right: 0;
}

.navigationIconsTopMostWrapper .swiper-container-horizontal > div,
.navigationIconsTopMostWrapper .ImageSlider_swiper-container-horizontal__15x8t > .ImageSlider_swiper-pagination__1zR8C {
    pointer-events: all;
}

.swiper-container-fade .wbSlideContainer {
    opacity: 0 !important
}

.swiper-container-fade .wbSlideContainer.swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.wbSlideContainer.swiper-slide > div {
    width: 100%;
    /* Not sure but worked for IE so using. */
    display: table-cell; 
}

.ImageSlider_captionTitleInherit__1UU-G {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
    margin: auto;
    margin-left: 1%;
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
}

.collapseExpandIcon {
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: none;
    background-size: contain;
    float: right;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 5px;
}

.swiper-container[data-captiontop='true'] .captionTitleContainer {
    top: 0px;
}

.swiper-container[data-captiontop='false'] .captionTitleContainer {
    bottom: 0px;
}

.captionTitleContainer.hasLargeText .collapseExpandIcon,
.captionTitleContainer.hasLargeText .collapseExpandIcon {
    display: block;
}

.swiper-container[data-captiontop='false'] .wbSlideContainer.expanded .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDcuMTE0TC43NDkgMCAwIC43NDkgNy44NjEgOC42MWwuMDAyLS4wMDEuMDAxLjAwMUwxNS43MjUuNzUgMTQuOTc3IDAgNy44NjMgNy4xMTR6IiBmaWxsPSIjRkZGIi8+PC9zdmc+');
}

.swiper-container[data-captiontop='false'] .wbSlideContainer .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDEuODg2TC43NDkgOSAwIDguMjUxIDcuODYxLjM5bC4wMDIuMDAxLjAwMS0uMDAxIDcuODYxIDcuODYxLS43NDguNzQ5eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
}

.wbSlideContainer.expanded .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDEuODg2TC43NDkgOSAwIDguMjUxIDcuODYxLjM5bC4wMDIuMDAxLjAwMS0uMDAxIDcuODYxIDcuODYxLS43NDguNzQ5eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
}

.wbSlideContainer .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDcuMTE0TC43NDkgMCAwIC43NDkgNy44NjEgOC42MWwuMDAyLS4wMDEuMDAxLjAwMUwxNS43MjUuNzUgMTQuOTc3IDAgNy44NjMgNy4xMTR6IiBmaWxsPSIjRkZGIi8+PC9zdmc+');   
}

.wbSlideContainer.expanded .captionTitleContainer {
    height: auto !important;
}

.wbSlideContainer.expanded .captionTitleContainer.hasLargeText {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
}

.captionTitleContainer.hasLargeText {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.captionTitleContainer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 15px 5px;
    color: white !important;
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
    min-height: 66px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 66px;
}

.captionTitleContainer > div{
    width: 98%;
}

.ImageSlider_imageCaptionLeft__289SZ {
    text-align: left;
}

.ImageSlider_textAlignCenter__3NDBa,
.ImageSlider_imageCaptionCenter__2z1zH {
    text-align: center;
}

.ImageSlider_imageCaptionRight__2BVCU {
    text-align: right;
}

.ImageSlider_styleStyle__3X-kQ {
    width: 120px;
}

.ImageSlider_timerOptions__3TPAO {
    width: 95px;
}
.mobileV .wbSlideContainer {
    height: auto !important;
}

.mobileV .captionTitleContainer {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 10px 5px;
    height: 56px;
    min-height: 56px;
}

.mobileV .swiper-container .arrow {
    height: 34px;
    width: 34px;
}

.mobileV .swiper-container .arrow .arrowIcon {
    width: 17px;
    height: 25px;
}

.mobileV .swiper-wrapper {
    margin: 0;
    padding: 0;
    -webkit-box-align: unset;
            align-items: unset;
    vertical-align: unset;
}

.mobileV .swiper-container-horizontal > .swiper-pagination-bullets-dynamic {
    bottom: 14px !important;
}

.mobileV .wbSlideContainer.swiper-slide > div {
    height: 100%;
}

.mobileV .navigationIconsTopMostWrapper > div {
    bottom: auto;
}

.mobileV .wbSlideContainer.expanded .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDEuODg2TC43NDkgOSAwIDguMjUxIDcuODYxLjM5bC4wMDIuMDAxLjAwMS0uMDAxIDcuODYxIDcuODYxLS43NDguNzQ5eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+') !important;
}

.mobileV .wbSlideContainer .collapseExpandIcon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODYzIDcuMTE0TC43NDkgMCAwIC43NDkgNy44NjEgOC42MWwuMDAyLS4wMDEuMDAxLjAwMUwxNS43MjUuNzUgMTQuOTc3IDAgNy44NjMgNy4xMTR6IiBmaWxsPSIjRkZGIi8+PC9zdmc+') !important;
}

.mobileV .swiper-container .arrow.prev-arrow {
    left: 0px;
}

.mobileV .swiper-container .arrow.next-arrow {
    right: 0px;
}
.shareself {
    width: inherit;
    height: 100%;
}

.shareself > div {
    overflow: hidden;
    height: inherit;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ShareButtons_fblikeHCntnr__3KJU9 {
    width: auto; /* Originally 88px */
}

.ShareButtons_fblikeVCntnr__1V4bM {
    width: 47px;
}

.ShareButtons_fbrecomendHCntnr__3GStR {
    width: auto; /* Originally 128px */
}

.ShareButtons_fbrecomendVCntnr__1CzPj {
    width: auto; /* Originally 92px */
}

.ShareButtons_fbrecomendHCntnr__3GStR~li {
    width: auto; /* Originally 132px */
}

.shareself ul.ShareButtons_shareButtonCntnr__xPagy {
    display: table-cell;
    width: 99%;
    vertical-align: middle;
    line-height: 1;
}

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

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

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

.shareself ul.ShareButtons_horizontalCountCls__1wsqQ {
}

.shareself ul.ShareButtons_verticalCountCls__2-_Yd {
    padding-bottom: 12px; /* Originally 40px */
}

.shareself ul.ShareButtons_withoutCountCls__2kcSZ {
    padding-bottom: 0; /* Originally 5px */
}

.shareself ul.ShareButtons_roundStyleCls__2cFDk {
    padding-bottom:  0; /* Originally 16px */
}

.shareself ul.ShareButtons_squareStyleCls__2CnG- {
    padding-bottom: 0; /* Originally 18px */
}

.shareself ul.ShareButtons_shareButtonCntnr__xPagy li {
    display: inline-block;
    min-height: 20px;    /* This may not be required */
    margin-right: 15px;
    line-height: 12px;
}

.shareself ul.ShareButtons_shareButtonCntnr__xPagy li.ShareButtons_linkedInCls__CPL8T {
    margin-right: 10px;
}

.shareself ul.ShareButtons_shareButtonCntnr__xPagy.ShareButtons_verticalCountCls__2-_Yd li {
    height: auto;
}

.shareself ul.ShareButtons_withoutCountCls__2kcSZ li.ShareButtons_withoutCountFblikeCntnr__OusNu {
    line-height: 0;
    overflow: hidden;
}

.shareself ul.ShareButtons_withoutCountCls__2kcSZ li.ShareButtons_twtrCls__1s6GS {
    line-height: 0;
}

.shareself ul.ShareButtons_extraInfoCls__1Qzpo li {
    display: block;
    min-height: 20px;    /* This may not be required */
    margin: 4px 0;
}

.shareself ul.ShareButtons_roundStyleCls__2cFDk li,
.shareself ul.ShareButtons_squareStyleCls__2CnG- li {
    width: 39px;
    height: auto;
}

.shareself ul.ShareButtons_roundStyleCls__2cFDk li div.ShareButtons_icon__2W8Cr,
.shareself ul.ShareButtons_squareStyleCls__2CnG- li div.ShareButtons_icon__2W8Cr {
    height: 39px;
}

.shareself ul.ShareButtons_shareButtonCntnr__xPagy li:nth-last-child(1) {
    margin-right: 0;
}

/*Share button styles for properties panel*/

.ShareButtons_shareButtonsFbIcon1__uOCn- {                                                                      
    background-image: url(/onewebstatic/3346f6b69e.png);   
}

.ShareButtons_shareButtonsTwttrIcon1__y97Fm {                                                                   
    background-image: url(/onewebstatic/59dd952644.png);    
}

.ShareButtons_shareButtonsInIcon1__2hgoD {                                                                      
    background-image: url(/onewebstatic/714ec98a03.png);   
}

.ShareButtons_shareButtonsFbIcon2__z8vXh {                                                                      
    background-image: url(/onewebstatic/f13b27a9c2.png);  
}

.ShareButtons_shareButtonsTwttrIcon2__3RZop {                                                                   
    background-image: url(/onewebstatic/e5c27e56a5.png);   
}

.ShareButtons_shareButtonsInIcon2__1Coqw {                                                                      
    background-image: url(/onewebstatic/86b3438ccc.png);  
}

.ShareButtons_styleStyle__3PCNg {
    width: 150px;
}

.mobileV .shareself {
    overflow-x: hidden !important;
}

.mobileV .shareself * {
    max-width: 100% !important;
}

.styles_mask__36pXU {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.styles_textWrapperInEditMode__1m_tz {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.styles_occupy100PctOfHeight__2HmkQ {
    height: 100%;
}

.styles_fillspace__31sJh {
    -webkit-box-flex: 1;
            flex: 1;
}

.styles_fillspace__31sJh:hover {
    cursor: text;
}

.styles_textWrapperInEditMode__1m_tz:hover {
    cursor: text;
}

.mce-panel {
    border: none;
}

div.mce-content-body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    line-break: auto; /* WBTGEN-10741: https://lists.w3.org/Archives/Public/www-style/2014Oct/0408.html */
}

div.mce-content-body p {
    margin: 0;
    padding: 0;
}

div.mce-content-body:focus {
    outline: none;
}

div.mce-content-body:hover {
    cursor: text;
}

div.mce-content-body p:hover,
 div.mce-content-body span:hover,
div.mce-content-body strong:hover,
 div.mce-content-body h1:hover,
div.mce-content-body h2:hover,
 div.mce-content-body h3:hover,
div.mce-content-body h4:hover,
 div.mce-content-body h5:hover,
div.mce-content-body h6:hover,
 div.mce-content-body a:hover {
    cursor: text;
}

div.mce-edit-focus {
    outline: none;
}

div.mce-content-body ul,
 div.mce-content-body ol {
     list-style-position: outside;
}

div.mce-content-body li {
    margin-left: 2.4em;
}

.tinyMceContent::after {
    content: "";
    clear: both;
    display: table;
}

.mceNonEditable {
    position: relative;
}

.mceNonEditable.right {
    float: right;
    clear: right;
    margin-left: 10px;
}

.mceNonEditable.left {
    float: left;
    clear: left;
    margin-right: 10px;
}

.mceNonEditable.center {
    margin: 0px auto;
    clear: both;
}

div.mce-content-body strong {
    font-weight: bold;
    font-style: inherit;
}

div.mce-content-body em {
    font-style: italic;
}

.textnormal {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    line-height: 1.2;
}

.textnormal sup, .textnormal sub {
    font-size: 60%;
}

.tinyMceContent [style*=line-height] span.textnormal,
.tinyMceContent [style*=line-height] span.textheading1,
.tinyMceContent [style*=line-height] span.textheading2,
.tinyMceContent [style*=line-height] span.textheading3 {
    line-height: inherit;
}

.textnormal ul,
.textnormal ol {
    list-style-position: outside;
    overflow: hidden;
}

.textnormal ul {
    list-style-type: disc;
}

.textnormal ol {
    list-style-type: decimal;
}

.textnormal li {
    margin-left: 2.4em;
}

.textnormal ol[style*="roman"] > li {
    margin-left: 3em !important;
}

.mobileV .mceNonEditable {
        box-sizing: border-box !important;
        max-width: 50% !important;
        margin: 0px !important;
        height: auto !important;
    }

.mobileV .textnormal {
        max-width: 100% !important;
        width: 100% !important;
    }

.mobileV li.textnormal {
        max-width: calc(100% - 2.4em) !important;
        width: calc(100% - 2.4em) !important;
    }

.mobileV ol[style*="roman"] li.textnormal {
        max-width: calc(100% - 3em) !important;
        width: calc(100% - 3em) !important;
    }

.mobileV .styles_text__3jGMu .mb-indent {
        padding-left: 20px !important
    }

.mobileV .styles_text__3jGMu .image {
        padding: 0px 0px 5px !important;
        margin: 0px !important;
    }

.mobileV .styles_text__3jGMu div[data-id='jecdrjwe'][data-kind='IMAGE'] img {
        max-width: 100% !important;
        height: auto !important;
    }

.mobileV .imageself>a {
        display: block;
        width: 100% !important;
        min-height: inherit !important;
        text-decoration: inherit;
    }

.mobileV .styles_text__3jGMu .mceNonEditable {
        box-sizing: border-box !important;
        margin: 0 !important;
        height: auto !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable div[data-wrap-id] {
        margin: 0 !important;
        max-width: 100% !important;
        min-height: inherit !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable.left {
        float: left !important;
        clear: left !important;
        padding-right: 10px !important;
        width: auto !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable.left div[data-wrap-id] {
        max-width: 100% !important;
        min-width: 20% !important;
        min-height: auto !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable.right {
        float: right !important;
        clear: right !important;
        padding-left: 10px !important;
        width: auto !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable.right div[data-wrap-id] {
        max-width: 100% !important;
        min-width: 20% !important;
        min-height: auto !important;
    }

.mobileV .styles_text__3jGMu .mceNonEditable.center {
        margin: 0px auto !important;
        min-width: 20% !important;
    }

.mobileV .styles_text__3jGMu .mobile-overpadded-left {
        padding-left: 20px !important;
    }

.mobileV .styles_text__3jGMu .mobile-overpadded-right {
        padding-right: 20px !important;
    }

.mobileV .styles_text__3jGMu .textheading1.mobile-oversized {
        font-size: 40px !important;
    }

.mobileV .styles_text__3jGMu .textheading2.mobile-oversized {
        font-size: 28px !important;
    }

.mobileV .styles_text__3jGMu .textheading3.mobile-oversized {
        font-size: 24px !important;
    }

.mobileV .styles_text__3jGMu .mobile-oversized {
        font-size: 20px !important;
    }

.mobileV .styles_text__3jGMu .textheading1 [style*=font-size].mobile-oversized {
        font-size: 40px !important;
    }

.mobileV .styles_text__3jGMu .textheading2 [style*=font-size].mobile-oversized {
        font-size: 28px !important;
    }

.mobileV .styles_text__3jGMu .textheading3 [style*=font-size].mobile-oversized {
        font-size: 20px !important;
    }

.mobileV .mobile-oversized p > * {
        font-size: 20px;
    }

.mobileV .styles_text__3jGMu .mobile-undersized-lower {
        font-size: 12px !important;
    }

.mobileV .mobile-undersized-lower p > * {
        font-size: 12px;
    }

.mobileV .mceNonEditable .wrapPlaceHolder {
        max-width: 100%;
    }

/*
    Taken from Document.js from old WE
    these values never have changed in the past so hard-coding min and max width here only for text undersized upper
*/

@media (min-width: 485px) and (max-width: 650px) {
    .styles_text__3jGMu .mobile-undersized-upper {
        font-size: 16px !important;
    }
}

/*Footer*/

.mce-tinymce .mce-statusbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mce-content-body {
    height: auto !important;
}

body.mce-content-body {
    position: fixed; /* To avoid scrolling on line wrapping while typing */
    width: 100%;
}

.mce-container, .mce-container-body, .mce-container, .mce-container iframe {
    height: 100% !important;
}

.mce-stack-layout-item.mce-first {
    display: none;
}

.mce-content-body ::-moz-selection {
    background-color: #bbd6fb;
}

.mce-content-body ::selection {
    background-color: #bbd6fb;
}

.styles_backdrop__3Ggp9 { /* TODO refactor/deduplicate */
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
}

.styles_linkedValueToolbar__2De24 {
    position: absolute;
    border-radius: 4px;
    background-color: #222;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.8);
    z-index: 100001;
    font-size: 14px;
    color: white;
    padding: 5px 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.styles_link__p5-64 {
    font-weight: bold;
    cursor: pointer;
    color: rgb(65, 139, 209);
}

.styles_link__p5-64:hover {
    color: rgb(119, 189, 255);
}

.styles_ctxMenu__2hiCx {
    position: absolute;
    width: 250px;
    border: 1px solid rgba(151,151,151,0.14);
    border-radius: 4px;
    background-color: #F5F5F5;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1);
    z-index: 100001;
    right: 20px;
    top: 20px;
    text-align: center;
}

.styles_ctxMenu__2hiCx > div {
    display: block;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 15px;
}

.styles_ctxMenu__2hiCx > div.styles_hover__1X9GM {
    cursor: pointer;
    background-color: #E3EDF7;
}

.styles_userInput__2W_4L {
    top: -39px;
    color: whitesmoke !important;
    padding: 7px !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid whitesmoke;
}

.styles_verticalAlignmentWrapper__3SDi2 {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    position: absolute; /* this hack is added because height: 100% can not be taken from inherit height parent. */
}

.mobileV .styles_verticalAlignmentWrapper__3SDi2 {
    position: relative;
}

.mobileV .text-align-left .styles_contentContainer__lrPIa > * {
    text-align: left !important;
}

.mobileV .text-align-right .styles_contentContainer__lrPIa > * {
    text-align: right !important;
}

.mobileV .text-align-center .styles_contentContainer__lrPIa > * {
    text-align: center !important;
}

.mobileV .text-align-justify .styles_contentContainer__lrPIa > * {
    text-align: justify !important;
}

.styles_contentContainer__lrPIa [style*=line-height] span.textnormal,
.styles_contentContainer__lrPIa [style*=line-height] span.textheading1,
.styles_contentContainer__lrPIa [style*=line-height] span.textheading2,
.styles_contentContainer__lrPIa [style*=line-height] span.textheading3 {
    line-height: inherit;
}

.mobileV iframe[data-kind='VIDEO'] {
    width: 100% !important;
}

.View_input__1iF1T {
    width: 100%;
    height: 30px;
    border: 1px solid #BBBBBB;
    padding: 1px 8px;
    background: #FFF;
    font-size: 13px;
}

.View_textArea__2s1mo {
    /* Inline textArea wrapped inside div adds extra space in webkit. Changed to display:block : WBTGEN-4903*/
    display: block;
    height: 130px;
    padding: 7px 8px !important;
    font-family: "Arial" !important;
    font-size: 13px;
}

.View_multipleInput__MF3Tl {
    width: auto;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0 !important;
}

.View_select__2DXGf {
    /* For line-height consistency across browsers. */
    height: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1024px) {
    .View_input__1iF1T, .View_textArea__2s1mo {
        font-size: 16px;
    }
}

.FieldContainerStyles_container__3ugjv {
    min-width: 200px;
    padding: 0 5px 0 5px;
    position: relative;
    border: 2px solid transparent;
}

@media (max-width: 650px) {

.mobileV .FieldContainerStyles_container__3ugjv {
    min-width: initial;
}

}

.FieldContainerStyles_label__38Z4h {
    display: block;
    padding: 5px 0;
    word-wrap: break-word;
}

.SubmitButton_container__3wNjE {
    min-height: 25px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: right;
    border: 2px solid transparent;
}

.SubmitButton_submitButton__28tLg {
    background-clip: padding-box;
    width: auto;
    height: auto;
    min-height: 30px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out,border .2s ease-out,color .2s ease-out;
    transition: background-color .2s ease-out,border .2s ease-out,color .2s ease-out;
    padding: 5px 10px !important;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: buttonface;
}

.SubmitButton_spacer__2Ad4A {
    height: 3px;
}

/* 2 class are given to increase CSS specificity */

.contact-form-submit-btn.submit-btn-disabled {
    border-color: #cdcdcd;
    fill: #a1a1a1;
    background-color: #cdcdcd;
    cursor: default;
    pointer-events: none;
}

.ContactFormPreview_container__1TYE2 {
    min-width: 200px;
    padding: 0 10px 10px 10px;
    font-size: 14px;
}

.ContactFormPreview_errorMsg__296yj {
    margin-left: 7px;
    border: 0;
    padding: 0 !important;
    color: #971414;
    font-weight: bold;
    font-size: 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    /* Hard coding line-height as 1.2 times of font-size: WBTGEN-4903*/
    line-height: 14px;
    display: block;
}

.ContactFormPreview_previewMask__31VtC {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.ContactFormPreview_showRed__2nD6c {
    border: 2px solid #971414 !important;
}

.ContactFormPreview_selectionBorder__2n1j8 {
    border: 2px solid #608bd3 !important;
}

.contactFormResponseStatus {
    padding: 0 10px 10px 20px;
    display: none;
}

.formSuccess, .formError {
    visibility: visible;
}

.formSuccess.contactFormResponseStatus, .formError.contactFormResponseStatus {
    display: block;
}

.formError.contactFormResponseStatus {
    color: #971414 !important;
}

.contactFormContainer select {
    max-width: 100% !important;
}

/*!* Useful in IE *!*/

.contactFormContainer textarea {
    overflow-y: hidden !important;
}

.mobileV .ContactFormPreview_container__1TYE2 {
    min-width: initial;
    padding: 0 !important;
}

.mobileV .contactFormContainer {
    width: 100%!important;
}

.mobileV .contactFormContainer div {
    padding: 0 !important;
}

.mobileV .contactFormResponseStatus {
    padding: 0 0 10px 0 !important;
}

.mobileV .contactFormContainer select {
    max-width: 100%!important;
}

.mobileV .contactFormContainer .submitButtonContainer {
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}

.mobileV .contactFormContainer .submitButtonContainer input {
    text-align: center;
    font-size: 16px !important;
    min-height: 50px !important;
    line-height: 1.2 !important;
    white-space: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: 125px;
}

.mobileV .oneWebCntForm {
    padding: 3px 0 10px 0 !important;
}

.mobileV .align-left .contactFormContainer .submitButtonContainer {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.mobileV .align-right .contactFormContainer .submitButtonContainer {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.mobileV .align-center .contactFormContainer .submitButtonContainer,
.mobileV .align-justify .contactFormContainer .submitButtonContainer input {
    width: 100% !important;
}

.Background_backgroundComponent__3_1Ea {
    width: 100%;
    height: 100%;
    position: relative;
}

.Background_bgImageContainer__AwuIx {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.StripPreview_backgroundComponent__3YmQM {
    width: 100%;
    height: 100%;
    position: relative;
}

.StripPreview_bgImageContainer__MFrbA {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.mobileV .StripPreview_backgroundComponent__3YmQM {
    padding: 0 !important;
    margin: 0 !important;
}

.mobileV .StripPreview_bgHeight__27gO0 {
    height: initial !important;
    min-height: initial !important;
}

.StripPreview_backgroundComponent__3YmQM {
    border-left: none !important;
    border-right: none !important;
}

.StripPreview_bgImageContainer__MFrbA {
}

.mobileV .StripPreview_backgroundComponent__3YmQM.StripPreview_hasChildren__2KD_8 {
    min-height: auto !important;
}

.mobileV [class^=StripPreview_backgroundComponent] [data-opacity] {
    background-size: cover !important;
}

.DocumentComponent_container__361yd {
    position: relative;
    height: 100%;
}

.DocumentComponent_iframe__2TR3T {
    width: 100%;
    height: 100%;
    border: none;
}

.DocumentComponent_iframe__2TR3T.DocumentComponent_hidden__2zBHP {
    visibility: hidden;
}

.DocumentComponent_iframe__2TR3T.DocumentComponent_noDisplay__3F6FR {
    display: none;
}

.DocumentComponent_overlay__3_QCs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.DocumentComponent_overlay__3_QCs.DocumentComponent_shaded__384WA {
    background-color: rgba(2, 2, 2, 0.5);
}

.DocumentComponent_loadingIndicator__24oaS {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(2, 2, 2, 0.5);
}

.DocumentComponent_loadingIndicator__24oaS.DocumentComponent_hidden__2zBHP {
    visibility: hidden;
}

.DocumentComponent_shortcutContainer__EJOOE {
    background-color: #ffffff;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #cdcdcd;
}

.DocumentComponent_shortcutText__3OwSz {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.mobileV.mobileViewLoaded .PreviewDocumentComponent_container__24q_h {
    height: 90vh !important;
}

.Table_texttable__2GrpI {
    table-layout: fixed;
    border-spacing: 0;
    line-height: 1.2;
    word-wrap: break-word;
}

table.Table_texttable__2GrpI tr td {
    box-sizing: content-box;
}

.Table_cellHorizontalAlignToolbar__3DAYI {
    width: 150px;
    height: 38px;
}

.Table_cellVerticalAlignToolbar__3jzc5 {
    width: 112px;
    height: 38px;
}

.Table_selectedCell__3znBb {
    outline: 2px solid #006FD4;
    outline-offset: -2px;
}

.Table_selectedCell__3znBb,
.Table_selectedCell__3znBb:hover {
    cursor: text !important;
}

.Table_tblCMAIcons__3vdfG {
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 26px;
}

.Table_tblAddRow__1W6dG {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTS41IDguNXYtNGgxNXY0em0wLTR2LTRoMTV2NHoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNiAxNXYtNWgxM3Y1em0tNi0ydi0xaDV2MXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMyAxNUgydi01aDF6Ii8+PC9nPjwvc3ZnPg==');
    background-size: 19px 15px;
}

.Table_tblRemoveRow__1SRGX {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOSAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTS41IDQuNXYtNGgxNXY0em0wIDEydi00aDE1djR6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMTFWNmgxM3Y1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5IDloLTVWOGg1eiIvPjwvZz48L3N2Zz4=');
    background-size: 19px 17px;
}

.Table_tblAddColumn__3oIyR {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNSAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTS41IDE1LjVWLjVoNHYxNXptNCAwVi41aDR2MTV6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEwIDE5VjZoNXYxM3ptMC0xNlYyaDV2MXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTMgNWgtMVYwaDF6Ii8+PC9nPjwvc3ZnPg==');
    background-size: 15px 19px;
}

.Table_tblRemoveColumn__2Z974 {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTEyLjUuNWg0djE1aC00ek0uNS41aDR2MTVoLTR6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTYgMGg1djEzSDZ6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNiAxOGg1djFINnoiLz48L2c+PC9zdmc+');
    background-size: 17px 19px;
}

.Table_loader__2MdZH {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}


.mobileV .tableContainer {
    width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.mobileV table {
    table-layout: auto !important;
    min-width: 100% !important;
}

.mobileV .preview_code__2Lr3m {
    display: inline;
}

.mobileV .preview_code__2Lr3m iframe {
    max-width: 100%;
    overflow: hidden;
}

.mobileV div[data-specific-kind='WEBSHOP'] > div {
    width: 100% !important;
}

.Social_container__2rWh4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    line-height: 1px;
}
.mobileV .Social_container__2rWh4 {
    width: 100% !important;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
}
.Social_container__2rWh4 a {
    text-decoration: none;
}
.Social_noLinks__2bhq_ {
    width: 100%;
    color: #3A3A3A;
    font-size: 12px;
    border: 1px dashed #999999;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: initial;
    text-align: center;
}
.Social_noLinks__2bhq_ span { 
    display: block;
}
.pushDownPreviewMode_dummyContainer__3wqhg .col > div:nth-last-child(2) {
    margin-bottom: 0 !important;
}

.MobileHeader_container__1XW3y {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 49px;
    height: 49px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 0 15px;
    cursor: pointer;
    z-index: 10003;
}

.MobileHeader_container__1XW3y.MobileHeader_shadowBottom__3FsmJ {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.5);
}

.MobileHeader_container__1XW3y.MobileHeader_borderBottom__3_4e2 {
    border-bottom: 1px solid rgba(127,127,127,0.8);
}

.MobileHeader_logo__VBlNX {
    display: -webkit-box;
    display: flex;
    min-width: 29px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 29px;
}

.MobileHeader_logo__VBlNX .MobileHeader_logoImage__BZwGs {
    height: 100%;
    width: auto;
}

.MobileHeader_logo__VBlNX.MobileHeader_default__3hOlZ {
    border-radius: 15px;
    background-color: #4D4D4D;
}

.MobileHeader_logoLabel__ASFJ2 {
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    cursor: default;
}

.MobileHeader_logoAnchor__3VO33 {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-decoration: none;
    width: auto;
    height: 100%;
}

.MobileHeader_title__1avp4 {
    color: #4D4D4D;
    -webkit-box-flex: 1;
            flex: 1;
    font-size: 18px;
    padding-right: 15px;
    overflow: hidden;
}

.MobileHeader_logo__VBlNX + .MobileHeader_title__1avp4 {
    padding-left: 15px;
}

.MobileHeader_titleText__1M62s {
    display: inline-block;
    white-space: nowrap;
}

.MobileHeader_pageTitle__2Od2E {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MobileHeader_pageTitle__2Od2E > .MobileHeader_titleText__1M62s {
    display: inline;
}

.MobileHeader_titleText__1M62s.MobileHeader_scale__jJWll {
    -webkit-transform-origin: left center;
            transform-origin: left center;
}

.MobileHeader_container__1XW3y.MobileHeader_withLogo__boWI9 .MobileHeader_title__1avp4 {
    text-align: center;
}

.MobileHeader_dummyMenuIconContainer__3mfi4, .MobileHeader_menuIconContainer__lc-Zq {
    margin-left: auto;
    position: relative;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 10006;
    cursor: pointer;
}

.MobileHeader_menuIconContainer__lc-Zq {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px;
    width: 54px;
    height: 48px;
}

.MobileHeader_dummyMenuIconContainer__3mfi4 {
    position: relative;
}

.MobileHeader_menuIconContainer__lc-Zq span {
	display: block;
	width: 100%;
	height: 2px;
	background: #7F7F7F;
	position: relative;
}

.MobileHeader_menuIconContainer__lc-Zq span + span {
	margin-top: 5px;
}

.MobileHeader_menuIconContainer__lc-Zq.off span:nth-child(1) {
    top: 0;
}

.MobileHeader_menuIconContainer__lc-Zq.off span:nth-child(3) {
    bottom: 0;
}

.MobileHeader_menuIconContainer__lc-Zq.on span:nth-child(1) {
	top: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.MobileHeader_menuIconContainer__lc-Zq.on span:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
}

.MobileHeader_menuIconContainer__lc-Zq.on span:nth-child(3) {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.MobileHeader_outline__2CXjX, .MobileHeader_openMenuOverlay__2Z8nk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
}

.MobileHeader_outline__2CXjX {
    border: 2px solid #ff755a;
    height: calc(100% + 1px);
}

.MobileHeader_openMenuOverlay__2Z8nk {
    height: 100%;
}

.MobileHeaderMenu_mobileMenu__21p7v {
    position:absolute;
    background-color:#fff;
    box-shadow:0px 0px 11px rgba(0,0,0,0.5);
    min-height:52px;
    padding-top:49px;
    z-index:10005;
    top:-10010px;
    right:-100%;
    left:120%;
    overflow-x:hidden;
}
.MobileHeaderMenu_mobileMenu__21p7v.off {
    animation: MobileHeaderMenu_mmoff__1eIxI 0.35s;
    -moz-animation: MobileHeaderMenu_mmoff__1eIxI 0.35s;
    -webkit-animation: MobileHeaderMenu_mmoff__1eIxI 0.35s;
    -o-animation: MobileHeaderMenu_mmoff__1eIxI 0.35s;
}
.MobileHeaderMenu_mobileMenu__21p7v.on {
    display:block;
    top:0px;
    right:0px;
    left:63px;
    animation: MobileHeaderMenu_mmon__3H-n- 0.35s;
    -moz-animation: MobileHeaderMenu_mmon__3H-n- 0.35s;
    -webkit-animation: MobileHeaderMenu_mmon__3H-n- 0.35s;
    -o-animation: MobileHeaderMenu_mmon__3H-n- 0.35s;
}
.MobileHeaderMenu_mobileMenu__21p7v li {
    display:block;
    position:relative;
}
.MobileHeaderMenu_mobileMenu__21p7v a {
    display:block;
    padding: 0px 10px 0px 20px;
    color:#4d4d4d;
    text-decoration:none;
    font-family:helvetica, arial, sans-serif;
    font-size:18px;
    line-height:1;
    background-color:#fff;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseItem__2WnRW {
    position: relative;
    display: -webkit-box;
    display: flex;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD {
    cursor:pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 100;
            flex-grow: 100;
    min-width: 85px;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseItem__2WnRW.MobileHeaderMenu_current__2Nelz .MobileHeaderMenu_expandCollapseContainer__1rweD {
    background-color:#f9f9f9;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD span {
    display: inline-block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px;
    margin-left: 10px;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD .MobileHeaderMenu_arrowDown__1Dv_Z {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: -4px;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD .MobileHeaderMenu_arrowUp__2THXC {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 4px;
    display: none;
}
.MobileHeaderMenu_mobileMenu__21p7v .expanded>.MobileHeaderMenu_expandCollapseItem__2WnRW>.MobileHeaderMenu_expandCollapseContainer__1rweD .MobileHeaderMenu_arrowUp__2THXC {
    display: block;
}
.MobileHeaderMenu_mobileMenu__21p7v .expanded>.MobileHeaderMenu_expandCollapseItem__2WnRW>.MobileHeaderMenu_expandCollapseContainer__1rweD .MobileHeaderMenu_arrowDown__1Dv_Z {
    display: none;
}
.MobileHeaderMenu_mobileMenu__21p7v a.MobileHeaderMenu_current__2Nelz {
    background-color:#f9f9f9;
}
.MobileHeaderMenu_mobileMenu__21p7v li li a {
    padding-left:40px;
    background-repeat:no-repeat;
    background-position:20px 16px;
    /* TODO: backgroundimage */
}
.MobileHeaderMenu_mobileMenu__21p7v li li a.MobileHeaderMenu_current__2Nelz {
    /* TODO: backgroundimage */
}
.MobileHeaderMenu_mobileMenu__21p7v li li li a { padding-left:60px; background-position:40px 16px; }
.MobileHeaderMenu_mobileMenu__21p7v li li li li a { padding-left:80px; background-position:60px 16px; }
.MobileHeaderMenu_mobileMenu__21p7v li li li li li a { padding-left:100px; background-position:80px 16px; }
.MobileHeaderMenu_mobileMenu__21p7v li ul {
    display:none;
}
.MobileHeaderMenu_mobileMenu__21p7v .expanded>ul {
    display:block;
}
.MobileHeaderMenu_mobileMenu_overlay__3WPnz {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:10004;
}
.MobileHeaderMenu_mobileMenu_overlay__3WPnz.on {
    display: block;
}
@keyframes MobileHeaderMenu_mmon__3H-n- { 0% {right:-100%;left:120%;top:-10010px;} 1% {top:0px;} 100% {right:0px;left:63px;} }
@-webkit-keyframes MobileHeaderMenu_mmon__3H-n- { 0% {right:-100%;left:120%;top:-10010px;} 1% {top:0px;} 100% {right:0px;left:63px;} }
@keyframes MobileHeaderMenu_mmoff__1eIxI { 0% {right:0px;left:63px;top:0px;} 99% {right:-100%;left:120%;top:0px;} 100% {top:-10010px;} }
@-webkit-keyframes MobileHeaderMenu_mmoff__1eIxI { 0% {right:0px;left:63px;top:0px;} 99% {right:-100%;left:120%;top:0px;} 100% {top:-10010px;} }

.mm, .mm-mobile-preview {
    display: none;
}

.mobile-show {
    display: none;
}

.mobileMenu .mm, .mobileMenu #mm {
    display: block !important;
}


/* Reset */
/* TODO: bundle from somewhere */
html { word-wrap: break-word; }
*, ::before, ::after { word-wrap: inherit; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
/* Generic */
.global_bold__34A4g {
    font-weight: bold;
}
.global_labelSmall__1_5zj {
    font-size: 12px;
}
/*
    This is to reset fill for path/g/... of svg to be able to apply custom fill via css.
    CAUTION: This will be applied for all svg elements on the page.
             Unfortunately id/class css selector does not work on <svg> element
             (though written in svg spec ...).
             Furthermore this will reset default fill insides svg itself.
            (TODO: WBTGEN-1498)
*/
/*svg * {*/
/*fill: inherit;*/
/*}*/
/* Forms */
.global_input__1a8Oa {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #666;
    padding: 0 11px;
}
.global_input__1a8Oa:focus {
    outline: 2px solid #cbe1f4;
}
.global_input__1a8Oa.global_invalid__1d3HF, .global_input__1a8Oa.global_invalid__1d3HF:focus {
    border-color: #cc3300;
    outline: none;
}
.global_flexCenter__1azjn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.global_inlineFlexCenter__34rzp {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
/* Links */
.global_blueLinkHoverUnderline__ZW9uA {
    cursor: pointer;
    color: #396FC9;
}
.global_blueLinkHoverUnderline__ZW9uA:hover {
    text-decoration: underline;
}.shareButtonsFbIcon1 {
    background-image: url(3346f6b69e.png);
}
.shareButtonsTwttrIcon1 {
    background-image: url(59dd952644.png);
}
.shareButtonsGplusIcon1 {
    background-image: url(fd1d2a23f9.png);
}
.shareButtonsInIcon1 {
    background-image: url(714ec98a03.png);
}
.shareButtonsFbIcon2 {
    background-image: url(f13b27a9c2.png);
}
.shareButtonsTwttrIcon2 {
    background-image: url(e5c27e56a5.png);
}
.shareButtonsGplusIcon2 {
    background-image: url(9226a07100.png);
}
.shareButtonsInIcon2 {
    background-image: url(86b3438ccc.png);
}html.shinybox-html {
  overflow: hidden!important;
}
@keyframes loader-dots {
  0% {
    background-color: #f9f9f9;
  }
  50% {
    background-color: #878787;
  }
  100% {
    background-color: #f9f9f9;
  }
}
.notransition {
  transition: none !important;
}
.mobile-view.shinybox-overlay .shinybox-slider {
  height: 80%;
  top: 0%;
  bottom: 0%;
}
.mobile-view.shinybox-overlay .shinybox-caption {
  bottom: 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 81%);
}
.mobile-view.shinybox-overlay .navigationContainer.hideMe {
  display: none;
}
.mobile-view.shinybox-overlay .shinybox-close {
  width: 22px;
  height: 22px;
  right: 5%;
  top: 3%;
}
.noTitleCaptionBox.shinybox-overlay .shinybox-slider {
  height: 80%;
  top: 0%;
  bottom: 0%;
}
.noTitleCaptionBox.shinybox-overlay .shinybox-caption {
  bottom: 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.31);
}
.noTitleCaptionBox.shinybox-overlay .shinybox-caption {
  display: none;
}
.shinybox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #212124;
  display: none;
}
.shinybox-html .shinybox-overlay {
  display: block;
}
@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 10%;
  }
  100% {
    margin-left: 0px;
  }
}
.shinybox-overlay img {
  border: none!important;
}
.shinybox-overlay .shinybox-slider {
  height: 70%;
  left: 0;
  top: 10%;
  bottom: 20%;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  transition: left 0.3s ease;
  margin: auto;
}
.shinybox-overlay .shinybox-slider .slide {
  height: 100%;
  width: 98%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 1%;
}
.shinybox-overlay .shinybox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.shinybox-overlay .shinybox-slider .slide img,
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
  background: none;
  max-width: 1140px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.shinybox-overlay .shinybox-slider .loading,
.shinybox-overlay .shinybox-slider .loading::after,
.shinybox-overlay .shinybox-slider .loading::before {
  display: block;
  background-color: #888;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  animation-name: loader-dots;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}
.shinybox-overlay .shinybox-slider .loading::after,
.shinybox-overlay .shinybox-slider .loading::before {
  content: '';
  margin: 0 24px;
}
.shinybox-overlay .shinybox-slider .loading {
  animation-delay: 200ms;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shinybox-overlay .shinybox-slider .loading::before {
  animation-delay: 0s;
  margin-left: -24px;
}
.shinybox-overlay .shinybox-slider .loading::after {
  animation-delay: 400ms;
  margin-top: -12px;
}
.shinybox-overlay.rightSpring .shinybox-slider {
  animation: rightSpring 0.3s;
}
.shinybox-overlay.leftSpring .shinybox-slider {
  animation: leftSpring 0.3s;
}
.shinybox-overlay .navigationContainer {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 98%;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.shinybox-overlay .shinybox-prev {
  background-image: url(a62bc02957.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: block;
  background-size: 90%;
  transform: rotate(90deg);
  background-position: 100%;
}
.shinybox-overlay .shinybox-next {
  background-image: url(7b308300e3.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: block;
  background-size: 90%;
  transform: rotate(90deg);
  background-position: 100%;
}
.shinybox-overlay .shinybox-prev.disabled,
.shinybox-overlay .shinybox-next.disabled {
  opacity: 0.3;
}
.shinybox-overlay .shinybox-close {
  background-image: url(4fe118e33b.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  z-index: 1;
  display: block;
  background-size: 90%;
  background-position: 100%;
  position: absolute;
  right: 1.5%;
  top: 4%;
}
.shinybox-no-close-button .shinybox-overlay .shinybox-close {
  display: none;
}
.shinybox-overlay .noTitleCaption.shinybox-caption {
  padding: 0;
  display: none;
}
.shinybox-overlay .shinybox-caption {
  display: block;
  color: white!important;
  font-family: Helvetica, Arial, sans-serif;
  width: 75%;
  bottom: 5%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 15px;
  letter-spacing: -0.38px;
  line-height: 20px;
}
.shinybox-overlay .shinybox-caption p {
  margin: 0px;
  text-align: center;
  padding: 0px;
}
.shinybox-overlay .shinybox-caption .title {
  font-weight: bold;
}.shinybox-prev {
    background-image: url(a62bc02957.svg) !important;
}
.shinybox-next {
    background-image: url(7b308300e3.svg) !important;
}
.shinybox-close {
    background-image: url(4fe118e33b.svg) !important;
}

#shinybox-overlay .shinybox-bottom {
    text-align: center;
}

.shinybox-overlay .shinybox-close {
    float: right;
}

.shinybox-overlay .shinybox-top {
    text-align: center;
}