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: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

/* Generic */

button {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.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: "One Montserrat", "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_container__sTFn1 {
    width: 100%;
    height: 100%;
}

.LazyImage_transparentContainer__1AjT2 {
    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: flex;
    justify-content: 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: inline-flex;
    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;
}

.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: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    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;
}

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

.PropertiesPanel_backgroundContainer__1_h1J {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
}

.PropertiesPanel_container__YHWp3 {
    position: fixed;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.15);
    transition: height 150ms;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.1);
}

.PropertiesPanel_pagesContainer__2GrPc {
    position: absolute;
    overflow-x: hidden;
    width: 290px;
    transition: height 150ms;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.PropertiesPanel_settingsContainer__2g4ie {
    height: 49px;
    padding: 11px 20px 8px 20px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.PropertiesPanel_settingsSubContainer__3DMD5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PropertiesPanel_settingsIconContainer__2aT76:hover,.PropertiesPanel_pinIconContainer__1M_35:hover, .PropertiesPanel_infoIconContainer__7QPEj:hover,
.PropertiesPanel_settingsIconContainer__2aT76:hover *,.PropertiesPanel_pinIconContainer__1M_35:hover *, .PropertiesPanel_infoIconContainer__7QPEj:hover * {
    cursor: pointer !important;
}

.PropertiesPanel_settingsIconContainer__2aT76, .PropertiesPanel_pinIconContainer__1M_35, .PropertiesPanel_infoIconContainer__7QPEj {
    transition: background 100ms;
    width: 23px;
    height: 23px;
    float: right;
    display: flex;
    cursor: pointer !important;
}

.PropertiesPanel_settingsIcon__27bCF, .PropertiesPanel_pinIcon__1V26F, .PropertiesPanel_infoIcon__2Ew4r {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.PropertiesPanel_settingsIcon__27bCF {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgc3Ryb2tlPSIjMDA2RkNEIiBmaWxsPSIjRkZGIiBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiLz48cGF0aCBkPSJNNi41IDEyYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzem00IDBhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTQgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3oiIGZpbGw9IiMwMDZGRDQiLz48L2c+PC9zdmc+');
}

.PropertiesPanel_pinIcon__1V26F {
    transition: background 100ms;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(1%201)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke%3D%22%23006FD4%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211.5%22%2F%3E%3Cpath%20d%3D%22M17.317%2012.977l-3.036%201.352.331%204.123-2.766-3.04-3.05%201.358c-.235.105-.49-.07-.46-.317l.692-5.792a.845.845%200%200%200-.339-.784L6.572%208.314c-.196-.144-.153-.444.08-.548l5.414-2.41c.234-.105.487.067.46.311l-.28%202.595c-.032.308.1.604.355.783l4.79%203.377c.202.143.16.45-.074.555%22%20fill%3D%22%23006FD4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.PropertiesPanel_pinIcon__1V26F:hover {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(1%201)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke%3D%22%23006FD4%22%20fill%3D%22%23006FD4%22%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211.5%22%2F%3E%3Cpath%20d%3D%22M17.317%2012.977l-3.036%201.352.331%204.123-2.766-3.04-3.05%201.358c-.235.105-.49-.07-.46-.317l.692-5.792a.845.845%200%200%200-.339-.784L6.572%208.314c-.196-.144-.153-.444.08-.548l5.414-2.41c.234-.105.487.067.46.311l-.28%202.595c-.032.308.1.604.355.783l4.79%203.377c.202.143.16.45-.074.555%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.PropertiesPanel_settingsIcon__27bCF:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgc3Ryb2tlPSIjMDA2RkNEIiBmaWxsPSIjRjVGQUZGIiBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiLz48cGF0aCBkPSJNNi41IDEyYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzem00IDBhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTQgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3oiIGZpbGw9IiMwMDZGRDQiLz48L2c+PC9zdmc+');
}

.PropertiesPanel_settingsIconInMCTA__224Nk {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgc3Ryb2tlPSIjZmY3NTVhIiBmaWxsPSIjRkZGIiBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiLz48cGF0aCBkPSJNNi41IDEyYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzem00IDBhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTQgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3oiIGZpbGw9IiNmZjc1NWEiLz48L2c+PC9zdmc+');
}

.PropertiesPanel_settingsIconInMCTA__224Nk:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgc3Ryb2tlPSIjRkY2OTQ4IiBmaWxsPSIjRkY2OTQ4IiBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiLz48cGF0aCBkPSJNNi41IDEyYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzem00IDBhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTQgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+');
}

.PropertiesPanel_settingsIconInMCTA__224Nk:active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgc3Ryb2tlPSIjRTg2ODUyIiBmaWxsPSIjRTg2ODUyIiBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiLz48cGF0aCBkPSJNNi41IDEyYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzem00IDBhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTQgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+');
}

.PropertiesPanel_infoIcon__2Ew4r {
    cursor: pointer;
    background-image:  url('data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211.5%22%20fill%3D%22%23FFF%22%20stroke%3D%22%23FF6948%22%20transform%3D%22translate(1%201)%22%2F%3E%3Cpath%20d%3D%22M11.33%2014.002v-.534c0-.405.084-.748.25-1.027.165-.28.458-.552.88-.816.336-.211.577-.402.724-.571a.866.866%200%200%200%20.22-.584.469.469%200%200%200-.236-.413c-.157-.1-.362-.152-.614-.152-.625%200-1.355.222-2.191.665L9.5%208.88c1.03-.586%202.106-.88%203.227-.88.923%200%201.647.203%202.173.608.525.406.788.958.788%201.657%200%20.501-.117.934-.35%201.3-.234.367-.608.713-1.121%201.04-.434.282-.707.488-.816.618a.695.695%200%200%200-.165.462v.317h-1.905zm-.266%202.181c0-.38.11-.675.332-.882.221-.206.547-.31.978-.31.413%200%20.731.105.952.314.222.209.332.501.332.878%200%20.376-.114.668-.344.875-.23.207-.543.31-.94.31-.41%200-.73-.102-.962-.307-.232-.205-.348-.498-.348-.878z%22%20fill%3D%22%23FF6948%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.PropertiesPanel_infoIcon__2Ew4r:hover {
    background-image:  url('data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%2211.5%22%20fill%3D%22%23FF6948%22%20stroke%3D%22%23FF6948%22%20transform%3D%22translate(1%201)%22%2F%3E%3Cpath%20d%3D%22M11.33%2014.002v-.534c0-.405.084-.748.25-1.027.165-.28.458-.552.88-.816.336-.211.577-.402.724-.571a.866.866%200%200%200%20.22-.584.469.469%200%200%200-.236-.413c-.157-.1-.362-.152-.614-.152-.625%200-1.355.222-2.191.665L9.5%208.88c1.03-.586%202.106-.88%203.227-.88.923%200%201.647.203%202.173.608.525.406.788.958.788%201.657%200%20.501-.117.934-.35%201.3-.234.367-.608.713-1.121%201.04-.434.282-.707.488-.816.618a.695.695%200%200%200-.165.462v.317h-1.905zm-.266%202.181c0-.38.11-.675.332-.882.221-.206.547-.31.978-.31.413%200%20.731.105.952.314.222.209.332.501.332.878%200%20.376-.114.668-.344.875-.23.207-.543.31-.94.31-.41%200-.73-.102-.962-.307-.232-.205-.348-.498-.348-.878z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.PropertiesPanel_sizesContainer__U063D {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.PropertiesPanel_settingsText__1GIr4 {
    color: #666666 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.PropertiesPanel_sizesContainer__U063D .PropertiesPanel_width__2Cobs, .PropertiesPanel_sizesContainer__U063D .PropertiesPanel_height__1IMx0 {
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
}

.PropertiesPanel_sizesSpaceSeparator__2GzIh{
    width: 7px;
}

.PropertiesPanel_cross__1PrAk {
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi40NjkiIGhlaWdodD0iMTYuNjg4IiB2aWV3Qm94PSIwIDAgMTYuNDY5IDE2LjY4OCI+PHBhdGggZD0iTTIuNTYyLjQ0MWwxMy40MzUgMTMuNDM1YTEuNSAxLjUgMCAwIDEtMi4xMjEgMi4xMjFMLjQ0MSAyLjU2MkExLjUgMS41IDAgMSAxIDIuNTYyLjQ0MXpNLjQ0MSAxNC4xMTNMMTMuODc2LjY3OGExLjUgMS41IDAgMSAxIDIuMTIxIDIuMTIxTDIuNTYyIDE2LjIzNGExLjUgMS41IDAgMSAxLTIuMTIxLTIuMTIxeiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center center;
}

.PropertiesPanel_sizeField__1RpZv {
    padding: 4px 11px 5px 11px;
    text-align: center;
    font-size: 13px;
    color: #666666;
    width: 46px;
    min-width: 30px;
    border: 1px solid #CDCDCD;
    background-color: #FFFFFF;
    font-weight: 600;
}

.PropertiesPanel_settingsContainer__2g4ie input[type=number]::-webkit-inner-spin-button,
.PropertiesPanel_settingsContainer__2g4ie input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.PropertiesPanel_sizesContainer__U063D input {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.PropertiesPanel_sizesContainer__U063D > div:focus, .PropertiesPanel_sizesContainer__U063D > div > input:focus {
    outline: 0 !important;
}

.PropertiesPanel_sizesContainer__U063D > div:nth-child(n+2), .PropertiesPanel_sizesContainer__U063D > span {
    margin-left: 7px;
}

.PropertiesPanel_size__20I8W {
    padding: 0 1px;
}

.PropertiesPanel_disabled__10QJm {
    opacity: 0.3;
}

.PropertiesPanel_pages__2Uzu- {
    display: flex;
    position: absolute;
    transition: left 250ms, height 150ms;
    overflow-y: hidden !important;
}

.PropertiesPanel_page__2Ve5q {
    display: inline-block;
    width: 290px;
    vertical-align: top;
    padding: 0 20px 20px 20px;
    flex: 1;
    overflow-y: hidden !important;
    overflow-x: hidden;
    transition: height 150ms;
}

.PropertiesPanel_page__2Ve5q.PropertiesPanel_halfSpacing__MUgFo {
    padding: 0 10px 10px 10px;
}

.PropertiesPanel_header__2xho7 {
    position: relative;
    height: 49px;
    width: 290px;
    background: linear-gradient(to bottom, rgba(254,126,99,0.68) 0%,rgba(254,126,99,1) 100%);
    color: white;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    cursor: move;
}

.PropertiesPanel_backBtn__1tTpv {
    cursor: pointer;
    width: 48px;
    height: 51px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmIiB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41MzcgOC41bDYuMzcgNi4zN0w4LjUgMTYuMjc4Ljc1NyA4LjUzNS43OTMgOC41bC0uMDM2LS4wMzVMOC41LjcyMiA5LjkwOCAyLjEzIDMuNTM4IDguNXoiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px 15px;
    z-index: 2;
}

.PropertiesPanel_title__2Zhnn {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.PropertiesPanel_animateMovement__2kN_O {
    transition: left 250ms, top 250ms;
}

.PropertiesPanel_navigationGroup__2Lq5s {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #d2d2d2;
}

.PropertiesPanel_navigationBar__1T95x {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    color: #3f3f3f;
    font-weight: 600;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
    transition: background 70ms;
}

.PropertiesPanel_navigationBar__1T95x:hover {
    background-color: rgba(38, 38, 38, 0.05);
}

.PropertiesPanel_navigateIcon__kAmEZ {
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxOCI+PHBhdGggc3Ryb2tlPSIjZDVkNWQ1IiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTUuMyA2bC4xLjFMOC4zIDlsLTMuMSAzLjEtNSA1IC44LjcgNS43LTUuN0w5LjggOWwtMy0yLjlWNkwxIC4yLjIuOXoiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center center;
}

.PropertiesPanel_titleContainer__3m_LP {
    position:absolute;
    width: 290px;
    display: flex;
    justify-content: center;
    top: 16px;
    left: 0;
    z-index: 0;
}

.ppTitleForward-enter {
    opacity: 0;
    left: 30px;
}

.ppTitleForward-enter.ppTitleForward-enter-active {
    opacity: 1;
    transition: opacity 250ms, left 250ms;
    left: 0;
}

.ppTitleForward-leave {
    opacity: 1;
    left: 0;
}

.ppTitleForward-leave.ppTitleForward-leave-active {
    opacity: 0;
    transition: opacity 250ms, left 250ms;
    left: calc(-1 * 30px);
}

.ppTitleBackward-enter {
    opacity: 0;
    left: calc(-1 * 30px);
}

.ppTitleBackward-enter.ppTitleBackward-enter-active {
    opacity: 1;
    left: 0;
    transition: opacity 250ms, left 250ms;
}

.ppTitleBackward-leave {
    opacity: 1;
    left: 0;
}

.ppTitleBackward-leave.ppTitleBackward-leave-active {
    opacity: 0;
    left: 30px;
    transition: opacity 250ms, left 250ms;
}

.PropertiesPanel_iconRight__j8Mpz {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNTI4IDguNDg1TDEuODcgMTQuMTQyLjQ1NyAxMi43MjggNi4xMTQgNy4wNy40NTcgMS40MTQgMS44NyAwbDcuMDcxIDcuMDcxLTEuNDE0IDEuNDE0eiIgZmlsbD0iIzY2NiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 9px;
    height: 15px;
}

.PropertiesPanel_page__2Ve5q .Select.is-focused .Select-control {
    border: 1px solid #006FD4 !important;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1) !important;
}

.PropertiesPanel_page__2Ve5q .Select.is-open.is-focused .Select-control {
    border-color: transparent !important;
}

.PropertiesPanel_page__2Ve5q .Select.is-disabled .Select-arrow {
    border-color: rgba(102, 102, 102, 0.4) transparent transparent;
}

.PropertiesPanel_container__YHWp3.PropertiesPanel_static__3t9KS .PropertiesPanel_header__2xho7 {
    cursor: default;
}

.Common_label__FaNsR {
    font-family: "One Montserrat", "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: " ";
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.Select .Select-clear-zone {
    display: none;
}

.Select .Select-menu-outer {
    color: #262626 !important;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    z-index: 1000000; /* z-index for property panel container is 10001 and Global styles window is 99999 */
    font-weight: normal;
}

.Select .Select-control {
    height: 30px;
    border-radius: 0;
    border: 1px solid #CCCCCC;
}

.Select .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
    color: #262626 !important;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.tether-element {
    z-index: 1000100; /* z-index for property panel container is 10001 and Global styles window is 99999 */
    color: #262626 !important;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.Select.is-disabled .Select-control,
.Select.has-value.Select--single.is-disabled .Select-control .Select-value .Select-value-label {
    background-color: #F3F3F3 !important;
    color: #A1A1A1 !important;
    border-color: #CDCDCD  !important;
}

.Select-option, .Select-option.is-selected, .Select-option.is-focused {
    color: #262626;
}

.Select .Select-control:hover,
.Select .Select-control:hover .Select-input{
    background-color: #F3F3F3;
    cursor: pointer;
    box-shadow: none;
}

.Select.is-disabled .Select-control:hover,
.Select.is-disabled .Select-control:hover .Select-input {
    cursor: default;
}

.Select.is-focused .Select-control:hover,
.Select.is-focused .Select-control:hover .Select-input {
    background-color: #FFFFFF !important;
}

.Select.is-focused .Select-control {
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1) !important;
    border-color: #006FD4 !important;
}

.Select-menu-outer {
    border-radius: 0;
    border: none;
    top: calc(100% - 1px);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1) !important
}

.Select.is-focused.is-open .Select-control {
    border-color: transparent !important;
}

.Select-option:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.Select.is-open .Select-control .Select-arrow {
    visibility: hidden;
}

.Select-option.is-selected {
    background-color: #F3F3F3;
    border-left: 2px solid #FF6948;
    padding-left: 8px;
}

.Select.is-disabled .Select-arrow {
    border-color: #CDCDCD transparent transparent;
    border-width: 5px 4px 2.5px;
}

.autoColorTextMctaDropdown .Select-option,
.autoColorLinkPPDropdown .Select-option {
    background-color: #C5D4E2 !important;
}

.autoColorTextMctaDropdown .Select-option.is-selected,
.autoColorLinkPPDropdown .Select-option.is-selected {
    background-color: #BAC9D7 !important;
}

.autoColorTextMctaDropdown .Select-option:hover,
.autoColorLinkPPDropdown .Select-option:hover {
    background-color: #BAC9D7 !important;
}

.PropertyContainer_labelParentContainer__1VKX1 {
    display: flex;
}

.PropertyContainer_labelContainer__1eYOi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.PropertyContainer_labelAndIcon__2BCmp {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.PropertyContainer_iconAndPopup__3Wlf1:hover .PropertyContainer_iconPopup__20QaO {
    display: block;
}

.PropertyContainer_iconPopup__20QaO {
    display: none;
    position: absolute;
    width: 246px;
    border: 1px solid #E0D280;
    border-radius: 4px;
    background-color: #FBEA8F;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1);
    cursor: default;
}

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

.PropertyContainer_iconPopupMsg__25_x2 {
    opacity: 0.8;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    padding: 0 15px;
}

.PropertyContainer_disabled__vqYCL {
    color: #CDCDCD;
}

.PropertyContainer_iconAndPopupCont__t_MUv {
    display: flex;
    position: relative;
}

.PropertyContainer_iconAndPopupCont__t_MUv:hover .PropertyContainer_iconPopup__20QaO {
    display: block;
}

.PropertyContainer_pointer__1ST8g label {
    cursor: pointer;
}

.Icons_icon__dHrBd {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Icons_border__1-T2_ {
    border: 1px solid #5181CF;
}

/* normal state */

.buttons_button__3x1Aw {
    border: 1px solid #cccccc;
    fill: #666666;
    background-color: #ffffff;
    cursor: pointer;
    transition: background 100ms ease-out, border 100ms ease-out;
    padding: 2px 8px;
    height: 24px;
}

.buttons_button__3x1Aw.buttons_buttonLarge__2xp3M {
    font-size: 14px;
    height: 36px;
    min-width: 169px;
}

.buttons_button__3x1Aw.buttons_buttonExtraLarge__3QH15 {
    font-size: 14px;
    height: 36px;
    width: 200px;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2 {
    height: 36px;
    width: 36px;
    justify-content: space-around !important;
    padding: 0px;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2:not(:last-child) {
    border-right: 0;
}

.buttons_button__3x1Aw.buttons_textIconButton__UuvM7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.buttons_button__3x1Aw .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_error__2PHAq {
    border-color: #dc5555;
    fill: #be1e1e;
    background-color: #ffffff;
}

.buttons_button__3x1Aw.buttons_error__2PHAq .buttons_buttonIcon__29QT- {
    fill: #be1e1e;
}

.buttons_button__3x1Aw:hover {
    border-color: #cccccc;
    fill: #666666;
    background-color: #EEF5FF;
}

.buttons_button__3x1Aw:hover .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_error__2PHAq:hover {
    border-color: #be1e1e;
    fill: #ab1919;
    background-color: #f9e4e4;
}

.buttons_button__3x1Aw.buttons_error__2PHAq:hover .buttons_buttonIcon__29QT- {
    fill: #ab1919;
}

.buttons_button__3x1Aw:active {
    border-color: #cccccc;
    fill: #666666;
    background-color: #f3f3f3;
}

.buttons_button__3x1Aw:active .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_error__2PHAq:active {
    border-color: #be1e1e;
    fill: #a51c1c;
    background-color: #f2cece;
}

.buttons_button__3x1Aw.buttons_error__2PHAq:active .buttons_buttonIcon__29QT- {
    fill: #a51c1c;
}

/* normal disabled */

.buttons_button__3x1Aw.buttons_disabled__rH8Tt{
    border-color: #cdcdcd;
    fill: #cccccc;
    background-color: #F9F9F9;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_disabled__rH8Tt.buttons_buttonIcon__29QT- {
    fill: #cccccc !important;
    opacity: 0.2;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_disabled__rH8Tt:active {
    border-color: #cdcdcd;
    fill: #cccccc;
    background-color: #F9F9F9;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_disabled__rH8Tt:active .buttons_buttonIcon__29QT- {
    fill: #cccccc;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_disabled__rH8Tt:hover {
    border-color: #cdcdcd;
    fill: #cccccc;
    background-color: #F9F9F9;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_disabled__rH8Tt:hover .buttons_buttonIcon__29QT- {
    fill: #cccccc;
    cursor: default;
}

/* selected state */

.buttons_button__3x1Aw.buttons_selected__11_GN {
    border-color: #cccccc;
    fill: #666666;
    background-color: #f3f3f3;
}

.buttons_button__3x1Aw.buttons_selected__11_GN .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq {
    border-color: #802121;
    fill: #ffffff;
    background-color: #be1e1e;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq .buttons_buttonIcon__29QT- {
    fill: #ffffff;
}

.buttons_button__3x1Aw.buttons_selected__11_GN:hover {
    border-color: #cccccc;
    fill: #666666;
    background-color: #f3f3f3;
}

.buttons_button__3x1Aw.buttons_selected__11_GN:hover .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq:hover {
    border-color: #802121;
    fill: #ffffff;
    background-color: #ab1919;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq:hover .buttons_buttonIcon__29QT- {
    fill: #ffffff;
}

.buttons_button__3x1Aw.buttons_selected__11_GN:active {
    border-color: #cccccc;
    fill: #666666;
    background-color: #f3f3f3;
}

.buttons_button__3x1Aw.buttons_selected__11_GN:active .buttons_buttonIcon__29QT- {
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq:active {
    border-color: #802121;
    fill: #ffffff;
    background-color: #8d1515;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_error__2PHAq:active .buttons_buttonIcon__29QT- {
    fill: #ffffff;
}

/* selected disabled */

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt{
    border-color: #cdcdcd;
    fill: #a1a1a1;
    background-color: #cdcdcd;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt.buttons_buttonIcon__29QT- {
    fill: #a1a1a1;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt:active {
    border-color: #cdcdcd;
    fill: #a1a1a1;
    background-color: #cdcdcd;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt:active .buttons_buttonIcon__29QT- {
    fill: #a1a1a1;
    opacity: 0.2;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt:hover {
    border-color: #cdcdcd;
    fill: #a1a1a1;
    background-color: #cdcdcd;
    cursor: default;
}

.buttons_button__3x1Aw.buttons_selected__11_GN.buttons_disabled__rH8Tt:hover .buttons_buttonIcon__29QT- {
    fill: #a1a1a1;
    cursor: default;
}

.buttons_btnGroup__pJ9KL {
    fill: #666666;
    border: 1px solid #cccccc;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL.buttons_selected__11_GN,
.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL:hover {
    border-color: #cccccc;
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL.buttons_selected__11_GN {
    background-color: #f3f3f3;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL.buttons_selected__11_GN:hover {
    background-color: #f3f3f3;
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL:hover {
    background-color: #EEF5FF;
    fill: #666666;
}

.buttons_button__3x1Aw.buttons_buttonGroup__3_bE2.buttons_btnGroup__pJ9KL.buttons_disabled__rH8Tt {
    pointer-events: none;
}

.buttons_buttonSelect__JOkiH {
    border: 1px solid #cccccc;
    fill: #666666;
}

.buttons_buttonSelect__JOkiH:hover {
    background-color: #EEF5FF;
    border: 1px solid #cccccc;
    fill: #666666;
}

.buttons_buttonSelect__JOkiH.buttons_disabled__rH8Tt:hover,
.buttons_buttonSelect__JOkiH.buttons_disabled__rH8Tt {
    border: 1px solid #cdcdcd;
    background-color: #cdcdcd;
    fill: #cccccc;
}

.buttons_alignCenter__z0tmp {
    align-items: center!important;
}
.AddGoogleFont_googleFontPreview__14Ywz {
    height: 66px;
    border: 1px solid #cbcccc;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.AddGoogleFont_openGoogleFontLink__KbojH {
    font-size: 13px;
    color: #006FCD;
}

.AddGoogleFont_openGoogleFontLink__KbojH:hover {
    color: #294F90;
}
/* Default button styles */

.Button_button__1NV3d {
    font-size: 11px;
    min-width: 90px;
    min-height: 28px;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    overflow: hidden;
    box-shadow: none;
    padding: 4px 25px;
    margin-left: 14px;
    cursor: pointer;
}

.Button_buttonUpgrade__3yIMn,
.Button_buttonPrimary__33kJF,
.Button_buttonSecondary__Y3br7,
.Button_buttonContinue__3cHaJ {
    font-size: 13px;
    min-height: 33px;
    height: auto;
    font-weight: 600;
    border-radius: 16.5px;
    outline: none;
}

.Button_buttonUpgrade__3yIMn {
    color: #FFF;
    background-color: #95265E;
    margin: 0px;
}

.Button_buttonUpgrade__3yIMn:hover {
    background-color: #852254;
}

/* Primary button styles */

.Button_buttonPrimary__33kJF {
    color: #FFF;
    background-color: #0078C8;
    /* WBTGEN-5597 centering */
    line-height: 1;
}

.Button_buttonPrimary__33kJF.Button_disabled__1VXBL,
.Button_buttonPrimary__33kJF.Button_disabled__1VXBL:hover {
    background-color: #96b6ea !important;
    cursor: default;
}

.Button_buttonPrimary__33kJF:hover {
    background-color: #008CE6 !important;
}

/* Secondary button styles */

.Button_buttonSecondary__Y3br7 {  
    color: #3C3C3C;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.Button_buttonSecondary__Y3br7:hover {
    /* color: #fff !important; */
    /* border: 1px solid #a4a4a4 !important; */
    border: 1px solid #EDEDED !important;
    background-color: #EDEDED !important;
    /* background-color: #a4a4a4 !important; */
}

.Button_buttonContinue__3cHaJ {
    color: #0078C8;
    border-color: #0078C8;
    background-color: #ffffff;
}

.Button_buttonContinue__3cHaJ:hover {
    color: #ffffff;
    background-color: #008CE6;
    border-color: #008CE6;
}

.Button_propertiesButton__2bzIB {
    border: 1px solid #0078C8;
    background-color: #ffffff;
    border-radius: 18px;
    min-height: 36px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex: 1;
    align-items: center;
    color: #0078C8;
    cursor: pointer;
    padding: 0 8px;
    width: 100%;
}

.Button_propertiesButton__2bzIB:hover {
    color: #FFF;
    background-color: #008CE6;
    border-color: #008CE6;
}

.Button_buttonContinue__3cHaJ.Button_disabled__1VXBL,
.Button_buttonContinue__3cHaJ.Button_disabled__1VXBL:hover,
.Button_propertiesButton__2bzIB.Button_disabled__1VXBL,
.Button_propertiesButton__2bzIB.Button_disabled__1VXBL:hover {
    border: 1px solid #cdcdcd;
    background-color: #F9F9F9 !important;
    cursor: default;
    color: #a1a1a1;
}

.Button_propertiesButton__2bzIB .Button_text__2mrHc {
    margin-left: auto;
    margin-right: auto;
}

.Button_buttonGroup__10Ska {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.Button_buttonGroup__10Ska * {
    margin: 0px !important;
}

.Button_buttonGroup__10Ska *:not(:first-child) {
    border-left: none !important;
}

.Button_linkButton__2JgUC {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cccccc;
    height: 36px;
    padding-left: 8px;
    padding-right: 12px;
    cursor: default;
}

.Button_linkButton__2JgUC.Button_disabled__1VXBL {
    border: 1px solid #cccccc !important;
}

.Button_linkButton__2JgUC:hover {
    cursor: pointer;
}

.Button_linkButton__2JgUC.Button_blankLink__Dlog2:hover {
    border: 1px solid #006FD4;
}

.Button_linkButton__2JgUC:active {
    border: 1px solid #006FD4;
}

.Button_linkButton__2JgUC.Button_blankLink__Dlog2:active {
    background-color: #DEEDFA;
}

.Button_linkButtonContainer__msMJd {
    display: flex;
    color: #262626;
}

.Button_linkButtonContainer__msMJd:hover {
    cursor: pointer;
}

.Button_linkButtonText__10wXh {
    color: #3C71C6;
    font-size: 14px;
    font-weight: 500;
}

.Button_linkButton__2JgUC.Button_disabled__1VXBL:hover,
.Button_linkButton__2JgUC.Button_disabled__1VXBL .Button_linkButtonText__10wXh,
.Button_linkButton__2JgUC.Button_disabled__1VXBL .Button_linkButtonText__10wXh:hover {
    color: #CCC !important;
    cursor: default !important;
}

.Button_linkButtonDeleteIco__3wwp7 {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZD0iTTUuNzkzIDYuNWwuNzA3LS43MDcuNzA3LjcwNy0uNzA3LjcwN3oiLz48cGF0aCBkPSJNMy42OTYgNC4zNjdsLjcwNy0uNzA4IDIuMTIzIDIuMTItLjcwNy43MDd6TTYuNDc0IDcuMjJsLjcwNi0uNzA3IDIuMTIzIDIuMTItLjcwNi43MDd6TTMuNjU4IDguNTk1bDIuMTIzLTIuMTIuNzA3LjcwOC0yLjEyMyAyLjEyeiIvPjxwYXRoIGQ9Ik02LjUgMEMyLjkgMCAwIDIuOSAwIDYuNVMyLjkgMTMgNi41IDEzIDEzIDEwLjEgMTMgNi41IDEwLjEgMCA2LjUgMHptMCAxMkMzLjUgMTIgMSA5LjUgMSA2LjVTMy41IDEgNi41IDEgMTIgMy41IDEyIDYuNSA5LjUgMTIgNi41IDEyeiIvPjxwYXRoIGQ9Ik02LjUxMiA1LjgxOGwyLjEyMi0yLjEyMS43MDcuNzA3TDcuMjIgNi41MjV6Ii8+PC9zdmc+');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin: 3px 0;
}

.Button_linkButtonDeleteIco__3wwp7:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRDQxNjJEIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZD0iTTUuNzkzIDYuNWwuNzA3LS43MDcuNzA3LjcwNy0uNzA3LjcwN3oiLz48cGF0aCBkPSJNMy42OTYgNC4zNjdsLjcwNy0uNzA4IDIuMTIzIDIuMTItLjcwNy43MDd6TTYuNDc0IDcuMjJsLjcwNi0uNzA3IDIuMTIzIDIuMTItLjcwNi43MDd6TTMuNjU4IDguNTk1bDIuMTIzLTIuMTIuNzA3LjcwOC0yLjEyMyAyLjEyeiIvPjxwYXRoIGQ9Ik02LjUgMEMyLjkgMCAwIDIuOSAwIDYuNVMyLjkgMTMgNi41IDEzIDEzIDEwLjEgMTMgNi41IDEwLjEgMCA2LjUgMHptMCAxMkMzLjUgMTIgMSA5LjUgMSA2LjVTMy41IDEgNi41IDEgMTIgMy41IDEyIDYuNSA5LjUgMTIgNi41IDEyeiIvPjxwYXRoIGQ9Ik02LjUxMiA1LjgxOGwyLjEyMi0yLjEyMS43MDcuNzA3TDcuMjIgNi41MjV6Ii8+PC9zdmc+');
}

.Button_linkButton__2JgUC.Button_disabled__1VXBL .Button_linkButtonDeleteIco__3wwp7 {
    display: none;
}

.Button_linkButtonLinkIco__28ZI_ {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%227%22%20viewBox%3D%220%200%2018%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.286%203.5c0%201.206.961%202.188%202.143%202.188h4.285V7H3.43C1.543%207%200%205.425%200%203.5S1.543%200%203.429%200h4.285v1.313H3.43c-1.182%200-2.143.98-2.143%202.187zM14.57%200C16.457%200%2018%201.575%2018%203.5S16.457%207%2014.571%207h-4.285V5.687h4.285c1.182%200%202.143-.98%202.143-2.187%200-1.206-.961-2.188-2.143-2.188h-4.285V0h4.285zM5.143%203.5A.87.87%200%200%201%206%202.625h6a.87.87%200%200%201%20.857.875.869.869%200%200%201-.857.875H6a.869.869%200%200%201-.857-.875z%22%20fill%3D%22%23006BDF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 7px;
}

.Button_linkButtonLinkIco__28ZI_.Button_linkSet__2MB5a {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%227%22%20viewBox%3D%220%200%2018%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.286%203.429c0%201.181.961%202.142%202.143%202.142h4.285v1.286H3.43A3.439%203.439%200%200%201%200%203.43%203.439%203.439%200%200%201%203.429%200h4.285v1.286H3.43a2.145%202.145%200%200%200-2.143%202.143zM14.57%200A3.439%203.439%200%200%201%2018%203.429a3.439%203.439%200%200%201-3.429%203.428h-4.285V5.571h4.285a2.145%202.145%200%200%200%202.143-2.142%202.145%202.145%200%200%200-2.143-2.143h-4.285V0h4.285zM5.143%203.429A.86.86%200%200%201%206%202.57h6a.86.86%200%200%201%20.857.858.86.86%200%200%201-.857.857H6a.86.86%200%200%201-.857-.857z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}

.Button_linkButtonLinkIco__28ZI_:hover {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%227%22%20viewBox%3D%220%200%2018%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.286%203.5c0%201.206.961%202.188%202.143%202.188h4.285V7H3.43C1.543%207%200%205.425%200%203.5S1.543%200%203.429%200h4.285v1.313H3.43c-1.182%200-2.143.98-2.143%202.187zM14.57%200C16.457%200%2018%201.575%2018%203.5S16.457%207%2014.571%207h-4.285V5.687h4.285c1.182%200%202.143-.98%202.143-2.187%200-1.206-.961-2.188-2.143-2.188h-4.285V0h4.285zM5.143%203.5A.87.87%200%200%201%206%202.625h6a.87.87%200%200%201%20.857.875.869.869%200%200%201-.857.875H6a.869.869%200%200%201-.857-.875z%22%20fill%3D%22%23006BDF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') !important;
    cursor: pointer;
}

.Button_linkButton__2JgUC.Button_disabled__1VXBL .Button_linkButtonLinkIco__28ZI_,
.Button_linkButton__2JgUC.Button_disabled__1VXBL .Button_linkButtonLinkIco__28ZI_:hover {
    background-image: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23cfcfcf%22%20width%3D%2218%22%20height%3D%227%22%20viewBox%3D%220%200%2018%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.286%203.429c0%201.181.961%202.142%202.143%202.142h4.285v1.286H3.43A3.439%203.439%200%200%201%200%203.43%203.439%203.439%200%200%201%203.429%200h4.285v1.286H3.43a2.145%202.145%200%200%200-2.143%202.143zM14.57%200A3.439%203.439%200%200%201%2018%203.429a3.439%203.439%200%200%201-3.429%203.428h-4.285V5.571h4.285a2.145%202.145%200%200%200%202.143-2.142%202.145%202.145%200%200%200-2.143-2.143h-4.285V0h4.285zM5.143%203.429A.86.86%200%200%201%206%202.57h6a.86.86%200%200%201%20.857.858.86.86%200%200%201-.857.857H6a.86.86%200%200%201-.857-.857z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E')  !important;
    cursor: default !important;
}

.CheckBox_bgBlue__2Wfon, .CheckBox_bgGreen__1D6aE {
    cursor: pointer;
    display: inline-block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #CDCDCD;
    background-color: #FFFFFF;
}

.CheckBox_bgBlue__2Wfon.CheckBox_disabled__3Y4d-, .CheckBox_bgGreen__1D6aE.CheckBox_disabled__3Y4d- {
    cursor: default;
    background-color: #F9F9F9;
    border-color: #CDCDCD;
}

.CheckBox_bgGreen__1D6aE.CheckBox_checked__1gB9O {
    background: #87AB53 url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTM2IDQuOTVMMS40MTQgMi44MjggMCA0LjI0MyAyLjgyOCA3LjA3bC43MDguNzA3TDkuMTkyIDIuMTIgNy43NzguNzA3IDMuNTM2IDQuOTV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') 50% 50% no-repeat;
    border: none;
}

.CheckBox_bgBlue__2Wfon.CheckBox_checked__1gB9O {
    background: #006FD4 url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTM2IDQuOTVMMS40MTQgMi44MjggMCA0LjI0MyAyLjgyOCA3LjA3bC43MDguNzA3TDkuMTkyIDIuMTIgNy43NzguNzA3IDMuNTM2IDQuOTV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') 50% 50% no-repeat;
    border: none;
}

.CheckBox_bgBlue__2Wfon.CheckBox_checked__1gB9O.CheckBox_disabled__3Y4d-:not(.CheckBox_whiteCheckMark__1Kzjz), .CheckBox_bgGreen__1D6aE.CheckBox_checked__1gB9O.CheckBox_disabled__3Y4d-:not(.CheckBox_whiteCheckMark__1Kzjz) {
    background: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDpncmF5IiB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTM2IDQuOTVMMS40MTQgMi44MjggMCA0LjI0MyAyLjgyOCA3LjA3bC43MDguNzA3TDkuMTkyIDIuMTIgNy43NzguNzA3IDMuNTM2IDQuOTV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') 0 -1px no-repeat, linear-gradient(#f3f3f3, #f3f3f3);
    background-position: 30%;
}

.CheckBox_bgBlue__2Wfon.CheckBox_checked__1gB9O.CheckBox_disabled__3Y4d-.CheckBox_whiteCheckMark__1Kzjz, .CheckBox_bgGreen__1D6aE.CheckBox_checked__1gB9O.CheckBox_disabled__3Y4d-.CheckBox_whiteCheckMark__1Kzjz {
    background-color: #CFCFCF;
}

.CheckBox_container__2yeV0 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.CheckBox_ppcContainer__2AGV5 {
    margin-top: 20px;
    min-height: 16px;
    font-size: 14px;
}

.CheckBox_container__2yeV0 .CheckBox_label__1YWsB {
    cursor: pointer;
    flex-grow: 1;
    line-height: 16px;
    color: #262626;
}

.CheckBox_container__2yeV0 .CheckBox_label__1YWsB.CheckBox_disabled__3Y4d- {
    cursor: default;
    color: #a1a1a1;
}

.CheckBox_container__2yeV0 > *:last-child {
    margin-left: 8px;
}

.CheckBox_slider__3Psmj {
    background-color: #666666;
    height: 15px;
    width: 25px;
    border-radius: 7.5px;
    position: relative;
    cursor: pointer;
}

.CheckBox_sliderHandle__3c_hB {
    position: absolute;
    height: 13px;
    width: 13px;
    border-radius: 6.5px;
    background-color: #FFFFFF;
    left: 1px;
    top: 1px;
}

.CheckBox_slider__3Psmj.CheckBox_checked__1gB9O {
    background-color: #45E783;
}

.CheckBox_slider__3Psmj.CheckBox_checked__1gB9O .CheckBox_sliderHandle__3c_hB {
    left: 11px;
}

.CheckBox_slider__3Psmj.CheckBox_disabled__3Y4d- {
    opacity: 0.3;
    cursor: default;
}

.MobileView_ppMobileView__8I4Qs {
    align-items: flex-start;
    height: auto;
}

.MobileView_ppMobileViewlabel__2b9dG {
    width: 100%;
}
.textLike_noValueSet__3y35h {
    color: #D0021B;
}

.textLike_addUpdateButton__hKQXH {
    font-weight: 600;
}

.textLike_checkboxOverride__2oGmT {
    align-items: flex-start;
    margin-top: 10px;
}

.textLike_mainPageIntroText__2jI6E {
    color: #666;
    font-size: 12px;
}

.textLike_mainPageFooterText__tOezj {
    background: rgba(0, 0, 0, 3%);
    color: #262626;
    display: flex;
    font-size: 13px;
    margin: 0 -20px -20px;
    padding: 20px;
}

/* 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: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

/* Generic */

button {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.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: "One Montserrat", "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;
}

.dialogs_statusMsg__3upfm {
    font-size: 20px;
    color: #c8c8c8;
}

.dialogs_statusMsgBox__x1iuU {
    width: 100%;
    height: 100%;
    background-color: #fafcfb;
}

.dialogs_helpMsg__3EVyn {
    color: #888888;
}

.dialogs_buttonBlue__2Uaio {
    color: #006fcd;
    border: 1px solid #006fcd;
    cursor: pointer;
    padding: 3px;
}
.dialogs_buttonBlue__2Uaio:hover {
    color: #ffffff;
    background-color: #006fcd;
}

.dialogs_buttonGrey___YZ6v {
    border: 1px solid rgba(38,38,38,0.15);
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    cursor: pointer;
}

.dialogs_buttonGrey___YZ6v:hover {
    color: #ffffff;
    background-color: #a4a4a4;
}

/* Common */
/* TODO: move to dialogs.css */
.Dialog_dialogGreenLink__3itj7 {
    color: #7BA148;
    text-decoration: underline;
    font-size: 12px;
}
.Dialog_dialogBlueLink__3O4yc {
    color: #006FCD;
    text-decoration: underline;
    font-size: 12px;
}
/* Dialog */
.Dialog_dialog__RgLxE {
    width: inherit;
    height: inherit;
    background-color: #fff;
}
.Dialog_container__Jm-Sy {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.Dialog_body__2F0E- {
    flex: 1;
    font-size: 12px;
    padding: 0 28px;
}
.Dialog_strip__KcENZ {
    height: 6px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.Dialog_stripInfo__37A7P {
    background-color: #76A338;
}
.Dialog_stripWarning__PP8o6 {
    background-color: #E48476;
}
.Dialog_stripAdvisory__3CaV5 {
    background-color: #FFBF00;
}
.Dialog_closeBtn__2KZyp {
    width: 12px;
    height: 12px;
    right: 7px;
    position: absolute;
    z-index: 12;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojQ0RDRENEIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42MzcuMTUxTDUgMy43ODggMS4zNjMuMTUuMTUxIDEuMzYzIDMuNzg4IDUgLjE1IDguNjM3bDEuMjEzIDEuMjEyTDUgNi4yMTIgOC42MzcgOS44NWwxLjIxMi0xLjIxMkw2LjIxMiA1IDkuODUgMS4zNjR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.Dialog_closeBtnWithStrip__yadaC {
    top: 13px;
}
.Dialog_closeBtnWithoutStrip__Hq5XX{
    top: 7px;
}
.Dialog_closeBtn__2KZyp:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojOTA5MDkwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC42MzcuMTUxTDUgMy43ODggMS4zNjMuMTUuMTUxIDEuMzYzIDMuNzg4IDUgLjE1IDguNjM3bDEuMjEzIDEuMjEyTDUgNi4yMTIgOC42MzcgOS44NWwxLjIxMi0xLjIxMkw2LjIxMiA1IDkuODUgMS4zNjR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=');
}
.Dialog_titleBox__XeiOS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    height: 84px;
}
.Dialog_titleIcon__3T0Kq {
    flex-basis: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 14px;
}
.Dialog_title__1m45w {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}
.Dialog_subTitle__3Uspm {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}
.Dialog_footer__1janO {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px 0 18px;
    width: inherit;
}
.Dialog_footerBare__2PByt {
    justify-content: flex-end;
}
.Dialog_footerContent__1fAAr {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Dialog_footerButtonContainer__1fkme {
    display: flex;
}
.Dialog_footerButtonContainer__1fkme > .Dialog_footerButton__2yCzs {
    height: auto;
}

.TabDialog_dialog__11zxd {
    display: flex;
}

.TabDialog_dialog__11zxd .TabDialog_container__2s1o7 {
    padding: 6px 0 0;
    display: flex;
    height: 100%;
}

.TabDialog_panel__3SUi8 {
    flex: 0 0 150px;
    padding-top: 10px;
    background-color: #f9f9f9;
}

.TabDialog_panelItem__b9fjl:hover {
    background-color: #eef5fb;
}

.TabDialog_panelItem__b9fjl {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    font-size: 13px;
    box-sizing: content-box;
    color: #262626;
}

.TabDialog_panelItem__b9fjl:last-child {
    border-bottom: none;
}

.TabDialog_panelItem__b9fjl.TabDialog_active__dDGyD {
    /*TODO: Don't use important. Fix it with more specificity. Revisit here if some regression noted.*/
    background-color: #e5edf3;
    position: relative;
}

.TabDialog_tabBody__OkDIH {
    flex-grow: 1;
}

.TabDialog_dialog__11zxd .TabDialog_titleBox__28BoP {
    height: 40px;
}

.TabDialog_dialog__11zxd .TabDialog_titleBox__28BoP.TabDialog_withSubTitle__1hxqD {
    padding-top: 15px;
}

.TabDialog_titleBoxBorder__LexGi {
    border-bottom: 1px solid #E5E5E5;
}

.TabDialog_footer__9m0-9 {
    font-size: 12px;
}

.TabDialog_panelHeading__1MbRn {
    padding: 11px 21px;
    color: #262626;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.TabDialog_panelHeadingContainer__3lM9z {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.TabDialog_container__2s1o7 {
    flex-direction: row;
}

.TabDialog_panelTop__1_Qx9 .TabDialog_container__2s1o7 {
    flex-direction: column;
}

.TabDialog_panelTop__1_Qx9 .TabDialog_panel__3SUi8 {
    display: flex;
    flex-direction: row;
    height: 75px;
    flex: initial;
    border-bottom: 1px solid #E5E5E5;
}

.TabDialog_panelTop__1_Qx9 .TabDialog_panelItem__b9fjl {
    border-bottom: 0px;
}

.TabDialog_tabsContainer__1M17z {
    display: flex;
    width: 100%;
    flex: 1;
}

.TabDialog_panelTop__1_Qx9.TabDialog_tabsContainer__1M17z {
    flex-direction: column;
}

.TabDialog_containerForFullLeftPanel__3qobD {
    flex-direction: column;
    color: #262626;
}

.dialogs_statusMsg__3upfm {
    font-size: 20px;
    color: #c8c8c8;
}

.dialogs_statusMsgBox__x1iuU {
    width: 100%;
    height: 100%;
    background-color: #fafcfb;
}

.dialogs_helpMsg__3EVyn {
    color: #888888;
}

.dialogs_buttonBlue__2Uaio {
    color: #006fcd;
    border: 1px solid #006fcd;
    cursor: pointer;
    padding: 3px;
}

.dialogs_buttonBlue__2Uaio:hover {
    color: #ffffff;
    background-color: #006fcd;
}

.dialogs_buttonGrey___YZ6v {
    border: 1px solid rgba(38,38,38,0.15);
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    cursor: pointer;
}

.dialogs_buttonGrey___YZ6v:hover {
    color: #ffffff;
    background-color: #a4a4a4;
}

.DemoTip_container__y_emj {
    width: 190px;
}

.DemoTip_closeBtn__1vBWr {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojRTFEMjgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi40NjkiIGhlaWdodD0iMTYuNjg4IiB2aWV3Qm94PSIwIDAgMTYuNDY5IDE2LjY4OCI+PHBhdGggZD0iTTIuNTYyLjQ0MWwxMy40MzUgMTMuNDM1YTEuNSAxLjUgMCAwIDEtMi4xMjEgMi4xMjFMLjQ0MSAyLjU2MkExLjUgMS41IDAgMSAxIDIuNTYyLjQ0MXpNLjQ0MSAxNC4xMTNMMTMuODc2LjY3OGExLjUgMS41IDAgMSAxIDIuMTIxIDIuMTIxTDIuNTYyIDE2LjIzNGExLjUgMS41IDAgMSAxLTIuMTIxLTIuMTIxeiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    cursor: pointer;
}

div.Tooltip_container__2VbPW {
    z-index: 1111000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms;
}

div.Tooltip_container__2VbPW.Tooltip_show__2bXyq {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms 0ms, opacity 200ms;
}

div.Tooltip_container__2VbPW .Tooltip_tipInfo__2pJ7Q {
    font-size: 11px;
    line-height: 15px;
    padding: 9px 22px 11px;
    text-align: center;
}

div.Tooltip_container__2VbPW .Tooltip_tipInfo__2pJ7Q * {
    opacity: unset;
}

.Tooltip_container__2VbPW .Tooltip_pointer__1D6OP {
    top: auto;
    left: auto;
    width: 10px;
    height: 10px;
}

.Tooltip_container__XhHBJ {
    position: absolute;
    z-index: 11000;
    border: 1px solid #E0D280;
    border-radius: 4px;
    background-color: #FBEA8F;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.1);
}

.Tooltip_container__XhHBJ.Tooltip_sticky__ErO68 {
    z-index: 10010;
}

.Tooltip_tipInfo__2ETih {
    border-radius: 4px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    padding: 10px 15px;
    z-index: 2;
    color: #3c3c3c;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
}

.Tooltip_pointer__35ZF8 {
    height: 21px;
    width: 21px;
    border: inherit;
    transform: rotate(45deg);
    background-color: inherit;
    position: absolute;
    left: -8px;
    top: 33px;
    z-index: -1;
}

.Tooltip_tipIcon__2p0mJ {
    padding: 3px 9px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.Tooltip_tip__2CAM3 {
    opacity: 0.8;
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.Tooltip_tipHeaderBar__2W-JD {
    display: flex;
    padding-bottom: 3px;
}

.Tooltip_tipSubHeader__2_O-u {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    font-weight: normal;
}

.Tooltip_header__3eYGd {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #3c3c3c;
    mix-blend-mode: normal;
    opacity: 0.9;
    margin-bottom: 7px;
}

.Tooltip_textDescription__3hdYL {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.Tooltip_text1Style__3HXGV {
    display: block;
    margin-top: 15px;
}

.Tooltip_linkTextStyle__3wGhm:hover {
    color: #294F90;
}

.Tooltip_linkTextStyle__3wGhm {
    display: block;
    color: #006FCD;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.Tooltip_close__1x2aW{
    opacity: 0.4;
    margin-left: auto;
    cursor: pointer;
}

.Tooltip_close__1x2aW svg {
    width: 10px !important;
    height: 10px !important;
}

.Tooltip_tipText__2e114 {
    color: #262626;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.Tooltip_tipIcon__2p0mJ + .Tooltip_tipText__2e114 {
    width: calc(100% - 30px);
}

.Tooltip_chkBoxLableStyle__25s4B {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #262626;
}

.Tooltip_customBox__1rnEN {
    width: 100%;
}

.Tooltip_largeTipIcon__3Q8By.Tooltip_tipIcon__2p0mJ {
    width: 34px;
    padding: 3px 0px 0px 0px;
}

.Tooltip_mediumTipIcon__3f2Cu.Tooltip_tipIcon__2p0mJ {
    width: 24px;
    padding-top: 0px;
}

.Tooltip_largeTipIcon__3Q8By.Tooltip_tipIcon__2p0mJ + .Tooltip_tipText__2e114 {
    width: calc(100% - 49px);
    margin-left: 10px;
}

.Tooltip_mediumTipIcon__3f2Cu.Tooltip_tipIcon__2p0mJ + .Tooltip_tipText__2e114 {
    width: calc(100% - 39px);
    margin-left: 10px;
}

.Tooltip_actionClsBtn__oXi2C {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    height: 33px;
    border: 1px solid rgba(38,38,38,0.15);
    background-color: rgba(255,255,255,0.6);
    margin-top: 20px;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
    cursor: pointer;
}

.Tooltip_actionClsLink__P47Rl {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    background: none;
    border: none;
    text-decoration: underline;
    padding: 10px 0 0 0;
    margin: 0;
    cursor: pointer;
}

.MctaVerticalBar_mctaVerticalBar__2_AGz {
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 1px;
}

.MctaCombobox_mctaCombobox__XVDga .Select .Select-menu-outer {
    font-size: 13px;
}

.MctaCombobox_mctaCombobox__XVDga .Select .Select-control {
    height: 26px;
}

.MctaCombobox_mctaCombobox__XVDga .Select .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
    font-size: 13px;
}

.MctaCombobox_mctaCombobox__XVDga .Select-control .Select-value {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 10px !important;
}

.MctaCombobox_mctaCombobox__XVDga .Select-input {
    height: 26px;
}

.MctaCombobox_mctaCombobox__XVDga .Select-arrow-zone {
    width: 23px;
    padding-right: 3px;
    height: 26px;
}

.MctaCombobox_linkCombo__3khHk {
    color: #006FD4;
}

.MctaCombobox_linkDiv__2Cc3r {
    border-top: 1px solid grey;
    margin-top: -8px;
}

.MctaCombobox_linkLabel__1ghiR {
    padding-top: 8px;
}

.MctaPropertyContainer_labelContainer__27Msi {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.MctaPropertyContainer_labelContainer__27Msi > .MctaPropertyContainer_label__1G2lr {
    font-size: 13px;
    margin-right: 8px;
    color: #262626;
    font-weight: normal;
}

.MctaPropertyContainer_propertyContainer__7z34f {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.MctaSlider_sliderContainer___GZro {

    display: flex;
    align-items: center;
}

.MctaSlider_slider__s5QsI {
    width: 110px;
    margin-left: 3px;
    margin-right: 3px;
}

.MctaSlider_gallerySpacingSlider__2wJla {
    width: 300px;
}

.MctaSlider_valueLabel__D4jhE {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}

.MctaSlider_label__1HT4P {
    font-size: 13px;
    color: #262626;
}

.MctaSlider_sliderContainer___GZro .rc-slider-handle:active {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}

.MctaSlider_sliderContainer___GZro .rc-slider-handle:hover .rc-slider-handle-decoration {
    background-color: #006FD4;
}

.MctaSlider_sliderContainer___GZro .rc-slider-handle:active .rc-slider-handle-decoration {
    width: 6px !important;
    height: 6px !important;
    border-radius: 3px !important;
    top: 4px !important;
    left: 4px !important;
}

.MctaSlider_forMve__umTfn .rc-slider {
    width: 75px;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.rc-slider {
    height: 6px;
    background-color: #dddddd;
    padding: 0;
}

.rc-slider-handle-decoration {
    width: 4px;
    height: 4px;
    background-color: #006FD4;
    position: relative;
    top: 5px;
    left: 5px;
    border-radius: 2px;
}

.rc-slider-disabled .rc-slider-handle-decoration {
    background-color: #FFFFFF;
    border: 1px solid #E1DFDF;
}

.rc-slider-rail {
    height: 6px;
    background-color: #d8d8d8;
}

.rc-slider-track {
    background-color: #666666;
    height: 6px;
}

.rc-slider-disabled,
.rc-slider-disabled .rc-slider-track {
    background-color: #d8d8d8;
}

.rc-slider .rc-slider-handle {
    border: 1px solid #CDCDCD;
    width: 16px;
    height: 16px;
}

.rc-slider .rc-slider-handle:hover {
    background-color: #F4F8FF;
}

.Slider_ppSliderContainer__2NmA6 {
    margin-top: 10px;
}

.MctaCheckbox_container__2-n0E {
    height: 16px;
    font-size: 13px;
}

.MctaColorProperty_container__1P36J {
    display: flex;
}

.MctaColorProperty_colorContainer__3rYE7 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.MctaColorProperty_color__m8aLY {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    /* border: 1px solid rgba(0,0,0,0.2); */
}

.MctaColorProperty_color__m8aLY.MctaColorProperty_empty__1aBhT {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22b%22%20width%3D%2219.133%22%20height%3D%2219.133%22%20x%3D%22-16.133%22%20y%3D%22-16.133%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20transform%3D%22scale(.3986)%22%2F%3E%3C%2Fpattern%3E%3Cimage%20id%3D%22a%22%20width%3D%2248%22%20height%3D%2248%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEGWlDQ1BrQ0dDb2xvclNwYWNlR2VuZXJpY1JHQgAAOI2NVV1oHFUUPrtzZyMkzlNsNIV0qD8NJQ2TVjShtLp%2F3d02bpZJNtoi6GT27s6Yyc44M7v9oU9FUHwx6psUxL%2B3gCAo9Q%2FbPrQvlQol2tQgKD60%2BINQ6Ium65k7M5lpurHeZe58853vnnvuuWfvBei5qliWkRQBFpquLRcy4nOHj4g9K5CEh6AXBqFXUR0rXalMAjZPC3e1W99Dwntf2dXd%2Fp%2Btt0YdFSBxH2Kz5qgLiI8B8KdVy3YBevqRHz%2FqWh72Yui3MUDEL3q44WPXw3M%2Bfo1pZuQs4tOIBVVTaoiXEI%2FMxfhGDPsxsNZfoE1q66ro5aJim3XdoLFw72H%2Bn23BaIXzbcOnz5mfPoTvYVz7KzUl5%2BFRxEuqkp9G%2FAjia219thzg25abkRE%2FBpDc3pqvphHvRFys2weqvp%2BkrbWKIX7nhDbzLOItiM8358pTwdirqpPFnMF2xLc1WvLyOwTAibpbmvHHcvttU57y5%2BXqNZrLe3lE%2FPq8eUj2fXKfOe3pfOjzhJYtB%2Fyll5SDFcSDiH%2BhRkH25%2BL%2BsdxKEAMZahrlSX8ukqMOWy%2FjXW2m6M9LDBc31B9LFuv6gVKg%2F0Szi3KAr1kGq1GMjU%2FaLbnq6%2FlRxc4XfJ98hTargX%2B%2BDbMJBSiYMIe9Ck1YAxFkKEAG3xbYaKmDDgYyFK0UGYpfoWYXG%2BfAPPI6tJnNwb7ClP7IyF%2BD%2BbjOtCpkhz6CFrIa%2FI6sFtNl8auFXGMTP34sNwI%2FJhkgEtmDz14ySfaRcTIBInmKPE32kxyyE2Tv%2BthKbEVePDfW%2FbyMM1Kmm0XdObS7oGD%2FMypMXFPXrCwOtoYjyyn7BV29%2FMZfsVzpLDdRtuIZnbpXzvlf%2Bev8MvYr%2FGqk4H%2FkV%2FG3csdazLuyTMPsbFhzd1UabQbjFvDRmcWJxR3zcfHkVw9GfpbJmeev9F08WW8uDkaslwX6avlWGU6NRKz0g%2FSHtCy9J30o%2Fca9zX3Kfc19zn3BXQKRO8ud477hLnAfc1%2FG9mrzGlrfexZ5GLdn6ZZrrEohI2wVHhZywjbhUWEy8icMCGNCUdiBlq3r%2BxafL549HQ5jH%2Ban%2B1y%2BLlYBifuxAvRN%2FlVVVOlwlCkdVm9NOL5BE4wkQ2SMlDZU97hX86EilU%2FlUmkQUztTE6mx1EEPh7OmdqBtAvv8HdWpbrJS6tJj3n0CWdM6busNzRV3S9KTYhqvNiqWmuroiKgYhshMjmhTh9ptWhsF7970j%2FSbMrsPE1suR5z7DMC%2BP%2FHs%2By7ijrQAlhyAgccjbhjPygfeBTjzhNqy28EdkUh8C%2BDU9%2Bz2v%2FoyeH791OncxHOs5y2AtTc7nb%2Ff73TWPkD%2FqwBnjX8BoJ98VQNcC%2B8AAACzSURBVGgF7ZhBCsMwDATjvsb%2Ff41%2F09LjHsWQbQOTm8CS4hkLjNfe%2B30NvnPOGiy%2F7q7%2FmvzMP651A7%2B2ogENQAIeIQgQp2sAI4QFHm9gdK%2F5wrr7bjOt%2F3gDbgDOIE7XAEYIC2gAAsTpGsAIYQENQIA4fU3vHr4LYeZZwBlIHv1IA33m2VEDyaMfaaDPPDtqIHn0I9%2BF%2BsyzozOQPPqRBvrMs6MGkkc%2F0kCfeXbUQPLoRx%2BYOxtLtn0wiAAAAABJRU5ErkJggg%3D%3D%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill-opacity%3D%22.45%22%20fill%3D%22url(%23b)%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%2F%3E%3Crect%20stroke%3D%22%23A4A4A4%22%20stroke-width%3D%221.41%22%20x%3D%22.705%22%20y%3D%22.705%22%20width%3D%2224.59%22%20height%3D%2224.59%22%20rx%3D%2212.295%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.MctaColorProperty_toggle__2uIm6 {
    position: relative;
    display: block;
    width: 8px;
    height: 4px;
    overflow: hidden;
}

.MctaColorProperty_toggle__2uIm6 > span {
    position: absolute;
    top: -5px;
    display: block;
    width: 100%;
    height: 200%;
    background-color: #666666;
    transform: rotate(45deg);
}

.MctaColorProperty_toggle__2uIm6.MctaColorProperty_opened__1MsWN > span {
    top: 1px;
}

.MctaColorProperty_dark__2Qi0n.MctaColorProperty_color__m8aLY {
    border: 1.8px solid rgba(255,255,255,0.3);
}

.MctaColorProperty_light__3zFeZ.MctaColorProperty_color__m8aLY {
    border: 1.8px solid rgba(0,0,0,0.09);
}
.ColorPicker_colorPickerCover__2cSDe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000005;
}

.ColorPicker_colorPicker__2TQJE {
    z-index: 1000010;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border: transparent;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 2px, rgba(0, 0, 0, 0.298039) 0px 4px 8px;
    flex-direction: column;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_colorPickerTitle__1NVfm {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.ColorPicker_toolTipContainer__2zu1G {
    width: 251px;
}

.ColorPicker_toolTipTopContainer__32c66 {
    width: 220px;
}

.ColorPicker_toolTipInfo__1sQvo {
    padding: 14px 21px 14px 21px;
}

.ColorPicker_toolTipInfo__1sQvo .ColorPicker_tooltipLink__1c_f9 {
    color: #0078C8;
    text-decoration: none;
}

.ColorPicker_toolTipInfo__1sQvo .ColorPicker_tooltipLink__1c_f9:hover {
    text-decoration: underline;
}

.ColorPicker_separator__34c7t {
    background-color: #f3f3f3;
    height: 1px;
    width: 100%;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_recentColors__1MQmj {
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    height: 85px;
    margin: 10px 0px 15px 0px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_recentColors__1MQmj .ColorPicker_recentColorsContentWrapper__1vIQT {
    width: 248px;
    height: 100%;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_recentColorsContentWrapper__1vIQT .ColorPicker_recentColorsHeading__2GKy7 {
    color: rgba(51,51,51,0.31);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 17px;
    width: 248px;
    text-transform: uppercase;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_recentColorsContentWrapper__1vIQT .ColorPicker_swatchesContainer__2B63s {
    width: 100%;
    display: flex;
    font-style: italic;
    justify-content: space-between;
    margin-top: 13px;
    height: 40px;
    align-items: center;
}

.ColorPicker_colorPicker__2TQJE .ColorPicker_recentColorsContentWrapper__1vIQT .ColorPicker_emptySwatch__3R1Fd {
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    border: 1px dashed #CCCCCC;
    opacity: 0.62;
    border-radius: 34px;
}

.ColorPicker_colorPicker__2TQJE:active,
.ColorPicker_colorPicker__2TQJE:focus {
    outline: none !important;
}

.ColorPicker_arrow_box__2lQ2r {
    position: absolute;
}

.ColorPicker_removeSelection__1kLwD {
    width: 100%;
    padding-left: 10px;
    color: #3f3f3f;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.ColorPicker_colorPicker__2TQJE input {
    height: 36px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    text-align: center;
    width: 40px !important;
    border: 1px solid #DDDDDD !important;
    box-shadow: none !important;
    color: #333333;
}

/* IMPORTANT: HACKS APPLIED TO OVERRIDE COLOR PICKER WIDGET STYLES */

/* TODO: import font family from App.css */

.sketch-picker {
    padding: 0 !important;
    border-radius: 0px !important;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif !important;
    box-shadow: none !important;
    width: 248px!important;
    box-sizing: border-box !important;  /* To override the value set as "initial" (content-box) via inline style by Chrome color picker */
    margin-bottom: 5px;
}

.sketch-picker > div:first-child {
    height: 248px !important;
    padding-bottom: 0 !important;
    border-radius: 0px !important;
}

.sketch-picker .saturation-white > div > div {
    width: 12px !important;
    height: 12px !important;
    border-radius: 6px !important;
    transform: translate(-6px, -6px) !important;
}

.sketch-picker > .flexbox-fix:nth-child(3) > div:first-child input {
    width: 80px !important;
}

.sketch-picker > .flexbox-fix:nth-child(2) > div:last-child {
    display: none !important;
}

.sketch-picker > .flexbox-fix:nth-child(2) > div:first-child > div:first-child {
    height: 7px !important;
    overflow: visible !important;
}

.sketch-picker > .flexbox-fix:nth-child(2) {
    padding: 12px 0 12px;
}

.sketch-picker > .flexbox-fix:nth-child(3) {
    padding: 0 !important;
}

.sketch-picker > .flexbox-fix:nth-child(3) > div:first-child {
    margin-right: 20px;
}

.sketch-picker > .flexbox-fix:nth-child(3) > div > div{
    display: inline-block;
}

.sketch-picker > .flexbox-fix:nth-child(3) > div span{
    color: #666666 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    cursor: default !important;
    margin-top: 4px;
    text-transform: uppercase !important;
}

.sketch-picker .hue-horizontal,
.sketch-picker .saturation-black,
.sketch-picker > div:first-child > div {
    border-radius: 4px;
}

.sketch-picker .hue-horizontal > div {
    top: -4px;
}

.sketch-picker .hue-horizontal > div > div {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    transform: translate(-6px, -1px) !important;
    box-shadow: none !important;
    cursor: pointer;
    border: 1px solid #CDCDCD;
    background-color: #FFFFFF !important;
}

.ColoredSwatch_coloredSwatch__22RlI {
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px;
    cursor: pointer;
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_clickable__3SOhF:hover {
    transform: scale(1.1470588235294117); /* 39/34 */
    transition: all 150ms;
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_selected__2bYlw {
    cursor: default;
    pointer-events: none;
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_selected__2bYlw::after {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAyMy4xMjZsNS42NTctNS42NTYgOC40ODQgOC40ODQgMTcuNDctMTcuNDY5IDUuNjU4IDUuNjU3TDE0LjE0MiAzNy4yNyAwIDIzLjEyNnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-size: 100%;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 19px;
    height: 19px;
    display: block;
    background-repeat: no-repeat;
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_selected__2bYlw.ColoredSwatch_veryLight__1Zfrj::after {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAyMy4xMjZsNS42NTctNS42NTYgOC40ODQgOC40ODQgMTcuNDctMTcuNDY5IDUuNjU4IDUuNjU3TDE0LjE0MiAzNy4yNyAwIDIzLjEyNnoiIGZpbGw9IiM2NjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_dark__1SfnD {
    border: 1.8px solid rgba(255,255,255,0.3);
}

.ColoredSwatch_coloredSwatch__22RlI.ColoredSwatch_light__3SA2T {
    border: 1.8px solid rgba(0,0,0,0.09);
}

div.styles_mctaButton__3npcu {
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 9px;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    justify-content: center;
}

div.styles_mctaButton__3npcu.styles_selected__Su7jc {
    background-color: #E2E2E2;
    border-color: #fff;
}

div.styles_mctaButton__3npcu.styles_disabled__3NSJc {
    fill: #c2c2c2;
}

div.styles_mctaButton__3npcu.styles_disabled__3NSJc:hover {
    fill: #c2c2c2;
    background-color: transparent;
}

div.styles_mctaButtonIcon__4CNXJ {
    height: 26px;
    width: 32px;
    padding: 0;
}

div.styles_mctaButton__3npcu.styles_selected__Su7jc:hover,
div.styles_mctaButton__3npcu:hover {
    fill: black;
    background-color: #E2E2E2;
}

div.styles_mctaButton__3npcu.styles_selected__Su7jc:active,
div.styles_mctaButton__3npcu:active {
    background-color: #d6d6d6;
}

.styles_mctaLinkButtonWithLinkSet__1uNwp {
    fill: #006FCD;
}

.styles_mctaLinkButtonWithBrokenLinkSet__1bNc9 {
    fill: #be1e1e;
}


.InputField_inputField__10G0f {
    height: 36px;
    width: 100%;
    color: #262626;
    font-size: 13px;
    font-family: "One Montserrat", "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: #D20019 !important;
    outline: none !important;
    color: #D20019;
}

.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;
    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 {
    align-items: center;
    bottom: 0;
    display: flex;
    position: absolute;
    right: 12px;
    top: 1px;
}

.InputField_hidden__21XUy {
    visibility: hidden;
}

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

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

.MctaInput_mctaInput__Y654s label,
.MctaInput_mctaInput__Y654s input[type="text"] {
    font-size: 13px;
    height: 26px;
}

.MctaInput_mctaInput__Y654s input[type="text"] {
    border: 1px solid #CDCDCD;
}

.MctaInput_mctaInput__Y654s input[type="text"]:active {
    border-color: #0066CC;
}

.MctaInput_mctaInput__Y654s input[type="text"]:focus {
    border-color: #006FD4;
}

.MctaInput_mctaInput__Y654s input {
    margin-left: 8px;
}

.MctaInput_mctaInput__Y654s label {
    cursor: pointer;
}
div.index_mctaButton__1R7jg {
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 9px;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    justify-content: center;
}

div.index_mctaButton__1R7jg.index_selected__2eYD0 {
    background-color: #E2E2E2;
    border-color: #fff;
}

div.index_mctaButton__1R7jg.index_disabled__1agnj {
    fill: #c2c2c2;
}

div.index_mctaButton__1R7jg.index_disabled__1agnj:hover {
    fill: #c2c2c2;
    background-color: transparent;
}

div.index_mctaButtonIcon__2ZzTi {
    height: 26px;
    width: 32px;
    padding: 0;
}

div.index_mctaButton__1R7jg.index_selected__2eYD0:hover,
div.index_mctaButton__1R7jg:hover {
    fill: black;
    background-color: #E2E2E2;
}

div.index_mctaButton__1R7jg.index_selected__2eYD0:active,
div.index_mctaButton__1R7jg:active {
    background-color: #d6d6d6;
}

.index_mctaLinkButtonWithLinkSet__1ASBt {
    fill: #006FCD;
}

.index_mctaLinkButtonWithBrokenLinkSet__25fsF {
    fill: #be1e1e;
}

.index_columnGridContainer__KDQg9 {
    display: inline-flex;
    justify-content: space-between;
}

.index_column__2ITsi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_column__2ITsi > div {
    background-color: #333333;
    width: 7px;
    height: 7px;
}


.ColorProperty_container__30uou {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ColorProperty_colorContainer__nwccM {
    cursor: pointer;
}

.ColorProperty_colorBox__hSvgX {
    width: 21px;
    height: 21px;
    cursor: pointer;
    border-radius: 11.5px;
}

.ColorProperty_disabled__19F-d {
     pointer-events: none;
     border: 1px solid #CDCDCD;
 }

.ColorProperty_disabledWithoutBorder__in8k0 {
     pointer-events: none;
 }

.ColorProperty_crossIcon__3P_S_ {
    cursor: pointer;
}

.ColorProperty_crossIcon__3P_S_:hover svg{
    fill: #E20000;
    background-color: #FFFFFF;
    border-radius: 7px;
}

.ColorProperty_crossIcon__3P_S_:active svg{
    fill: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}

.ColorProperty_colorWrapper__1gR8m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ColorProperty_dark__HPqHk.ColorProperty_colorBox__hSvgX {
    border: 1.8px solid rgba(255,255,255,0.3);
}

.ColorProperty_light__2x3E_.ColorProperty_colorBox__hSvgX {
    border: 1.8px solid rgba(0,0,0,0.09);
}

.ColorProperty_default__2VNuF.ColorProperty_colorBox__hSvgX {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22b%22%20width%3D%2215.51%22%20height%3D%2215.51%22%20x%3D%22-13.087%22%20y%3D%22-13.087%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20transform%3D%22scale(.32312)%22%2F%3E%3C%2Fpattern%3E%3Cimage%20id%3D%22a%22%20width%3D%2248%22%20height%3D%2248%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEGWlDQ1BrQ0dDb2xvclNwYWNlR2VuZXJpY1JHQgAAOI2NVV1oHFUUPrtzZyMkzlNsNIV0qD8NJQ2TVjShtLp%2F3d02bpZJNtoi6GT27s6Yyc44M7v9oU9FUHwx6psUxL%2B3gCAo9Q%2FbPrQvlQol2tQgKD60%2BINQ6Ium65k7M5lpurHeZe58853vnnvuuWfvBei5qliWkRQBFpquLRcy4nOHj4g9K5CEh6AXBqFXUR0rXalMAjZPC3e1W99Dwntf2dXd%2Fp%2Btt0YdFSBxH2Kz5qgLiI8B8KdVy3YBevqRHz%2FqWh72Yui3MUDEL3q44WPXw3M%2Bfo1pZuQs4tOIBVVTaoiXEI%2FMxfhGDPsxsNZfoE1q66ro5aJim3XdoLFw72H%2Bn23BaIXzbcOnz5mfPoTvYVz7KzUl5%2BFRxEuqkp9G%2FAjia219thzg25abkRE%2FBpDc3pqvphHvRFys2weqvp%2BkrbWKIX7nhDbzLOItiM8358pTwdirqpPFnMF2xLc1WvLyOwTAibpbmvHHcvttU57y5%2BXqNZrLe3lE%2FPq8eUj2fXKfOe3pfOjzhJYtB%2Fyll5SDFcSDiH%2BhRkH25%2BL%2BsdxKEAMZahrlSX8ukqMOWy%2FjXW2m6M9LDBc31B9LFuv6gVKg%2F0Szi3KAr1kGq1GMjU%2FaLbnq6%2FlRxc4XfJ98hTargX%2B%2BDbMJBSiYMIe9Ck1YAxFkKEAG3xbYaKmDDgYyFK0UGYpfoWYXG%2BfAPPI6tJnNwb7ClP7IyF%2BD%2BbjOtCpkhz6CFrIa%2FI6sFtNl8auFXGMTP34sNwI%2FJhkgEtmDz14ySfaRcTIBInmKPE32kxyyE2Tv%2BthKbEVePDfW%2FbyMM1Kmm0XdObS7oGD%2FMypMXFPXrCwOtoYjyyn7BV29%2FMZfsVzpLDdRtuIZnbpXzvlf%2Bev8MvYr%2FGqk4H%2FkV%2FG3csdazLuyTMPsbFhzd1UabQbjFvDRmcWJxR3zcfHkVw9GfpbJmeev9F08WW8uDkaslwX6avlWGU6NRKz0g%2FSHtCy9J30o%2Fca9zX3Kfc19zn3BXQKRO8ud477hLnAfc1%2FG9mrzGlrfexZ5GLdn6ZZrrEohI2wVHhZywjbhUWEy8icMCGNCUdiBlq3r%2BxafL549HQ5jH%2Ban%2B1y%2BLlYBifuxAvRN%2FlVVVOlwlCkdVm9NOL5BE4wkQ2SMlDZU97hX86EilU%2FlUmkQUztTE6mx1EEPh7OmdqBtAvv8HdWpbrJS6tJj3n0CWdM6busNzRV3S9KTYhqvNiqWmuroiKgYhshMjmhTh9ptWhsF7970j%2FSbMrsPE1suR5z7DMC%2BP%2FHs%2By7ijrQAlhyAgccjbhjPygfeBTjzhNqy28EdkUh8C%2BDU9%2Bz2v%2FoyeH791OncxHOs5y2AtTc7nb%2Ff73TWPkD%2FqwBnjX8BoJ98VQNcC%2B8AAACzSURBVGgF7ZhBCsMwDATjvsb%2Ff41%2F09LjHsWQbQOTm8CS4hkLjNfe%2B30NvnPOGiy%2F7q7%2FmvzMP651A7%2B2ogENQAIeIQgQp2sAI4QFHm9gdK%2F5wrr7bjOt%2F3gDbgDOIE7XAEYIC2gAAsTpGsAIYQENQIA4fU3vHr4LYeZZwBlIHv1IA33m2VEDyaMfaaDPPDtqIHn0I9%2BF%2BsyzozOQPPqRBvrMs6MGkkc%2F0kCfeXbUQPLoRx%2BYOxtLtn0wiAAAAABJRU5ErkJggg%3D%3D%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill-opacity%3D%22.45%22%20fill%3D%22url(%23b)%22%20x%3D%222.423%22%20y%3D%222.423%22%20width%3D%2216.154%22%20height%3D%2216.154%22%20rx%3D%228.077%22%2F%3E%3Crect%20stroke%3D%22%23A4A4A4%22%20stroke-width%3D%221.41%22%20x%3D%22.705%22%20y%3D%22.705%22%20width%3D%2219.59%22%20height%3D%2219.59%22%20rx%3D%229.795%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}


.TdButton_tdButton__nHtmD {
    vertical-align: middle;
    text-align: center;
}

.TdButton_tdButton__nHtmD:hover {
    border-style:double;
}

.styles_alignButton__oCwYV:hover {
    background-color: #EEF5FF;
}

.styles_alignButton__oCwYV.styles_selected__3pMHg {
    background-color: #eaeaea;
    border-color: #cdcdcd;
    stroke: #000;
}

.styles_alignButton__oCwYV.styles_selected__3pMHg:hover {
    background-color: #eaeaea;
    border-color: #cdcdcd;
}

.styles_alignToolbar__37_KO {
    position: relative;
    top: 0;
    left: -3.5px;
}

.mobileV .styles_alignToolbar__37_KO {
    left: -3px
}

.styles_alignToolbarClosed__2sSje {
    stroke: #000;
    fill: #D8D8D8;
}

.styles_alignmentToolbarVertical__3HfLY {
    width: 38px;
}

.styles_alignToolbarWrapper__3jyKj {
    width: 32px;
    stroke: #000;
    fill: #D8D8D8;
}

.styles_alignButton__oCwYV {
    padding: 0.1px;
}

.FontFamily_container__fZj13 {
    border-radius: 8px;
}

.FontFamily_fontPreview__2l9jG {
    height: 52px;
    font-size: 16px;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 32px;
    background-color: #f8f8f8;
}

.FontFamily_fontPreview__2l9jG:hover {
    background-color: #e7e7e7;
}

.FontFamily_fontPreview__2l9jG.FontFamily_selected__2dylA {
    border-left: 3px solid rgba(254, 126, 99, 1);
}

.FontFamily_plusIco__XLFq6:hover {
    cursor: pointer;
    background-color: #DEEDFA;
}

.FontFamily_buttonSelect__ypRM9 {
    border: 1px solid #cccccc;
    fill: #666666;
}

span.FontFamily_buttonSelect__ypRM9 span {
    font-size: 13px;
}

.FontFamily_buttonSelect__ypRM9:hover {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    fill: #666666;
}

.FontFamily_buttonSelect__ypRM9.FontFamily_disabled__2zySY:hover,
.FontFamily_buttonSelect__ypRM9.FontFamily_disabled__2zySY {
    border: 1px solid #cdcdcd;
    background-color: #f3f3f3;
    fill: #cdcdcd;
}

.Separator_separator__OoCHw {
    width: calc(100% + 40px);
    height: 1px;
    background-color: #cccccc;
    margin-left: -20px;
}

/* to make content not related from footer */
/* to make it closer to content */
.WarningDialog_dialog__3fvxD {
    font-size: 11px;
}
.WarningDialog_iconWarning__yTopj {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDpyZWQiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNFRjc1NzUiPjxwYXRoIGQ9Ik05IDEuMzI3QTcuNjczIDcuNjczIDAgMSAxIDEuMzI3IDkgNy42ODQgNy42ODQgMCAwIDEgOSAxLjMyN3pNOSAwYTkgOSAwIDEgMCAwIDE4QTkgOSAwIDAgMCA5IDB6Ii8+PGNpcmNsZSBjeD0iOS4wMjMiIGN5PSIxMi42NjgiIHI9IjEiLz48cmVjdCB4PSI4LjE2OCIgeT0iNC41IiB3aWR0aD0iMS42NTQiIGhlaWdodD0iNi4yNDQiIHJ4PSIuNzQiLz48L2c+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
}
.WarningDialog_warningDialogTitle__2OqBh {
    height: auto !important;
    padding: 0 26px !important;
    padding-bottom: 17px !important;
    padding-top: 32px !important;
}
p.WarningDialog_message__3vMLF:not(:first-child) {
    margin-top: 5px;
}
.WarningDialog_redBtn__1elJq {
    background-color: #D20019 !important;
}
.WarningDialog_redBtn__1elJq:hover {
    background-color: #e60036 !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 {
    flex-grow: 1;
    position: relative;
    overflow: scroll;
}

.Preview_globalFloatsRow__R3fTY {
    height: 0;
    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;
}

.Preview_sectionFloatWrapper__1SM4p {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div[data-specific-kind="IMAGE"] .has-link {
    display: flex;
    align-items: stretch;
}

div[data-specific-kind="IMAGE"] .has-link div[data-link] {
    min-height: initial !important;
    height: auto !important;
}

@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: flex !important;
    justify-content: center;
}

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

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

/*
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: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
}

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

.mobileV.mobileViewLoaded .Group-imageAndText.align-right,
.mobileV.mobileViewLoaded .Group-textAndText.align-right {
    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: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

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

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

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

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

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

.bgBodyWrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bgBodyWrapper .bodyBackground {
    height: 130%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Preview_cookieBannerHide__1oqas {
    display: none;
}

.Preview_cookieBannerGrey__1Ay5W {}

.Preview_cookieBannerBlack__2OQLT {}

.Preview_cookieBannerWhite__Bz34J {}

.Preview_cookieBannerContainer__38EPA {
    display: flex;
    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 {
    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 {
    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: flex;
    align-items: center;
    max-width: 1150px;
    flex: 1;
}

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

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

@media (min-width: 1280px) {
    .Preview_cbDivContainerMiddle__1vgm8 {
        min-width: 1150px;
        flex: 1;
    }
    .Preview_cbDivContainerStart__1ONyq, .Preview_cbDivContainerEnd__KGxWW {
        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 {
    flex-direction: column;
    padding: 31px 27px;
    text-align: center;
    font-size: 15px;
}

[data-mobile-pin],
[data-pin] {
    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="SECTION"].is-sticky,
div[data-pin][data-specific-kind="STRIP"].is-sticky {
    width: 100%;
}

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

div[data-mobile-pin] #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;
    min-width: calc(100% - 63px);
}

div[data-mobile-pin] #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;
}

.extra > div {
    padding-left: 18px;
    padding-right: 18px;
}

.extra > div[data-specific-kind="STRIP"],
.extra > div[data-specific-kind="SECTION"] {
    padding-left: 0;
    padding-right: 0;
}

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

.jsdropdown li a span {
    word-wrap: break-word;
}

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

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

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

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

.template:not(.mobileV) .Background_disableSectionBgImage__2W-vc, .workspace .Background_disableSectionBgImage__2W-vc {
    background-image: none !important;
}

.template:not(.mobileV) .Background_disableSectionBgColor__gIa6r, .workspace .Background_disableSectionBgColor__gIa6r {
    background-color: transparent !important;
}
.workspace_dividerLine__1kZlp {
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    left: 0;
    z-index: 50000;
}

.workspace_dividerText__1VoSw {
    color: red;
    font-size: 10px;
    padding: 2px 10px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px red solid;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .workspace_dividerLine__1kZlp div.workspace_dividerText__1VoSw, body .workspace_dividerLine__1kZlp div.workspace_dividerText__1VoSw span {
    cursor: pointer !important;
}

.workspace_defaultTextContainer__34wEu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    background-color: #EFEFEF;
}

.workspace_defaultTextContainer__34wEu .workspace_heading__3MLot {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.workspace_defaultTextContainer__34wEu .workspace_info__3lFrr {
    font-size: 13px;
}

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

.template:not(.mobileV) .BackgroundPreview_disableSectionBgImage__32_iW, .workspace .BackgroundPreview_disableSectionBgImage__32_iW {
    background-image: none !important;
}

.template:not(.mobileV) .BackgroundPreview_disableSectionBgColor__24BV9, .workspace .BackgroundPreview_disableSectionBgColor__24BV9 {
    background-color: transparent !important;
}

.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;
    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: flex;
    align-items: center;
}

.mobileV .align-justify .ButtonPreview_container__22hQi {
    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: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    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: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: absolute;
    white-space: nowrap;
}

.style_logoTextInnerContainer__3mCcI {
    display: flex;
    align-items: 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: flex;
    justify-content: 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: flex;
    align-items: 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 .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;
}

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

.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;
    align-items: center;
    vertical-align: middle;
}

.swiper-slide {
    height: 100% !important;
    align-items: center;
    justify-content: center;
    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: flex;
}

.swiper-container .arrow {
    top: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    position: absolute;
    z-index: 5;
    width: 17px;
    height: 17px;
    justify-content: 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: flex;
    width: 100%;
    justify-content: 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;
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.collapseExpandIcon {
    width: 16px;
    height: 9px;
    cursor: pointer;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-right: 8px;
    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: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 66px;
}

.captionTitleContainer > div{
    width: 100%;
}

.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;
    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;
    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: flex;
    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: flex;
    flex-direction: column;
}

.styles_occupy100PctOfHeight__2HmkQ {
    height: 100%;
}

.styles_fillspace__31sJh {
    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%;
            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: flex;
    justify-content: 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 {
    flex: 1;
    display: flex;
}

.mobileV .styles_verticalAlignmentWrapper__3SDi2 {
    height: 100%;
    width: 100%;
    position: relative;
}

.mobileV .styles_verticalAlignmentWrapper__3SDi2,
.extendedPanel .styles_verticalAlignmentWrapper__3SDi2,
#PushDownOffScreenRenderForBlocksDomId .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;
}

.styles_invalidateHighlightAndShadows__2W3IH p [style*="background-color"],
.styles_invalidateHighlightAndShadows__2W3IH h1 [style*="background-color"],
.styles_invalidateHighlightAndShadows__2W3IH h2 [style*="background-color"],
.styles_invalidateHighlightAndShadows__2W3IH h3 [style*="background-color"],
.styles_invalidateHighlightAndShadows__2W3IH ul [style*="background-color"],
.styles_invalidateHighlightAndShadows__2W3IH ol [style*="background-color"] {
    background-color: inherit !important;
}

.styles_invalidateHighlightAndShadows__2W3IH p [style*="text-shadow"],
.styles_invalidateHighlightAndShadows__2W3IH h1 [style*="text-shadow"],
.styles_invalidateHighlightAndShadows__2W3IH h2 [style*="text-shadow"],
.styles_invalidateHighlightAndShadows__2W3IH h3 [style*="text-shadow"],
.styles_invalidateHighlightAndShadows__2W3IH ul [style*="text-shadow"],
.styles_invalidateHighlightAndShadows__2W3IH ol [style*="text-shadow"] {
    text-shadow: inherit !important;
}

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

.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: flex;
    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 {
    justify-content: flex-start;
}

.mobileV .align-right .contactFormContainer .submitButtonContainer {
    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;
}

.template:not(.mobileV) .Background_disableSectionBgImage__2W-vc, .workspace .Background_disableSectionBgImage__2W-vc {
    background-image: none !important;
}

.template:not(.mobileV) .Background_disableSectionBgColor__gIa6r, .workspace .Background_disableSectionBgColor__gIa6r {
    background-color: transparent !important;
}
.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;
}

.template:not(.mobileV) .StripPreview_disableSectionBgImage__14nFN, .workspace .StripPreview_disableSectionBgImage__14nFN {
    background-image: none !important;
}

.template:not(.mobileV) .StripPreview_disableSectionBgColor__1892s, .workspace .StripPreview_disableSectionBgColor__1892s {
    background-color: transparent !important;
}

.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: calc(100% - 36px) !important;
}

.Social_container__2rWh4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    line-height: 1px;
}
.mobileV .Social_container__2rWh4 {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
}
.Social_container__2rWh4 a {
    text-decoration: none;
    cursor: pointer;
}
.Social_noLinks__2bhq_ {
    width: 100%;
    color: #3A3A3A;
    font-size: 12px;
    border: 1px dashed #999999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    text-align: center;
}
.Social_noLinks__2bhq_ span { 
    display: block;
}
.BrokenMultimedia_brokenMultimediaWrapper__31WCd {
    background-color: #bdbdbd;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

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

.BrokenMultimedia_brokenMultimediaText__15jh- {
    color: #979797;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; /* update BROKEN_MULTIMEDIA_TEXT_STYLE_LINE_HEIGHT in BrokenMultimedia.js when udpating lineHeight here */
}

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

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

.InstagramGallery_instagramGallery__2XC6c img {
    display: block;
}

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- .img-container {
    margin: auto;
}

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.InstagramGallery_instagramGallery__2XC6c img {
    -o-object-fit: cover;
       object-fit: cover;
}

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_galleryCaption__1WRXB {
    margin: auto;
    overflow: hidden;
}

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- a {
    text-decoration: none;
}

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

.InstagramGallery_instagramGallery__2XC6c .InstagramGallery_galleryCaption__1WRXB span {
    word-wrap: normal;
}

.InstagramGallery_instagramGallery__2XC6c.InstagramGallery_zeroImages__35I8n {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #999;
    white-space: nowrap;
    height: 100%;
}

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

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

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

.mobileV .InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC-:first-child {
    padding: 0 5px 5px 0;
}

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

.mobileV .InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- .img-container,
.mobileV .InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- .img-wrapper,
.mobileV .InstagramGallery_instagramGallery__2XC6c img {
    width: 100% !important;
    height: auto !important;
}

.mobileV .InstagramGallery_instagramGallery__2XC6c .InstagramGallery_instagramGalleryCell__2BmC- .img-container {
    display: block;
}

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

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

.mobileV .InstagramGallery_galleryCaption__1WRXB.InstagramGallery_emptyCaption__jj5d7 {
    display: none;
}

.mobileV .instagramGallery.InstagramGallery_instagramGallery__2XC6c {
    width: 100%;
}

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

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

.InstagramGallery_buttonPreview__22xlB {
    position: relative !important;
    cursor: pointer;
    min-width: 130px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mobileV .InstagramGallery_buttonPreview__22xlB a {
    width: 100%;
}

.InstagramGallery_image__1H7bP {
    -o-object-fit: cover;
       object-fit: cover;
}

.InstagramGallery_instagramPostIconContainer__21t1y {
    position: absolute;
    top: 5px;
    right: 5px;
}

.InstagramGallery_instagramVideoIcon__2hlbx {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iNjMiIHZpZXdCb3g9IjAgMCA3OCA2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTQzIDBhOSA5IDAgMCAxIDkgOXYyLjkyM2w0LjEzNS0xLjM1MkE2IDYgMCAwIDEgNjQgMTYuMjc0VjMyLjg3YTYgNiAwIDAgMS03Ljc2OSA1LjczNEw1MiAzNy4yOThWNDBhOSA5IDAgMCAxLTkgOUg5YTkgOSAwIDAgMS05LTlWOWE5IDkgMCAwIDEgOS05aDM0eiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0xOC44JSIgeT0iLTE4LjQlIiB3aWR0aD0iMTM3LjUlIiBoZWlnaHQ9IjE0OSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeT0iMyIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSI0IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93SW5uZXIiLz48ZmVPZmZzZXQgZHk9IjMiIGluPSJzaGFkb3dJbm5lciIgcmVzdWx0PSJzaGFkb3dJbm5lciIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiBpbjI9InNoYWRvd0lubmVyIiBvcGVyYXRvcj0ib3V0IiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PHBhdGggZD0iTTIyLjA0NCAxMy4yM2wxMy40NjUgOS43OTJhMS42MjIgMS42MjIgMCAwIDEgMCAyLjYyNEwyMi4wNDQgMzUuNDRhMS42MjIgMS42MjIgMCAwIDEtMi41NzYtMS4zMTJWMTQuNTQyYTEuNjIyIDEuNjIyIDAgMCAxIDIuNTc2LTEuMzEyeiIgaWQ9ImQiLz48ZmlsdGVyIHg9Ii02Ny4yJSIgeT0iLTI4LjYlIiB3aWR0aD0iMjI4LjElIiBoZWlnaHQ9IjE4MC40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlT2Zmc2V0IGR5PSIzIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMy41IiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48L2RlZnM+PGcgZmlsbD0ibm9uZSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNyA0KSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjRkFGQUZBIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik00MyAyYzEuOTMzIDAgMy42ODMuNzg0IDQuOTUgMi4wNUE2Ljk3OCA2Ljk3OCAwIDAgMSA1MCA5djUuNjhsNi43NTctMi4yMDhhMy45ODcgMy45ODcgMCAwIDEgMy4wNTIuMjM1QTMuOTg3IDMuOTg3IDAgMCAxIDYyIDE2LjI3NFYzMi44N2EzLjk4NyAzLjk4NyAwIDAgMS0xLjE3MiAyLjgyOSAzLjk4NyAzLjk4NyAwIDAgMS00LjAwNy45OTRMNTAgMzQuNTg4VjQwYTYuOTc4IDYuOTc4IDAgMCAxLTIuMDUgNC45NUE2Ljk3OCA2Ljk3OCAwIDAgMSA0MyA0N0g5YTYuOTc4IDYuOTc4IDAgMCAxLTQuOTUtMi4wNUE2Ljk3OCA2Ljk3OCAwIDAgMSAyIDQwVjljMC0xLjkzMy43ODQtMy42ODMgMi4wNS00Ljk1QTYuOTc4IDYuOTc4IDAgMCAxIDkgMnoiIHN0cm9rZS1saW5lam9pbj0ic3F1YXJlIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgNCkiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjZCIvPjx1c2UgZmlsbD0iI0ZBRkFGQSIgeGxpbms6aHJlZj0iI2QiLz48L2c+PC9nPjwvc3ZnPg==');
}

.InstagramGallery_instagramCarouselIcon__2ZLtq {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NyA2NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTU4IDE4LjUyOVY0OC40N0E5LjUyOSA5LjUyOSAwIDAgMSA0OC40NzEgNThIMTguNTNhOS41MTcgOS41MTcgMCAwIDEtNy43NjItNEg0OWE1IDUgMCAwIDAgNS01VjEwLjc2N2E5LjUxNyA5LjUxNyAwIDAgMSA0IDcuNzYyeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0xNC44JSIgeT0iLTEwLjYlIiB3aWR0aD0iMTI5LjYlIiBoZWlnaHQ9IjEyOS42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PHJlY3QgaWQ9ImQiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjUiLz48ZmlsdGVyIHg9Ii0xNC42JSIgeT0iLTEwLjQlIiB3aWR0aD0iMTI5LjIlIiBoZWlnaHQ9IjEyOS4yJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlTW9ycGhvbG9neSByYWRpdXM9IjQiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dJbm5lciIvPjxmZU9mZnNldCBkeT0iMiIgaW49InNoYWRvd0lubmVyIiByZXN1bHQ9InNoYWRvd0lubmVyIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIGluMj0ic2hhZG93SW5uZXIiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjxnIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQgMikiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZBRkFGQSIgeGxpbms6aHJlZj0iI2IiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCAyKSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYykiIHhsaW5rOmhyZWY9IiNkIi8+PHJlY3Qgc3Ryb2tlPSIjRkFGQUZBIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lam9pbj0ic3F1YXJlIiB4PSIyIiB5PSIyIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHJ4PSI1Ii8+PC9nPjwvZz48L3N2Zz4=');
}

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

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

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

}

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

.mobileV .Button_textContainer__LpuWT {
    width: unset;
}

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

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

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

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

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

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

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

.FacebookFeedGallery_facebookFeedGallery__nfTiT img {
    display: block;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr .img-container {
    margin: auto;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT img {
    -o-object-fit: cover;
       object-fit: cover;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 0px 3.84778px 3.84778px rgba(0, 0, 0, 0.1);
    border-radius: 3.73447px;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaption__2tHr6 {
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr a {
    text-decoration: none;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaptionContainer__28Tyk,
.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaptionContainer__28Tyk > div:first-child,
.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaptionContainer__28Tyk .facebook-feed-title-description-wrapper {
    height: 100%;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaption__2tHr6 span {
    word-wrap: normal;
}

.FacebookFeedGallery_facebookFeedGallery__nfTiT.FacebookFeedGallery_zeroImages__Rz7ji {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #999;
    white-space: nowrap;
    height: 100%;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr {
    box-sizing: border-box !important;
    margin: 0 !important;
    height: 325px !important;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr:nth-child(2n+1) {
    margin: 5px 5px 5px 0;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr:nth-child(2n+2) {
    margin: 5px 0 5px 5px;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr:first-child {
    margin: 0 5px 5px 0;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr:nth-child(2) {
    margin: 0 0 5px 5px;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr .img-container,
.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr .img-wrapper,
.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT img {
    width: 100% !important;
    height: auto !important;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_facebookFeedGalleryCell__3Qjvr .img-container {
    display: block;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaption__2tHr6 {
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

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

.mobileV .FacebookFeedGallery_galleryCaption__2tHr6.FacebookFeedGallery_emptyCaption__2ZT_Y {
    display: none;
}

.mobileV .facebookFeedGallery.FacebookFeedGallery_facebookFeedGallery__nfTiT {
    width: 100%;
}

.mobileV .FacebookFeedGallery_facebookFeedGallery__nfTiT .FacebookFeedGallery_galleryCaptionContainer__28Tyk .facebook-feed-title-description-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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

.FacebookFeedGallery_buttonPreview__2Lko9 {
    position: relative !important;
    cursor: pointer;
    min-width: 130px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mobileV .FacebookFeedGallery_buttonPreview__2Lko9 a {
    width: 100%;
}

.FacebookFeedGallery_image__35Xq- {
    -o-object-fit: cover;
       object-fit: cover;
}

.FacebookFeedGallery_facebookFeedPostIconContainer__3h9cA {
    position: absolute;
    top: 5px;
    right: 5px;
}

.FacebookFeedGallery_facebookFeedVideoIcon__7eoXt {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iNjMiIHZpZXdCb3g9IjAgMCA3OCA2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTQzIDBhOSA5IDAgMCAxIDkgOXYyLjkyM2w0LjEzNS0xLjM1MkE2IDYgMCAwIDEgNjQgMTYuMjc0VjMyLjg3YTYgNiAwIDAgMS03Ljc2OSA1LjczNEw1MiAzNy4yOThWNDBhOSA5IDAgMCAxLTkgOUg5YTkgOSAwIDAgMS05LTlWOWE5IDkgMCAwIDEgOS05aDM0eiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0xOC44JSIgeT0iLTE4LjQlIiB3aWR0aD0iMTM3LjUlIiBoZWlnaHQ9IjE0OSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeT0iMyIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSI0IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93SW5uZXIiLz48ZmVPZmZzZXQgZHk9IjMiIGluPSJzaGFkb3dJbm5lciIgcmVzdWx0PSJzaGFkb3dJbm5lciIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiBpbjI9InNoYWRvd0lubmVyIiBvcGVyYXRvcj0ib3V0IiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PHBhdGggZD0iTTIyLjA0NCAxMy4yM2wxMy40NjUgOS43OTJhMS42MjIgMS42MjIgMCAwIDEgMCAyLjYyNEwyMi4wNDQgMzUuNDRhMS42MjIgMS42MjIgMCAwIDEtMi41NzYtMS4zMTJWMTQuNTQyYTEuNjIyIDEuNjIyIDAgMCAxIDIuNTc2LTEuMzEyeiIgaWQ9ImQiLz48ZmlsdGVyIHg9Ii02Ny4yJSIgeT0iLTI4LjYlIiB3aWR0aD0iMjI4LjElIiBoZWlnaHQ9IjE4MC40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlT2Zmc2V0IGR5PSIzIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMy41IiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48L2RlZnM+PGcgZmlsbD0ibm9uZSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNyA0KSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjRkFGQUZBIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik00MyAyYzEuOTMzIDAgMy42ODMuNzg0IDQuOTUgMi4wNUE2Ljk3OCA2Ljk3OCAwIDAgMSA1MCA5djUuNjhsNi43NTctMi4yMDhhMy45ODcgMy45ODcgMCAwIDEgMy4wNTIuMjM1QTMuOTg3IDMuOTg3IDAgMCAxIDYyIDE2LjI3NFYzMi44N2EzLjk4NyAzLjk4NyAwIDAgMS0xLjE3MiAyLjgyOSAzLjk4NyAzLjk4NyAwIDAgMS00LjAwNy45OTRMNTAgMzQuNTg4VjQwYTYuOTc4IDYuOTc4IDAgMCAxLTIuMDUgNC45NUE2Ljk3OCA2Ljk3OCAwIDAgMSA0MyA0N0g5YTYuOTc4IDYuOTc4IDAgMCAxLTQuOTUtMi4wNUE2Ljk3OCA2Ljk3OCAwIDAgMSAyIDQwVjljMC0xLjkzMy43ODQtMy42ODMgMi4wNS00Ljk1QTYuOTc4IDYuOTc4IDAgMCAxIDkgMnoiIHN0cm9rZS1saW5lam9pbj0ic3F1YXJlIi8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgNCkiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjZCIvPjx1c2UgZmlsbD0iI0ZBRkFGQSIgeGxpbms6aHJlZj0iI2QiLz48L2c+PC9nPjwvc3ZnPg==');
}

.FacebookFeedGallery_facebookFeedCarouselIcon__3b-OM {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NyA2NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTU4IDE4LjUyOVY0OC40N0E5LjUyOSA5LjUyOSAwIDAgMSA0OC40NzEgNThIMTguNTNhOS41MTcgOS41MTcgMCAwIDEtNy43NjItNEg0OWE1IDUgMCAwIDAgNS01VjEwLjc2N2E5LjUxNyA5LjUxNyAwIDAgMSA0IDcuNzYyeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii0xNC44JSIgeT0iLTEwLjYlIiB3aWR0aD0iMTI5LjYlIiBoZWlnaHQ9IjEyOS42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PHJlY3QgaWQ9ImQiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjUiLz48ZmlsdGVyIHg9Ii0xNC42JSIgeT0iLTEwLjQlIiB3aWR0aD0iMTI5LjIlIiBoZWlnaHQ9IjEyOS4yJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlTW9ycGhvbG9neSByYWRpdXM9IjQiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dJbm5lciIvPjxmZU9mZnNldCBkeT0iMiIgaW49InNoYWRvd0lubmVyIiByZXN1bHQ9InNoYWRvd0lubmVyIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIGluMj0ic2hhZG93SW5uZXIiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjxnIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQgMikiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZBRkFGQSIgeGxpbms6aHJlZj0iI2IiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCAyKSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYykiIHhsaW5rOmhyZWY9IiNkIi8+PHJlY3Qgc3Ryb2tlPSIjRkFGQUZBIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lam9pbj0ic3F1YXJlIiB4PSIyIiB5PSIyIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHJ4PSI1Ii8+PC9nPjwvZz48L3N2Zz4=');
}

.FacebookFeedGallery_facebookCaptionTitleLogoContainer__30al2 {
    height: 30px;
    width: 30px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%209a9%209%200%201%200-10.406%208.89v-6.288H5.309V9h2.285V7.017c0-2.255%201.343-3.501%203.4-3.501.984%200%202.014.175%202.014.175v2.215h-1.135c-1.118%200-1.467.694-1.467%201.406V9h2.496l-.399%202.602h-2.097v6.289A9.002%209.002%200%200%200%2018%209z%22%20fill%3D%22%23BBB%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
}

.FacebookFeedGallery_facebookCaptionTitleContainer__1l8zC {
    display: flex;
    margin-bottom: 7.5px;
}

.FacebookFeedGallery_facebookImageNotAvailableContainer__1utkh {
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center
}

.FacebookFeedGallery_facebookImageNotAvailable__2jVZB {
    height: 65px;
    width: 65px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2264%22%20height%3D%2263%22%20viewBox%3D%220%200%2064%2063%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.297%2031.615C63.297%2014.155%2049.127%200%2031.65%200%2014.169%200%200%2014.155%200%2031.615c0%2015.78%2011.573%2028.86%2026.703%2031.231V40.754h-8.035v-9.139h8.035V24.65c0-7.924%204.726-12.3%2011.955-12.3%203.462%200%207.084.617%207.084.617v7.78h-3.99c-3.932%200-5.158%202.438-5.158%204.938v5.93h8.777l-1.403%209.139h-7.374v22.092c15.13-2.371%2026.703-15.45%2026.703-31.23z%22%20fill%3D%22%23BBB%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
}

.FacebookFeedGallery_profileImage__lTyYe {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}

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

.MobileHeader_container__1XW3y {
    display: flex;
    align-items: center;
    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: flex;
    min-width: 29px;
    align-items: center;
    justify-content: center;
    height: 29px;
}

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

.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: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: auto;
    height: 100%;
}

.MobileHeader_title__1avp4 {
    color: #4D4D4D;
    flex: 1;
    font-size: 18px;
    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 {
    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;
    display: flex;
    flex-direction: column;
    align-items: 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 {
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 15px;
    flex: 0 0 auto;
}

.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;
    transform: rotate(45deg);
}

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

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

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

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

.MobileHeader_mveMenuWrapper__2vCPx {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.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: flex;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD {
    cursor:pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    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 {
    transform: rotate(135deg);
    margin-top: -4px;
}
.MobileHeaderMenu_mobileMenu__21p7v .MobileHeaderMenu_expandCollapseContainer__1rweD .MobileHeaderMenu_arrowUp__2THXC {
    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: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
/* Generic */
button {
    font-family: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}
.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: "One Montserrat", "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;
}

.SharedBgImgView_container__3T3Gw {
    width: 100%;
    position: absolute;
}

.mobileV .SharedBgImgView_container__3T3Gw {
    display: none;
}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: 85%;
  top: 0%;
  bottom: 0%;
}
.noTitleCaptionBox.shinybox-overlay .shinybox-close {
  top: 2%;
}
.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,
.shinybox-overlay video,
.shinybox-overlay .album-container {
  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 video,
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-inline-container,
.shinybox-overlay .shinybox-slider .slide .album-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%;
}

.album-container .album-left {
    background-image: url(a62bc02957.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    display: block;
    background-size: 90%;
    transform: rotate(90deg);
    background-position: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 40px;
}
.album-container .album-right {
    background-image: url(7b308300e3.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    display: block;
    background-size: 90%;
    transform: rotate(90deg);
    background-position: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-left: 40px;
}

.shinybox-overlay .shinybox-prev.disabled,
.shinybox-overlay .shinybox-next.disabled,
.album-container .album-left.disabled,
.album-container .album-right.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-no-facebook-media {
    background-image: url(af15121453.svg);
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}.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;
}