*, ::before, ::after { word-wrap: break-word; }
*, ::before, ::after { box-sizing: inherit; }
html { box-sizing: border-box; }
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; }/* Reset */
/* TODO: bundle from somewhere */
*, ::before, ::after {
    word-wrap: break-word;
}
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;
}

/*
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: 14px;
    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;
    -ms-flex-positive: 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 grey500;
}

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

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

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

.Preview_previewContent__2pf8a {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
    overflow: scroll;
}

.Preview_globalFloatsRow__R3fTY {
    height: 0;
    display: -ms-flexbox;
    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_floatWrapper__jCHxv, .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, .mobileV.mobileViewLoaded,
.template.mobileV.mobileViewLoaded .hasChildren div.mceNonEditable .col > .row,
.mobileV.mobileViewLoaded .hasChildren {
    height: auto !important;
    min-height: auto !important;
}

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

.template > .extraContainer > .extra > .Preview_component__SbiKo,
.mobileV.mobileViewLoaded .Preview_block__16Zmu > div {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.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 {
    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 .mobileGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}

.mobileV.mobileViewLoaded .mobileGroup > div {
    width: unset !important;
    margin: 5px !important;
}

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

body > .Preview_bodyBackgroundLiner__1bYbS {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-attachment: initial;
}

.GlobalstylesDialog_dialogBody__2cuDv {
    height: calc(100% - 85px);
}

.GlobalstylesDialog_globalStyles__2eidl {
    background-color: #FFF;
    padding: 24px 2px 0 2px;
    height: 100%;
}

.GlobalstylesDialog_grayBackground__3cw76 {
    background-color: #f3f3f3;
    padding: 10px 14px 10px 10px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_globalStylesTitle__3U-xQ {
    font-size: 20px;
    line-height: 27px;
    padding: 2px 0;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_globalStylesSubtitle__3oXZk {
    font-size: 12px;
    line-height: 12px;
    padding: 0 8px 13px 0;
}

.GlobalstylesDialog_globalStyles__2eidl .react-tabs > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 20px;
    border-bottom: 1px solid #cccccc;
}

.GlobalstylesDialog_globalStyles__2eidl .react-tabs > ul > li {
    color: #333;
    font-size: 11px;
    cursor: pointer;
}

.GlobalstylesDialog_globalStyles__2eidl .react-tabs > ul > li:not(:first-child) {
    margin-left: 20px;
}

.GlobalstylesDialog_globalStyles__2eidl .react-tabs [role=tab][aria-selected=true] {
    color: #396FC9;
    font-weight: bold;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz {
    color: #262626;
    font-size: 13px;
    height: 54px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .GlobalstylesDialog_btnGroupMenuItems__1n2DF {
    padding-top: 11px;
    padding-bottom: 11px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .GlobalstylesDialog_btnGroupMenuItems__1n2DF .Select.is-open .Select-control .Select-arrow {
    visibility: initial;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_borderLeft__3RUus {
    border-left: 1px solid #cccccc;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_borderRight__377UT{
    border-right: 1px solid #cccccc;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_borderBottom__1MSlN {
    border-bottom: 1px solid #cccccc;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_styleSelectorsStylePreview__149-i .GlobalstylesDialog_styleSelectors__3cWs6,
.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_styleSelectorsStylePreview__149-i .GlobalstylesDialog_stylePreview__5lC8g {
    width: 50%;
    height: 100%;
}

.GlobalstylesDialog_globalStyles__2eidl .Select-control {
    border-radius: 0;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .Select-value {
    /*line-height: 26px;*/
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .Select-value > span {
    font-size: 13px !important;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .Select-control,
.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .Select-placeholder {
    line-height: 24px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_infoBar__39Tdz .Select-input {
    height: 24px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_styleSelectorsStylePreview__149-i .GlobalstylesDialog_otherCommonStyles__2tE5R {
    padding: 0;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_gsButton__Ua2gX {
    font-size: 14px;
    color: #333;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    box-shadow: none;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_gsButton__Ua2gX.GlobalstylesDialog_gsButtonSmall__1shsS {
    width: 36px;
    height: 36px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_gsButton__Ua2gX.GlobalstylesDialog_gsButtonLarge__ACY65 {
    width: 148px;
    height: 36px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_gsButton__Ua2gX.GlobalstylesDialog_gsIconButton__2Npun {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 8px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_gsButton__Ua2gX.GlobalstylesDialog_gsSelectedButton__G1dY8 {
    background-color: #a4a4a4;
    color: #FFF;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_title__UnIUo {
    font-size: 14px;
    line-height: 14px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_subtitle__2K-cj {
    font-size: 12px;
    line-height: 14px;
    color: #C0C0C0;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_selectedColorLabel__1MC3V {
    font-size: 12px;
    color: #9d9d9d;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_selectedColorIndicator__2Ati9 {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px dotted rgba(0, 0, 0, 0.5);
    padding: 2px;
}

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_otherStyleHSpacer__2uEw4 {
    width: 44px;
    height: 100%;
}

/* TODO WBTGEN-7525 Commenting this out as this is affecting the table component. Need to find out why was this added. Vishal */

/*table {
    border-collapse: collapse;
    table-layout: fixed;
}

table tr td {
    vertical-align: middle;
    text-align: center;
}/**/

.GlobalstylesDialog_previewLabel__3axVK {
    font-size: 14px;
    line-height: 14px;
    padding: 22px 0px 25px 22px;
}

.GlobalstylesDialog_preview__9kBs3 {
    height: 100%;
}

.GlobalstylesDialog_preview__9kBs3.GlobalstylesDialog_tablePreview__3cQEG {
    margin-left: 16px;
}

.GlobalstylesDialog_preview__9kBs3 .GlobalstylesDialog_baseComponent__1oWeI, .GlobalstylesDialog_linkPreviewPostion__2TgHN {
    position: relative !important;
}

.GlobalstylesDialog_buttonPreview__IvaFi {
    position: relative !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    background-clip: border-box!important;
}

.GlobalstylesDialog_borderStyleDisplay__2kyzS {
    pointer-events: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color:#a9a9a9;
}

.GlobalstylesDialog_buttonPreview__IvaFi > div {
    display: table !important;
    width: 100%;
}

.GlobalstylesDialog_buttonPreview__IvaFi > div > div {
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
}

.GlobalstylesDialog_textPreview__wIt2T {
    position: relative !important;
    min-height: 120px;
    line-height: 120px;
    margin: 0 auto;
    text-align: center;
}

.GlobalstylesDialog_linkPreview__G4zuu {
    height: 96px;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
}

.GlobalstylesDialog_lightGreenBG__2_zWO {
    background-color: #afbf8c;
    width: 100%;
}

/**
 * This has been added here as there is a possibility of bug in Menu tree where the
 * expanded child hides when doing mouse over of the parent.
 */

.GlobalstylesDialog_globalStyles__2eidl .GlobalstylesDialog_styleSelectorsStylePreview__149-i .GlobalstylesDialog_stylePreview__5lC8g ul li > ul { display: none !important; }

.GlobalstylesDialog_hackAnchor__1iTBW {}

.GlobalstylesDialog_textCenter__5sysi {
    text-align: center;
}

.GlobalstylesDialog_topBarBtn__1y_q- {
    padding: 2px 5px;
    height: 36px;
}

.GlobalstylesDialog_menuStyleLabel__Hax5L {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 0 36px;
}

.GlobalstylesDialog_globalStyles__2eidl .Select-control .Select-value {
    padding-right: 10px !important;
}

.react-tabs {
    height: calc(100% - 54px);
}

.react-tabs__tab-panel--selected {
    height: calc(100% - 21px);
}

.GlobalstylesDialog_tabPanel__1yug6 {
    height: calc(100% - 54px);
}

.GlobalstylesDialog_tabPanelContents__LdX0W {
    height: 100%;
}

.GlobalstylesDialog_globalStylesTextGrayBox__1KXD3, .GlobalstylesDialog_globalStylesMenuGrayBox__352_h, .GlobalstylesDialog_globalStylesButtonGrayBox__20AsS{
    width: 404px;
}

.GlobalstylesDialog_globalStylesTableGrayBox__3oOy8 {
    width: 450px;
}

.GlobalstylesDialog_globalStylesLinkGrayBox__2EGTs {
    width: 420px;
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-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%;
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.BboxDebugger_topBottom__1uvCd {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 5px 0;
}

.BboxDebugger_leftRight__1vDJH {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 5px;
}

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

.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 {
    transition: background-color .2s ease-out, border .2s ease-out, color .2s ease-out;
}

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

.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 .ButtonPreview_container__22hQi {
    height: initial !important;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

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

.mobileV .ButtonPreview_buttonComponent__17NP0 a {
    table-layout: fixed;
    min-height: 40px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: table !important;
    height: 100%;
    width: 100%;
}

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

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

.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-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%;
}

/*
    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 !important;
    display: block;
    overflow: visible;
    max-width: 100% !important;
}

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

.mobileV .Mobile_imageComponent__QXWk1 > a{
    display: block;
}

.mobileV .Mobile_imageComponent__QXWk1 img{
    height: auto !important;
    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;
}

.Gallery_gallery__2AhdO {
    text-align: left; /* cells flow left */
}

.Gallery_gallery__2AhdO img {
    display: block;
}

.Gallery_gallery__2AhdO.Gallery_notCrop__2IROz .Gallery_galleryCell__2ARa3 .img-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-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;
}

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

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

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

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

.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 .Gallery_galleryCell__2ARa3:nth-last-child(2),
.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:last-child {
    padding-bottom: 0;
}

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

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

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

/**
 * 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;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.navigationIconsTopMostWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    vertical-align: middle;
}

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

.swiper-wrapper .swiper-slide .swiper-lazy-custom-preloader {
    position: absolute;
}

.swiper-container .arrow {
    top: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 5;
    width: 17px;
    height: 17px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-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;
    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;
    transform: scale(0.6) !important;
    outline: none;
}

.navigationIconsTopMostWrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    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;
    transform: none !important;
}

.ImageSlider_hideIndicator__2qMqS .swiper-pagination {
    visibility: hidden !important;
    z-index: 9;
    opacity: 0;
    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: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-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%;
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-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;
}
.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%;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div,
.LoadingIndicator_animatedLoadingDots__1fl0N div:before,
.LoadingIndicator_animatedLoadingDots__1fl0N div:after {
    display: block;
    background-color: #888;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    animation-name: LoadingIndicator_loader-dots__1SPpA;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1s;
}
.LoadingIndicator_animatedLoadingDots__1fl0N.LoadingIndicator_greenDots__2ELxq div,
.LoadingIndicator_animatedLoadingDots__1fl0N.LoadingIndicator_greenDots__2ELxq div:before,
.LoadingIndicator_animatedLoadingDots__1fl0N.LoadingIndicator_greenDots__2ELxq div:after {
    background-color: #fff;
    animation-name: LoadingIndicator_loader-green-dots__2UU74;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div {
    animation-delay: 200ms;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.LoadingIndicator_animatedLoadingDots__1fl0N div:before,
.LoadingIndicator_animatedLoadingDots__1fl0N div:after {
    content: '';
    margin: 0 24px;

}
.LoadingIndicator_animatedLoadingDots__1fl0N div:before {
    animation-delay: 0s;
    margin-left: -24px;
}
.LoadingIndicator_animatedLoadingDots__1fl0N div:after {
    animation-delay: 400ms;
    margin-top: -12px;
}
@keyframes LoadingIndicator_loader-dots__1SPpA {
      0% { background-color: #f9f9f9; }
     50% { background-color: #878787; }
    100% { background-color: #f9f9f9; }
}
@keyframes LoadingIndicator_loader-green-dots__2UU74 {
      0% { background-color: #fff; }
     50% { background-color: #d0debd; }
    100% { background-color: #a3c07f; }
}
.LoadingIndicator_center__1PWp3 {
    width: 100%;
    height: 100%;
}
.LoadingIndicator_subtext__2k5NZ {
    color: #CDCDCD;
    font-size: 20px;
}
/* Inline */
.LoadingIndicator_inlineContainer__wUVfS {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL {
    display: inline-block;
    animation-name: LoadingIndicator_loader-dots__1SPpA;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    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 {
    animation-delay: 0s;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL:first-child + .LoadingIndicator_dot__30xoL {
    animation-delay: 200ms;
}
.LoadingIndicator_inlineContainer__wUVfS > .LoadingIndicator_dot__30xoL:last-child {
    animation-delay: 400ms;
}

.mobileV .wbSlideContainer {
    height: auto !important;
}

.mobileV .captionTitleContainer {
    position: relative !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;
    -ms-flex-align: unset;
        -ms-grid-row-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(//yieldmc.nl/onewebstatic/3346f6b69e.png);   
}

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

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

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

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

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

.ShareButtons_styleStyle__3PCNg {
    width: 150px;
}

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

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

.Menu_hidden__2fHxB {
    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;
    left: 100%;
    top: 0;
    display: block;
}

.menuself.dropdown.menuhorizontalright li:hover > ul,
.menuself.dropdown.menuhorizontalright li.hover > ul {
    left: initial;
    right: 100%;
}

.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 ul {
    width: 100%
}

.menuhorizontal.horizontalalignfit 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);
}

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

.styles_textWrapperInEditMode__1m_tz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.styles_occupy100PctOfHeight__2HmkQ {
    height: 100%;
}

.styles_fillspace__31sJh {
    -ms-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;
}

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 {
    padding-left: 40px;
}

div.mce-content-body ul li,
 div.mce-content-body ol li {
    list-style-type: inherit;
}

div.mce-content-body p,
 div.mce-content-body div,
div.mce-content-body h1,
 div.mce-content-body h2,
div.mce-content-body h3,
 div.mce-content-body h4,
div.mce-content-body h5,
 div.mce-content-body h6 {
    line-height: inherit;
}

.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%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    line-height: 1.2;
}

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

span.textnormal {
    line-height: inherit;
}

.textnormal ul,
.textnormal ol {
    padding-left: 40px;
    overflow: hidden;
}

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

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

.textnormal li {
    list-style-type: inherit;
}

.textnormal ol[style*="roman"] {
    padding-left: 65px !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 .styles_text__3jGMu ul,
     .mobileV .styles_text__3jGMu .mb-indent {
        padding-left: 20px !important
    }

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

.mobileV .styles_text__3jGMu ol.mb-indent[style*="roman"] {
        padding-left: 65px !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>*,
    .mobileV .mobile-oversized ol,
    .mobileV .mobile-oversized ul {
        font-size: 20px;
    }

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

.mobileV .mobile-undersized-lower p>*,
    .mobileV .mobile-undersized-lower ol,
    .mobileV .mobile-undersized-lower ul {
        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;
}

.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;
    margin-bottom: 6px;
}

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

.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 {
    width: 100%!important;
    min-height: 50px;
}

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

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

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

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

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

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

/*
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
 */

.MobileViewEditor_container__2Kahc {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
}

.MobileViewEditor_toolbar__rwydL, .MobileViewEditor_editorContainer__3lYDF, .MobileViewEditor_container__2Kahc {
    z-index: 10002;
}

.MobileViewEditor_mobileContainer__3L-Gm {
    width: 339px;
    min-height: 409px;
    background-repeat: no-repeat;
    position: relative;
    margin: 20px 0;
    display: flex;
}

.MobileViewEditor_contentContainer__LO7-u {
    flex: 1;
    width: 339px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.MobileViewEditor_topContainer__1eVKf {
    height: 32px;
    background-color: #E6E6E6;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MobileViewEditor_topLine__2uVrh {
    height: 3px;
    width: 41px;
    background-color: white;
    border-radius: 56px;
}

.MobileViewEditor_bottomContainer__2Y7HM {
    height: 57px;
    background-color: #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.MobileViewEditor_bottomDot__brMPS {
    height: 31px;
    width: 31px;
    background-color: white;
    border-radius: 16px;
}

.MobileViewEditor_editorContainer__3lYDF {
    outline: none;
}

.MobileViewEditor_content__1m2tW {
    flex: 1;
    width: 339px;
    max-width: 339px;
    min-height: 320px;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: #ffffff;
}

.MobileViewEditor_component__2i_or, .MobileViewEditor_block__1K9ml {
    position: static !important;
    display: block !important;
    width: 100% !important;
    float: none!important;
    clear: both!important;
    box-sizing: border-box !important;
}

.MobileViewEditor_component__2i_or, .MobileViewEditor_block__1K9ml > div.hasChildren, .MobileViewEditor_block__1K9ml > div.hasChildren > div {
    height: auto !important;
    min-height: auto !important;
}

.MobileViewEditor_component__2i_or .MobileViewEditor_block__1K9ml, .MobileViewEditor_block__1K9ml, .MobileViewEditor_component__2i_or, .MobileViewEditor_block__1K9ml .MobileViewEditor_component__2i_or, .MobileViewEditor_reorderArrow__3l_ZW {
    display: flex !important;
    justify-content: center;
}

.MobileViewEditor_content__1m2tW > .MobileViewEditor_block__1K9ml {
    padding: 0 !important;
}

.MobileViewEditor_content__1m2tW li {
    margin: 0;
    transition: margin-top 500ms, margin-bottom 500ms;
}

.MobileViewEditor_mask__i_aau {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5000;
    min-height: 6px;
}

div[data-specific-kind="TABLE"] .MobileViewEditor_mask__i_aau {
    bottom: -1px;
}

.MobileViewEditor_outline__MbsiD > .MobileViewEditor_mask__i_aau, .MobileViewEditor_content__1m2tW > .MobileViewEditor_block__1K9ml.MobileViewEditor_outline__MbsiD,    
.MobileViewEditor_selected__1HQ1S > .MobileViewEditor_mask__i_aau, .MobileViewEditor_content__1m2tW > .MobileViewEditor_block__1K9ml.MobileViewEditor_selected__1HQ1S {
    border: 2px solid #FF755A;
    cursor: pointer;
}

.MobileViewEditor_dropZoneArea__2cjxH { /* component selected */
    outline: 2px dashed #FF755A;
    outline-offset: -2px;
    cursor: grabbing;
}

.MobileViewEditor_outline__MbsiD:hover > div:last-child,
.MobileViewEditor_selected__1HQ1S:hover > div:last-child,
div.MobileViewEditor_selected__1HQ1S.MobileViewEditor_arrowHover__A2P7K > div:last-child {
    background-color: rgba(255, 117, 90, 0.1);
}

.MobileViewEditor_draggableContainer__2tq39 {
    overflow: hidden;
}

.MobileViewEditor_draggableContainer__2tq39 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.MobileViewEditor_topCmpMargins__2uPh1 {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.MobileViewEditor_draggableItem__zmTA_ {
    list-style: none;
    z-index: 100000000;
    position: relative;
}

.MobileViewEditor_draggableItem__zmTA_, .MobileViewEditor_draggableItem__zmTA_ > div,
.MobileViewEditor_editorContainer__3lYDF > ul.MobileViewEditor_draggableContainer__2tq39,
.MobileViewEditor_mobileDownEditorContainer__SoYc_ > ul.MobileViewEditor_draggableContainer__2tq39 {
    padding: 0 !important;
}

.MobileViewEditor_mobileHide__2SRx4 {
    display: none;
}

.MobileViewEditor_movingNode__2eShZ {
    list-style: none;
    z-index: 100000000;
}

.MobileViewEditor_reorderArrow__3l_ZW {
    position: fixed;
    width: 85px;
    height: 36px;
    justify-content: space-around;
}

.MobileViewEditor_downArrow__27cFt {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojOEY4RjhGIiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS45IDBoMnYxNmgtMnoiLz48cGF0aCBkPSJNNi43NzggMTQuNzRsNC45ODUtNC45ODQgMS40MDggMS40MDctNi4zNTcgNi4zNTgtLjAzNi0uMDM1LS4wMzUuMDM1LTYuMzU4LTYuMzU4IDEuNDA4LTEuNDA3IDQuOTg1IDQuOTg1eiIvPjwvc3ZnPg==');
    background-position: center;
    background-repeat: no-repeat;
}

div.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_downArrow__27cFt.MobileViewEditor_disabled__32vTj {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRDhEOEQ4IiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS45IDBoMnYxNmgtMnoiLz48cGF0aCBkPSJNNi43NzggMTQuNzRsNC45ODUtNC45ODQgMS40MDggMS40MDctNi4zNTcgNi4zNTgtLjAzNi0uMDM1LS4wMzUuMDM1LTYuMzU4LTYuMzU4IDEuNDA4LTEuNDA3IDQuOTg1IDQuOTg1eiIvPjwvc3ZnPg==');
}

.MobileViewEditor_upArrow__3x2S6 {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojOEY4RjhGIiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4xIDE4aC0yVjJoMnoiLz48cGF0aCBkPSJNNy4yMjIgMy4yNkwyLjIzNyA4LjI0My44MjkgNi44MzcgNy4xODYuNDc5bC4wMzYuMDM1LjAzNS0uMDM1IDYuMzU4IDYuMzU4LTEuNDA4IDEuNDA3TDcuMjIyIDMuMjZ6Ii8+PC9zdmc+');
    background-position: center;
    background-repeat: no-repeat;
}

div.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_upArrow__3x2S6.MobileViewEditor_disabled__32vTj {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRDhEOEQ4IiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4xIDE4aC0yVjJoMnoiLz48cGF0aCBkPSJNNy4yMjIgMy4yNkwyLjIzNyA4LjI0My44MjkgNi44MzcgNy4xODYuNDc5bC4wMzYuMDM1LjAzNS0uMDM1IDYuMzU4IDYuMzU4LTEuNDA4IDEuNDA3TDcuMjIyIDMuMjZ6Ii8+PC9zdmc+');
}

.MobileViewEditor_upDownArrows__3LmVQ {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(199,198,198,0.9);
    border-radius: 50px;
    background-color: #FFFFFF;
}

.MobileViewEditor_upDownArrows__3LmVQ:hover {
    cursor: pointer;
    border-color: #006FCD;
}

.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_downArrow__27cFt:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS45IDBoMnYxNmgtMnoiLz48cGF0aCBkPSJNNi43NzggMTQuNzRsNC45ODUtNC45ODQgMS40MDggMS40MDctNi4zNTcgNi4zNTgtLjAzNi0uMDM1LS4wMzUuMDM1LTYuMzU4LTYuMzU4IDEuNDA4LTEuNDA3IDQuOTg1IDQuOTg1eiIvPjwvc3ZnPg==');
    background-color: #006FCD;
}
.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_upArrow__3x2S6:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4xIDE4aC0yVjJoMnoiLz48cGF0aCBkPSJNNy4yMjIgMy4yNkwyLjIzNyA4LjI0My44MjkgNi44MzcgNy4xODYuNDc5bC4wMzYuMDM1LjAzNS0uMDM1IDYuMzU4IDYuMzU4LTEuNDA4IDEuNDA3TDcuMjIyIDMuMjZ6Ii8+PC9zdmc+');
    background-color: #006FCD;
}

.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_upArrow__3x2S6.MobileViewEditor_disabled__32vTj,
.MobileViewEditor_upDownArrows__3LmVQ.MobileViewEditor_downArrow__27cFt.MobileViewEditor_disabled__32vTj {
    border: 1px solid rgba(199,198,198,0.5);
    pointer-events: none;
    background-color: #FFFFFF;
}

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable .MobileViewEditor_block__1K9ml > div {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="BACKGROUND"]  > div {
    padding: 0 !important;
}

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="BACKGROUND"] > div > div {
    width: 100% !important;
    align-items: center !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.MobileViewEditor_draggableItem__zmTA_ .MobileViewEditor_wrapNeedsMoreSpace__2-tCJ .mceNonEditable {
    min-width: 50%;
}

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable {
    overflow: hidden;
}

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="CODE"] > div {
    outline-offset: -1px;
}

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

.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="DOCUMENT"] > div,
.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="FACEBOOKPAGE"] > div,
.MobileViewEditor_draggableItem__zmTA_ .mceNonEditable div[data-specific-kind="SHAREBUTTONS"] > div {
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 1px solid #CDCDCD;
    outline-offset: -1px;
}

.MobileViewEditor_betaTooltip__1d5Ju {
    position: absolute;
    bottom: 37px;
    right: 43px;
    width: 43px;
    height: 22px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}

.MobileViewEditor_defaultBetaToolTip__21OFb {
    position: relative;
    text-align: center;
    display: block;
    height: 15px;
    width: 43px;
    color: #a8a8a8;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
}

.MobileViewEditor_hoverBetaToolTip___TtXm {
    display: none;
}

.MobileViewEditor_betaTooltip__1d5Ju:hover .MobileViewEditor_defaultBetaToolTip__21OFb {
    display: none !important;
}

.MobileViewEditor_betaTooltip__1d5Ju:hover .MobileViewEditor_hoverBetaToolTip___TtXm {
    display: block !important;
    background-color: #a8a8a8;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    width:43px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.MobileViewEditor_betaTooltip__1d5Ju .MobileViewEditor_tooltipContainer__3J8bl {
    top: auto;
    bottom: 33px;
    right: -5px;
    width: 257px;
    border: 1px solid #E0D280;
    border-radius: 4px;
    background-color: #FBEA8F;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1);
    cursor: default;
}

.MobileViewEditor_betaTooltip__1d5Ju .MobileViewEditor_tip__25v5l {
    height: 14.68px;
    width: 14.68px;
    border: 1px solid #E0D280;
    transform: rotate(315deg);
    background-color: #FBEA8F;
    border-top: none;
    border-right: none;
    top: auto;
    bottom: -8px;
    left: 91%;
}

.MobileViewEditor_betaTooltip__1d5Ju .MobileViewEditor_tooltipBody__34hh5 {
    opacity: 0.8;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    padding: 0 15px;
}

.MobileViewEditor_betaTooltipQuestionMsg__1o4Rj {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #262626;
}

.MobileViewEditor_reArrangeContainer__1JAzp {
    position: absolute;
    top: 198px;
    left: 183px;
    height: 90px;
    width: 278px;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.MobileViewEditor_reArrangeIcon__20VyC {
    margin-top: 7px;
    padding-right: 12px;
}

.MobileViewEditor_reArrangeBodyContainer__1G1kL {
    display: flex;
    flex-direction: row;
    max-width: 278px;
    align-items: left;
}

.MobileViewEditor_tipTxt__yixUG {
    opacity: 0.8;
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 50px;
}

.MobileViewEditor_reorderTxt__3TD_C {
    margin-top: 2px;
    opacity: 0.4;
    color: #262626;
    font-size: 13px;
    line-height: 18px;
}

.MobileViewEditor_mobileDownEditorContainer__SoYc_ {
    position: relative;
}

.MobileViewEditor_mobileDownMask__2IFnq {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 100000000;
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownMaskBackground__19076 {
    background-color: rgba(216,216,216,0.4);
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownMaskBorder__s-u8Q {
    z-index: 100000001;
    border: 4px solid #006FCD; /* border-bottom might create problem in safari on scroll up*/
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownMaskBorderOnlyTop__2mhPR {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 100000001;
    border-top: 4px solid #006FCD;
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownMaskBorderOnlyBottom__2NHL9 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 57px;
    z-index: 100000000;
    border-top: 4px solid #006FCD;
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownLocked__1B1WW {
    display: none;
    position: absolute;
    z-index: 100000001;
    top: 14px;
    right: 16px;
    height: 30px;
    width: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iIzAwNkJERiIgY3g9IjEzIiBjeT0iMTMiIHI9IjEzIi8+PHJlY3QgZmlsbD0iI0ZGRiIgeD0iOCIgeT0iMTIiIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiByeD0iLjUiLz48cGF0aCBkPSJNMTYgMTZWOWEzIDMgMCAwIDAtNiAwdjdIOVY5YTQgNCAwIDEgMSA4IDB2N2gtMXoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+') no-repeat center center;
}

.MobileViewEditor_showMobileDownMask__3KgqK .MobileViewEditor_mobileDownLocked__1B1WW.MobileViewEditor_mobileDownLockedOnlyTop__wIHBb {
    top: 46px; /* 14 + 32 */
}

.MobileViewEditor_loadingIcn__1bASY {
    width: 100%;
    height: 100%;
    background-color: white;
}

.MobileViewEditor_group__2Ej0X {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.MobileViewEditor_group__2Ej0X > div {
    width: unset;
    margin: 5px !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 table {
    table-layout: auto !important;
    width: 100% !important;
    word-break: break-word !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;
}

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

.mm, #mm {
    display: none;
}

.mobile-show {
    display: none;
}

.mobileMenu .mm, .mobileMenu #mm {
    display: block !important;
}html.shinybox-html {
  overflow: hidden!important;
}
@keyframes loader-dots {
  0% {
    background-color: #f9f9f9;
  }
  50% {
    background-color: #878787;
  }
  100% {
    background-color: #f9f9f9;
  }
}
.notransition {
  transition: none;
}
.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;
}
.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: -4%;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 4%;
  }
  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.4s 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(//yieldmc.nl/onewebstatic/343a36736b.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(//yieldmc.nl/onewebstatic/343a36736b.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(//yieldmc.nl/onewebstatic/343a36736b.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(//yieldmc.nl/onewebstatic/a62bc02957.svg) !important;
}
.shinybox-next {
    background-image: url(//yieldmc.nl/onewebstatic/7b308300e3.svg) !important;
}
.shinybox-close {
    background-image: url(//yieldmc.nl/onewebstatic/4fe118e33b.svg) !important;
}

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

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

.shinybox-overlay .shinybox-top {
    text-align: center;
}.mobileV div[data-id='07AF0715-B850-4710-9AF2-11D4CC155323'] > div:first-child {border-top-left-radius: 2px !important;
border-top-right-radius: 2px !important;
border-bottom-right-radius: 2px !important;
border-bottom-left-radius: 2px !important;
}.template { visibility: hidden }
body { overflow-x: hidden }
                        .bodyBackground {
                            
background-image:linear-gradient(to bottom, rgba(7,7,7,1) 100%, rgba(5,5,5,1) 100%);
                        }