@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:active){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));font-weight:400;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;font-weight:400;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:32px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 24px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{font-weight:400;width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-dismissible .components-notice__content{margin-right:25px}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:499;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:400;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-image-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);background-size:cover;border-radius:2px;box-shadow:inset 0 0 0 1px #0003;height:20px;outline:1px solid #0000;width:20px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents{margin:0 16px 16px}.block-editor-block-inspector-edit-contents .block-editor-block-inspector-edit-contents__button{justify-content:center}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:after{display:none}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:after{display:inline-flex}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{fill:#1e1e1e;flex-shrink:0;margin-right:12px}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-24px;left:0;margin:0 -24px -24px;padding:16px 24px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0;white-space:nowrap}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{color:#1e1e1e;padding:16px}.block-editor-block-card.is-parent{padding-bottom:4px}.block-editor-block-card.is-child{padding-top:4px}.block-editor-block-card__parent-select-button{align-items:start;height:auto!important;padding:0;text-align:start}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:499;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon,.block-editor-block-card__child-indicator-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{fill:#1e1e1e;margin-right:10px}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:499;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-quick-navigation__item{font-weight:400}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles{grid-column:1/-1}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;text-transform:uppercase}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 16px 16px}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;min-inline-size:0}.block-editor-block-variation-transforms__button{justify-content:center;width:100%}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content{min-height:160px}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-fit-text-size-warning{margin:8px 0 0}.block-editor-fit-text-size-warning .components-notice__content{margin-right:0}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input{margin-bottom:16px}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.modal-open .block-editor-inspector-list-view-content-popover{z-index:99999}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .block-editor-link-control_link-information{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__preview{background:#0000;border:0;padding:16px}.block-editor-link-control__preview .block-editor-link-control__link-information{margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__preview .block-editor-link-control__link-information .block-editor-link-control__preview-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__preview.is-url-title .block-editor-link-control__preview-title{word-break:break-all}.block-editor-link-control__preview .block-editor-link-control__preview-icon,.block-editor-link-control__preview .block-editor-link-control__preview-image{background-color:#f0f0f0;border-radius:2px;flex-shrink:0;height:32px;position:relative;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-icon img{width:16px}.block-editor-link-control__preview.is-error .block-editor-link-control__preview-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-title{line-height:1.1}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus{box-shadow:none}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__preview .block-editor-link-control__preview-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__preview .block-editor-link-control__preview-title span{font-weight:400}.block-editor-link-control__preview .block-editor-link-control__preview-title .components-external-link__icon{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon img,.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon svg{opacity:0}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__preview-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.link-preview-button.components-button{border-color:#949494;box-shadow:inset 0 0 0 1px #949494;height:auto;padding:12px;width:100%}.link-preview-button__image-container{flex-shrink:0;height:24px;width:24px}.link-preview-button__image{border-radius:2px;height:100%;object-fit:cover;width:100%}.link-preview-button__content,.link-preview-button__details{flex:1;min-width:0}.link-preview-button__hint,.link-preview-button__title{display:block;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.link-preview-button__title{color:#1e1e1e;display:block;font-weight:500;margin-top:4px}.link-preview-button__hint{color:#757575;font-size:12px;font-weight:400}.link-preview-button__icon{color:#1e1e1e}.link-preview-button__badges{margin-top:8px}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{z-index:99999}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #ddd;margin-top:8px;padding-bottom:8px}.block-editor-media-replace-flow__options.is-variant-toolbar .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top-color:#1e1e1e}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__preview.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{word-wrap:break-word;overflow:hidden}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:499}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.preset-input-control__wrapper>*{flex:1}.preset-input-control__wrapper>.preset-input-control__custom-toggle,.preset-input-control__wrapper>.preset-input-control__icon{flex:none}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-content-only-controls__link{box-shadow:inset 0 0 0 1px #ccc;width:100%}.block-editor-content-only-controls__link:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__link-row{align-items:center}.block-editor-content-only-controls__link-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media{box-shadow:inset 0 0 0 1px #ccc;padding:8px;width:100%}.block-editor-content-only-controls__media:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__media-replace-flow{display:block}.block-editor-content-only-controls__media-row{align-items:center}.block-editor-content-only-controls__media-placeholder{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:24px;padding:0;width:24px}.block-editor-content-only-controls__media-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media-thumbnail{align-self:center;border-radius:2px;height:24px;width:24px}.block-editor-content-only-controls__media-thumbnail img{height:100%!important;object-fit:cover;width:100%!important}.block-editor-content-only-controls__rich-text{background:#fff;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:#1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.block-editor-content-only-controls__rich-text{transition:box-shadow .1s linear}}@media (min-width:600px){.block-editor-content-only-controls__rich-text{font-size:13px;line-height:normal}}.block-editor-content-only-controls__rich-text:focus{border-color:var(--wp-admin-theme-color,#3858e9);box-shadow:0 0 0 .5px var(--wp-admin-theme-color,#3858e9);outline:2px solid #0000}.block-editor-content-only-controls__rich-text::placeholder{color:#1e1e1e9e}.block-editor-content-only-controls__rich-text{border-color:#949494}.block-editor-content-only-controls__rich-text::placeholder{color:color-mix(in srgb,#1e1e1e,#0000 38%)}.block-editor-content-only-controls__rich-text{min-height:40px;padding:12px}.block-editor-block-fields__container{padding:0 16px}.block-editor-block-fields__container:first-of-type{border-top:1px solid #e0e0e0;padding-block-start:8px}.block-editor-block-fields__container:last-of-type{padding-block-end:16px}.block-editor-block-fields__header{margin-bottom:4px;padding:8px 0}.block-editor-block-fields__header-icon{flex:0 0 24px}.block-editor-block-fields__header-title{flex:1;margin:0!important}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true],.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true]:hover{color:#1e1e1e}.block-editor-block-toolbar.is-connected .block-editor-block-toolbar__block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-toolbar__block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;top:15px;width:2px}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar__pattern-overrides-popover .components-popover__content{min-width:260px;padding:16px}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .block-editor-block-toolbar .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{text-wrap:nowrap;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{grid-gap:12px;display:grid;grid-template-columns:1fr 1fr}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:499;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:auto;padding:24px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-gap:32px;display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:499}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__label,.spacing-sizes-control .spacing-sizes-control__unit-control{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__preset-range{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__wrapper{align-items:center}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__wrapper .preset-input-control__icon{margin-left:-4px}.block-editor-block-visibility-modal{z-index:1000001}.block-editor-block-visibility-modal__options{border:0;list-style:none;margin:24px 0;padding:0}.block-editor-block-visibility-modal__options-item{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 0 16px}.block-editor-block-visibility-modal__options-item:last-child{margin:0}.block-editor-block-visibility-modal__options-item--everywhere{align-items:start;flex-direction:column}.block-editor-block-visibility-modal__options-checkbox--everywhere{font-weight:600}.block-editor-block-visibility-modal__options-icon--checked{fill:#ddd}.block-editor-block-visibility-modal__sub-options{padding-inline-start:12px;width:100%}.block-editor-block-visibility-modal__description{color:#757575;font-size:12px}.block-editor-block-visibility-info{align-items:center;display:flex;justify-content:start;margin:0 16px 16px;padding-bottom:4px;padding-top:4px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;max-height:96px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}.pattern-overrides-control__allow-overrides-button{justify-content:center;width:100%}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{text-wrap:pretty;background-color:var(--wpds-color-bg-surface-neutral-strong,#fff);color:var(--wpds-color-fg-content-neutral,#1e1e1e);display:flex;flex-flow:column;height:100%;position:relative;z-index:1}.admin-ui-page__header{background:var(--wpds-color-bg-surface-neutral-strong,#fff);border-bottom:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-surface-neutral-weak,#e0e0e0);padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:sticky;top:0;z-index:1}.admin-ui-page__header-title{font-family:var(--wpds-font-family-heading,-apple-system,system-ui,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif);font-size:var(--wpds-font-size-xl,20px);font-weight:var(--wpds-font-weight-medium,499);line-height:var(--wpds-font-line-height-xl,32px);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ui-page__sidebar-toggle-slot:empty{display:none}.admin-ui-page__header-subtitle{color:var(--wpds-color-fg-content-neutral-weak,#6d6d6d);font-size:var(--wpds-font-size-md,13px);line-height:var(--wpds-font-line-height-md,24px);margin:0;padding-block-end:var(--wpds-dimension-padding-xs,4px)}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px)}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 var(--wpds-dimension-padding-xs,4px);width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:var(--wpds-font-size-sm,12px)}.admin-ui-breadcrumbs__list{font-size:15px;font-weight:500;gap:0;list-style:none;margin:0;min-height:32px;padding:0}.admin-ui-breadcrumbs__list li:not(:last-child):after{content:"/";margin:0 8px}.admin-ui-breadcrumbs__list h1{font-size:inherit;line-height:inherit}.interface-complementary-area-header{background:#fff;gap:4px;padding-right:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 auto 0 0}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:499;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:499;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:auto;right:10px;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-left:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;max-height:100%;position:fixed;right:0;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{left:0}@media (min-width:783px){.interface-interface-skeleton{left:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{left:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{left:160px}}.folded .interface-interface-skeleton{left:0}@media (min-width:783px){.folded .interface-interface-skeleton{left:36px}}body.is-fullscreen-mode .interface-interface-skeleton{left:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;left:0;position:absolute;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;right:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;left:0;position:absolute;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-left:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:90px;padding:0}.font-library-modal .font-library__subtitle{font-size:11px;font-weight:499;text-transform:uppercase}.font-library-modal__tab-panel{height:calc(100% - 50px)}.font-library__tabpanel-layout{display:flex;flex-direction:column;height:100%}.font-library__tabpanel-layout>div{flex-grow:1}.font-library__tabpanel-layout .font-library__loading{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding-top:124px;position:absolute;top:0;width:100%}.font-library__footer,.font-library__tabpanel-layout .components-navigator-screen{padding:24px;width:100%}.font-library__footer{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;flex-grow:0!important;flex-shrink:0;height:90px;position:absolute}.font-library__page-selection{font-size:11px;font-weight:499;text-transform:uppercase}@media (min-width:600px){.font-library__page-selection .font-library__page-selection-trigger{font-size:11px!important;font-weight:499}}.font-library__fonts-title{font-size:11px;font-weight:600;margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library__fonts-list{list-style:none;margin-bottom:0;margin-top:0;padding:0}.font-library__fonts-list-item{margin-bottom:0}.font-library__font-card{border:1px solid #ddd;box-sizing:border-box;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library__font-card:hover{background-color:#f0f0f0}.font-library__font-card:focus{position:relative}.font-library__font-card .font-library__font-card__name{font-weight:700}.font-library__font-card .font-library__font-card__count{color:#757575}.font-library__font-card .font-library__font-variant_demo-image{display:block;height:24px;width:auto}.font-library__font-card .font-library__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library__font-card .font-library__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1}.font-library__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library__upload-area{background-color:#f0f0f0}.font-library__local-fonts{margin:24px auto;width:80%}.font-library__local-fonts .font-library__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library__select-all{padding:16px 16px 16px 17px}.font-library__select-all .components-checkbox-control__label{padding-left:16px}.global-styles-ui-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.global-styles-ui-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.global-styles-ui-screen-revisions__revisions-list li{margin-bottom:0}.global-styles-ui-screen-revisions__revision-item{cursor:pointer;display:flex;flex-direction:column;position:relative}.global-styles-ui-screen-revisions__revision-item[role=option]:active,.global-styles-ui-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.global-styles-ui-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item:after,.global-styles-ui-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.global-styles-ui-screen-revisions__revision-item:before{background:#ddd;border:4px solid #0000;border-radius:50%;height:8px;left:17px;top:18px;transform:translate(-50%,-50%);width:8px;z-index:1}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid #0000;outline-offset:-2px}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes>li,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta{color:#1e1e1e}.global-styles-ui-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;left:16px;top:0;width:0}.global-styles-ui-screen-revisions__revision-item:first-child:after{top:18px}.global-styles-ui-screen-revisions__revision-item:last-child:after{height:18px}.global-styles-ui-screen-revisions__revision-item-wrapper{display:block;padding:12px 12px 4px 40px}.global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:4px 12px 12px 40px}.global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__changes,.global-styles-ui-screen-revisions__meta{color:#757575;font-size:12px}.global-styles-ui-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date{font-size:12px;font-weight:600;text-transform:uppercase}.global-styles-ui-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:left;width:100%}.global-styles-ui-screen-revisions__meta img{border-radius:100%;height:16px;margin-right:8px;width:16px}.global-styles-ui-screen-revisions__loading{margin:24px auto!important}.global-styles-ui-screen-revisions__changes{line-height:1.4;list-style:disc;margin-left:12px;text-align:left}.global-styles-ui-screen-revisions__changes li{margin-bottom:4px}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination{gap:2px;justify-content:space-between}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total{height:1px;left:-1000px;margin:-1px;overflow:hidden;position:absolute}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled,.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.global-styles-ui-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.global-styles-ui-variations_item{box-sizing:border-box;cursor:pointer}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{border-radius:2px;outline:1px solid #0000001a;outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{transition:outline .1s linear}}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill{height:32px}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview{outline-color:#0000004d}.global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview,.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.global-styles-ui-preview{align-items:center;cursor:pointer;display:flex;justify-content:center;line-height:1}.global-styles-ui-preview__wrapper{display:block;max-width:100%;width:100%}.global-styles-ui-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:20px;min-height:100px;overflow:hidden}.global-styles-ui-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-styles-ui-font-size__item-value{color:#757575}.global-styles-ui-screen-typography__indicator{align-items:center;border-radius:2px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.global-styles-ui-block-types-search{margin-bottom:10px;padding:0 16px}.global-styles-ui-screen-typography__font-variants-count{color:#757575}.global-styles-ui-font-families__manage-fonts{justify-content:center}.global-styles-ui-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.global-styles-ui-header{margin-bottom:0!important}.global-styles-ui-subtitle{font-size:11px!important;font-weight:499!important;margin-bottom:0!important;text-transform:uppercase}.global-styles-ui-section-title{color:#2f2f2f;font-weight:600;line-height:1.2;margin:0;padding:16px 16px 0}.global-styles-ui-icon-with-current-color{fill:currentColor}.global-styles-ui__color-indicator-wrapper{flex-shrink:0;height:24px}.global-styles-ui__shadows-panel__options-container,.global-styles-ui__typography-panel__options-container{height:24px}.global-styles-ui__block-preview-panel{border:1px solid #ddd;border-radius:2px;overflow:hidden;position:relative;width:100%}.global-styles-ui__shadow-preview-panel{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,8px 8px;background-size:16px 16px;border:1px solid #ddd;border-radius:2px;height:144px;overflow:auto}.global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block{background-color:#fff;border:1px solid #ddd;border-radius:2px;height:60px;width:60%}.global-styles-ui__shadow-editor__dropdown-content{width:280px}.global-styles-ui__shadow-editor-panel{margin-bottom:4px}.global-styles-ui__shadow-editor__dropdown{position:relative;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:left;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.global-styles-ui__shadow-editor__remove-button{opacity:0;position:absolute;right:8px;top:8px}.global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button{border:none}.global-styles-ui__shadow-editor__dropdown-toggle:hover+.global-styles-ui__shadow-editor__remove-button,.global-styles-ui__shadow-editor__remove-button:focus,.global-styles-ui__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.global-styles-ui__shadow-editor__remove-button{opacity:1}}.global-styles-ui-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.global-styles-ui-screen-css .components-v-stack{flex:1 1 auto}.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{direction:ltr;flex:1 1 auto}.global-styles-ui-screen-css-help-link{display:inline-block;margin-top:8px}.global-styles-ui-screen-variations{border-top:1px solid #ddd;margin-top:16px}.global-styles-ui-screen-variations>*{margin:24px 16px}.global-styles-ui-sidebar__navigator-provider{height:100%}.global-styles-ui-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.global-styles-ui-sidebar__navigator-screen .single-column{grid-column:span 1}.global-styles-ui-screen-root.global-styles-ui-screen-root,.global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations{background:unset;color:inherit}.global-styles-ui-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile,.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview{border-radius:2px}.global-styles-ui-screen-root__active-style-tile-preview{clip-path:border-box}.dataviews-picker-wrapper,.dataviews-wrapper{background-color:var(--wp-dataviews-color-background,#fff);box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{background-color:inherit;box-sizing:border-box;flex-shrink:0;left:0;padding:16px 24px;position:sticky}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 24px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-no-results.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-no-results.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@keyframes dataviews-pulse{0%,to{opacity:1}50%{opacity:.5}}.dataviews-loading-more{text-align:center}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}}.dataviews-title-field{font-size:13px;font-weight:499;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:499}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 8px 0 32px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-left:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:inherit;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 24px;position:sticky}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}.dataviews-footer .is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-footer .is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@container (max-width: 560px){.dataviews-footer__content{flex-direction:column!important}.dataviews-footer__content .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer__content .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer__content .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:499;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:499}}.dataviews-action-modal{z-index:1000001}.dataviews-item-actions .components-button:not(.dataviews-all-actions-button){padding:0 4px}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-view-config__sort-controls>*{flex:1}.dataviews-view-config__label{text-wrap:nowrap}.dataviews-view-config__toggle-wrapper{display:inline-flex;position:relative}.dataviews-view-config__modified-indicator{background:var(--wp-admin-theme-color,#3858e9);border-radius:50%;height:4px;pointer-events:none;position:absolute;right:4px;top:4px;width:4px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 24px 24px}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid{container-type:inline-size;display:flex;flex-direction:column;gap:32px;margin-bottom:auto;padding:0 24px 24px}@media not (prefers-reduced-motion){.dataviews-view-grid{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__row{display:grid;gap:32px}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell{border-radius:4px;position:relative}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]:after{border-radius:4px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";height:100%;left:0;outline:2px solid #0000;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder{aspect-ratio:3/1}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder{background:#f0f0f0;border-radius:4px;box-shadow:none;display:block;height:100%;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-grid.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;opacity:0;position:absolute;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:0;position:absolute;right:4px;top:4px;z-index:1}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 24px}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12);color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected).is-hovered+div[role=row],.dataviews-view-list div[role=article]:not(.is-selected):focus-within+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected):focus-within+div[role=row],.dataviews-view-list div[role=article]:not(.is-selected):hover+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected):hover+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected).is-hovered+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected).is-hovered+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected):focus-within+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected):focus-within+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected):hover+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected):hover+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.08);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field{color:#1e1e1e}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px;min-width:0}.dataviews-view-list .dataviews-view-list__field{color:#757575}.dataviews-view-list .dataviews-view-list__fields{display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper{padding:8px 24px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field{line-height:16px;min-height:16px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper{height:32px;width:32px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper{min-height:32px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields{gap:8px;row-gap:4px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:16px;min-height:16px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper{padding:24px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field{line-height:32px;min-height:32px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper{height:64px;width:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper{min-height:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields{gap:16px;row-gap:8px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:24px;min-height:32px}.dataviews-view-list.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-list.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 24px}.dataviews-view-table{background-color:inherit;border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,#fff);position:sticky;right:0}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{background-color:inherit;border-top:1px solid #f0f0f0}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}@media (hover:none){.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}.dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,#fff)}.dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table thead{background-color:inherit;inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:inherit;font-size:11px;font-weight:499;padding-bottom:8px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button){padding-left:4px;padding-right:4px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button{gap:4px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child{padding-left:16px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child{padding-right:16px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{font-variant-numeric:tabular-nums;justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:499;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child){padding-right:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;min-height:32px;min-width:32px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:32px;object-fit:cover;width:32px}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:499;padding:12px 24px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data){width:1%}.dataviews-view-table.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-table.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;min-height:0;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 48px}.dataviews-view-picker-table{background-color:inherit}.dataviews-view-picker-table .dataviews-view-table__checkbox-column{width:48px}.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-table tbody:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input{opacity:1;pointer-events:none}.dataviews-view-picker-table .dataviews-view-table__row{cursor:pointer}.dataviews-view-picker-table .dataviews-view-table__row.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04)}.dataviews-view-picker-table .dataviews-view-table__row.is-hovered{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered{background-color:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-activity{margin:0 0 auto;padding:8px 24px}.dataviews-view-activity .dataviews-view-activity__group-header{color:#949494;font-size:15px;font-weight:499;margin:0 0 8px;padding:0}.dataviews-view-activity .dataviews-view-activity__item-actions{min-width:24px}.dataviews-view-activity .dataviews-view-activity__item-content{flex-grow:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{min-height:16px}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable{cursor:pointer}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible{border-radius:2px;outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:var(--wp-admin-border-width-focus)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions{display:flex;flex:0 0 auto;width:max-content}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button{position:relative;z-index:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields{color:#757575;display:flex;flex-wrap:wrap;gap:12px;row-gap:4px}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty),.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty{display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value{align-items:center;display:flex}.dataviews-view-activity .dataviews-view-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-activity .dataviews-view-activity__item-type:after{background-color:#ddd;content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item-type:before{background-color:#ddd;content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type{width:8px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type:before{height:12px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon{height:11px;width:11px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content{margin:12px 0}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type{width:24px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type:before{height:12px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon{height:25px;width:25px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content{margin:12px 0;padding-top:8px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type{width:32px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type:before{height:8px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon{height:33px;width:33px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content{margin:8px 0 16px;padding-top:12px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet{height:9px;position:relative;top:50%;transform:translateY(-50%);width:9px}.dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type:before{visibility:hidden}.dataviews-view-activity .dataviews-view-activity__group:last-of-type>.dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type:after,.dataviews-view-activity>.dataviews-view-activity__item:last-child .dataviews-view-activity__item-type:after{background:linear-gradient(180deg,#ddd 0,#ddd3 60%,#ddd0)}.dataviews-view-activity .dataviews-view-activity__item-type-icon{background-color:#fff;flex-shrink:0;overflow:hidden}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item-type-icon img,.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 1px #ddd;box-sizing:border-box;display:block;height:100%;margin:0 auto;object-fit:cover;width:100%}.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{padding:4px}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet{background-color:#ddd;content:""}.dataviews-view-activity.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-activity.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-activity+.dataviews-pagination{justify-content:space-between}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-range-inputs>*{min-width:0}.dataviews-controls__color-picker-dropdown{display:flex}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field-trigger{align-items:flex-start;border-radius:2px;color:inherit;cursor:pointer;display:flex;isolation:isolate;min-height:24px;position:relative;width:100%}.dataforms-layouts-panel__field-trigger--label-side{flex-direction:row;gap:var(--wpds-dimension-gap-md,12px)}.dataforms-layouts-panel__field-trigger--label-top{display:grid;grid-template-columns:1fr auto}.dataforms-layouts-panel__field-trigger--label-none{align-items:center}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover{color:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon{opacity:1}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label{color:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger.is-disabled{cursor:default}.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control{color:#757575;font-weight:var(--wpds-font-weight-regular,400)}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon{fill:currentColor;opacity:1}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible,.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover{fill:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger-icon{border-radius:var(--wpds-border-radius-xs,1px);color:var(--wp-admin-theme-color);flex:0 0 auto;opacity:0;padding:0}.dataforms-layouts-panel__field-trigger-icon:focus-visible{opacity:1;outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-dropdown-anchor,.dataforms-layouts-panel__field-dropdown-anchor .components-dropdown{width:100%}.dataforms-layouts-panel__field-label{align-items:center;color:#757575;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:24px;text-transform:capitalize;width:38%}.dataforms-layouts-panel__field-label .components-base-control__label{display:inline;line-height:inherit;margin-bottom:0}.dataforms-layouts-panel__field-label.has-error{color:#cc1818}.dataforms-layouts-panel__field-label-error-content{fill:#cc1818;align-items:center;cursor:help;display:inline-flex;flex-direction:row;gap:4px;position:relative;z-index:1}.dataforms-layouts-panel__field-label-error-content svg{fill:currentColor}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;font-weight:var(--wpds-font-weight-medium,499);line-height:var(--wpds-font-line-height-md,24px);min-height:24px;min-width:0;overflow:hidden}.dataforms-layouts-panel__field-control>*{min-width:0}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label{width:100%}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control{grid-column:1/-1}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon{grid-column:2;grid-row:1}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field .components-base-control__label,.dataforms-layouts-regular__field .components-form-token-field__label,.dataforms-layouts-regular__field .components-input-control__label{color:#1e1e1e}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-label .components-base-control__label{margin-bottom:0}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:499;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-details__summary-content{display:inline-flex;min-height:24px}.dataforms-layouts-details__content{padding-top:12px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}.media-editor-preview{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;padding:32px;position:relative}.media-editor-preview__spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.media-editor-preview--loading{height:100%;width:100%}.media-editor-preview--image img{height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:0;width:auto}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.media-editor-preview--image img.loaded{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.media-editor-preview--video video{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.media-editor-preview--audio audio{max-width:100%}.media-editor-preview--file{text-align:center}.media-editor-preview__file-info{background:#f0f0f0;border-radius:2px;padding:24px}.media-editor-preview__file-name{font-weight:600;margin-bottom:8px}.media-editor-preview__mime-type{color:#757575;font-size:.9em;margin-bottom:16px}.media-editor-preview__download-link{display:inline-block;margin-top:8px}.media-editor-preview--empty,.media-editor-preview--error{color:#757575;text-align:center}.media-editor-preview__url{color:#949494;font-size:.9em;margin-top:8px;word-break:break-all}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-right:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-right:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-left:8px;max-width:100px;overflow:none;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px}.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;z-index:1}.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;position:absolute;right:16px}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:left}.editor-collab-sidebar-panel__user-comment p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__comment-status{margin-left:auto}.editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__comment-dropdown-menu{flex-shrink:0}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{background-color:#ddd;content:"";display:block;flex:1;height:1px;width:100%}.editor-collab-sidebar-panel__more-reply-button{font-weight:499}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__comment-form textarea{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.editor-collab-sidebar-panel__comment-form textarea{transition:box-shadow .1s linear}}@media (min-width:600px){.editor-collab-sidebar-panel__comment-form textarea{font-size:13px;line-height:normal}}.editor-collab-sidebar-panel__comment-form textarea:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.editor-collab-sidebar-panel__comment-form textarea::placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea{display:block;line-height:20px!important;padding:9px 11px}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{background:#fff!important;clip-path:inset(50%);overflow:hidden;position:absolute;right:-9999px;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{clip-path:none;overflow:visible;right:8px;z-index:1}.editor-collab-sidebar-panel__skip-to-comment:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.comment-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-left:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.comment-avatar:first-child{margin-left:0}.show-icon-labels .comment-avatar-indicator{width:auto}.show-icon-labels .comment-avatar-indicator div{display:none}.show-icon-labels .comment-avatar-indicator:after{content:attr(aria-label);font-size:12px}.editor-avatar{align-items:center;box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;display:inline-flex}.editor-avatar,.editor-avatar__image{border-radius:9999px;flex-shrink:0;position:relative}.editor-avatar__image{background-color:var(--wp-admin-theme-color,#3858e9);border:0;box-sizing:border-box;color:#fff;font-size:0;height:32px;overflow:hidden;overflow:clip;width:32px}.is-small>.editor-avatar__image{height:24px;width:24px}.has-avatar-border-color>.editor-avatar__image{background-clip:padding-box;border:var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color)}.has-avatar-border-color>.editor-avatar__image:after{border-radius:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) #fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.editor-avatar__img{border-radius:inherit;height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;width:100%}.has-src>.editor-avatar__image>.editor-avatar__img{opacity:1}.editor-avatar:not(.has-src)>.editor-avatar__image{align-items:center;background-clip:initial;border:0;display:flex;font-size:11px;font-weight:499;justify-content:center}.editor-avatar:not(.has-src)>.editor-avatar__image:after{content:none}.editor-avatar:not(.has-src).has-avatar-border-color>.editor-avatar__image{background-color:var(--editor-avatar-outline-color)}.editor-avatar__name{color:var(--editor-avatar-name-color,#fff);font-size:13px;font-weight:499;line-height:20px;min-width:0;opacity:0;overflow:hidden;padding-bottom:2px;transition:opacity .15s cubic-bezier(.15,0,.15,1);white-space:nowrap}.editor-avatar.is-badge{background-color:var(--wp-admin-theme-color,#3858e9);column-gap:0;display:inline-grid;grid-template-columns:min-content 0fr;padding-inline-end:0;transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1)}.editor-avatar.is-badge:hover{column-gap:4px;grid-template-columns:min-content 1fr;padding-inline-end:8px;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge:hover .editor-avatar__name{opacity:1;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge.has-avatar-border-color{background-color:var(--editor-avatar-outline-color)}.editor-avatar.is-dimmed>.editor-avatar__image{background-color:#757575;opacity:.5}.editor-avatar.is-dimmed.has-avatar-border-color>.editor-avatar__image{border-color:#757575}.editor-avatar.is-dimmed .editor-avatar__img{filter:grayscale(1)}.editor-avatar__status-indicator{fill:#1e1e1e;align-items:center;color:#1e1e1e;display:flex;height:32px;justify-content:center;left:0;position:absolute;top:0;width:32px;z-index:1}.is-small>.editor-avatar__status-indicator{height:24px;width:24px}.editor-avatar__status-indicator svg{height:75%;width:75%}@media (prefers-reduced-motion:reduce){.editor-avatar.is-badge,.editor-avatar__name{transition:none}}.editor-avatar-group{align-items:center;display:flex}.editor-avatar-group>.editor-avatar+.editor-avatar{margin-inline-start:-8px}.editor-avatar-group>.editor-avatar{position:relative}.editor-avatar-group>.editor-avatar:first-child{z-index:10}.editor-avatar-group>.editor-avatar:nth-child(2){z-index:9}.editor-avatar-group>.editor-avatar:nth-child(3){z-index:8}.editor-avatar-group>.editor-avatar:nth-child(4){z-index:7}.editor-avatar-group>.editor-avatar:nth-child(5){z-index:6}.editor-avatar-group>.editor-avatar:nth-child(6){z-index:5}.editor-avatar-group>.editor-avatar:nth-child(7){z-index:4}.editor-avatar-group>.editor-avatar:nth-child(8){z-index:3}.editor-avatar-group>.editor-avatar:nth-child(9){z-index:2}.editor-avatar-group>.editor-avatar:nth-child(10){z-index:1}.editor-avatar-group__overflow{color:#1e1e1e;font-size:12px;line-height:20px;margin-inline-end:4px;margin-inline-start:4px;white-space:nowrap}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:#0000;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-right:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-right:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;position:absolute;right:-1px;top:4px;width:1px}.editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-block-visibility__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-left:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:background-color .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}@media (min-width:782px){.editor-document-bar__title{padding-left:24px}}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-left:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__shortcut{color:#2f2f2f;display:none;min-width:24px}@media (min-width:782px){.editor-document-bar__shortcut{display:initial}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:initial;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-left:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-right:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;margin:0 0 0 -1px;padding:2px 5px 2px 1px;text-align:left}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-right:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-left:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-visual-editor{flex:1 0 auto}.editor-notices__dismissible,.editor-notices__pinned{left:0;position:relative;right:0;top:0}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 16px 0 24px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-global-styles-header__description{padding:0 16px}.editor-global-styles-header{margin-bottom:0!important}.editor-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.editor-global-styles-sidebar__panel{flex:1}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-title{margin:0}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions{flex:1}.editor-global-styles-sidebar .components-navigation__menu-title-heading{font-size:15.6px;font-weight:499}.editor-global-styles-sidebar .components-navigation__item>button span{font-weight:499}.editor-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.editor-global-styles-sidebar .single-column{grid-column:span 1}.editor-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.editor-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.editor-global-styles-sidebar__blocks-group-help{padding:0 16px}.global-styles-ui-color-palette-panel,.global-styles-ui-gradient-palette-panel{padding:16px}.editor-global-styles-sidebar hr{margin:0}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.editor-welcome-guide{width:312px}.editor-welcome-guide.guide-styles .editor-welcome-guide__image{background:#00a0d2}.editor-welcome-guide__image{margin:0 0 16px}.editor-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.editor-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.editor-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.editor-welcome-guide__text img{vertical-align:bottom}.editor-welcome-guide .components-button:hover svg{fill:#fff}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/64px minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/64px min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/64px minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;clip-path:inset(-2px);display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-revisions-header .editor-header__center{clip-path:none}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-right:4px}@media (min-width:600px){.editor-header__settings{padding-right:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{background-color:initial}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:initial;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{display:block}.show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{content:none}.show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{display:block}.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:8px;padding-right:8px}@media (min-width:600px){.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:12px;padding-right:12px}}.show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-left:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-left:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;left:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 6px 6px 8px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-left:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-right:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 0 0 1rem;text-align:right}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:initial}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{scrollbar-color:#949494 #0000}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 #0000}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-panel-content{padding:4px}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__list-view-container>.document-outline{padding:16px}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:499;line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.editor-post-featured-image__container{position:relative}.editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{box-shadow:0 0 0 0 var(--wp-admin-theme-color);display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px;height:auto!important;outline:1px solid #0000001a}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;object-fit:cover;object-position:50% 50%;width:100%}.editor-post-featured-image__toggle{box-shadow:inset 0 0 0 1px #ccc}.editor-post-featured-image__toggle:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:#ffffffbf}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:499;width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%;word-break:break-word}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{text-wrap:balance;text-wrap:pretty;font-weight:400;height:auto;max-width:100%;min-height:32px;text-align:left;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-left:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-right:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-left:4px}.editor-post-publish-panel__header-cancel-button{padding-right:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-right:-4px}.editor-post-publish-panel__link{font-weight:400;padding-left:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{text-wrap:balance;text-wrap:pretty;align-items:flex-start}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-left:16px}.post-publish-panel__postpublish-header{font-weight:499}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-left:1px solid #ddd;left:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:0}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-revisions-header__slider{width:100%}.editor-revisions-header__slider .components-range-control__tooltip{white-space:nowrap}.editor-revisions-header__no-revisions{color:#757575;font-size:13px}.editor-revisions-canvas__loading{align-items:center;display:flex;height:100%;justify-content:center}.editor-revisions-canvas__content{display:flex;height:100%}.editor-revisions-canvas__content .editor-visual-editor{flex:1;min-width:0}.revision-diff-markers{background:#0000000d;flex-shrink:0;position:relative;width:max(16px,1rem)}.revision-diff-markers .revision-diff-marker{border:none;cursor:pointer;min-height:4px;padding:0;position:absolute;transition:opacity .1s ease;width:100%}.revision-diff-markers .revision-diff-marker.is-added{background:#00a32a}.revision-diff-markers .revision-diff-marker.is-removed{background:repeating-linear-gradient(45deg,#d63638,#d63638 3px,#d6363873 0,#d6363873 6px)}.revision-diff-markers .revision-diff-marker.is-modified{background:repeating-linear-gradient(-45deg,#dba617,#dba617 3px,#dba61773 0,#dba61773 6px)}.revision-diff-markers .revision-diff-marker:hover{opacity:.7}.revision-diff-markers .revision-diff-marker:focus{outline:2px solid #1e1e1e;outline-offset:-2px}.editor-revision-fields-diff__value{word-break:break-word}.editor-revision-fields-diff__added{background-color:color-mix(in srgb,currentColor 5%,#00a32a 15%);text-decoration:none}.editor-revision-fields-diff__removed{color:#d63638;text-decoration:line-through}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{background:#0000;color:#757575}.editor-post-saved-state svg{fill:currentColor;display:inline-block;flex:0 0 auto;margin-right:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-right:0}}.editor-post-save-draft.has-text.has-icon svg{margin-right:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 0 6px 12px}.editor-post-taxonomies__hierarchical-terms-list{margin-left:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-left:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-right:8px}.editor-sync-connection-error-modal{z-index:1000001}.editor-sync-connection-error-modal p{margin:0}.editor-sync-connection-error-modal__retry-countdown{color:#757575}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}@media (min-width:782px){.editor-post-template__create-form{width:320px}}.editor-post-template__classic-theme-dropdown{padding:8px}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::placeholder{color:#1e1e1e9e}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,#0000);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid #0000}.editor-post-url__link-slug{font-weight:600}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:6px;padding-right:4px}.editor-preview-dropdown__button-external{display:flex;justify-content:space-between;width:100%}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:#75757566;border-radius:9999px;bottom:16px;content:"";left:4px;position:absolute;right:0;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{left:-18px}.editor-resizable-editor__resize-handle.is-right{right:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:auto;padding:24px;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:0;padding-right:8px}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-sidebar__revisions-block-message{color:#757575;font-size:13px;padding:16px}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-style-book{height:100%}.editor-style-book.is-button{border-radius:8px}.editor-style-book{align-items:stretch;display:flex;flex-direction:column}.editor-style-book__iframe{display:block;height:100%;width:100%}.editor-style-book__iframe.is-button{border-radius:8px}.editor-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.editor-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-right:56px;width:100%}.editor-style-book__tabpanel{flex:1 0 auto;overflow:auto}.editor-styles-canvas{background-color:var(--wp-editor-canvas-background);height:100%;padding:16px}.editor-styles-canvas iframe{display:block;height:100%;width:100%}.editor-styles-canvas__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.editor-styles-canvas__section{transition:all .3s}}.editor-styles-canvas__close-button{background:#fff;position:absolute;right:8px;top:8px;z-index:2}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-right:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:600;margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:#fffc;display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 auto 0 0}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:initial}.editor-visual-editor{align-items:center}.editor-visual-editor.is-resizable{max-height:100%}.editor-visual-editor.has-padding{padding:24px 24px 0}.editor-visual-editor.is-iframed{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}.editor-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}@font-face{font-display:swap;font-family:'Icon7Stroke';src:url(/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome';src:url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Regular';src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0);src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.woff?v=1.0.0) format('woff'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.otf?v=1.0.0) format('opentype');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Solid';src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0);src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.woff?v=1.0.0) format('woff'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.otf?v=1.0.0) format('opentype');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Brands';src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0);src:url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.woff?v=1.0.0) format('woff'),url(/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.otf?v=1.0.0) format('opentype');font-weight:400;font-style:normal}[data-ico-fa]:before{font-family:FontAwesome;content:attr(data-ico-fa)}[data-ico-fa5_regular]:before{font-family:FontAwesome5Regular;content:attr(data-ico-fa5_regular)}[data-ico-fa5_solid]:before{font-family:FontAwesome5Solid;content:attr(data-ico-fa5_solid)}[data-ico-fa5_brands]:before{font-family:FontAwesome5Brands;content:attr(data-ico-fa5_brands)}[data-ico-s7]:before{font-family:Icon7Stroke;content:attr(data-ico-s7)}.bt_bb_row{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.bt_bb_row .bt_bb_column{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%}.bt_bb_row_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.bt_bb_row_inner .bt_bb_column_inner{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%}.bt_bb_column[data-width="12"],.bt_bb_column_inner[data-width="12"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column[data-width="11"],.bt_bb_column_inner[data-width="11"]{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column[data-width="10"],.bt_bb_column_inner[data-width="10"]{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column[data-width="9.6"],.bt_bb_column_inner[data-width="9.6"]{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column[data-width="9"],.bt_bb_column_inner[data-width="9"]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column[data-width="8"],.bt_bb_column_inner[data-width="8"]{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="7.2"]{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column[data-width="7"],.bt_bb_column_inner[data-width="7"]{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column[data-width="6"],.bt_bb_column_inner[data-width="6"]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column[data-width="5"],.bt_bb_column_inner[data-width="5"]{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column[data-width="4.8"],.bt_bb_column_inner[data-width="4.8"]{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column[data-width="4"],.bt_bb_column_inner[data-width="4"]{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column[data-width="2.4"],.bt_bb_column_inner[data-width="2.4"]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column[data-width="3"],.bt_bb_column_inner[data-width="3"]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column[data-width="1"],.bt_bb_column_inner[data-width="1"]{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}@media (max-width:992px){.bt_bb_column[data-width="12"],.bt_bb_column[data-width="11"],.bt_bb_column[data-width="10"],.bt_bb_column[data-width="9"],.bt_bb_column[data-width="8"],.bt_bb_column[data-width="7"],.bt_bb_column[data-width="6"],.bt_bb_column[data-width="5"],.bt_bb_column[data-width="4"],.bt_bb_column_inner[data-width="12"],.bt_bb_column_inner[data-width="11"],.bt_bb_column_inner[data-width="10"],.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner[data-width="7"],.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner[data-width="4"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column[data-width="3"],.bt_bb_column_inner[data-width="3"]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}}@media (max-width:768px){.bt_bb_column[data-width="2.4"],.bt_bb_column[data-width="9.6"],.bt_bb_column_inner[data-width="2.4"],.bt_bb_column_inner[data-width="9.6"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column[data-width="4.8"],.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="4.8"],.bt_bb_column_inner[data-width="7.2"]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}}@media (max-width:480px){.bt_bb_column[data-width="3"],.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column[data-width="4.8"],.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="4.8"],.bt_bb_column_inner[data-width="7.2"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}@media (max-width:370px){.bt_bb_column[data-width="3"],.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}@media (max-width:992px) and (min-width:621px){.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12){-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12){-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12){-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12){-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}}@media (max-width:620px){.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}@media (min-width:1401px){.bt_bb_column.col-xxl-12,.bt_bb_column_inner.col-xxl-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-xxl-11,.bt_bb_column_inner.col-xxl-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-xxl-10,.bt_bb_column_inner.col-xxl-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-xxl-9_6,.bt_bb_column_inner.col-xxl-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-xxl-9,.bt_bb_column_inner.col-xxl-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-xxl-8,.bt_bb_column_inner.col-xxl-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-xxl-7_2,.bt_bb_column_inner.col-xxl-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-xxl-7,.bt_bb_column_inner.col-xxl-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-xxl-6,.bt_bb_column_inner.col-xxl-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-xxl-5,.bt_bb_column_inner.col-xxl-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-xxl-4_8,.bt_bb_column_inner.col-xxl-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-xxl-4,.bt_bb_column_inner.col-xxl-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-xxl-2_4,.bt_bb_column_inner.col-xxl-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-xxl-3,.bt_bb_column_inner.col-xxl-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-xxl-2,.bt_bb_column_inner.col-xxl-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-xxl-1,.bt_bb_column_inner.col-xxl-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (min-width:1201px) and (max-width:1400px){.bt_bb_column.col-xl-12,.bt_bb_column_inner.col-xl-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-xl-11,.bt_bb_column_inner.col-xl-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-xl-10,.bt_bb_column_inner.col-xl-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-xl-9_6,.bt_bb_column_inner.col-xl-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-xl-9,.bt_bb_column_inner.col-xl-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-xl-8,.bt_bb_column_inner.col-xl-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-xl-7_2,.bt_bb_column_inner.col-xl-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-xl-7,.bt_bb_column_inner.col-xl-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-xl-6,.bt_bb_column_inner.col-xl-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-xl-5,.bt_bb_column_inner.col-xl-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-xl-4_8,.bt_bb_column_inner.col-xl-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-xl-4,.bt_bb_column_inner.col-xl-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-xl-2_4,.bt_bb_column_inner.col-xl-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-xl-3,.bt_bb_column_inner.col-xl-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-xl-2,.bt_bb_column_inner.col-xl-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-xl-1,.bt_bb_column_inner.col-xl-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (min-width:993px) and (max-width:1200px){.bt_bb_column.col-lg-12,.bt_bb_column_inner.col-lg-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-lg-11,.bt_bb_column_inner.col-lg-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-lg-10,.bt_bb_column_inner.col-lg-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-lg-9_6,.bt_bb_column_inner.col-lg-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-lg-9,.bt_bb_column_inner.col-lg-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-lg-8,.bt_bb_column_inner.col-lg-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-lg-7_2,.bt_bb_column_inner.col-lg-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-lg-7,.bt_bb_column_inner.col-lg-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-lg-6,.bt_bb_column_inner.col-lg-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-lg-5,.bt_bb_column_inner.col-lg-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-lg-4_8,.bt_bb_column_inner.col-lg-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-lg-4,.bt_bb_column_inner.col-lg-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-lg-2_4,.bt_bb_column_inner.col-lg-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-lg-3,.bt_bb_column_inner.col-lg-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-lg-2,.bt_bb_column_inner.col-lg-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-lg-1,.bt_bb_column_inner.col-lg-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (min-width:768px) and (max-width:992px){.bt_bb_column.col-md-12,.bt_bb_column_inner.col-md-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-md-11,.bt_bb_column_inner.col-md-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-md-10,.bt_bb_column_inner.col-md-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-md-9_6,.bt_bb_column_inner.col-md-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-md-9,.bt_bb_column_inner.col-md-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-md-8,.bt_bb_column_inner.col-md-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-md-7_2,.bt_bb_column_inner.col-md-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-md-7,.bt_bb_column_inner.col-md-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-md-6,.bt_bb_column_inner.col-md-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-md-5,.bt_bb_column_inner.col-md-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-md-4_8,.bt_bb_column_inner.col-md-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-md-4,.bt_bb_column_inner.col-md-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-md-2_4,.bt_bb_column_inner.col-md-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-md-3,.bt_bb_column_inner.col-md-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-md-2,.bt_bb_column_inner.col-md-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-md-1,.bt_bb_column_inner.col-md-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (min-width:481px) and (max-width:768px){.bt_bb_column.col-sm-12,.bt_bb_column.col-ms-12,.bt_bb_column_inner.col-sm-12,.bt_bb_column_inner.col-ms-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-sm-11,.bt_bb_column.col-ms-11,.bt_bb_column_inner.col-sm-11,.bt_bb_column_inner.col-ms-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-sm-10,.bt_bb_column.col-ms-10,.bt_bb_column_inner.col-sm-10,.bt_bb_column_inner.col-ms-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-sm-9_6,.bt_bb_column.col-ms-9_6,.bt_bb_column_inner.col-sm-9_6,.bt_bb_column_inner.col-ms-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-sm-9,.bt_bb_column.col-ms-9,.bt_bb_column_inner.col-sm-9,.bt_bb_column_inner.col-ms-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-sm-8,.bt_bb_column.col-ms-8,.bt_bb_column_inner.col-sm-8,.bt_bb_column_inner.col-ms-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-sm-7_2,.bt_bb_column.col-ms-7_2,.bt_bb_column_inner.col-sm-7_2,.bt_bb_column_inner.col-ms-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-sm-7,.bt_bb_column.col-ms-7,.bt_bb_column_inner.col-sm-7,.bt_bb_column_inner.col-ms-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-sm-6,.bt_bb_column.col-ms-6,.bt_bb_column_inner.col-sm-6,.bt_bb_column_inner.col-ms-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-sm-5,.bt_bb_column.col-ms-5,.bt_bb_column_inner.col-sm-5,.bt_bb_column_inner.col-ms-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-sm-4_8,.bt_bb_column.col-ms-4_8,.bt_bb_column_inner.col-sm-4_8,.bt_bb_column_inner.col-ms-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-sm-4,.bt_bb_column.col-ms-4,.bt_bb_column_inner.col-sm-4,.bt_bb_column_inner.col-ms-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-sm-2_4,.bt_bb_column.col-ms-2_4,.bt_bb_column_inner.col-sm-2_4,.bt_bb_column_inner.col-ms-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-sm-3,.bt_bb_column.col-ms-3,.bt_bb_column_inner.col-sm-3,.bt_bb_column_inner.col-ms-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-sm-2,.bt_bb_column.col-ms-2,.bt_bb_column_inner.col-sm-2,.bt_bb_column_inner.col-ms-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-sm-1,.bt_bb_column.col-ms-1,.bt_bb_column_inner.col-sm-1,.bt_bb_column_inner.col-ms-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (max-width:480px){.bt_bb_column.col-xs-12,.bt_bb_column_inner.col-xs-12{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column.col-xs-11,.bt_bb_column_inner.col-xs-11{-webkit-flex-basis:91.666666%;flex-basis:91.666666%;max-width:91.666666%}.bt_bb_column.col-xs-10,.bt_bb_column_inner.col-xs-10{-webkit-flex-basis:83.333333%;flex-basis:83.333333%;max-width:83.333333%}.bt_bb_column.col-xs-9_6,.bt_bb_column_inner.col-xs-9_6{-webkit-flex-basis:80%;flex-basis:80%;max-width:80%}.bt_bb_column.col-xs-9,.bt_bb_column_inner.col-xs-9{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.bt_bb_column.col-xs-8,.bt_bb_column_inner.col-xs-8{-webkit-flex-basis:66.666666%;flex-basis:66.666666%;max-width:66.666666%}.bt_bb_column.col-xs-7_2,.bt_bb_column_inner.col-xs-7_2{-webkit-flex-basis:60%;flex-basis:60%;max-width:60%}.bt_bb_column.col-xs-7,.bt_bb_column_inner.col-xs-7{-webkit-flex-basis:58.333333%;flex-basis:58.333333%;max-width:58.333333%}.bt_bb_column.col-xs-6,.bt_bb_column_inner.col-xs-6{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_column.col-xs-5,.bt_bb_column_inner.col-xs-5{-webkit-flex-basis:41.666666%;flex-basis:41.666666%;max-width:41.666666%}.bt_bb_column.col-xs-4_8,.bt_bb_column_inner.col-xs-4_8{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_column.col-xs-4,.bt_bb_column_inner.col-xs-4{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_column.col-xs-2_4,.bt_bb_column_inner.col-xs-2_4{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_column.col-xs-3,.bt_bb_column_inner.col-xs-3{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_column.col-xs-2,.bt_bb_column_inner.col-xs-2{-webkit-flex-basis:16.666666%;flex-basis:16.666666%;max-width:16.666666%}.bt_bb_column.col-xs-1,.bt_bb_column_inner.col-xs-1{-webkit-flex-basis:8.333333%;flex-basis:8.333333%;max-width:8.333333%}}@media (max-width:480px){.bt_bb_hidden_xs{display:none!important}}@media (min-width:481px) and (max-width:768px){.bt_bb_hidden_ms{display:none!important}}@media (min-width:769px) and (max-width:992px){.bt_bb_hidden_sm{display:none!important}}@media (min-width:993px) and (max-width:1200px){.bt_bb_hidden_md{display:none!important}}@media (min-width:1201px) and (max-width:1400px){.bt_bb_hidden_lg{display:none!important}}@media (min-width:1401px){.bt_bb_hidden_xl,.bt_bb_hidden_lg:not([data-bb-version]){display:none!important}}.bt_bb_section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--section-primary-color);background-color:var(--section-secondary-color)}.bt_bb_section.bt_bb_full_screen>.bt_bb_port{min-height:100vh}.bt_bb_section>.bt_bb_port{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section>.bt_bb_port .rtl{-webkit-flex-flow:row-reverse nowrap;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.bt_bb_section>.bt_bb_port .bt_bb_cell{position:relative}.bt_bb_section.bt_bb_vertical_align_bottom>.bt_bb_port{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_vertical_align_top>.bt_bb_port{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section[class*="bt_bb_background_overlay"]:before{content:' ';pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell{position:relative;z-index:1}.bt_bb_section[class*="dark_stripes"]:before{background-image:-webkit-linear-gradient(left top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-image:-moz-linear-gradient(left top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-image:linear-gradient(to right top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-size:3px 3px;background-repeat:repeat}.bt_bb_section[class*="light_stripes"]:before{background-image:-webkit-linear-gradient(left top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-image:-moz-linear-gradient(left top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-image:linear-gradient(to right top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-size:3px 3px;background-repeat:repeat}.bt_bb_section[class*="light_solid"]:before{background-color:rgb(255 255 255 / .5)}.bt_bb_section[class*="dark_solid"]:before{background-color:rgb(0 0 0 / .5)}.bt_bb_section[class*="dark_gradient"]:before{background:-webkit-linear-gradient(top,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%);background:-moz-linear-gradient(top,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%);background:linear-gradient(to bottom,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%)}.bt_bb_section[class*="light_gradient"]:before{background:-webkit-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:-moz-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:linear-gradient(to bottom,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%)}.bt_bb_section.bt_bb_top_spacing_extra_small>.bt_bb_port{padding-top:.5em}.bt_bb_section.bt_bb_top_spacing_small>.bt_bb_port{padding-top:1em}.bt_bb_section.bt_bb_top_spacing_normal>.bt_bb_port{padding-top:2em}.bt_bb_section.bt_bb_top_spacing_medium>.bt_bb_port{padding-top:4em}.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port{padding-top:8em}.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port{padding-top:16em}.bt_bb_section.bt_bb_bottom_spacing_extra_small>.bt_bb_port{padding-bottom:.5em}.bt_bb_section.bt_bb_bottom_spacing_small>.bt_bb_port{padding-bottom:1em}.bt_bb_section.bt_bb_bottom_spacing_normal>.bt_bb_port{padding-bottom:2em}.bt_bb_section.bt_bb_bottom_spacing_medium>.bt_bb_port{padding-bottom:4em}.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port{padding-bottom:8em}.bt_bb_section.bt_bb_bottom_spacing_extra_large>.bt_bb_port{padding-bottom:16em}.bt_bb_section.bt_bb_bottom_spacing_5>.bt_bb_port{padding-bottom:5px}.bt_bb_section.bt_bb_top_spacing_5>.bt_bb_port{padding-top:5px}.bt_bb_section.bt_bb_bottom_spacing_10>.bt_bb_port{padding-bottom:10px}.bt_bb_section.bt_bb_top_spacing_10>.bt_bb_port{padding-top:10px}.bt_bb_section.bt_bb_bottom_spacing_15>.bt_bb_port{padding-bottom:15px}.bt_bb_section.bt_bb_top_spacing_15>.bt_bb_port{padding-top:15px}.bt_bb_section.bt_bb_bottom_spacing_20>.bt_bb_port{padding-bottom:20px}.bt_bb_section.bt_bb_top_spacing_20>.bt_bb_port{padding-top:20px}.bt_bb_section.bt_bb_bottom_spacing_25>.bt_bb_port{padding-bottom:25px}.bt_bb_section.bt_bb_top_spacing_25>.bt_bb_port{padding-top:25px}.bt_bb_section.bt_bb_bottom_spacing_30>.bt_bb_port{padding-bottom:30px}.bt_bb_section.bt_bb_top_spacing_30>.bt_bb_port{padding-top:30px}.bt_bb_section.bt_bb_bottom_spacing_35>.bt_bb_port{padding-bottom:35px}.bt_bb_section.bt_bb_top_spacing_35>.bt_bb_port{padding-top:35px}.bt_bb_section.bt_bb_bottom_spacing_40>.bt_bb_port{padding-bottom:40px}.bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port{padding-top:40px}.bt_bb_section.bt_bb_bottom_spacing_45>.bt_bb_port{padding-bottom:45px}.bt_bb_section.bt_bb_top_spacing_45>.bt_bb_port{padding-top:45px}.bt_bb_section.bt_bb_bottom_spacing_50>.bt_bb_port{padding-bottom:50px}.bt_bb_section.bt_bb_top_spacing_50>.bt_bb_port{padding-top:50px}.bt_bb_section.bt_bb_bottom_spacing_55>.bt_bb_port{padding-bottom:55px}.bt_bb_section.bt_bb_top_spacing_55>.bt_bb_port{padding-top:55px}.bt_bb_section.bt_bb_bottom_spacing_60>.bt_bb_port{padding-bottom:60px}.bt_bb_section.bt_bb_top_spacing_60>.bt_bb_port{padding-top:60px}.bt_bb_section.bt_bb_bottom_spacing_65>.bt_bb_port{padding-bottom:65px}.bt_bb_section.bt_bb_top_spacing_65>.bt_bb_port{padding-top:65px}.bt_bb_section.bt_bb_bottom_spacing_70>.bt_bb_port{padding-bottom:70px}.bt_bb_section.bt_bb_top_spacing_70>.bt_bb_port{padding-top:70px}.bt_bb_section.bt_bb_bottom_spacing_75>.bt_bb_port{padding-bottom:75px}.bt_bb_section.bt_bb_top_spacing_75>.bt_bb_port{padding-top:75px}.bt_bb_section.bt_bb_bottom_spacing_80>.bt_bb_port{padding-bottom:80px}.bt_bb_section.bt_bb_top_spacing_80>.bt_bb_port{padding-top:80px}.bt_bb_section.bt_bb_bottom_spacing_85>.bt_bb_port{padding-bottom:85px}.bt_bb_section.bt_bb_top_spacing_85>.bt_bb_port{padding-top:85px}.bt_bb_section.bt_bb_bottom_spacing_90>.bt_bb_port{padding-bottom:90px}.bt_bb_section.bt_bb_top_spacing_90>.bt_bb_port{padding-top:90px}.bt_bb_section.bt_bb_bottom_spacing_95>.bt_bb_port{padding-bottom:95px}.bt_bb_section.bt_bb_top_spacing_95>.bt_bb_port{padding-top:95px}.bt_bb_section.bt_bb_bottom_spacing_100>.bt_bb_port{padding-bottom:100px}.bt_bb_section.bt_bb_top_spacing_100>.bt_bb_port{padding-top:100px}.bt_bb_section.bt_bb_video{overflow:hidden;padding-bottom:0}.bt_bb_section.bt_bb_video>video{display:block;position:absolute;z-index:1;left:0;right:0;bottom:0;top:0;min-width:100%;max-width:inherit;min-height:100%;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_section.bt_bb_video .bt_bb_port{position:relative;z-index:2}.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper{z-index:1!important}.bt_bb_section.bt_bb_background_video_yt .bt_bb_port{z-index:2}.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before{z-index:2}.bt_bb_section .bt_bb_background_image_holder_wrapper{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;background-size:inherit;background-position:inherit}.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder{position:absolute;top:0;bottom:0;left:0;right:0;background-size:inherit;background-position:inherit;background-repeat:no-repeat;background-attachment:scroll}.bt_bb_section .bt_bb_section_top_section_coverage_image,.bt_bb_section .bt_bb_section_bottom_section_coverage_image{position:absolute;right:0;left:0;pointer-events:none;z-index:2}.bt_bb_section .bt_bb_section_top_section_coverage_image img,.bt_bb_section .bt_bb_section_bottom_section_coverage_image img{width:100%;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left}.bt_bb_section .bt_bb_section_top_section_coverage_image{top:0}.bt_bb_section .bt_bb_section_bottom_section_coverage_image{bottom:0}html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax{background-size:cover;background-position:center center;background-repeat:no-repeat}html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder{-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.bt_bb_row{margin:0 -20px;color:var(--row-primary-color);background-color:var(--row-secondary-color)}.bt_bb_row .bt_bb_column{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:20px;padding-right:20px;color:var(--column-primary-color);background-color:var(--column-secondary-color)}.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row .bt_bb_column[style*="background-image"]{background-size:cover;background-position:center;background-repeat:no-repeat}.bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:20px;padding-right:20px}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content{padding-left:20px;padding-right:20px}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content>.bt_bb_image{margin-left:-20px;margin-right:-20px}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content>.bt_bb_image img{display:block;width:100%;height:auto}.bt_bb_row .bt_bb_column .bt_bb_column_content{width:100%}.bt_bb_row .bt_bb_column .bt_bb_column_content{color:var(--column-inner-primary-color);background-color:var(--column-inner-secondary-color)}.bt_bb_row_inner{margin:0 -20px}.bt_bb_row_inner .bt_bb_column_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:20px;padding-right:20px;color:var(--inner-column-primary-color);background-color:var(--inner-column-secondary-color)}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_top{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner .bt_bb_column_inner[style*="background-image"]{background-size:cover;background-position:center;background-repeat:no-repeat}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:20px;padding-right:20px}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content{padding-left:20px;padding-right:20px}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content>.bt_bb_image{margin-left:-20px;margin-right:-20px}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content>.bt_bb_image img{display:block;width:100%;height:auto}.bt_bb_row_inner .bt_bb_column_inner .bt_bb_column_inner_content{width:100%}.bt_bb_row_inner .bt_bb_column_inner .bt_bb_column_inner_content{color:var(--inner-column-inner-primary-color);background-color:var(--inner-column-inner-secondary-color)}.bt_bb_align_left .bt_bb_align_right.bt_bb_column,.bt_bb_align_center .bt_bb_align_right.bt_bb_column,.bt_bb_align_left .bt_bb_align_right .bt_bb_column,.bt_bb_align_center .bt_bb_align_right .bt_bb_column,.bt_bb_align_right.bt_bb_column,.bt_bb_align_right .bt_bb_column,.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,.bt_bb_align_right.bt_bb_column_inner,.bt_bb_align_right .bt_bb_column_inner{text-align:right}.bt_bb_align_right .bt_bb_align_left.bt_bb_column,.bt_bb_align_center .bt_bb_align_left.bt_bb_column,.bt_bb_align_right .bt_bb_align_left .bt_bb_column,.bt_bb_align_center .bt_bb_align_left .bt_bb_column,.bt_bb_align_left.bt_bb_column,.bt_bb_align_left .bt_bb_column,.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,.bt_bb_align_left.bt_bb_column_inner,.bt_bb_align_left .bt_bb_column_inner{text-align:left}.bt_bb_align_left .bt_bb_align_center.bt_bb_column,.bt_bb_align_right .bt_bb_align_center.bt_bb_column,.bt_bb_align_left .bt_bb_align_center .bt_bb_column,.bt_bb_align_right .bt_bb_align_center .bt_bb_column,.bt_bb_align_center.bt_bb_column,.bt_bb_align_center .bt_bb_column,.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,.bt_bb_align_center.bt_bb_column_inner,.bt_bb_align_center .bt_bb_column_inner{text-align:center}.bt_bb_cell{width:100%}.bt_bb_layout_boxed .bt_bb_cell{width:1200px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row_wrapper:not([class*="bt_bb_row_width_boxed_"]),.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{overflow-x:clip}.bt_bb_layout_boxed_600 .bt_bb_cell{width:600px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_700 .bt_bb_cell{width:700px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_800 .bt_bb_cell{width:800px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_900 .bt_bb_cell{width:900px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1000 .bt_bb_cell{width:1000px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1100 .bt_bb_cell{width:1100px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1200 .bt_bb_cell{width:1200px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1300 .bt_bb_cell{width:1300px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1400 .bt_bb_cell{width:1400px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1500 .bt_bb_cell{width:1500px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_layout_boxed_1600 .bt_bb_cell{width:1600px;max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.bt_bb_row.bt_bb_column_gap_extra_small{max-width:-webkit-calc(100% + .5em);max-width:-moz-calc(100% + .5em);max-width:calc(100% + .5em);margin-left:-.25em;margin-right:-.25em}.bt_bb_row.bt_bb_column_gap_extra_small .bt_bb_column{padding-left:.25em;padding-right:.25em}.bt_bb_row.bt_bb_column_gap_small{max-width:-webkit-calc(100% + 1em);max-width:-moz-calc(100% + 1em);max-width:calc(100% + 1em);margin-left:-.5em;margin-right:-.5em}.bt_bb_row.bt_bb_column_gap_small .bt_bb_column{padding-left:.5em;padding-right:.5em}.bt_bb_row.bt_bb_column_gap_normal{max-width:-webkit-calc(100% + 2em);max-width:-moz-calc(100% + 2em);max-width:calc(100% + 2em);margin-left:-1em;margin-right:-1em}.bt_bb_row.bt_bb_column_gap_normal .bt_bb_column{padding-left:1em;padding-right:1em}.bt_bb_row.bt_bb_column_gap_medium{max-width:-webkit-calc(100% + 4em);max-width:-moz-calc(100% + 4em);max-width:calc(100% + 4em);margin-left:-2em;margin-right:-2em}.bt_bb_row.bt_bb_column_gap_medium .bt_bb_column{padding-left:2em;padding-right:2em}.bt_bb_row.bt_bb_column_gap_large{max-width:-webkit-calc(100% + 8em);max-width:-moz-calc(100% + 8em);max-width:calc(100% + 8em);margin-left:-4em;margin-right:-4em}.bt_bb_row.bt_bb_column_gap_large .bt_bb_column{padding-left:4em;padding-right:4em}.bt_bb_row.bt_bb_column_gap_0{max-width:-webkit-calc(100% + 0);max-width:-moz-calc(100% + 0);max-width:calc(100% + 0);margin-left:0;margin-right:0}.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column{padding-left:0;padding-right:0}.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:0;padding-right:0}.bt_bb_row.bt_bb_column_gap_5{max-width:-webkit-calc(100% + 10px);max-width:-moz-calc(100% + 10px);max-width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column{padding-left:5px;padding-right:5px}.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:10px;padding-right:10px}.bt_bb_row.bt_bb_column_gap_10{max-width:-webkit-calc(100% + 20px);max-width:-moz-calc(100% + 20px);max-width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column{padding-left:10px;padding-right:10px}.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:20px;padding-right:20px}.bt_bb_row.bt_bb_column_gap_15{max-width:-webkit-calc(100% + 30px);max-width:-moz-calc(100% + 30px);max-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column{padding-left:15px;padding-right:15px}.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:30px;padding-right:30px}.bt_bb_row.bt_bb_column_gap_20{max-width:-webkit-calc(100% + 40px);max-width:-moz-calc(100% + 40px);max-width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column{padding-left:20px;padding-right:20px}.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:40px;padding-right:40px}.bt_bb_row.bt_bb_column_gap_25{max-width:-webkit-calc(100% + 50px);max-width:-moz-calc(100% + 50px);max-width:calc(100% + 50px);margin-left:-25px;margin-right:-25px}.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column{padding-left:25px;padding-right:25px}.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:50px;padding-right:50px}.bt_bb_row.bt_bb_column_gap_30{max-width:-webkit-calc(100% + 60px);max-width:-moz-calc(100% + 60px);max-width:calc(100% + 60px);margin-left:-30px;margin-right:-30px}.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column{padding-left:30px;padding-right:30px}.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:60px;padding-right:60px}.bt_bb_row.bt_bb_column_gap_35{max-width:-webkit-calc(100% + 70px);max-width:-moz-calc(100% + 70px);max-width:calc(100% + 70px);margin-left:-35px;margin-right:-35px}.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column{padding-left:35px;padding-right:35px}.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:70px;padding-right:70px}.bt_bb_row.bt_bb_column_gap_40{max-width:-webkit-calc(100% + 80px);max-width:-moz-calc(100% + 80px);max-width:calc(100% + 80px);margin-left:-40px;margin-right:-40px}.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column{padding-left:40px;padding-right:40px}.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:80px;padding-right:80px}.bt_bb_row.bt_bb_column_gap_45{max-width:-webkit-calc(100% + 90px);max-width:-moz-calc(100% + 90px);max-width:calc(100% + 90px);margin-left:-45px;margin-right:-45px}.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column{padding-left:45px;padding-right:45px}.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:90px;padding-right:90px}.bt_bb_row.bt_bb_column_gap_50{max-width:-webkit-calc(100% + 100px);max-width:-moz-calc(100% + 100px);max-width:calc(100% + 100px);margin-left:-50px;margin-right:-50px}.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column{padding-left:50px;padding-right:50px}.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:100px;padding-right:100px}.bt_bb_row.bt_bb_column_gap_55{max-width:-webkit-calc(100% + 110px);max-width:-moz-calc(100% + 110px);max-width:calc(100% + 110px);margin-left:-55px;margin-right:-55px}.bt_bb_row.bt_bb_column_gap_55 .bt_bb_column{padding-left:55px;padding-right:55px}.bt_bb_row.bt_bb_column_gap_55 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:110px;padding-right:110px}.bt_bb_row.bt_bb_column_gap_60{max-width:-webkit-calc(100% + 120px);max-width:-moz-calc(100% + 120px);max-width:calc(100% + 120px);margin-left:-60px;margin-right:-60px}.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column{padding-left:60px;padding-right:60px}.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:120px;padding-right:120px}.bt_bb_row.bt_bb_column_gap_65{max-width:-webkit-calc(100% + 130px);max-width:-moz-calc(100% + 130px);max-width:calc(100% + 130px);margin-left:-65px;margin-right:-65px}.bt_bb_row.bt_bb_column_gap_65 .bt_bb_column{padding-left:65px;padding-right:65px}.bt_bb_row.bt_bb_column_gap_65 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:130px;padding-right:130px}.bt_bb_row.bt_bb_column_gap_70{max-width:-webkit-calc(100% + 140px);max-width:-moz-calc(100% + 140px);max-width:calc(100% + 140px);margin-left:-70px;margin-right:-70px}.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column{padding-left:70px;padding-right:70px}.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:140px;padding-right:140px}.bt_bb_row.bt_bb_column_gap_75{max-width:-webkit-calc(100% + 150px);max-width:-moz-calc(100% + 150px);max-width:calc(100% + 150px);margin-left:-75px;margin-right:-75px}.bt_bb_row.bt_bb_column_gap_75 .bt_bb_column{padding-left:75px;padding-right:75px}.bt_bb_row.bt_bb_column_gap_75 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:150px;padding-right:150px}.bt_bb_row.bt_bb_column_gap_80{max-width:-webkit-calc(100% + 160px);max-width:-moz-calc(100% + 160px);max-width:calc(100% + 160px);margin-left:-80px;margin-right:-80px}.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column{padding-left:80px;padding-right:80px}.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:160px;padding-right:160px}.bt_bb_row.bt_bb_column_gap_85{max-width:-webkit-calc(100% + 170px);max-width:-moz-calc(100% + 170px);max-width:calc(100% + 170px);margin-left:-85px;margin-right:-85px}.bt_bb_row.bt_bb_column_gap_85 .bt_bb_column{padding-left:85px;padding-right:85px}.bt_bb_row.bt_bb_column_gap_85 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:170px;padding-right:170px}.bt_bb_row.bt_bb_column_gap_90{max-width:-webkit-calc(100% + 180px);max-width:-moz-calc(100% + 180px);max-width:calc(100% + 180px);margin-left:-90px;margin-right:-90px}.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column{padding-left:90px;padding-right:90px}.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:180px;padding-right:180px}.bt_bb_row.bt_bb_column_gap_95{max-width:-webkit-calc(100% + 190px);max-width:-moz-calc(100% + 190px);max-width:calc(100% + 190px);margin-left:-95px;margin-right:-95px}.bt_bb_row.bt_bb_column_gap_95 .bt_bb_column{padding-left:95px;padding-right:95px}.bt_bb_row.bt_bb_column_gap_95 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:190px;padding-right:190px}.bt_bb_row.bt_bb_column_gap_100{max-width:-webkit-calc(100% + 200px);max-width:-moz-calc(100% + 200px);max-width:calc(100% + 200px);margin-left:-100px;margin-right:-100px}.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column{padding-left:100px;padding-right:100px}.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:200px;padding-right:200px}.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content{padding-left:5px;padding-right:5px}.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content{padding-left:10px;padding-right:10px}.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content{padding-left:15px;padding-right:15px}.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content{padding-left:20px;padding-right:20px}.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content{padding-left:25px;padding-right:25px}.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content{padding-left:30px;padding-right:30px}.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content{padding-left:35px;padding-right:35px}.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content{padding-left:40px;padding-right:40px}.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content{padding-left:45px;padding-right:45px}.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content{padding-left:50px;padding-right:50px}.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content{padding-left:55px;padding-right:55px}.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content{padding-left:60px;padding-right:60px}.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content{padding-left:65px;padding-right:65px}.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content{padding-left:70px;padding-right:70px}.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content{padding-left:75px;padding-right:75px}.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content{padding-left:80px;padding-right:80px}.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content{padding-left:85px;padding-right:85px}.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content{padding-left:90px;padding-right:90px}.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content{padding-left:95px;padding-right:95px}.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content{padding-left:100px;padding-right:100px}.bt_bb_row.bt_bb_column_gap_0{margin-left:0;margin-right:0}.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column{padding-left:0;padding-right:0}.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content{padding-left:20px;padding-right:20px}.bt_bb_row_inner.bt_bb_column_inner_gap_extra_small{max-width:-webkit-calc(100% + .5em);max-width:-moz-calc(100% + .5em);max-width:calc(100% + .5em);margin-left:-.25em;margin-right:-.25em}.bt_bb_row_inner.bt_bb_column_inner_gap_extra_small .bt_bb_column{padding-left:.25em;padding-right:.25em}.bt_bb_row_inner.bt_bb_column_inner_gap_small{max-width:-webkit-calc(100% + 1em);max-width:-moz-calc(100% + 1em);max-width:calc(100% + 1em);margin-left:.5em;margin-right:-.5em}.bt_bb_row_inner.bt_bb_column_inner_gap_small .bt_bb_column_inner{padding-left:.5em;padding-right:.5em}.bt_bb_row_inner.bt_bb_column_inner_gap_normal{max-width:-webkit-calc(100% + 2em);max-width:-moz-calc(100% + 2em);max-width:calc(100% + 2em);margin-left:-1em;margin-right:-1em}.bt_bb_row_inner.bt_bb_column_inner_gap_normal .bt_bb_column_inner{padding-left:1em;padding-right:1em}.bt_bb_row_inner.bt_bb_column_inner_gap_medium{max-width:-webkit-calc(100% + 4em);max-width:-moz-calc(100% + 4em);max-width:calc(100% + 4em);margin-left:-2em;margin-right:-2em}.bt_bb_row_inner.bt_bb_column_inner_gap_medium .bt_bb_column_inner{padding-left:2em;padding-right:2em}.bt_bb_row_inner.bt_bb_column_inner_gap_large{max-width:-webkit-calc(100% + 8em);max-width:-moz-calc(100% + 8em);max-width:calc(100% + 8em);margin-left:-4em;margin-right:-4em}.bt_bb_row_inner.bt_bb_column_inner_gap_large .bt_bb_column_inner{padding-left:4em;padding-right:4em}.bt_bb_row_inner.bt_bb_column_inner_gap_0{max-width:-webkit-calc(100% + 0);max-width:-moz-calc(100% + 0);max-width:calc(100% + 0);margin-left:0;margin-right:0}.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner{padding-left:0;padding-right:0}.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:0;padding-right:0}.bt_bb_row_inner.bt_bb_column_inner_gap_5{max-width:-webkit-calc(100% + 10px);max-width:-moz-calc(100% + 10px);max-width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner{padding-left:5px;padding-right:5px}.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:10px;padding-right:10px}.bt_bb_row_inner.bt_bb_column_inner_gap_10{max-width:-webkit-calc(100% + 20px);max-width:-moz-calc(100% + 20px);max-width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner{padding-left:10px;padding-right:10px}.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:20px;padding-right:20px}.bt_bb_row_inner.bt_bb_column_inner_gap_15{max-width:-webkit-calc(100% + 30px);max-width:-moz-calc(100% + 30px);max-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner{padding-left:15px;padding-right:15px}.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:30px;padding-right:30px}.bt_bb_row_inner.bt_bb_column_inner_gap_20{max-width:-webkit-calc(100% + 40px);max-width:-moz-calc(100% + 40px);max-width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner{padding-left:20px;padding-right:20px}.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:40px;padding-right:40px}.bt_bb_row_inner.bt_bb_column_inner_gap_25{max-width:-webkit-calc(100% + 50px);max-width:-moz-calc(100% + 50px);max-width:calc(100% + 50px);margin-left:-25px;margin-right:-25px}.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner{padding-left:25px;padding-right:25px}.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:50px;padding-right:50px}.bt_bb_row_inner.bt_bb_column_inner_gap_30{max-width:-webkit-calc(100% + 60px);max-width:-moz-calc(100% + 60px);max-width:calc(100% + 60px);margin-left:-30px;margin-right:-30px}.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner{padding-left:30px;padding-right:30px}.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:60px;padding-right:60px}.bt_bb_row_inner.bt_bb_column_inner_gap_35{max-width:-webkit-calc(100% + 70px);max-width:-moz-calc(100% + 70px);max-width:calc(100% + 70px);margin-left:-35px;margin-right:-35px}.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner{padding-left:35px;padding-right:35px}.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:70px;padding-right:70px}.bt_bb_row_inner.bt_bb_column_inner_gap_40{max-width:-webkit-calc(100% + 80px);max-width:-moz-calc(100% + 80px);max-width:calc(100% + 80px);margin-left:-40px;margin-right:-40px}.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner{padding-left:40px;padding-right:40px}.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:80px;padding-right:80px}.bt_bb_row_inner.bt_bb_column_inner_gap_45{max-width:-webkit-calc(100% + 90px);max-width:-moz-calc(100% + 90px);max-width:calc(100% + 90px);margin-left:-45px;margin-right:-45px}.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner{padding-left:45px;padding-right:45px}.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:90px;padding-right:90px}.bt_bb_row_inner.bt_bb_column_inner_gap_50{max-width:-webkit-calc(100% + 100px);max-width:-moz-calc(100% + 100px);max-width:calc(100% + 100px);margin-left:-50px;margin-right:-50px}.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner{padding-left:50px;padding-right:50px}.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:100px;padding-right:100px}.bt_bb_row_inner.bt_bb_column_inner_gap_55{max-width:-webkit-calc(100% + 110px);max-width:-moz-calc(100% + 110px);max-width:calc(100% + 110px);margin-left:-55px;margin-right:-55px}.bt_bb_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner{padding-left:55px;padding-right:55px}.bt_bb_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:110px;padding-right:110px}.bt_bb_row_inner.bt_bb_column_inner_gap_60{max-width:-webkit-calc(100% + 120px);max-width:-moz-calc(100% + 120px);max-width:calc(100% + 120px);margin-left:-60px;margin-right:-60px}.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner{padding-left:60px;padding-right:60px}.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:120px;padding-right:120px}.bt_bb_row_inner.bt_bb_column_inner_gap_65{max-width:-webkit-calc(100% + 130px);max-width:-moz-calc(100% + 130px);max-width:calc(100% + 130px);margin-left:-65px;margin-right:-65px}.bt_bb_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner{padding-left:65px;padding-right:65px}.bt_bb_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:130px;padding-right:130px}.bt_bb_row_inner.bt_bb_column_inner_gap_70{max-width:-webkit-calc(100% + 140px);max-width:-moz-calc(100% + 140px);max-width:calc(100% + 140px);margin-left:-70px;margin-right:-70px}.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner{padding-left:70px;padding-right:70px}.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:140px;padding-right:140px}.bt_bb_row_inner.bt_bb_column_inner_gap_75{max-width:-webkit-calc(100% + 150px);max-width:-moz-calc(100% + 150px);max-width:calc(100% + 150px);margin-left:-75px;margin-right:-75px}.bt_bb_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner{padding-left:75px;padding-right:75px}.bt_bb_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:150px;padding-right:150px}.bt_bb_row_inner.bt_bb_column_inner_gap_80{max-width:-webkit-calc(100% + 160px);max-width:-moz-calc(100% + 160px);max-width:calc(100% + 160px);margin-left:-80px;margin-right:-80px}.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner{padding-left:80px;padding-right:80px}.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:160px;padding-right:160px}.bt_bb_row_inner.bt_bb_column_inner_gap_85{max-width:-webkit-calc(100% + 170px);max-width:-moz-calc(100% + 170px);max-width:calc(100% + 170px);margin-left:-85px;margin-right:-85px}.bt_bb_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner{padding-left:85px;padding-right:85px}.bt_bb_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:170px;padding-right:170px}.bt_bb_row_inner.bt_bb_column_inner_gap_90{max-width:-webkit-calc(100% + 180px);max-width:-moz-calc(100% + 180px);max-width:calc(100% + 180px);margin-left:-90px;margin-right:-90px}.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner{padding-left:90px;padding-right:90px}.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:180px;padding-right:180px}.bt_bb_row_inner.bt_bb_column_inner_gap_95{max-width:-webkit-calc(100% + 190px);max-width:-moz-calc(100% + 190px);max-width:calc(100% + 190px);margin-left:-95px;margin-right:-95px}.bt_bb_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner{padding-left:95px;padding-right:95px}.bt_bb_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:190px;padding-right:190px}.bt_bb_row_inner.bt_bb_column_inner_gap_100{max-width:-webkit-calc(100% + 200px);max-width:-moz-calc(100% + 200px);max-width:calc(100% + 200px);margin-left:-100px;margin-right:-100px}.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner{padding-left:100px;padding-right:100px}.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content{padding-left:200px;padding-right:200px}.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content{padding-left:5px;padding-right:5px}.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content{padding-left:10px;padding-right:10px}.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content{padding-left:15px;padding-right:15px}.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content{padding-left:20px;padding-right:20px}.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content{padding-left:25px;padding-right:25px}.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content{padding-left:30px;padding-right:30px}.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content{padding-left:35px;padding-right:35px}.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content{padding-left:40px;padding-right:40px}.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content{padding-left:45px;padding-right:45px}.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content{padding-left:50px;padding-right:50px}.bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content{padding-left:55px;padding-right:55px}.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content{padding-left:60px;padding-right:60px}.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content{padding-left:65px;padding-right:65px}.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content{padding-left:70px;padding-right:70px}.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content{padding-left:75px;padding-right:75px}.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content{padding-left:80px;padding-right:80px}.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content{padding-left:85px;padding-right:85px}.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content{padding-left:90px;padding-right:90px}.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content{padding-left:95px;padding-right:95px}.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content{padding-left:100px;padding-right:100px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200{max-width:1200px}@media (min-width:1240px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200{margin:auto}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column{max-width:100%}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{max-width:100%}}@media (max-width:1239px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200{padding:0 20px;max-width:100%}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row{margin:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child){padding:0 20px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child){padding:0 20px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide{padding-right:0}.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide{padding-left:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media (min-width:1240px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="1"]{-webkit-flex:0 0 103.33433px;-ms-flex:0 0 103.33433px;flex:0 0 103.33433px;max-width:103.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:63.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:63.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 100.001px;-ms-flex:0 0 100.001px;flex:0 0 100.001px;max-width:100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:100.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 100.83433px;-ms-flex:0 0 100.83433px;flex:0 0 100.83433px;max-width:100.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 504.16567px);max-width:-moz-calc(50% - 504.16567px);max-width:calc(50% - 504.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:90.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 101.66767px;-ms-flex:0 0 101.66767px;flex:0 0 101.66767px;max-width:101.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 508.33233px);max-width:-moz-calc(50% - 508.33233px);max-width:calc(50% - 508.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:81.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 102.501px;-ms-flex:0 0 102.501px;flex:0 0 102.501px;max-width:102.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 512.499px);max-width:-moz-calc(50% - 512.499px);max-width:calc(50% - 512.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:72.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 103.33433px;-ms-flex:0 0 103.33433px;flex:0 0 103.33433px;max-width:103.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:63.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 104.16767px;-ms-flex:0 0 104.16767px;flex:0 0 104.16767px;max-width:104.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 520.83233px);max-width:-moz-calc(50% - 520.83233px);max-width:calc(50% - 520.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:54.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 105.001px;-ms-flex:0 0 105.001px;flex:0 0 105.001px;max-width:105.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 524.999px);max-width:-moz-calc(50% - 524.999px);max-width:calc(50% - 524.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:45.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 105.83433px;-ms-flex:0 0 105.83433px;flex:0 0 105.83433px;max-width:105.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 529.16567px);max-width:-moz-calc(50% - 529.16567px);max-width:calc(50% - 529.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:35.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 106.66767px;-ms-flex:0 0 106.66767px;flex:0 0 106.66767px;max-width:106.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:26.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 107.501px;-ms-flex:0 0 107.501px;flex:0 0 107.501px;max-width:107.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 537.499px);max-width:-moz-calc(50% - 537.499px);max-width:calc(50% - 537.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:17.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 108.33433px;-ms-flex:0 0 108.33433px;flex:0 0 108.33433px;max-width:108.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 541.66567px);max-width:-moz-calc(50% - 541.66567px);max-width:calc(50% - 541.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:8.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 109.16767px;-ms-flex:0 0 109.16767px;flex:0 0 109.16767px;max-width:109.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 545.83233px);max-width:-moz-calc(50% - 545.83233px);max-width:calc(50% - 545.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-.83233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 110.001px;-ms-flex:0 0 110.001px;flex:0 0 110.001px;max-width:110.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 549.999px);max-width:-moz-calc(50% - 549.999px);max-width:calc(50% - 549.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-9.999px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 110.83433px;-ms-flex:0 0 110.83433px;flex:0 0 110.83433px;max-width:110.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 554.16567px);max-width:-moz-calc(50% - 554.16567px);max-width:calc(50% - 554.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-19.16567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 111.66767px;-ms-flex:0 0 111.66767px;flex:0 0 111.66767px;max-width:111.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 558.33233px);max-width:-moz-calc(50% - 558.33233px);max-width:calc(50% - 558.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-28.33233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 112.501px;-ms-flex:0 0 112.501px;flex:0 0 112.501px;max-width:112.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 562.499px);max-width:-moz-calc(50% - 562.499px);max-width:calc(50% - 562.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-37.499px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 113.33433px;-ms-flex:0 0 113.33433px;flex:0 0 113.33433px;max-width:113.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 566.66567px);max-width:-moz-calc(50% - 566.66567px);max-width:calc(50% - 566.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-46.66567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 114.16767px;-ms-flex:0 0 114.16767px;flex:0 0 114.16767px;max-width:114.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 570.83233px);max-width:-moz-calc(50% - 570.83233px);max-width:calc(50% - 570.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-55.83233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 115.001px;-ms-flex:0 0 115.001px;flex:0 0 115.001px;max-width:115.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 574.999px);max-width:-moz-calc(50% - 574.999px);max-width:calc(50% - 574.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-64.999px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 115.83433px;-ms-flex:0 0 115.83433px;flex:0 0 115.83433px;max-width:115.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 579.16567px);max-width:-moz-calc(50% - 579.16567px);max-width:calc(50% - 579.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-74.16567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 116.66767px;-ms-flex:0 0 116.66767px;flex:0 0 116.66767px;max-width:116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-83.33233px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 504.16567px);max-width:-moz-calc(50% - 504.16567px);max-width:calc(50% - 504.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:90.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 508.33233px);max-width:-moz-calc(50% - 508.33233px);max-width:calc(50% - 508.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:81.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 512.499px);max-width:-moz-calc(50% - 512.499px);max-width:calc(50% - 512.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:72.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:63.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 520.83233px);max-width:-moz-calc(50% - 520.83233px);max-width:calc(50% - 520.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:54.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 524.999px);max-width:-moz-calc(50% - 524.999px);max-width:calc(50% - 524.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:45.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 529.16567px);max-width:-moz-calc(50% - 529.16567px);max-width:calc(50% - 529.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:35.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:26.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 537.499px);max-width:-moz-calc(50% - 537.499px);max-width:calc(50% - 537.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:17.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 541.66567px);max-width:-moz-calc(50% - 541.66567px);max-width:calc(50% - 541.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:8.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 549.999px);max-width:-moz-calc(50% - 549.999px);max-width:calc(50% - 549.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-9.999px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 558.33233px);max-width:-moz-calc(50% - 558.33233px);max-width:calc(50% - 558.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-28.33233px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 566.66567px);max-width:-moz-calc(50% - 566.66567px);max-width:calc(50% - 566.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-46.66567px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 574.999px);max-width:-moz-calc(50% - 574.999px);max-width:calc(50% - 574.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-64.999px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-83.33233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2"]{-webkit-flex:0 0 206.66767px;-ms-flex:0 0 206.66767px;flex:0 0 206.66767px;max-width:206.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 200.001px;-ms-flex:0 0 200.001px;flex:0 0 200.001px;max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 201.66767px;-ms-flex:0 0 201.66767px;flex:0 0 201.66767px;max-width:201.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 403.33233px);max-width:-moz-calc(50% - 403.33233px);max-width:calc(50% - 403.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:191.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 203.33433px;-ms-flex:0 0 203.33433px;flex:0 0 203.33433px;max-width:203.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 406.66567px);max-width:-moz-calc(50% - 406.66567px);max-width:calc(50% - 406.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:183.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 205.001px;-ms-flex:0 0 205.001px;flex:0 0 205.001px;max-width:205.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 409.999px);max-width:-moz-calc(50% - 409.999px);max-width:calc(50% - 409.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:175.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 206.66767px;-ms-flex:0 0 206.66767px;flex:0 0 206.66767px;max-width:206.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 208.33433px;-ms-flex:0 0 208.33433px;flex:0 0 208.33433px;max-width:208.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 416.66567px);max-width:-moz-calc(50% - 416.66567px);max-width:calc(50% - 416.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:158.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 210.001px;-ms-flex:0 0 210.001px;flex:0 0 210.001px;max-width:210.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:150.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 211.66767px;-ms-flex:0 0 211.66767px;flex:0 0 211.66767px;max-width:211.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 423.33233px);max-width:-moz-calc(50% - 423.33233px);max-width:calc(50% - 423.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:141.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 213.33433px;-ms-flex:0 0 213.33433px;flex:0 0 213.33433px;max-width:213.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 426.66567px);max-width:-moz-calc(50% - 426.66567px);max-width:calc(50% - 426.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:133.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 215.001px;-ms-flex:0 0 215.001px;flex:0 0 215.001px;max-width:215.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 429.999px);max-width:-moz-calc(50% - 429.999px);max-width:calc(50% - 429.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:125.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 216.66767px;-ms-flex:0 0 216.66767px;flex:0 0 216.66767px;max-width:216.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 433.33233px);max-width:-moz-calc(50% - 433.33233px);max-width:calc(50% - 433.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 218.33433px;-ms-flex:0 0 218.33433px;flex:0 0 218.33433px;max-width:218.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 436.66567px);max-width:-moz-calc(50% - 436.66567px);max-width:calc(50% - 436.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:108.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 220.001px;-ms-flex:0 0 220.001px;flex:0 0 220.001px;max-width:220.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 439.999px);max-width:-moz-calc(50% - 439.999px);max-width:calc(50% - 439.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:100.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 221.66767px;-ms-flex:0 0 221.66767px;flex:0 0 221.66767px;max-width:221.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 443.33233px);max-width:-moz-calc(50% - 443.33233px);max-width:calc(50% - 443.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:91.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 223.33433px;-ms-flex:0 0 223.33433px;flex:0 0 223.33433px;max-width:223.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 446.66567px);max-width:-moz-calc(50% - 446.66567px);max-width:calc(50% - 446.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:83.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 225.001px;-ms-flex:0 0 225.001px;flex:0 0 225.001px;max-width:225.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:75.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 226.66767px;-ms-flex:0 0 226.66767px;flex:0 0 226.66767px;max-width:226.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 453.33233px);max-width:-moz-calc(50% - 453.33233px);max-width:calc(50% - 453.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:66.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 228.33433px;-ms-flex:0 0 228.33433px;flex:0 0 228.33433px;max-width:228.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 456.66567px);max-width:-moz-calc(50% - 456.66567px);max-width:calc(50% - 456.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:58.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 230.001px;-ms-flex:0 0 230.001px;flex:0 0 230.001px;max-width:230.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 459.999px);max-width:-moz-calc(50% - 459.999px);max-width:calc(50% - 459.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:50.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 231.66767px;-ms-flex:0 0 231.66767px;flex:0 0 231.66767px;max-width:231.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 463.33233px);max-width:-moz-calc(50% - 463.33233px);max-width:calc(50% - 463.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:41.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 233.33433px;-ms-flex:0 0 233.33433px;flex:0 0 233.33433px;max-width:233.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:33.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 403.33233px);max-width:-moz-calc(50% - 403.33233px);max-width:calc(50% - 403.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:191.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 406.66567px);max-width:-moz-calc(50% - 406.66567px);max-width:calc(50% - 406.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:183.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 409.999px);max-width:-moz-calc(50% - 409.999px);max-width:calc(50% - 409.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:175.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 416.66567px);max-width:-moz-calc(50% - 416.66567px);max-width:calc(50% - 416.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:158.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:150.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 423.33233px);max-width:-moz-calc(50% - 423.33233px);max-width:calc(50% - 423.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:141.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 426.66567px);max-width:-moz-calc(50% - 426.66567px);max-width:calc(50% - 426.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:133.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 429.999px);max-width:-moz-calc(50% - 429.999px);max-width:calc(50% - 429.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:125.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 433.33233px);max-width:-moz-calc(50% - 433.33233px);max-width:calc(50% - 433.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 439.999px);max-width:-moz-calc(50% - 439.999px);max-width:calc(50% - 439.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 446.66567px);max-width:-moz-calc(50% - 446.66567px);max-width:calc(50% - 446.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:83.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 453.33233px);max-width:-moz-calc(50% - 453.33233px);max-width:calc(50% - 453.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:66.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 459.999px);max-width:-moz-calc(50% - 459.999px);max-width:calc(50% - 459.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:50.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:33.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 248.001px;-ms-flex:0 0 248.001px;flex:0 0 248.001px;max-width:248.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:208.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:208.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:240.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 242.001px;-ms-flex:0 0 242.001px;flex:0 0 242.001px;max-width:242.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 362.999px);max-width:-moz-calc(50% - 362.999px);max-width:calc(50% - 362.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:232.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 244.001px;-ms-flex:0 0 244.001px;flex:0 0 244.001px;max-width:244.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 365.999px);max-width:-moz-calc(50% - 365.999px);max-width:calc(50% - 365.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:224.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 246.001px;-ms-flex:0 0 246.001px;flex:0 0 246.001px;max-width:246.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 368.999px);max-width:-moz-calc(50% - 368.999px);max-width:calc(50% - 368.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:216.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 248.001px;-ms-flex:0 0 248.001px;flex:0 0 248.001px;max-width:248.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:208.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 250.001px;-ms-flex:0 0 250.001px;flex:0 0 250.001px;max-width:250.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 252.001px;-ms-flex:0 0 252.001px;flex:0 0 252.001px;max-width:252.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 377.999px);max-width:-moz-calc(50% - 377.999px);max-width:calc(50% - 377.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:192.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 254.001px;-ms-flex:0 0 254.001px;flex:0 0 254.001px;max-width:254.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 380.999px);max-width:-moz-calc(50% - 380.999px);max-width:calc(50% - 380.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:184.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 256.001px;-ms-flex:0 0 256.001px;flex:0 0 256.001px;max-width:256.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 383.999px);max-width:-moz-calc(50% - 383.999px);max-width:calc(50% - 383.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:176.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 258.001px;-ms-flex:0 0 258.001px;flex:0 0 258.001px;max-width:258.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 386.999px);max-width:-moz-calc(50% - 386.999px);max-width:calc(50% - 386.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:168.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 260.001px;-ms-flex:0 0 260.001px;flex:0 0 260.001px;max-width:260.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:160.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 262.001px;-ms-flex:0 0 262.001px;flex:0 0 262.001px;max-width:262.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 392.999px);max-width:-moz-calc(50% - 392.999px);max-width:calc(50% - 392.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:152.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 264.001px;-ms-flex:0 0 264.001px;flex:0 0 264.001px;max-width:264.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 395.999px);max-width:-moz-calc(50% - 395.999px);max-width:calc(50% - 395.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:144.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 266.001px;-ms-flex:0 0 266.001px;flex:0 0 266.001px;max-width:266.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 398.999px);max-width:-moz-calc(50% - 398.999px);max-width:calc(50% - 398.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:136.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 268.001px;-ms-flex:0 0 268.001px;flex:0 0 268.001px;max-width:268.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 401.999px);max-width:-moz-calc(50% - 401.999px);max-width:calc(50% - 401.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:128.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 270.001px;-ms-flex:0 0 270.001px;flex:0 0 270.001px;max-width:270.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 404.999px);max-width:-moz-calc(50% - 404.999px);max-width:calc(50% - 404.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:120.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 272.001px;-ms-flex:0 0 272.001px;flex:0 0 272.001px;max-width:272.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 407.999px);max-width:-moz-calc(50% - 407.999px);max-width:calc(50% - 407.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:112.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 274.001px;-ms-flex:0 0 274.001px;flex:0 0 274.001px;max-width:274.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 410.999px);max-width:-moz-calc(50% - 410.999px);max-width:calc(50% - 410.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:104.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 276.001px;-ms-flex:0 0 276.001px;flex:0 0 276.001px;max-width:276.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 413.999px);max-width:-moz-calc(50% - 413.999px);max-width:calc(50% - 413.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:96.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 278.001px;-ms-flex:0 0 278.001px;flex:0 0 278.001px;max-width:278.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 416.999px);max-width:-moz-calc(50% - 416.999px);max-width:calc(50% - 416.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:88.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 280.001px;-ms-flex:0 0 280.001px;flex:0 0 280.001px;max-width:280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:80.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 362.999px);max-width:-moz-calc(50% - 362.999px);max-width:calc(50% - 362.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:232.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 365.999px);max-width:-moz-calc(50% - 365.999px);max-width:calc(50% - 365.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:224.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 368.999px);max-width:-moz-calc(50% - 368.999px);max-width:calc(50% - 368.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:216.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:208.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 377.999px);max-width:-moz-calc(50% - 377.999px);max-width:calc(50% - 377.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:192.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 380.999px);max-width:-moz-calc(50% - 380.999px);max-width:calc(50% - 380.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:184.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 383.999px);max-width:-moz-calc(50% - 383.999px);max-width:calc(50% - 383.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:176.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 386.999px);max-width:-moz-calc(50% - 386.999px);max-width:calc(50% - 386.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:168.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:160.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 395.999px);max-width:-moz-calc(50% - 395.999px);max-width:calc(50% - 395.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:144.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 401.999px);max-width:-moz-calc(50% - 401.999px);max-width:calc(50% - 401.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:128.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 407.999px);max-width:-moz-calc(50% - 407.999px);max-width:calc(50% - 407.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:112.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 413.999px);max-width:-moz-calc(50% - 413.999px);max-width:calc(50% - 413.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:96.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:80.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="3"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:270.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:270.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 300.001px;-ms-flex:0 0 300.001px;flex:0 0 300.001px;max-width:300.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 299.999px);max-width:-moz-calc(50% - 299.999px);max-width:calc(50% - 299.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:300.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 302.501px;-ms-flex:0 0 302.501px;flex:0 0 302.501px;max-width:302.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 302.499px);max-width:-moz-calc(50% - 302.499px);max-width:calc(50% - 302.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:292.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 305.001px;-ms-flex:0 0 305.001px;flex:0 0 305.001px;max-width:305.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 304.999px);max-width:-moz-calc(50% - 304.999px);max-width:calc(50% - 304.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:285.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 307.501px;-ms-flex:0 0 307.501px;flex:0 0 307.501px;max-width:307.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 307.499px);max-width:-moz-calc(50% - 307.499px);max-width:calc(50% - 307.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:277.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:270.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 312.501px;-ms-flex:0 0 312.501px;flex:0 0 312.501px;max-width:312.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 312.499px);max-width:-moz-calc(50% - 312.499px);max-width:calc(50% - 312.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:262.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 315.001px;-ms-flex:0 0 315.001px;flex:0 0 315.001px;max-width:315.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 314.999px);max-width:-moz-calc(50% - 314.999px);max-width:calc(50% - 314.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:255.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 317.501px;-ms-flex:0 0 317.501px;flex:0 0 317.501px;max-width:317.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 317.499px);max-width:-moz-calc(50% - 317.499px);max-width:calc(50% - 317.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:247.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 320.001px;-ms-flex:0 0 320.001px;flex:0 0 320.001px;max-width:320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 319.999px);max-width:-moz-calc(50% - 319.999px);max-width:calc(50% - 319.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:240.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 322.501px;-ms-flex:0 0 322.501px;flex:0 0 322.501px;max-width:322.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 322.499px);max-width:-moz-calc(50% - 322.499px);max-width:calc(50% - 322.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:232.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 325.001px;-ms-flex:0 0 325.001px;flex:0 0 325.001px;max-width:325.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 324.999px);max-width:-moz-calc(50% - 324.999px);max-width:calc(50% - 324.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:225.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 327.501px;-ms-flex:0 0 327.501px;flex:0 0 327.501px;max-width:327.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 327.499px);max-width:-moz-calc(50% - 327.499px);max-width:calc(50% - 327.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:217.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 330.001px;-ms-flex:0 0 330.001px;flex:0 0 330.001px;max-width:330.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 329.999px);max-width:-moz-calc(50% - 329.999px);max-width:calc(50% - 329.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:210.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 332.501px;-ms-flex:0 0 332.501px;flex:0 0 332.501px;max-width:332.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 332.499px);max-width:-moz-calc(50% - 332.499px);max-width:calc(50% - 332.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:202.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 335.001px;-ms-flex:0 0 335.001px;flex:0 0 335.001px;max-width:335.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 334.999px);max-width:-moz-calc(50% - 334.999px);max-width:calc(50% - 334.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:195.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 337.501px;-ms-flex:0 0 337.501px;flex:0 0 337.501px;max-width:337.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 337.499px);max-width:-moz-calc(50% - 337.499px);max-width:calc(50% - 337.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:187.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 340.001px;-ms-flex:0 0 340.001px;flex:0 0 340.001px;max-width:340.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 339.999px);max-width:-moz-calc(50% - 339.999px);max-width:calc(50% - 339.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:180.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 342.501px;-ms-flex:0 0 342.501px;flex:0 0 342.501px;max-width:342.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 342.499px);max-width:-moz-calc(50% - 342.499px);max-width:calc(50% - 342.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:172.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 345.001px;-ms-flex:0 0 345.001px;flex:0 0 345.001px;max-width:345.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 344.999px);max-width:-moz-calc(50% - 344.999px);max-width:calc(50% - 344.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:165.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 347.501px;-ms-flex:0 0 347.501px;flex:0 0 347.501px;max-width:347.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 347.499px);max-width:-moz-calc(50% - 347.499px);max-width:calc(50% - 347.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:157.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 350.001px;-ms-flex:0 0 350.001px;flex:0 0 350.001px;max-width:350.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:150.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 299.999px);max-width:-moz-calc(50% - 299.999px);max-width:calc(50% - 299.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:300.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 302.499px);max-width:-moz-calc(50% - 302.499px);max-width:calc(50% - 302.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:292.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 304.999px);max-width:-moz-calc(50% - 304.999px);max-width:calc(50% - 304.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:285.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 307.499px);max-width:-moz-calc(50% - 307.499px);max-width:calc(50% - 307.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:277.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:270.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 312.499px);max-width:-moz-calc(50% - 312.499px);max-width:calc(50% - 312.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:262.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 314.999px);max-width:-moz-calc(50% - 314.999px);max-width:calc(50% - 314.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:255.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 317.499px);max-width:-moz-calc(50% - 317.499px);max-width:calc(50% - 317.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:247.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 319.999px);max-width:-moz-calc(50% - 319.999px);max-width:calc(50% - 319.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 322.499px);max-width:-moz-calc(50% - 322.499px);max-width:calc(50% - 322.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:232.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 324.999px);max-width:-moz-calc(50% - 324.999px);max-width:calc(50% - 324.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:225.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 329.999px);max-width:-moz-calc(50% - 329.999px);max-width:calc(50% - 329.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:210.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 334.999px);max-width:-moz-calc(50% - 334.999px);max-width:calc(50% - 334.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:195.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 339.999px);max-width:-moz-calc(50% - 339.999px);max-width:calc(50% - 339.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:180.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 344.999px);max-width:-moz-calc(50% - 344.999px);max-width:calc(50% - 344.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:165.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:150.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4"]{-webkit-flex:0 0 413.33433px;-ms-flex:0 0 413.33433px;flex:0 0 413.33433px;max-width:413.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 400.001px;-ms-flex:0 0 400.001px;flex:0 0 400.001px;max-width:400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 199.999px);max-width:-moz-calc(50% - 199.999px);max-width:calc(50% - 199.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 403.33433px;-ms-flex:0 0 403.33433px;flex:0 0 403.33433px;max-width:403.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 201.66567px);max-width:-moz-calc(50% - 201.66567px);max-width:calc(50% - 201.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:393.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 406.66767px;-ms-flex:0 0 406.66767px;flex:0 0 406.66767px;max-width:406.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 203.33233px);max-width:-moz-calc(50% - 203.33233px);max-width:calc(50% - 203.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:386.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 410.001px;-ms-flex:0 0 410.001px;flex:0 0 410.001px;max-width:410.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 204.999px);max-width:-moz-calc(50% - 204.999px);max-width:calc(50% - 204.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:380.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 413.33433px;-ms-flex:0 0 413.33433px;flex:0 0 413.33433px;max-width:413.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 416.66767px;-ms-flex:0 0 416.66767px;flex:0 0 416.66767px;max-width:416.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 208.33233px);max-width:-moz-calc(50% - 208.33233px);max-width:calc(50% - 208.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:366.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 420.001px;-ms-flex:0 0 420.001px;flex:0 0 420.001px;max-width:420.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 209.999px);max-width:-moz-calc(50% - 209.999px);max-width:calc(50% - 209.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:360.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 423.33433px;-ms-flex:0 0 423.33433px;flex:0 0 423.33433px;max-width:423.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 211.66567px);max-width:-moz-calc(50% - 211.66567px);max-width:calc(50% - 211.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:353.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 426.66767px;-ms-flex:0 0 426.66767px;flex:0 0 426.66767px;max-width:426.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 213.33233px);max-width:-moz-calc(50% - 213.33233px);max-width:calc(50% - 213.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:346.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 430.001px;-ms-flex:0 0 430.001px;flex:0 0 430.001px;max-width:430.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 214.999px);max-width:-moz-calc(50% - 214.999px);max-width:calc(50% - 214.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:340.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 433.33433px;-ms-flex:0 0 433.33433px;flex:0 0 433.33433px;max-width:433.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 216.66567px);max-width:-moz-calc(50% - 216.66567px);max-width:calc(50% - 216.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:333.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 436.66767px;-ms-flex:0 0 436.66767px;flex:0 0 436.66767px;max-width:436.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 218.33233px);max-width:-moz-calc(50% - 218.33233px);max-width:calc(50% - 218.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:326.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 440.001px;-ms-flex:0 0 440.001px;flex:0 0 440.001px;max-width:440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 219.999px);max-width:-moz-calc(50% - 219.999px);max-width:calc(50% - 219.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:320.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 443.33433px;-ms-flex:0 0 443.33433px;flex:0 0 443.33433px;max-width:443.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 221.66567px);max-width:-moz-calc(50% - 221.66567px);max-width:calc(50% - 221.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:313.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 446.66767px;-ms-flex:0 0 446.66767px;flex:0 0 446.66767px;max-width:446.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 223.33233px);max-width:-moz-calc(50% - 223.33233px);max-width:calc(50% - 223.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:306.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 450.001px;-ms-flex:0 0 450.001px;flex:0 0 450.001px;max-width:450.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 224.999px);max-width:-moz-calc(50% - 224.999px);max-width:calc(50% - 224.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:300.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 453.33433px;-ms-flex:0 0 453.33433px;flex:0 0 453.33433px;max-width:453.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 226.66567px);max-width:-moz-calc(50% - 226.66567px);max-width:calc(50% - 226.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:293.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 456.66767px;-ms-flex:0 0 456.66767px;flex:0 0 456.66767px;max-width:456.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 228.33233px);max-width:-moz-calc(50% - 228.33233px);max-width:calc(50% - 228.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:286.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 460.001px;-ms-flex:0 0 460.001px;flex:0 0 460.001px;max-width:460.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 229.999px);max-width:-moz-calc(50% - 229.999px);max-width:calc(50% - 229.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:280.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 463.33433px;-ms-flex:0 0 463.33433px;flex:0 0 463.33433px;max-width:463.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 231.66567px);max-width:-moz-calc(50% - 231.66567px);max-width:calc(50% - 231.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:273.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 466.66767px;-ms-flex:0 0 466.66767px;flex:0 0 466.66767px;max-width:466.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:266.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 199.999px);max-width:-moz-calc(50% - 199.999px);max-width:calc(50% - 199.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 201.66567px);max-width:-moz-calc(50% - 201.66567px);max-width:calc(50% - 201.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:393.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 203.33233px);max-width:-moz-calc(50% - 203.33233px);max-width:calc(50% - 203.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:386.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 204.999px);max-width:-moz-calc(50% - 204.999px);max-width:calc(50% - 204.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:380.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 208.33233px);max-width:-moz-calc(50% - 208.33233px);max-width:calc(50% - 208.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:366.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 209.999px);max-width:-moz-calc(50% - 209.999px);max-width:calc(50% - 209.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 211.66567px);max-width:-moz-calc(50% - 211.66567px);max-width:calc(50% - 211.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:353.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 213.33233px);max-width:-moz-calc(50% - 213.33233px);max-width:calc(50% - 213.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:346.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 214.999px);max-width:-moz-calc(50% - 214.999px);max-width:calc(50% - 214.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:340.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 216.66567px);max-width:-moz-calc(50% - 216.66567px);max-width:calc(50% - 216.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:333.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 219.999px);max-width:-moz-calc(50% - 219.999px);max-width:calc(50% - 219.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 223.33233px);max-width:-moz-calc(50% - 223.33233px);max-width:calc(50% - 223.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:306.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 226.66567px);max-width:-moz-calc(50% - 226.66567px);max-width:calc(50% - 226.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:293.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 229.999px);max-width:-moz-calc(50% - 229.999px);max-width:calc(50% - 229.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:266.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 496.001px;-ms-flex:0 0 496.001px;flex:0 0 496.001px;max-width:496.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:456.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:456.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:480.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 484.001px;-ms-flex:0 0 484.001px;flex:0 0 484.001px;max-width:484.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 120.999px);max-width:-moz-calc(50% - 120.999px);max-width:calc(50% - 120.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:474.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 488.001px;-ms-flex:0 0 488.001px;flex:0 0 488.001px;max-width:488.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 121.999px);max-width:-moz-calc(50% - 121.999px);max-width:calc(50% - 121.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:468.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 492.001px;-ms-flex:0 0 492.001px;flex:0 0 492.001px;max-width:492.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 122.999px);max-width:-moz-calc(50% - 122.999px);max-width:calc(50% - 122.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:462.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 496.001px;-ms-flex:0 0 496.001px;flex:0 0 496.001px;max-width:496.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:456.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:450.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 504.001px;-ms-flex:0 0 504.001px;flex:0 0 504.001px;max-width:504.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 125.999px);max-width:-moz-calc(50% - 125.999px);max-width:calc(50% - 125.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:444.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 508.001px;-ms-flex:0 0 508.001px;flex:0 0 508.001px;max-width:508.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 126.999px);max-width:-moz-calc(50% - 126.999px);max-width:calc(50% - 126.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:438.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 512.001px;-ms-flex:0 0 512.001px;flex:0 0 512.001px;max-width:512.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 127.999px);max-width:-moz-calc(50% - 127.999px);max-width:calc(50% - 127.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:432.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 516.001px;-ms-flex:0 0 516.001px;flex:0 0 516.001px;max-width:516.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 128.999px);max-width:-moz-calc(50% - 128.999px);max-width:calc(50% - 128.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:426.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 520.001px;-ms-flex:0 0 520.001px;flex:0 0 520.001px;max-width:520.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:420.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 524.001px;-ms-flex:0 0 524.001px;flex:0 0 524.001px;max-width:524.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 130.999px);max-width:-moz-calc(50% - 130.999px);max-width:calc(50% - 130.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:414.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 528.001px;-ms-flex:0 0 528.001px;flex:0 0 528.001px;max-width:528.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 131.999px);max-width:-moz-calc(50% - 131.999px);max-width:calc(50% - 131.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:408.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 532.001px;-ms-flex:0 0 532.001px;flex:0 0 532.001px;max-width:532.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 132.999px);max-width:-moz-calc(50% - 132.999px);max-width:calc(50% - 132.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:402.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 536.001px;-ms-flex:0 0 536.001px;flex:0 0 536.001px;max-width:536.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 133.999px);max-width:-moz-calc(50% - 133.999px);max-width:calc(50% - 133.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:396.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 540.001px;-ms-flex:0 0 540.001px;flex:0 0 540.001px;max-width:540.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 134.999px);max-width:-moz-calc(50% - 134.999px);max-width:calc(50% - 134.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:390.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 544.001px;-ms-flex:0 0 544.001px;flex:0 0 544.001px;max-width:544.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 135.999px);max-width:-moz-calc(50% - 135.999px);max-width:calc(50% - 135.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:384.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 548.001px;-ms-flex:0 0 548.001px;flex:0 0 548.001px;max-width:548.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 136.999px);max-width:-moz-calc(50% - 136.999px);max-width:calc(50% - 136.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:378.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 552.001px;-ms-flex:0 0 552.001px;flex:0 0 552.001px;max-width:552.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 137.999px);max-width:-moz-calc(50% - 137.999px);max-width:calc(50% - 137.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:372.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 556.001px;-ms-flex:0 0 556.001px;flex:0 0 556.001px;max-width:556.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 138.999px);max-width:-moz-calc(50% - 138.999px);max-width:calc(50% - 138.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:366.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 560.001px;-ms-flex:0 0 560.001px;flex:0 0 560.001px;max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:480.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 120.999px);max-width:-moz-calc(50% - 120.999px);max-width:calc(50% - 120.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:474.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 121.999px);max-width:-moz-calc(50% - 121.999px);max-width:calc(50% - 121.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:468.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 122.999px);max-width:-moz-calc(50% - 122.999px);max-width:calc(50% - 122.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:462.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:456.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:450.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 125.999px);max-width:-moz-calc(50% - 125.999px);max-width:calc(50% - 125.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:444.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 126.999px);max-width:-moz-calc(50% - 126.999px);max-width:calc(50% - 126.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:438.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 127.999px);max-width:-moz-calc(50% - 127.999px);max-width:calc(50% - 127.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:432.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 128.999px);max-width:-moz-calc(50% - 128.999px);max-width:calc(50% - 128.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:426.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:420.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 131.999px);max-width:-moz-calc(50% - 131.999px);max-width:calc(50% - 131.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:408.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 133.999px);max-width:-moz-calc(50% - 133.999px);max-width:calc(50% - 133.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:396.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 135.999px);max-width:-moz-calc(50% - 135.999px);max-width:calc(50% - 135.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:384.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 137.999px);max-width:-moz-calc(50% - 137.999px);max-width:calc(50% - 137.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:372.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:360.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="5"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:476.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:476.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 99.999px);max-width:-moz-calc(50% - 99.999px);max-width:calc(50% - 99.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:500.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 504.16767px;-ms-flex:0 0 504.16767px;flex:0 0 504.16767px;max-width:504.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 100.83233px);max-width:-moz-calc(50% - 100.83233px);max-width:calc(50% - 100.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:494.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 508.33433px;-ms-flex:0 0 508.33433px;flex:0 0 508.33433px;max-width:508.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 101.66567px);max-width:-moz-calc(50% - 101.66567px);max-width:calc(50% - 101.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:488.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 512.501px;-ms-flex:0 0 512.501px;flex:0 0 512.501px;max-width:512.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 102.499px);max-width:-moz-calc(50% - 102.499px);max-width:calc(50% - 102.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:482.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:476.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 520.83433px;-ms-flex:0 0 520.83433px;flex:0 0 520.83433px;max-width:520.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 104.16567px);max-width:-moz-calc(50% - 104.16567px);max-width:calc(50% - 104.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:470.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 525.001px;-ms-flex:0 0 525.001px;flex:0 0 525.001px;max-width:525.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 104.999px);max-width:-moz-calc(50% - 104.999px);max-width:calc(50% - 104.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:465.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 529.16767px;-ms-flex:0 0 529.16767px;flex:0 0 529.16767px;max-width:529.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 105.83233px);max-width:-moz-calc(50% - 105.83233px);max-width:calc(50% - 105.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:459.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 533.33433px;-ms-flex:0 0 533.33433px;flex:0 0 533.33433px;max-width:533.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 106.66567px);max-width:-moz-calc(50% - 106.66567px);max-width:calc(50% - 106.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:453.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 537.501px;-ms-flex:0 0 537.501px;flex:0 0 537.501px;max-width:537.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 107.499px);max-width:-moz-calc(50% - 107.499px);max-width:calc(50% - 107.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:447.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 541.66767px;-ms-flex:0 0 541.66767px;flex:0 0 541.66767px;max-width:541.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 108.33233px);max-width:-moz-calc(50% - 108.33233px);max-width:calc(50% - 108.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:441.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 545.83433px;-ms-flex:0 0 545.83433px;flex:0 0 545.83433px;max-width:545.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 109.16567px);max-width:-moz-calc(50% - 109.16567px);max-width:calc(50% - 109.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:435.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 550.001px;-ms-flex:0 0 550.001px;flex:0 0 550.001px;max-width:550.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 109.999px);max-width:-moz-calc(50% - 109.999px);max-width:calc(50% - 109.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:430.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 554.16767px;-ms-flex:0 0 554.16767px;flex:0 0 554.16767px;max-width:554.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 110.83233px);max-width:-moz-calc(50% - 110.83233px);max-width:calc(50% - 110.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:424.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 558.33433px;-ms-flex:0 0 558.33433px;flex:0 0 558.33433px;max-width:558.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 111.66567px);max-width:-moz-calc(50% - 111.66567px);max-width:calc(50% - 111.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:418.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 562.501px;-ms-flex:0 0 562.501px;flex:0 0 562.501px;max-width:562.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 112.499px);max-width:-moz-calc(50% - 112.499px);max-width:calc(50% - 112.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:412.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 566.66767px;-ms-flex:0 0 566.66767px;flex:0 0 566.66767px;max-width:566.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 113.33233px);max-width:-moz-calc(50% - 113.33233px);max-width:calc(50% - 113.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:406.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 570.83433px;-ms-flex:0 0 570.83433px;flex:0 0 570.83433px;max-width:570.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 114.16567px);max-width:-moz-calc(50% - 114.16567px);max-width:calc(50% - 114.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:400.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 575.001px;-ms-flex:0 0 575.001px;flex:0 0 575.001px;max-width:575.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 114.999px);max-width:-moz-calc(50% - 114.999px);max-width:calc(50% - 114.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:395.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 579.16767px;-ms-flex:0 0 579.16767px;flex:0 0 579.16767px;max-width:579.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 115.83233px);max-width:-moz-calc(50% - 115.83233px);max-width:calc(50% - 115.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:389.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 583.33433px;-ms-flex:0 0 583.33433px;flex:0 0 583.33433px;max-width:583.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:383.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 99.999px);max-width:-moz-calc(50% - 99.999px);max-width:calc(50% - 99.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 100.83233px);max-width:-moz-calc(50% - 100.83233px);max-width:calc(50% - 100.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:494.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 101.66567px);max-width:-moz-calc(50% - 101.66567px);max-width:calc(50% - 101.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:488.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 102.499px);max-width:-moz-calc(50% - 102.499px);max-width:calc(50% - 102.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:482.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:476.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 104.16567px);max-width:-moz-calc(50% - 104.16567px);max-width:calc(50% - 104.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:470.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 104.999px);max-width:-moz-calc(50% - 104.999px);max-width:calc(50% - 104.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:465.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 105.83233px);max-width:-moz-calc(50% - 105.83233px);max-width:calc(50% - 105.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:459.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 106.66567px);max-width:-moz-calc(50% - 106.66567px);max-width:calc(50% - 106.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:453.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 107.499px);max-width:-moz-calc(50% - 107.499px);max-width:calc(50% - 107.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:447.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 108.33233px);max-width:-moz-calc(50% - 108.33233px);max-width:calc(50% - 108.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:441.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 109.999px);max-width:-moz-calc(50% - 109.999px);max-width:calc(50% - 109.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:430.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 111.66567px);max-width:-moz-calc(50% - 111.66567px);max-width:calc(50% - 111.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:418.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 113.33233px);max-width:-moz-calc(50% - 113.33233px);max-width:calc(50% - 113.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:406.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 114.999px);max-width:-moz-calc(50% - 114.999px);max-width:calc(50% - 114.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:395.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:383.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="6"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:580.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:580.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:600.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 605.001px;-ms-flex:0 0 605.001px;flex:0 0 605.001px;max-width:605.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:595.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 610.001px;-ms-flex:0 0 610.001px;flex:0 0 610.001px;max-width:610.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:590.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 615.001px;-ms-flex:0 0 615.001px;flex:0 0 615.001px;max-width:615.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:585.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:580.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 625.001px;-ms-flex:0 0 625.001px;flex:0 0 625.001px;max-width:625.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:575.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 630.001px;-ms-flex:0 0 630.001px;flex:0 0 630.001px;max-width:630.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:570.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 635.001px;-ms-flex:0 0 635.001px;flex:0 0 635.001px;max-width:635.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:565.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 640.001px;-ms-flex:0 0 640.001px;flex:0 0 640.001px;max-width:640.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:560.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 645.001px;-ms-flex:0 0 645.001px;flex:0 0 645.001px;max-width:645.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:555.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 650.001px;-ms-flex:0 0 650.001px;flex:0 0 650.001px;max-width:650.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:550.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 655.001px;-ms-flex:0 0 655.001px;flex:0 0 655.001px;max-width:655.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:545.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 660.001px;-ms-flex:0 0 660.001px;flex:0 0 660.001px;max-width:660.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:540.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 665.001px;-ms-flex:0 0 665.001px;flex:0 0 665.001px;max-width:665.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:535.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 670.001px;-ms-flex:0 0 670.001px;flex:0 0 670.001px;max-width:670.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:530.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 675.001px;-ms-flex:0 0 675.001px;flex:0 0 675.001px;max-width:675.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:525.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 680.001px;-ms-flex:0 0 680.001px;flex:0 0 680.001px;max-width:680.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:520.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 685.001px;-ms-flex:0 0 685.001px;flex:0 0 685.001px;max-width:685.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:515.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 690.001px;-ms-flex:0 0 690.001px;flex:0 0 690.001px;max-width:690.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:510.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 695.001px;-ms-flex:0 0 695.001px;flex:0 0 695.001px;max-width:695.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:505.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:595.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:590.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:585.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:580.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:575.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:570.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:565.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:555.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:550.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:540.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:530.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:520.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:510.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:500.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7"]{-webkit-flex:0 0 723.33433px;-ms-flex:0 0 723.33433px;flex:0 0 723.33433px;max-width:723.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:683.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:683.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -100.001px);max-width:-moz-calc(50% - -100.001px);max-width:calc(50% - -100.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:700.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 705.83433px;-ms-flex:0 0 705.83433px;flex:0 0 705.83433px;max-width:705.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -100.83433px);max-width:-moz-calc(50% - -100.83433px);max-width:calc(50% - -100.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:695.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 711.66767px;-ms-flex:0 0 711.66767px;flex:0 0 711.66767px;max-width:711.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -101.66767px);max-width:-moz-calc(50% - -101.66767px);max-width:calc(50% - -101.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:691.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 717.501px;-ms-flex:0 0 717.501px;flex:0 0 717.501px;max-width:717.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -102.501px);max-width:-moz-calc(50% - -102.501px);max-width:calc(50% - -102.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:687.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 723.33433px;-ms-flex:0 0 723.33433px;flex:0 0 723.33433px;max-width:723.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:683.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 729.16767px;-ms-flex:0 0 729.16767px;flex:0 0 729.16767px;max-width:729.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -104.16767px);max-width:-moz-calc(50% - -104.16767px);max-width:calc(50% - -104.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:679.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 735.001px;-ms-flex:0 0 735.001px;flex:0 0 735.001px;max-width:735.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -105.001px);max-width:-moz-calc(50% - -105.001px);max-width:calc(50% - -105.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:675.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 740.83433px;-ms-flex:0 0 740.83433px;flex:0 0 740.83433px;max-width:740.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -105.83433px);max-width:-moz-calc(50% - -105.83433px);max-width:calc(50% - -105.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:670.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 746.66767px;-ms-flex:0 0 746.66767px;flex:0 0 746.66767px;max-width:746.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -106.66767px);max-width:-moz-calc(50% - -106.66767px);max-width:calc(50% - -106.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:666.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 752.501px;-ms-flex:0 0 752.501px;flex:0 0 752.501px;max-width:752.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -107.501px);max-width:-moz-calc(50% - -107.501px);max-width:calc(50% - -107.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:662.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 758.33433px;-ms-flex:0 0 758.33433px;flex:0 0 758.33433px;max-width:758.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -108.33433px);max-width:-moz-calc(50% - -108.33433px);max-width:calc(50% - -108.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:658.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 764.16767px;-ms-flex:0 0 764.16767px;flex:0 0 764.16767px;max-width:764.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -109.16767px);max-width:-moz-calc(50% - -109.16767px);max-width:calc(50% - -109.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:654.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 770.001px;-ms-flex:0 0 770.001px;flex:0 0 770.001px;max-width:770.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -110.001px);max-width:-moz-calc(50% - -110.001px);max-width:calc(50% - -110.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:650.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 775.83433px;-ms-flex:0 0 775.83433px;flex:0 0 775.83433px;max-width:775.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -110.83433px);max-width:-moz-calc(50% - -110.83433px);max-width:calc(50% - -110.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:645.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 781.66767px;-ms-flex:0 0 781.66767px;flex:0 0 781.66767px;max-width:781.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -111.66767px);max-width:-moz-calc(50% - -111.66767px);max-width:calc(50% - -111.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:641.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 787.501px;-ms-flex:0 0 787.501px;flex:0 0 787.501px;max-width:787.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -112.501px);max-width:-moz-calc(50% - -112.501px);max-width:calc(50% - -112.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:637.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 793.33433px;-ms-flex:0 0 793.33433px;flex:0 0 793.33433px;max-width:793.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -113.33433px);max-width:-moz-calc(50% - -113.33433px);max-width:calc(50% - -113.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:633.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 799.16767px;-ms-flex:0 0 799.16767px;flex:0 0 799.16767px;max-width:799.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -114.16767px);max-width:-moz-calc(50% - -114.16767px);max-width:calc(50% - -114.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:629.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 805.001px;-ms-flex:0 0 805.001px;flex:0 0 805.001px;max-width:805.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -115.001px);max-width:-moz-calc(50% - -115.001px);max-width:calc(50% - -115.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:625.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 810.83433px;-ms-flex:0 0 810.83433px;flex:0 0 810.83433px;max-width:810.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -115.83433px);max-width:-moz-calc(50% - -115.83433px);max-width:calc(50% - -115.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:620.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 816.66767px;-ms-flex:0 0 816.66767px;flex:0 0 816.66767px;max-width:816.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:616.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -100.001px);max-width:-moz-calc(50% - -100.001px);max-width:calc(50% - -100.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -100.83433px);max-width:-moz-calc(50% - -100.83433px);max-width:calc(50% - -100.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:695.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -101.66767px);max-width:-moz-calc(50% - -101.66767px);max-width:calc(50% - -101.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:691.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -102.501px);max-width:-moz-calc(50% - -102.501px);max-width:calc(50% - -102.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:687.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:683.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -104.16767px);max-width:-moz-calc(50% - -104.16767px);max-width:calc(50% - -104.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:679.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -105.001px);max-width:-moz-calc(50% - -105.001px);max-width:calc(50% - -105.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:675.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -105.83433px);max-width:-moz-calc(50% - -105.83433px);max-width:calc(50% - -105.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:670.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -106.66767px);max-width:-moz-calc(50% - -106.66767px);max-width:calc(50% - -106.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:666.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -107.501px);max-width:-moz-calc(50% - -107.501px);max-width:calc(50% - -107.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:662.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -108.33433px);max-width:-moz-calc(50% - -108.33433px);max-width:calc(50% - -108.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:658.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -110.001px);max-width:-moz-calc(50% - -110.001px);max-width:calc(50% - -110.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:650.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -111.66767px);max-width:-moz-calc(50% - -111.66767px);max-width:calc(50% - -111.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:641.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -113.33433px);max-width:-moz-calc(50% - -113.33433px);max-width:calc(50% - -113.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:633.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -115.001px);max-width:-moz-calc(50% - -115.001px);max-width:calc(50% - -115.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:625.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:616.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 744.001px;-ms-flex:0 0 744.001px;flex:0 0 744.001px;max-width:744.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:704.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:704.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:720.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 726.001px;-ms-flex:0 0 726.001px;flex:0 0 726.001px;max-width:726.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -121.001px);max-width:-moz-calc(50% - -121.001px);max-width:calc(50% - -121.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:716.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 732.001px;-ms-flex:0 0 732.001px;flex:0 0 732.001px;max-width:732.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -122.001px);max-width:-moz-calc(50% - -122.001px);max-width:calc(50% - -122.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:712.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 738.001px;-ms-flex:0 0 738.001px;flex:0 0 738.001px;max-width:738.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -123.001px);max-width:-moz-calc(50% - -123.001px);max-width:calc(50% - -123.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:708.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 744.001px;-ms-flex:0 0 744.001px;flex:0 0 744.001px;max-width:744.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:704.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 750.001px;-ms-flex:0 0 750.001px;flex:0 0 750.001px;max-width:750.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:700.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 756.001px;-ms-flex:0 0 756.001px;flex:0 0 756.001px;max-width:756.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -126.001px);max-width:-moz-calc(50% - -126.001px);max-width:calc(50% - -126.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:696.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 762.001px;-ms-flex:0 0 762.001px;flex:0 0 762.001px;max-width:762.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -127.001px);max-width:-moz-calc(50% - -127.001px);max-width:calc(50% - -127.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:692.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 768.001px;-ms-flex:0 0 768.001px;flex:0 0 768.001px;max-width:768.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -128.001px);max-width:-moz-calc(50% - -128.001px);max-width:calc(50% - -128.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:688.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 774.001px;-ms-flex:0 0 774.001px;flex:0 0 774.001px;max-width:774.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -129.001px);max-width:-moz-calc(50% - -129.001px);max-width:calc(50% - -129.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:684.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 780.001px;-ms-flex:0 0 780.001px;flex:0 0 780.001px;max-width:780.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:680.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 786.001px;-ms-flex:0 0 786.001px;flex:0 0 786.001px;max-width:786.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -131.001px);max-width:-moz-calc(50% - -131.001px);max-width:calc(50% - -131.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:676.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 792.001px;-ms-flex:0 0 792.001px;flex:0 0 792.001px;max-width:792.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -132.001px);max-width:-moz-calc(50% - -132.001px);max-width:calc(50% - -132.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:672.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 798.001px;-ms-flex:0 0 798.001px;flex:0 0 798.001px;max-width:798.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -133.001px);max-width:-moz-calc(50% - -133.001px);max-width:calc(50% - -133.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:668.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 804.001px;-ms-flex:0 0 804.001px;flex:0 0 804.001px;max-width:804.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -134.001px);max-width:-moz-calc(50% - -134.001px);max-width:calc(50% - -134.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:664.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 810.001px;-ms-flex:0 0 810.001px;flex:0 0 810.001px;max-width:810.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -135.001px);max-width:-moz-calc(50% - -135.001px);max-width:calc(50% - -135.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:660.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 816.001px;-ms-flex:0 0 816.001px;flex:0 0 816.001px;max-width:816.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -136.001px);max-width:-moz-calc(50% - -136.001px);max-width:calc(50% - -136.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:656.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 822.001px;-ms-flex:0 0 822.001px;flex:0 0 822.001px;max-width:822.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -137.001px);max-width:-moz-calc(50% - -137.001px);max-width:calc(50% - -137.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:652.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 828.001px;-ms-flex:0 0 828.001px;flex:0 0 828.001px;max-width:828.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -138.001px);max-width:-moz-calc(50% - -138.001px);max-width:calc(50% - -138.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:648.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 834.001px;-ms-flex:0 0 834.001px;flex:0 0 834.001px;max-width:834.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -139.001px);max-width:-moz-calc(50% - -139.001px);max-width:calc(50% - -139.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:644.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:640.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:720.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -121.001px);max-width:-moz-calc(50% - -121.001px);max-width:calc(50% - -121.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:716.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -122.001px);max-width:-moz-calc(50% - -122.001px);max-width:calc(50% - -122.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:712.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -123.001px);max-width:-moz-calc(50% - -123.001px);max-width:calc(50% - -123.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:708.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:704.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -126.001px);max-width:-moz-calc(50% - -126.001px);max-width:calc(50% - -126.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:696.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -127.001px);max-width:-moz-calc(50% - -127.001px);max-width:calc(50% - -127.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:692.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -128.001px);max-width:-moz-calc(50% - -128.001px);max-width:calc(50% - -128.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:688.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -129.001px);max-width:-moz-calc(50% - -129.001px);max-width:calc(50% - -129.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:684.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:680.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -132.001px);max-width:-moz-calc(50% - -132.001px);max-width:calc(50% - -132.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:672.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -134.001px);max-width:-moz-calc(50% - -134.001px);max-width:calc(50% - -134.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:664.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -136.001px);max-width:-moz-calc(50% - -136.001px);max-width:calc(50% - -136.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:656.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -138.001px);max-width:-moz-calc(50% - -138.001px);max-width:calc(50% - -138.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:648.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:640.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="8"]{-webkit-flex:0 0 826.66767px;-ms-flex:0 0 826.66767px;flex:0 0 826.66767px;max-width:826.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:786.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:786.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 800.001px;-ms-flex:0 0 800.001px;flex:0 0 800.001px;max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -200.001px);max-width:-moz-calc(50% - -200.001px);max-width:calc(50% - -200.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:800.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 806.66767px;-ms-flex:0 0 806.66767px;flex:0 0 806.66767px;max-width:806.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -201.66767px);max-width:-moz-calc(50% - -201.66767px);max-width:calc(50% - -201.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:796.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 813.33433px;-ms-flex:0 0 813.33433px;flex:0 0 813.33433px;max-width:813.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -203.33433px);max-width:-moz-calc(50% - -203.33433px);max-width:calc(50% - -203.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:793.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 820.001px;-ms-flex:0 0 820.001px;flex:0 0 820.001px;max-width:820.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -205.001px);max-width:-moz-calc(50% - -205.001px);max-width:calc(50% - -205.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:790.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 826.66767px;-ms-flex:0 0 826.66767px;flex:0 0 826.66767px;max-width:826.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:786.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 833.33433px;-ms-flex:0 0 833.33433px;flex:0 0 833.33433px;max-width:833.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -208.33433px);max-width:-moz-calc(50% - -208.33433px);max-width:calc(50% - -208.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:783.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -210.001px);max-width:-moz-calc(50% - -210.001px);max-width:calc(50% - -210.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:780.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 846.66767px;-ms-flex:0 0 846.66767px;flex:0 0 846.66767px;max-width:846.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -211.66767px);max-width:-moz-calc(50% - -211.66767px);max-width:calc(50% - -211.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:776.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 853.33433px;-ms-flex:0 0 853.33433px;flex:0 0 853.33433px;max-width:853.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -213.33433px);max-width:-moz-calc(50% - -213.33433px);max-width:calc(50% - -213.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:773.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 860.001px;-ms-flex:0 0 860.001px;flex:0 0 860.001px;max-width:860.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -215.001px);max-width:-moz-calc(50% - -215.001px);max-width:calc(50% - -215.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:770.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 866.66767px;-ms-flex:0 0 866.66767px;flex:0 0 866.66767px;max-width:866.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -216.66767px);max-width:-moz-calc(50% - -216.66767px);max-width:calc(50% - -216.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:766.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 873.33433px;-ms-flex:0 0 873.33433px;flex:0 0 873.33433px;max-width:873.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -218.33433px);max-width:-moz-calc(50% - -218.33433px);max-width:calc(50% - -218.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:763.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 880.001px;-ms-flex:0 0 880.001px;flex:0 0 880.001px;max-width:880.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -220.001px);max-width:-moz-calc(50% - -220.001px);max-width:calc(50% - -220.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:760.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 886.66767px;-ms-flex:0 0 886.66767px;flex:0 0 886.66767px;max-width:886.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -221.66767px);max-width:-moz-calc(50% - -221.66767px);max-width:calc(50% - -221.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:756.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 893.33433px;-ms-flex:0 0 893.33433px;flex:0 0 893.33433px;max-width:893.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -223.33433px);max-width:-moz-calc(50% - -223.33433px);max-width:calc(50% - -223.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:753.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -225.001px);max-width:-moz-calc(50% - -225.001px);max-width:calc(50% - -225.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:750.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 906.66767px;-ms-flex:0 0 906.66767px;flex:0 0 906.66767px;max-width:906.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -226.66767px);max-width:-moz-calc(50% - -226.66767px);max-width:calc(50% - -226.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:746.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 913.33433px;-ms-flex:0 0 913.33433px;flex:0 0 913.33433px;max-width:913.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -228.33433px);max-width:-moz-calc(50% - -228.33433px);max-width:calc(50% - -228.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:743.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 920.001px;-ms-flex:0 0 920.001px;flex:0 0 920.001px;max-width:920.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -230.001px);max-width:-moz-calc(50% - -230.001px);max-width:calc(50% - -230.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:740.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 926.66767px;-ms-flex:0 0 926.66767px;flex:0 0 926.66767px;max-width:926.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -231.66767px);max-width:-moz-calc(50% - -231.66767px);max-width:calc(50% - -231.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:736.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:733.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -200.001px);max-width:-moz-calc(50% - -200.001px);max-width:calc(50% - -200.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -201.66767px);max-width:-moz-calc(50% - -201.66767px);max-width:calc(50% - -201.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:796.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -203.33433px);max-width:-moz-calc(50% - -203.33433px);max-width:calc(50% - -203.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:793.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -205.001px);max-width:-moz-calc(50% - -205.001px);max-width:calc(50% - -205.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:790.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:786.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -208.33433px);max-width:-moz-calc(50% - -208.33433px);max-width:calc(50% - -208.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:783.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -210.001px);max-width:-moz-calc(50% - -210.001px);max-width:calc(50% - -210.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:780.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -211.66767px);max-width:-moz-calc(50% - -211.66767px);max-width:calc(50% - -211.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:776.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -213.33433px);max-width:-moz-calc(50% - -213.33433px);max-width:calc(50% - -213.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:773.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -215.001px);max-width:-moz-calc(50% - -215.001px);max-width:calc(50% - -215.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:770.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -216.66767px);max-width:-moz-calc(50% - -216.66767px);max-width:calc(50% - -216.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:766.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -220.001px);max-width:-moz-calc(50% - -220.001px);max-width:calc(50% - -220.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:760.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -223.33433px);max-width:-moz-calc(50% - -223.33433px);max-width:calc(50% - -223.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:753.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -226.66767px);max-width:-moz-calc(50% - -226.66767px);max-width:calc(50% - -226.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:746.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -230.001px);max-width:-moz-calc(50% - -230.001px);max-width:calc(50% - -230.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:740.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:733.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:890.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:890.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -300.001px);max-width:-moz-calc(50% - -300.001px);max-width:calc(50% - -300.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:900.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 907.501px;-ms-flex:0 0 907.501px;flex:0 0 907.501px;max-width:907.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -302.501px);max-width:-moz-calc(50% - -302.501px);max-width:calc(50% - -302.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:897.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 915.001px;-ms-flex:0 0 915.001px;flex:0 0 915.001px;max-width:915.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -305.001px);max-width:-moz-calc(50% - -305.001px);max-width:calc(50% - -305.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:895.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 922.501px;-ms-flex:0 0 922.501px;flex:0 0 922.501px;max-width:922.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -307.501px);max-width:-moz-calc(50% - -307.501px);max-width:calc(50% - -307.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:892.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:890.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 937.501px;-ms-flex:0 0 937.501px;flex:0 0 937.501px;max-width:937.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -312.501px);max-width:-moz-calc(50% - -312.501px);max-width:calc(50% - -312.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:887.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 945.001px;-ms-flex:0 0 945.001px;flex:0 0 945.001px;max-width:945.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -315.001px);max-width:-moz-calc(50% - -315.001px);max-width:calc(50% - -315.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:885.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 952.501px;-ms-flex:0 0 952.501px;flex:0 0 952.501px;max-width:952.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -317.501px);max-width:-moz-calc(50% - -317.501px);max-width:calc(50% - -317.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:882.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -320.001px);max-width:-moz-calc(50% - -320.001px);max-width:calc(50% - -320.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:880.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 967.501px;-ms-flex:0 0 967.501px;flex:0 0 967.501px;max-width:967.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -322.501px);max-width:-moz-calc(50% - -322.501px);max-width:calc(50% - -322.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:877.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 975.001px;-ms-flex:0 0 975.001px;flex:0 0 975.001px;max-width:975.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -325.001px);max-width:-moz-calc(50% - -325.001px);max-width:calc(50% - -325.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:875.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 982.501px;-ms-flex:0 0 982.501px;flex:0 0 982.501px;max-width:982.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -327.501px);max-width:-moz-calc(50% - -327.501px);max-width:calc(50% - -327.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:872.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 990.001px;-ms-flex:0 0 990.001px;flex:0 0 990.001px;max-width:990.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -330.001px);max-width:-moz-calc(50% - -330.001px);max-width:calc(50% - -330.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:870.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 997.501px;-ms-flex:0 0 997.501px;flex:0 0 997.501px;max-width:997.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -332.501px);max-width:-moz-calc(50% - -332.501px);max-width:calc(50% - -332.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:867.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1005.001px;-ms-flex:0 0 1005.001px;flex:0 0 1005.001px;max-width:1005.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -335.001px);max-width:-moz-calc(50% - -335.001px);max-width:calc(50% - -335.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:865.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1012.501px;-ms-flex:0 0 1012.501px;flex:0 0 1012.501px;max-width:1012.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -337.501px);max-width:-moz-calc(50% - -337.501px);max-width:calc(50% - -337.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:862.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1020.001px;-ms-flex:0 0 1020.001px;flex:0 0 1020.001px;max-width:1020.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -340.001px);max-width:-moz-calc(50% - -340.001px);max-width:calc(50% - -340.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:860.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1027.501px;-ms-flex:0 0 1027.501px;flex:0 0 1027.501px;max-width:1027.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -342.501px);max-width:-moz-calc(50% - -342.501px);max-width:calc(50% - -342.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:857.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1035.001px;-ms-flex:0 0 1035.001px;flex:0 0 1035.001px;max-width:1035.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -345.001px);max-width:-moz-calc(50% - -345.001px);max-width:calc(50% - -345.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:855.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1042.501px;-ms-flex:0 0 1042.501px;flex:0 0 1042.501px;max-width:1042.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -347.501px);max-width:-moz-calc(50% - -347.501px);max-width:calc(50% - -347.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:852.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:850.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -300.001px);max-width:-moz-calc(50% - -300.001px);max-width:calc(50% - -300.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:900.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -302.501px);max-width:-moz-calc(50% - -302.501px);max-width:calc(50% - -302.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:897.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -305.001px);max-width:-moz-calc(50% - -305.001px);max-width:calc(50% - -305.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:895.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -307.501px);max-width:-moz-calc(50% - -307.501px);max-width:calc(50% - -307.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:892.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:890.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -312.501px);max-width:-moz-calc(50% - -312.501px);max-width:calc(50% - -312.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:887.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -315.001px);max-width:-moz-calc(50% - -315.001px);max-width:calc(50% - -315.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:885.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -317.501px);max-width:-moz-calc(50% - -317.501px);max-width:calc(50% - -317.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:882.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -320.001px);max-width:-moz-calc(50% - -320.001px);max-width:calc(50% - -320.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:880.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -322.501px);max-width:-moz-calc(50% - -322.501px);max-width:calc(50% - -322.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:877.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -325.001px);max-width:-moz-calc(50% - -325.001px);max-width:calc(50% - -325.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:875.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -330.001px);max-width:-moz-calc(50% - -330.001px);max-width:calc(50% - -330.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:870.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -335.001px);max-width:-moz-calc(50% - -335.001px);max-width:calc(50% - -335.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:865.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -340.001px);max-width:-moz-calc(50% - -340.001px);max-width:calc(50% - -340.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:860.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -345.001px);max-width:-moz-calc(50% - -345.001px);max-width:calc(50% - -345.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:855.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:850.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 992.001px;-ms-flex:0 0 992.001px;flex:0 0 992.001px;max-width:992.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:952.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:952.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:960.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 968.001px;-ms-flex:0 0 968.001px;flex:0 0 968.001px;max-width:968.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -363.001px);max-width:-moz-calc(50% - -363.001px);max-width:calc(50% - -363.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:958.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 976.001px;-ms-flex:0 0 976.001px;flex:0 0 976.001px;max-width:976.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -366.001px);max-width:-moz-calc(50% - -366.001px);max-width:calc(50% - -366.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:956.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 984.001px;-ms-flex:0 0 984.001px;flex:0 0 984.001px;max-width:984.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -369.001px);max-width:-moz-calc(50% - -369.001px);max-width:calc(50% - -369.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:954.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 992.001px;-ms-flex:0 0 992.001px;flex:0 0 992.001px;max-width:992.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:952.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:950.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1008.001px;-ms-flex:0 0 1008.001px;flex:0 0 1008.001px;max-width:1008.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -378.001px);max-width:-moz-calc(50% - -378.001px);max-width:calc(50% - -378.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:948.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1016.001px;-ms-flex:0 0 1016.001px;flex:0 0 1016.001px;max-width:1016.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -381.001px);max-width:-moz-calc(50% - -381.001px);max-width:calc(50% - -381.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:946.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1024.001px;-ms-flex:0 0 1024.001px;flex:0 0 1024.001px;max-width:1024.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -384.001px);max-width:-moz-calc(50% - -384.001px);max-width:calc(50% - -384.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:944.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1032.001px;-ms-flex:0 0 1032.001px;flex:0 0 1032.001px;max-width:1032.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -387.001px);max-width:-moz-calc(50% - -387.001px);max-width:calc(50% - -387.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:942.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1040.001px;-ms-flex:0 0 1040.001px;flex:0 0 1040.001px;max-width:1040.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:940.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1048.001px;-ms-flex:0 0 1048.001px;flex:0 0 1048.001px;max-width:1048.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -393.001px);max-width:-moz-calc(50% - -393.001px);max-width:calc(50% - -393.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:938.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1056.001px;-ms-flex:0 0 1056.001px;flex:0 0 1056.001px;max-width:1056.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -396.001px);max-width:-moz-calc(50% - -396.001px);max-width:calc(50% - -396.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:936.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1064.001px;-ms-flex:0 0 1064.001px;flex:0 0 1064.001px;max-width:1064.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -399.001px);max-width:-moz-calc(50% - -399.001px);max-width:calc(50% - -399.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:934.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1072.001px;-ms-flex:0 0 1072.001px;flex:0 0 1072.001px;max-width:1072.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -402.001px);max-width:-moz-calc(50% - -402.001px);max-width:calc(50% - -402.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:932.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -405.001px);max-width:-moz-calc(50% - -405.001px);max-width:calc(50% - -405.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:930.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1088.001px;-ms-flex:0 0 1088.001px;flex:0 0 1088.001px;max-width:1088.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -408.001px);max-width:-moz-calc(50% - -408.001px);max-width:calc(50% - -408.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:928.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1096.001px;-ms-flex:0 0 1096.001px;flex:0 0 1096.001px;max-width:1096.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -411.001px);max-width:-moz-calc(50% - -411.001px);max-width:calc(50% - -411.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:926.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1104.001px;-ms-flex:0 0 1104.001px;flex:0 0 1104.001px;max-width:1104.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -414.001px);max-width:-moz-calc(50% - -414.001px);max-width:calc(50% - -414.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:924.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1112.001px;-ms-flex:0 0 1112.001px;flex:0 0 1112.001px;max-width:1112.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -417.001px);max-width:-moz-calc(50% - -417.001px);max-width:calc(50% - -417.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:922.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1120.001px;-ms-flex:0 0 1120.001px;flex:0 0 1120.001px;max-width:1120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:920.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -363.001px);max-width:-moz-calc(50% - -363.001px);max-width:calc(50% - -363.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:958.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -366.001px);max-width:-moz-calc(50% - -366.001px);max-width:calc(50% - -366.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:956.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -369.001px);max-width:-moz-calc(50% - -369.001px);max-width:calc(50% - -369.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:954.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:952.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:950.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -378.001px);max-width:-moz-calc(50% - -378.001px);max-width:calc(50% - -378.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:948.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -381.001px);max-width:-moz-calc(50% - -381.001px);max-width:calc(50% - -381.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:946.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -384.001px);max-width:-moz-calc(50% - -384.001px);max-width:calc(50% - -384.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:944.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -387.001px);max-width:-moz-calc(50% - -387.001px);max-width:calc(50% - -387.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:942.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:940.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -396.001px);max-width:-moz-calc(50% - -396.001px);max-width:calc(50% - -396.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:936.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -402.001px);max-width:-moz-calc(50% - -402.001px);max-width:calc(50% - -402.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:932.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -408.001px);max-width:-moz-calc(50% - -408.001px);max-width:calc(50% - -408.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:928.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -414.001px);max-width:-moz-calc(50% - -414.001px);max-width:calc(50% - -414.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:924.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:920.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:993.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:993.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1000.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1008.33433px;-ms-flex:0 0 1008.33433px;flex:0 0 1008.33433px;max-width:1008.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -403.33433px);max-width:-moz-calc(50% - -403.33433px);max-width:calc(50% - -403.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:998.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1016.66767px;-ms-flex:0 0 1016.66767px;flex:0 0 1016.66767px;max-width:1016.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -406.66767px);max-width:-moz-calc(50% - -406.66767px);max-width:calc(50% - -406.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:996.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1025.001px;-ms-flex:0 0 1025.001px;flex:0 0 1025.001px;max-width:1025.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -410.001px);max-width:-moz-calc(50% - -410.001px);max-width:calc(50% - -410.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:995.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:993.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1041.66767px;-ms-flex:0 0 1041.66767px;flex:0 0 1041.66767px;max-width:1041.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -416.66767px);max-width:-moz-calc(50% - -416.66767px);max-width:calc(50% - -416.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:991.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:990.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1058.33433px;-ms-flex:0 0 1058.33433px;flex:0 0 1058.33433px;max-width:1058.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -423.33433px);max-width:-moz-calc(50% - -423.33433px);max-width:calc(50% - -423.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:988.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1066.66767px;-ms-flex:0 0 1066.66767px;flex:0 0 1066.66767px;max-width:1066.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -426.66767px);max-width:-moz-calc(50% - -426.66767px);max-width:calc(50% - -426.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:986.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1075.001px;-ms-flex:0 0 1075.001px;flex:0 0 1075.001px;max-width:1075.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -430.001px);max-width:-moz-calc(50% - -430.001px);max-width:calc(50% - -430.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:985.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1083.33433px;-ms-flex:0 0 1083.33433px;flex:0 0 1083.33433px;max-width:1083.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -433.33433px);max-width:-moz-calc(50% - -433.33433px);max-width:calc(50% - -433.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:983.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1091.66767px;-ms-flex:0 0 1091.66767px;flex:0 0 1091.66767px;max-width:1091.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -436.66767px);max-width:-moz-calc(50% - -436.66767px);max-width:calc(50% - -436.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:981.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1100.001px;-ms-flex:0 0 1100.001px;flex:0 0 1100.001px;max-width:1100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -440.001px);max-width:-moz-calc(50% - -440.001px);max-width:calc(50% - -440.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:980.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1108.33433px;-ms-flex:0 0 1108.33433px;flex:0 0 1108.33433px;max-width:1108.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -443.33433px);max-width:-moz-calc(50% - -443.33433px);max-width:calc(50% - -443.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:978.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1116.66767px;-ms-flex:0 0 1116.66767px;flex:0 0 1116.66767px;max-width:1116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -446.66767px);max-width:-moz-calc(50% - -446.66767px);max-width:calc(50% - -446.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:976.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1125.001px;-ms-flex:0 0 1125.001px;flex:0 0 1125.001px;max-width:1125.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:975.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1133.33433px;-ms-flex:0 0 1133.33433px;flex:0 0 1133.33433px;max-width:1133.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -453.33433px);max-width:-moz-calc(50% - -453.33433px);max-width:calc(50% - -453.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:973.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1141.66767px;-ms-flex:0 0 1141.66767px;flex:0 0 1141.66767px;max-width:1141.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -456.66767px);max-width:-moz-calc(50% - -456.66767px);max-width:calc(50% - -456.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:971.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1150.001px;-ms-flex:0 0 1150.001px;flex:0 0 1150.001px;max-width:1150.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -460.001px);max-width:-moz-calc(50% - -460.001px);max-width:calc(50% - -460.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:970.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1158.33433px;-ms-flex:0 0 1158.33433px;flex:0 0 1158.33433px;max-width:1158.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -463.33433px);max-width:-moz-calc(50% - -463.33433px);max-width:calc(50% - -463.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:968.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1166.66767px;-ms-flex:0 0 1166.66767px;flex:0 0 1166.66767px;max-width:1166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:966.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1000.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -403.33433px);max-width:-moz-calc(50% - -403.33433px);max-width:calc(50% - -403.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:998.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -406.66767px);max-width:-moz-calc(50% - -406.66767px);max-width:calc(50% - -406.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:996.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -410.001px);max-width:-moz-calc(50% - -410.001px);max-width:calc(50% - -410.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:995.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:993.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -416.66767px);max-width:-moz-calc(50% - -416.66767px);max-width:calc(50% - -416.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:991.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:990.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -423.33433px);max-width:-moz-calc(50% - -423.33433px);max-width:calc(50% - -423.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:988.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -426.66767px);max-width:-moz-calc(50% - -426.66767px);max-width:calc(50% - -426.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:986.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -430.001px);max-width:-moz-calc(50% - -430.001px);max-width:calc(50% - -430.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:985.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -433.33433px);max-width:-moz-calc(50% - -433.33433px);max-width:calc(50% - -433.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:983.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -440.001px);max-width:-moz-calc(50% - -440.001px);max-width:calc(50% - -440.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:980.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -446.66767px);max-width:-moz-calc(50% - -446.66767px);max-width:calc(50% - -446.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:976.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -453.33433px);max-width:-moz-calc(50% - -453.33433px);max-width:calc(50% - -453.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:973.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -460.001px);max-width:-moz-calc(50% - -460.001px);max-width:calc(50% - -460.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:970.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:966.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1136.66767px;-ms-flex:0 0 1136.66767px;flex:0 0 1136.66767px;max-width:1136.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1096.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1096.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1100.001px;-ms-flex:0 0 1100.001px;flex:0 0 1100.001px;max-width:1100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1100.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1109.16767px;-ms-flex:0 0 1109.16767px;flex:0 0 1109.16767px;max-width:1109.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -504.16767px);max-width:-moz-calc(50% - -504.16767px);max-width:calc(50% - -504.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1099.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1118.33433px;-ms-flex:0 0 1118.33433px;flex:0 0 1118.33433px;max-width:1118.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -508.33433px);max-width:-moz-calc(50% - -508.33433px);max-width:calc(50% - -508.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1098.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1127.501px;-ms-flex:0 0 1127.501px;flex:0 0 1127.501px;max-width:1127.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -512.501px);max-width:-moz-calc(50% - -512.501px);max-width:calc(50% - -512.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1097.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1136.66767px;-ms-flex:0 0 1136.66767px;flex:0 0 1136.66767px;max-width:1136.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1096.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1145.83433px;-ms-flex:0 0 1145.83433px;flex:0 0 1145.83433px;max-width:1145.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -520.83433px);max-width:-moz-calc(50% - -520.83433px);max-width:calc(50% - -520.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1095.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1155.001px;-ms-flex:0 0 1155.001px;flex:0 0 1155.001px;max-width:1155.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -525.001px);max-width:-moz-calc(50% - -525.001px);max-width:calc(50% - -525.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1095.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1164.16767px;-ms-flex:0 0 1164.16767px;flex:0 0 1164.16767px;max-width:1164.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -529.16767px);max-width:-moz-calc(50% - -529.16767px);max-width:calc(50% - -529.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1094.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1173.33433px;-ms-flex:0 0 1173.33433px;flex:0 0 1173.33433px;max-width:1173.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1093.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1182.501px;-ms-flex:0 0 1182.501px;flex:0 0 1182.501px;max-width:1182.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -537.501px);max-width:-moz-calc(50% - -537.501px);max-width:calc(50% - -537.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1092.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1191.66767px;-ms-flex:0 0 1191.66767px;flex:0 0 1191.66767px;max-width:1191.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -541.66767px);max-width:-moz-calc(50% - -541.66767px);max-width:calc(50% - -541.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1091.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1200.83433px;-ms-flex:0 0 1200.83433px;flex:0 0 1200.83433px;max-width:1200.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -545.83433px);max-width:-moz-calc(50% - -545.83433px);max-width:calc(50% - -545.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1090.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1210.001px;-ms-flex:0 0 1210.001px;flex:0 0 1210.001px;max-width:1210.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -550.001px);max-width:-moz-calc(50% - -550.001px);max-width:calc(50% - -550.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1090.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1219.16767px;-ms-flex:0 0 1219.16767px;flex:0 0 1219.16767px;max-width:1219.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -554.16767px);max-width:-moz-calc(50% - -554.16767px);max-width:calc(50% - -554.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1089.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1228.33433px;-ms-flex:0 0 1228.33433px;flex:0 0 1228.33433px;max-width:1228.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -558.33433px);max-width:-moz-calc(50% - -558.33433px);max-width:calc(50% - -558.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1088.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1237.501px;-ms-flex:0 0 1237.501px;flex:0 0 1237.501px;max-width:1237.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -562.501px);max-width:-moz-calc(50% - -562.501px);max-width:calc(50% - -562.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1087.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1246.66767px;-ms-flex:0 0 1246.66767px;flex:0 0 1246.66767px;max-width:1246.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -566.66767px);max-width:-moz-calc(50% - -566.66767px);max-width:calc(50% - -566.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1086.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1255.83433px;-ms-flex:0 0 1255.83433px;flex:0 0 1255.83433px;max-width:1255.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -570.83433px);max-width:-moz-calc(50% - -570.83433px);max-width:calc(50% - -570.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1085.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1265.001px;-ms-flex:0 0 1265.001px;flex:0 0 1265.001px;max-width:1265.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -575.001px);max-width:-moz-calc(50% - -575.001px);max-width:calc(50% - -575.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1085.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1274.16767px;-ms-flex:0 0 1274.16767px;flex:0 0 1274.16767px;max-width:1274.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -579.16767px);max-width:-moz-calc(50% - -579.16767px);max-width:calc(50% - -579.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1084.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1083.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -504.16767px);max-width:-moz-calc(50% - -504.16767px);max-width:calc(50% - -504.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1099.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -508.33433px);max-width:-moz-calc(50% - -508.33433px);max-width:calc(50% - -508.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1098.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -512.501px);max-width:-moz-calc(50% - -512.501px);max-width:calc(50% - -512.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1097.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1096.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -520.83433px);max-width:-moz-calc(50% - -520.83433px);max-width:calc(50% - -520.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1095.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -525.001px);max-width:-moz-calc(50% - -525.001px);max-width:calc(50% - -525.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1095.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -529.16767px);max-width:-moz-calc(50% - -529.16767px);max-width:calc(50% - -529.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1094.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1093.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -537.501px);max-width:-moz-calc(50% - -537.501px);max-width:calc(50% - -537.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1092.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -541.66767px);max-width:-moz-calc(50% - -541.66767px);max-width:calc(50% - -541.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1091.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -550.001px);max-width:-moz-calc(50% - -550.001px);max-width:calc(50% - -550.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1090.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -558.33433px);max-width:-moz-calc(50% - -558.33433px);max-width:calc(50% - -558.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1088.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -566.66767px);max-width:-moz-calc(50% - -566.66767px);max-width:calc(50% - -566.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1086.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -575.001px);max-width:-moz-calc(50% - -575.001px);max-width:calc(50% - -575.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1085.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1083.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1210.001px;-ms-flex:0 0 1210.001px;flex:0 0 1210.001px;max-width:1210.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -605.001px);max-width:-moz-calc(50% - -605.001px);max-width:calc(50% - -605.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1220.001px;-ms-flex:0 0 1220.001px;flex:0 0 1220.001px;max-width:1220.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -610.001px);max-width:-moz-calc(50% - -610.001px);max-width:calc(50% - -610.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1230.001px;-ms-flex:0 0 1230.001px;flex:0 0 1230.001px;max-width:1230.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -615.001px);max-width:-moz-calc(50% - -615.001px);max-width:calc(50% - -615.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1250.001px;-ms-flex:0 0 1250.001px;flex:0 0 1250.001px;max-width:1250.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1260.001px;-ms-flex:0 0 1260.001px;flex:0 0 1260.001px;max-width:1260.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -630.001px);max-width:-moz-calc(50% - -630.001px);max-width:calc(50% - -630.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1270.001px;-ms-flex:0 0 1270.001px;flex:0 0 1270.001px;max-width:1270.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -635.001px);max-width:-moz-calc(50% - -635.001px);max-width:calc(50% - -635.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1280.001px;-ms-flex:0 0 1280.001px;flex:0 0 1280.001px;max-width:1280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -640.001px);max-width:-moz-calc(50% - -640.001px);max-width:calc(50% - -640.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1290.001px;-ms-flex:0 0 1290.001px;flex:0 0 1290.001px;max-width:1290.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -645.001px);max-width:-moz-calc(50% - -645.001px);max-width:calc(50% - -645.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1300.001px;-ms-flex:0 0 1300.001px;flex:0 0 1300.001px;max-width:1300.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1310.001px;-ms-flex:0 0 1310.001px;flex:0 0 1310.001px;max-width:1310.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -655.001px);max-width:-moz-calc(50% - -655.001px);max-width:calc(50% - -655.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -660.001px);max-width:-moz-calc(50% - -660.001px);max-width:calc(50% - -660.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1330.001px;-ms-flex:0 0 1330.001px;flex:0 0 1330.001px;max-width:1330.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -665.001px);max-width:-moz-calc(50% - -665.001px);max-width:calc(50% - -665.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1340.001px;-ms-flex:0 0 1340.001px;flex:0 0 1340.001px;max-width:1340.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -670.001px);max-width:-moz-calc(50% - -670.001px);max-width:calc(50% - -670.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1350.001px;-ms-flex:0 0 1350.001px;flex:0 0 1350.001px;max-width:1350.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -675.001px);max-width:-moz-calc(50% - -675.001px);max-width:calc(50% - -675.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1360.001px;-ms-flex:0 0 1360.001px;flex:0 0 1360.001px;max-width:1360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -680.001px);max-width:-moz-calc(50% - -680.001px);max-width:calc(50% - -680.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1370.001px;-ms-flex:0 0 1370.001px;flex:0 0 1370.001px;max-width:1370.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -685.001px);max-width:-moz-calc(50% - -685.001px);max-width:calc(50% - -685.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1380.001px;-ms-flex:0 0 1380.001px;flex:0 0 1380.001px;max-width:1380.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -690.001px);max-width:-moz-calc(50% - -690.001px);max-width:calc(50% - -690.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1390.001px;-ms-flex:0 0 1390.001px;flex:0 0 1390.001px;max-width:1390.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -695.001px);max-width:-moz-calc(50% - -695.001px);max-width:calc(50% - -695.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1400.001px;-ms-flex:0 0 1400.001px;flex:0 0 1400.001px;max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -605.001px);max-width:-moz-calc(50% - -605.001px);max-width:calc(50% - -605.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -610.001px);max-width:-moz-calc(50% - -610.001px);max-width:calc(50% - -610.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -615.001px);max-width:-moz-calc(50% - -615.001px);max-width:calc(50% - -615.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -630.001px);max-width:-moz-calc(50% - -630.001px);max-width:calc(50% - -630.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -635.001px);max-width:-moz-calc(50% - -635.001px);max-width:calc(50% - -635.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -640.001px);max-width:-moz-calc(50% - -640.001px);max-width:calc(50% - -640.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -645.001px);max-width:-moz-calc(50% - -645.001px);max-width:calc(50% - -645.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -660.001px);max-width:-moz-calc(50% - -660.001px);max-width:calc(50% - -660.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -670.001px);max-width:-moz-calc(50% - -670.001px);max-width:calc(50% - -670.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -680.001px);max-width:-moz-calc(50% - -680.001px);max-width:calc(50% - -680.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -690.001px);max-width:-moz-calc(50% - -690.001px);max-width:calc(50% - -690.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1200.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 103.33433px;-ms-flex:0 0 103.33433px;flex:0 0 103.33433px;max-width:103.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:63.33433px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:63.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:63.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 100.001px;-ms-flex:0 0 100.001px;flex:0 0 100.001px;max-width:100.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:60.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:60.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 100.83433px;-ms-flex:0 0 100.83433px;flex:0 0 100.83433px;max-width:100.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 504.16567px);max-width:-moz-calc(50% - 504.16567px);max-width:calc(50% - 504.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:60.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 504.16567px);max-width:-moz-calc(50% - 504.16567px);max-width:calc(50% - 504.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:60.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 101.66767px;-ms-flex:0 0 101.66767px;flex:0 0 101.66767px;max-width:101.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 508.33233px);max-width:-moz-calc(50% - 508.33233px);max-width:calc(50% - 508.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:61.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 508.33233px);max-width:-moz-calc(50% - 508.33233px);max-width:calc(50% - 508.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:61.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 102.501px;-ms-flex:0 0 102.501px;flex:0 0 102.501px;max-width:102.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 512.499px);max-width:-moz-calc(50% - 512.499px);max-width:calc(50% - 512.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:62.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 512.499px);max-width:-moz-calc(50% - 512.499px);max-width:calc(50% - 512.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:62.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 103.33433px;-ms-flex:0 0 103.33433px;flex:0 0 103.33433px;max-width:103.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:63.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:63.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 104.16767px;-ms-flex:0 0 104.16767px;flex:0 0 104.16767px;max-width:104.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 520.83233px);max-width:-moz-calc(50% - 520.83233px);max-width:calc(50% - 520.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:64.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 520.83233px);max-width:-moz-calc(50% - 520.83233px);max-width:calc(50% - 520.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:64.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 105.001px;-ms-flex:0 0 105.001px;flex:0 0 105.001px;max-width:105.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 524.999px);max-width:-moz-calc(50% - 524.999px);max-width:calc(50% - 524.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:65.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 524.999px);max-width:-moz-calc(50% - 524.999px);max-width:calc(50% - 524.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:65.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 105.83433px;-ms-flex:0 0 105.83433px;flex:0 0 105.83433px;max-width:105.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 529.16567px);max-width:-moz-calc(50% - 529.16567px);max-width:calc(50% - 529.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:65.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 529.16567px);max-width:-moz-calc(50% - 529.16567px);max-width:calc(50% - 529.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:65.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 106.66767px;-ms-flex:0 0 106.66767px;flex:0 0 106.66767px;max-width:106.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:66.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:66.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 107.501px;-ms-flex:0 0 107.501px;flex:0 0 107.501px;max-width:107.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 537.499px);max-width:-moz-calc(50% - 537.499px);max-width:calc(50% - 537.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:67.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 537.499px);max-width:-moz-calc(50% - 537.499px);max-width:calc(50% - 537.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:67.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 108.33433px;-ms-flex:0 0 108.33433px;flex:0 0 108.33433px;max-width:108.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 541.66567px);max-width:-moz-calc(50% - 541.66567px);max-width:calc(50% - 541.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:68.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 541.66567px);max-width:-moz-calc(50% - 541.66567px);max-width:calc(50% - 541.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:68.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 109.16767px;-ms-flex:0 0 109.16767px;flex:0 0 109.16767px;max-width:109.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 545.83233px);max-width:-moz-calc(50% - 545.83233px);max-width:calc(50% - 545.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:69.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 545.83233px);max-width:-moz-calc(50% - 545.83233px);max-width:calc(50% - 545.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:69.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 110.001px;-ms-flex:0 0 110.001px;flex:0 0 110.001px;max-width:110.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 549.999px);max-width:-moz-calc(50% - 549.999px);max-width:calc(50% - 549.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:70.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 549.999px);max-width:-moz-calc(50% - 549.999px);max-width:calc(50% - 549.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:70.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 110.83433px;-ms-flex:0 0 110.83433px;flex:0 0 110.83433px;max-width:110.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 554.16567px);max-width:-moz-calc(50% - 554.16567px);max-width:calc(50% - 554.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:70.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 554.16567px);max-width:-moz-calc(50% - 554.16567px);max-width:calc(50% - 554.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:70.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 111.66767px;-ms-flex:0 0 111.66767px;flex:0 0 111.66767px;max-width:111.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 558.33233px);max-width:-moz-calc(50% - 558.33233px);max-width:calc(50% - 558.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:71.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 558.33233px);max-width:-moz-calc(50% - 558.33233px);max-width:calc(50% - 558.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:71.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 112.501px;-ms-flex:0 0 112.501px;flex:0 0 112.501px;max-width:112.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 562.499px);max-width:-moz-calc(50% - 562.499px);max-width:calc(50% - 562.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:72.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 562.499px);max-width:-moz-calc(50% - 562.499px);max-width:calc(50% - 562.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:72.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 113.33433px;-ms-flex:0 0 113.33433px;flex:0 0 113.33433px;max-width:113.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 566.66567px);max-width:-moz-calc(50% - 566.66567px);max-width:calc(50% - 566.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:73.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 566.66567px);max-width:-moz-calc(50% - 566.66567px);max-width:calc(50% - 566.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:73.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 114.16767px;-ms-flex:0 0 114.16767px;flex:0 0 114.16767px;max-width:114.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 570.83233px);max-width:-moz-calc(50% - 570.83233px);max-width:calc(50% - 570.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:74.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 570.83233px);max-width:-moz-calc(50% - 570.83233px);max-width:calc(50% - 570.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:74.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 115.001px;-ms-flex:0 0 115.001px;flex:0 0 115.001px;max-width:115.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 574.999px);max-width:-moz-calc(50% - 574.999px);max-width:calc(50% - 574.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:75.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 574.999px);max-width:-moz-calc(50% - 574.999px);max-width:calc(50% - 574.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:75.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 115.83433px;-ms-flex:0 0 115.83433px;flex:0 0 115.83433px;max-width:115.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 579.16567px);max-width:-moz-calc(50% - 579.16567px);max-width:calc(50% - 579.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:75.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 579.16567px);max-width:-moz-calc(50% - 579.16567px);max-width:calc(50% - 579.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:75.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 116.66767px;-ms-flex:0 0 116.66767px;flex:0 0 116.66767px;max-width:116.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:76.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:76.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 206.66767px;-ms-flex:0 0 206.66767px;flex:0 0 206.66767px;max-width:206.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:166.66767px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:166.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:166.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 200.001px;-ms-flex:0 0 200.001px;flex:0 0 200.001px;max-width:200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 201.66767px;-ms-flex:0 0 201.66767px;flex:0 0 201.66767px;max-width:201.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 403.33233px);max-width:-moz-calc(50% - 403.33233px);max-width:calc(50% - 403.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:161.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 403.33233px);max-width:-moz-calc(50% - 403.33233px);max-width:calc(50% - 403.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:161.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 203.33433px;-ms-flex:0 0 203.33433px;flex:0 0 203.33433px;max-width:203.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 406.66567px);max-width:-moz-calc(50% - 406.66567px);max-width:calc(50% - 406.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:163.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 406.66567px);max-width:-moz-calc(50% - 406.66567px);max-width:calc(50% - 406.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:163.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 205.001px;-ms-flex:0 0 205.001px;flex:0 0 205.001px;max-width:205.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 409.999px);max-width:-moz-calc(50% - 409.999px);max-width:calc(50% - 409.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:165.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 409.999px);max-width:-moz-calc(50% - 409.999px);max-width:calc(50% - 409.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:165.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 206.66767px;-ms-flex:0 0 206.66767px;flex:0 0 206.66767px;max-width:206.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:166.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.33233px);max-width:-moz-calc(50% - 413.33233px);max-width:calc(50% - 413.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:166.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 208.33433px;-ms-flex:0 0 208.33433px;flex:0 0 208.33433px;max-width:208.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 416.66567px);max-width:-moz-calc(50% - 416.66567px);max-width:calc(50% - 416.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:168.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 416.66567px);max-width:-moz-calc(50% - 416.66567px);max-width:calc(50% - 416.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:168.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 210.001px;-ms-flex:0 0 210.001px;flex:0 0 210.001px;max-width:210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 211.66767px;-ms-flex:0 0 211.66767px;flex:0 0 211.66767px;max-width:211.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 423.33233px);max-width:-moz-calc(50% - 423.33233px);max-width:calc(50% - 423.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:171.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 423.33233px);max-width:-moz-calc(50% - 423.33233px);max-width:calc(50% - 423.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:171.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 213.33433px;-ms-flex:0 0 213.33433px;flex:0 0 213.33433px;max-width:213.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 426.66567px);max-width:-moz-calc(50% - 426.66567px);max-width:calc(50% - 426.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:173.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 426.66567px);max-width:-moz-calc(50% - 426.66567px);max-width:calc(50% - 426.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:173.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 215.001px;-ms-flex:0 0 215.001px;flex:0 0 215.001px;max-width:215.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 429.999px);max-width:-moz-calc(50% - 429.999px);max-width:calc(50% - 429.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:175.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 429.999px);max-width:-moz-calc(50% - 429.999px);max-width:calc(50% - 429.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:175.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 216.66767px;-ms-flex:0 0 216.66767px;flex:0 0 216.66767px;max-width:216.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 433.33233px);max-width:-moz-calc(50% - 433.33233px);max-width:calc(50% - 433.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:176.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 433.33233px);max-width:-moz-calc(50% - 433.33233px);max-width:calc(50% - 433.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:176.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 218.33433px;-ms-flex:0 0 218.33433px;flex:0 0 218.33433px;max-width:218.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 436.66567px);max-width:-moz-calc(50% - 436.66567px);max-width:calc(50% - 436.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:178.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 436.66567px);max-width:-moz-calc(50% - 436.66567px);max-width:calc(50% - 436.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:178.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 220.001px;-ms-flex:0 0 220.001px;flex:0 0 220.001px;max-width:220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 439.999px);max-width:-moz-calc(50% - 439.999px);max-width:calc(50% - 439.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:180.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 439.999px);max-width:-moz-calc(50% - 439.999px);max-width:calc(50% - 439.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:180.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 221.66767px;-ms-flex:0 0 221.66767px;flex:0 0 221.66767px;max-width:221.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 443.33233px);max-width:-moz-calc(50% - 443.33233px);max-width:calc(50% - 443.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:181.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 443.33233px);max-width:-moz-calc(50% - 443.33233px);max-width:calc(50% - 443.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:181.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 223.33433px;-ms-flex:0 0 223.33433px;flex:0 0 223.33433px;max-width:223.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 446.66567px);max-width:-moz-calc(50% - 446.66567px);max-width:calc(50% - 446.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:183.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 446.66567px);max-width:-moz-calc(50% - 446.66567px);max-width:calc(50% - 446.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:183.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 225.001px;-ms-flex:0 0 225.001px;flex:0 0 225.001px;max-width:225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:185.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:185.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 226.66767px;-ms-flex:0 0 226.66767px;flex:0 0 226.66767px;max-width:226.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 453.33233px);max-width:-moz-calc(50% - 453.33233px);max-width:calc(50% - 453.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:186.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 453.33233px);max-width:-moz-calc(50% - 453.33233px);max-width:calc(50% - 453.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:186.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 228.33433px;-ms-flex:0 0 228.33433px;flex:0 0 228.33433px;max-width:228.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 456.66567px);max-width:-moz-calc(50% - 456.66567px);max-width:calc(50% - 456.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:188.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 456.66567px);max-width:-moz-calc(50% - 456.66567px);max-width:calc(50% - 456.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:188.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 230.001px;-ms-flex:0 0 230.001px;flex:0 0 230.001px;max-width:230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 459.999px);max-width:-moz-calc(50% - 459.999px);max-width:calc(50% - 459.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:190.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 459.999px);max-width:-moz-calc(50% - 459.999px);max-width:calc(50% - 459.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:190.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 231.66767px;-ms-flex:0 0 231.66767px;flex:0 0 231.66767px;max-width:231.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 463.33233px);max-width:-moz-calc(50% - 463.33233px);max-width:calc(50% - 463.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:191.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 463.33233px);max-width:-moz-calc(50% - 463.33233px);max-width:calc(50% - 463.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:191.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 233.33433px;-ms-flex:0 0 233.33433px;flex:0 0 233.33433px;max-width:233.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:193.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:193.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 248.001px;-ms-flex:0 0 248.001px;flex:0 0 248.001px;max-width:248.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:208.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:208.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:208.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 242.001px;-ms-flex:0 0 242.001px;flex:0 0 242.001px;max-width:242.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 362.999px);max-width:-moz-calc(50% - 362.999px);max-width:calc(50% - 362.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:202.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 362.999px);max-width:-moz-calc(50% - 362.999px);max-width:calc(50% - 362.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:202.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 244.001px;-ms-flex:0 0 244.001px;flex:0 0 244.001px;max-width:244.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 365.999px);max-width:-moz-calc(50% - 365.999px);max-width:calc(50% - 365.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:204.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 365.999px);max-width:-moz-calc(50% - 365.999px);max-width:calc(50% - 365.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:204.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 246.001px;-ms-flex:0 0 246.001px;flex:0 0 246.001px;max-width:246.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 368.999px);max-width:-moz-calc(50% - 368.999px);max-width:calc(50% - 368.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:206.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 368.999px);max-width:-moz-calc(50% - 368.999px);max-width:calc(50% - 368.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:206.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 248.001px;-ms-flex:0 0 248.001px;flex:0 0 248.001px;max-width:248.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:208.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 371.999px);max-width:-moz-calc(50% - 371.999px);max-width:calc(50% - 371.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:208.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 250.001px;-ms-flex:0 0 250.001px;flex:0 0 250.001px;max-width:250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 252.001px;-ms-flex:0 0 252.001px;flex:0 0 252.001px;max-width:252.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 377.999px);max-width:-moz-calc(50% - 377.999px);max-width:calc(50% - 377.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:212.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 377.999px);max-width:-moz-calc(50% - 377.999px);max-width:calc(50% - 377.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:212.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 254.001px;-ms-flex:0 0 254.001px;flex:0 0 254.001px;max-width:254.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 380.999px);max-width:-moz-calc(50% - 380.999px);max-width:calc(50% - 380.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:214.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 380.999px);max-width:-moz-calc(50% - 380.999px);max-width:calc(50% - 380.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:214.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 256.001px;-ms-flex:0 0 256.001px;flex:0 0 256.001px;max-width:256.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 383.999px);max-width:-moz-calc(50% - 383.999px);max-width:calc(50% - 383.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:216.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 383.999px);max-width:-moz-calc(50% - 383.999px);max-width:calc(50% - 383.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:216.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 258.001px;-ms-flex:0 0 258.001px;flex:0 0 258.001px;max-width:258.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 386.999px);max-width:-moz-calc(50% - 386.999px);max-width:calc(50% - 386.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:218.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 386.999px);max-width:-moz-calc(50% - 386.999px);max-width:calc(50% - 386.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:218.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 260.001px;-ms-flex:0 0 260.001px;flex:0 0 260.001px;max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 262.001px;-ms-flex:0 0 262.001px;flex:0 0 262.001px;max-width:262.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 392.999px);max-width:-moz-calc(50% - 392.999px);max-width:calc(50% - 392.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:222.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 392.999px);max-width:-moz-calc(50% - 392.999px);max-width:calc(50% - 392.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:222.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 264.001px;-ms-flex:0 0 264.001px;flex:0 0 264.001px;max-width:264.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 395.999px);max-width:-moz-calc(50% - 395.999px);max-width:calc(50% - 395.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:224.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 395.999px);max-width:-moz-calc(50% - 395.999px);max-width:calc(50% - 395.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:224.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 266.001px;-ms-flex:0 0 266.001px;flex:0 0 266.001px;max-width:266.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 398.999px);max-width:-moz-calc(50% - 398.999px);max-width:calc(50% - 398.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:226.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 398.999px);max-width:-moz-calc(50% - 398.999px);max-width:calc(50% - 398.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:226.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 268.001px;-ms-flex:0 0 268.001px;flex:0 0 268.001px;max-width:268.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 401.999px);max-width:-moz-calc(50% - 401.999px);max-width:calc(50% - 401.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:228.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 401.999px);max-width:-moz-calc(50% - 401.999px);max-width:calc(50% - 401.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:228.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 270.001px;-ms-flex:0 0 270.001px;flex:0 0 270.001px;max-width:270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 404.999px);max-width:-moz-calc(50% - 404.999px);max-width:calc(50% - 404.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 404.999px);max-width:-moz-calc(50% - 404.999px);max-width:calc(50% - 404.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 272.001px;-ms-flex:0 0 272.001px;flex:0 0 272.001px;max-width:272.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 407.999px);max-width:-moz-calc(50% - 407.999px);max-width:calc(50% - 407.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:232.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 407.999px);max-width:-moz-calc(50% - 407.999px);max-width:calc(50% - 407.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:232.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 274.001px;-ms-flex:0 0 274.001px;flex:0 0 274.001px;max-width:274.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 410.999px);max-width:-moz-calc(50% - 410.999px);max-width:calc(50% - 410.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:234.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 410.999px);max-width:-moz-calc(50% - 410.999px);max-width:calc(50% - 410.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:234.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 276.001px;-ms-flex:0 0 276.001px;flex:0 0 276.001px;max-width:276.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.999px);max-width:-moz-calc(50% - 413.999px);max-width:calc(50% - 413.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:236.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 413.999px);max-width:-moz-calc(50% - 413.999px);max-width:calc(50% - 413.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:236.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 278.001px;-ms-flex:0 0 278.001px;flex:0 0 278.001px;max-width:278.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 416.999px);max-width:-moz-calc(50% - 416.999px);max-width:calc(50% - 416.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:238.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 416.999px);max-width:-moz-calc(50% - 416.999px);max-width:calc(50% - 416.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:238.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 280.001px;-ms-flex:0 0 280.001px;flex:0 0 280.001px;max-width:280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:240.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:270.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:270.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:270.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 300.001px;-ms-flex:0 0 300.001px;flex:0 0 300.001px;max-width:300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 299.999px);max-width:-moz-calc(50% - 299.999px);max-width:calc(50% - 299.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 299.999px);max-width:-moz-calc(50% - 299.999px);max-width:calc(50% - 299.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 302.501px;-ms-flex:0 0 302.501px;flex:0 0 302.501px;max-width:302.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 302.499px);max-width:-moz-calc(50% - 302.499px);max-width:calc(50% - 302.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:262.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 302.499px);max-width:-moz-calc(50% - 302.499px);max-width:calc(50% - 302.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:262.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 305.001px;-ms-flex:0 0 305.001px;flex:0 0 305.001px;max-width:305.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 304.999px);max-width:-moz-calc(50% - 304.999px);max-width:calc(50% - 304.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:265.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 304.999px);max-width:-moz-calc(50% - 304.999px);max-width:calc(50% - 304.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:265.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 307.501px;-ms-flex:0 0 307.501px;flex:0 0 307.501px;max-width:307.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 307.499px);max-width:-moz-calc(50% - 307.499px);max-width:calc(50% - 307.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:267.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 307.499px);max-width:-moz-calc(50% - 307.499px);max-width:calc(50% - 307.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:267.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 309.999px);max-width:-moz-calc(50% - 309.999px);max-width:calc(50% - 309.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 312.501px;-ms-flex:0 0 312.501px;flex:0 0 312.501px;max-width:312.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 312.499px);max-width:-moz-calc(50% - 312.499px);max-width:calc(50% - 312.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:272.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 312.499px);max-width:-moz-calc(50% - 312.499px);max-width:calc(50% - 312.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:272.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 315.001px;-ms-flex:0 0 315.001px;flex:0 0 315.001px;max-width:315.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 314.999px);max-width:-moz-calc(50% - 314.999px);max-width:calc(50% - 314.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:275.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 314.999px);max-width:-moz-calc(50% - 314.999px);max-width:calc(50% - 314.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:275.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 317.501px;-ms-flex:0 0 317.501px;flex:0 0 317.501px;max-width:317.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 317.499px);max-width:-moz-calc(50% - 317.499px);max-width:calc(50% - 317.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:277.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 317.499px);max-width:-moz-calc(50% - 317.499px);max-width:calc(50% - 317.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:277.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 320.001px;-ms-flex:0 0 320.001px;flex:0 0 320.001px;max-width:320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 319.999px);max-width:-moz-calc(50% - 319.999px);max-width:calc(50% - 319.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 319.999px);max-width:-moz-calc(50% - 319.999px);max-width:calc(50% - 319.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 322.501px;-ms-flex:0 0 322.501px;flex:0 0 322.501px;max-width:322.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 322.499px);max-width:-moz-calc(50% - 322.499px);max-width:calc(50% - 322.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:282.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 322.499px);max-width:-moz-calc(50% - 322.499px);max-width:calc(50% - 322.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:282.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 325.001px;-ms-flex:0 0 325.001px;flex:0 0 325.001px;max-width:325.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 324.999px);max-width:-moz-calc(50% - 324.999px);max-width:calc(50% - 324.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:285.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 324.999px);max-width:-moz-calc(50% - 324.999px);max-width:calc(50% - 324.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:285.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 327.501px;-ms-flex:0 0 327.501px;flex:0 0 327.501px;max-width:327.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 327.499px);max-width:-moz-calc(50% - 327.499px);max-width:calc(50% - 327.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:287.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 327.499px);max-width:-moz-calc(50% - 327.499px);max-width:calc(50% - 327.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:287.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 330.001px;-ms-flex:0 0 330.001px;flex:0 0 330.001px;max-width:330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 329.999px);max-width:-moz-calc(50% - 329.999px);max-width:calc(50% - 329.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 329.999px);max-width:-moz-calc(50% - 329.999px);max-width:calc(50% - 329.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 332.501px;-ms-flex:0 0 332.501px;flex:0 0 332.501px;max-width:332.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 332.499px);max-width:-moz-calc(50% - 332.499px);max-width:calc(50% - 332.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:292.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 332.499px);max-width:-moz-calc(50% - 332.499px);max-width:calc(50% - 332.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:292.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 335.001px;-ms-flex:0 0 335.001px;flex:0 0 335.001px;max-width:335.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 334.999px);max-width:-moz-calc(50% - 334.999px);max-width:calc(50% - 334.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:295.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 334.999px);max-width:-moz-calc(50% - 334.999px);max-width:calc(50% - 334.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:295.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 337.501px;-ms-flex:0 0 337.501px;flex:0 0 337.501px;max-width:337.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 337.499px);max-width:-moz-calc(50% - 337.499px);max-width:calc(50% - 337.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:297.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 337.499px);max-width:-moz-calc(50% - 337.499px);max-width:calc(50% - 337.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:297.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 340.001px;-ms-flex:0 0 340.001px;flex:0 0 340.001px;max-width:340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 339.999px);max-width:-moz-calc(50% - 339.999px);max-width:calc(50% - 339.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 339.999px);max-width:-moz-calc(50% - 339.999px);max-width:calc(50% - 339.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 342.501px;-ms-flex:0 0 342.501px;flex:0 0 342.501px;max-width:342.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 342.499px);max-width:-moz-calc(50% - 342.499px);max-width:calc(50% - 342.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:302.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 342.499px);max-width:-moz-calc(50% - 342.499px);max-width:calc(50% - 342.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:302.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 345.001px;-ms-flex:0 0 345.001px;flex:0 0 345.001px;max-width:345.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 344.999px);max-width:-moz-calc(50% - 344.999px);max-width:calc(50% - 344.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:305.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 344.999px);max-width:-moz-calc(50% - 344.999px);max-width:calc(50% - 344.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:305.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 347.501px;-ms-flex:0 0 347.501px;flex:0 0 347.501px;max-width:347.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 347.499px);max-width:-moz-calc(50% - 347.499px);max-width:calc(50% - 347.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:307.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 347.499px);max-width:-moz-calc(50% - 347.499px);max-width:calc(50% - 347.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:307.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 350.001px;-ms-flex:0 0 350.001px;flex:0 0 350.001px;max-width:350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:310.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 413.33433px;-ms-flex:0 0 413.33433px;flex:0 0 413.33433px;max-width:413.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:373.33433px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:373.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:373.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 400.001px;-ms-flex:0 0 400.001px;flex:0 0 400.001px;max-width:400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 199.999px);max-width:-moz-calc(50% - 199.999px);max-width:calc(50% - 199.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 199.999px);max-width:-moz-calc(50% - 199.999px);max-width:calc(50% - 199.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 403.33433px;-ms-flex:0 0 403.33433px;flex:0 0 403.33433px;max-width:403.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 201.66567px);max-width:-moz-calc(50% - 201.66567px);max-width:calc(50% - 201.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:363.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 201.66567px);max-width:-moz-calc(50% - 201.66567px);max-width:calc(50% - 201.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:363.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 406.66767px;-ms-flex:0 0 406.66767px;flex:0 0 406.66767px;max-width:406.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 203.33233px);max-width:-moz-calc(50% - 203.33233px);max-width:calc(50% - 203.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:366.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 203.33233px);max-width:-moz-calc(50% - 203.33233px);max-width:calc(50% - 203.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:366.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 410.001px;-ms-flex:0 0 410.001px;flex:0 0 410.001px;max-width:410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 204.999px);max-width:-moz-calc(50% - 204.999px);max-width:calc(50% - 204.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 204.999px);max-width:-moz-calc(50% - 204.999px);max-width:calc(50% - 204.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 413.33433px;-ms-flex:0 0 413.33433px;flex:0 0 413.33433px;max-width:413.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:373.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 206.66567px);max-width:-moz-calc(50% - 206.66567px);max-width:calc(50% - 206.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:373.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 416.66767px;-ms-flex:0 0 416.66767px;flex:0 0 416.66767px;max-width:416.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 208.33233px);max-width:-moz-calc(50% - 208.33233px);max-width:calc(50% - 208.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:376.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 208.33233px);max-width:-moz-calc(50% - 208.33233px);max-width:calc(50% - 208.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:376.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 420.001px;-ms-flex:0 0 420.001px;flex:0 0 420.001px;max-width:420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 209.999px);max-width:-moz-calc(50% - 209.999px);max-width:calc(50% - 209.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 209.999px);max-width:-moz-calc(50% - 209.999px);max-width:calc(50% - 209.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 423.33433px;-ms-flex:0 0 423.33433px;flex:0 0 423.33433px;max-width:423.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 211.66567px);max-width:-moz-calc(50% - 211.66567px);max-width:calc(50% - 211.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:383.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 211.66567px);max-width:-moz-calc(50% - 211.66567px);max-width:calc(50% - 211.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:383.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 426.66767px;-ms-flex:0 0 426.66767px;flex:0 0 426.66767px;max-width:426.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 213.33233px);max-width:-moz-calc(50% - 213.33233px);max-width:calc(50% - 213.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:386.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 213.33233px);max-width:-moz-calc(50% - 213.33233px);max-width:calc(50% - 213.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:386.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 430.001px;-ms-flex:0 0 430.001px;flex:0 0 430.001px;max-width:430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 214.999px);max-width:-moz-calc(50% - 214.999px);max-width:calc(50% - 214.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 214.999px);max-width:-moz-calc(50% - 214.999px);max-width:calc(50% - 214.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 433.33433px;-ms-flex:0 0 433.33433px;flex:0 0 433.33433px;max-width:433.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 216.66567px);max-width:-moz-calc(50% - 216.66567px);max-width:calc(50% - 216.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:393.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 216.66567px);max-width:-moz-calc(50% - 216.66567px);max-width:calc(50% - 216.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:393.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 436.66767px;-ms-flex:0 0 436.66767px;flex:0 0 436.66767px;max-width:436.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 218.33233px);max-width:-moz-calc(50% - 218.33233px);max-width:calc(50% - 218.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:396.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 218.33233px);max-width:-moz-calc(50% - 218.33233px);max-width:calc(50% - 218.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:396.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 440.001px;-ms-flex:0 0 440.001px;flex:0 0 440.001px;max-width:440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 219.999px);max-width:-moz-calc(50% - 219.999px);max-width:calc(50% - 219.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 219.999px);max-width:-moz-calc(50% - 219.999px);max-width:calc(50% - 219.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 443.33433px;-ms-flex:0 0 443.33433px;flex:0 0 443.33433px;max-width:443.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 221.66567px);max-width:-moz-calc(50% - 221.66567px);max-width:calc(50% - 221.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:403.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 221.66567px);max-width:-moz-calc(50% - 221.66567px);max-width:calc(50% - 221.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:403.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 446.66767px;-ms-flex:0 0 446.66767px;flex:0 0 446.66767px;max-width:446.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 223.33233px);max-width:-moz-calc(50% - 223.33233px);max-width:calc(50% - 223.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:406.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 223.33233px);max-width:-moz-calc(50% - 223.33233px);max-width:calc(50% - 223.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:406.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 450.001px;-ms-flex:0 0 450.001px;flex:0 0 450.001px;max-width:450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 224.999px);max-width:-moz-calc(50% - 224.999px);max-width:calc(50% - 224.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 224.999px);max-width:-moz-calc(50% - 224.999px);max-width:calc(50% - 224.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 453.33433px;-ms-flex:0 0 453.33433px;flex:0 0 453.33433px;max-width:453.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 226.66567px);max-width:-moz-calc(50% - 226.66567px);max-width:calc(50% - 226.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:413.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 226.66567px);max-width:-moz-calc(50% - 226.66567px);max-width:calc(50% - 226.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:413.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 456.66767px;-ms-flex:0 0 456.66767px;flex:0 0 456.66767px;max-width:456.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 228.33233px);max-width:-moz-calc(50% - 228.33233px);max-width:calc(50% - 228.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:416.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 228.33233px);max-width:-moz-calc(50% - 228.33233px);max-width:calc(50% - 228.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:416.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 460.001px;-ms-flex:0 0 460.001px;flex:0 0 460.001px;max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 229.999px);max-width:-moz-calc(50% - 229.999px);max-width:calc(50% - 229.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 229.999px);max-width:-moz-calc(50% - 229.999px);max-width:calc(50% - 229.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 463.33433px;-ms-flex:0 0 463.33433px;flex:0 0 463.33433px;max-width:463.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 231.66567px);max-width:-moz-calc(50% - 231.66567px);max-width:calc(50% - 231.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:423.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 231.66567px);max-width:-moz-calc(50% - 231.66567px);max-width:calc(50% - 231.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:423.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 466.66767px;-ms-flex:0 0 466.66767px;flex:0 0 466.66767px;max-width:466.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:426.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:426.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 496.001px;-ms-flex:0 0 496.001px;flex:0 0 496.001px;max-width:496.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:456.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:456.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:456.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 484.001px;-ms-flex:0 0 484.001px;flex:0 0 484.001px;max-width:484.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 120.999px);max-width:-moz-calc(50% - 120.999px);max-width:calc(50% - 120.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:444.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 120.999px);max-width:-moz-calc(50% - 120.999px);max-width:calc(50% - 120.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:444.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 488.001px;-ms-flex:0 0 488.001px;flex:0 0 488.001px;max-width:488.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 121.999px);max-width:-moz-calc(50% - 121.999px);max-width:calc(50% - 121.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:448.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 121.999px);max-width:-moz-calc(50% - 121.999px);max-width:calc(50% - 121.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:448.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 492.001px;-ms-flex:0 0 492.001px;flex:0 0 492.001px;max-width:492.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 122.999px);max-width:-moz-calc(50% - 122.999px);max-width:calc(50% - 122.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:452.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 122.999px);max-width:-moz-calc(50% - 122.999px);max-width:calc(50% - 122.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:452.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 496.001px;-ms-flex:0 0 496.001px;flex:0 0 496.001px;max-width:496.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:456.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.999px);max-width:-moz-calc(50% - 123.999px);max-width:calc(50% - 123.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:456.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 504.001px;-ms-flex:0 0 504.001px;flex:0 0 504.001px;max-width:504.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 125.999px);max-width:-moz-calc(50% - 125.999px);max-width:calc(50% - 125.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:464.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 125.999px);max-width:-moz-calc(50% - 125.999px);max-width:calc(50% - 125.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:464.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 508.001px;-ms-flex:0 0 508.001px;flex:0 0 508.001px;max-width:508.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 126.999px);max-width:-moz-calc(50% - 126.999px);max-width:calc(50% - 126.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:468.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 126.999px);max-width:-moz-calc(50% - 126.999px);max-width:calc(50% - 126.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:468.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 512.001px;-ms-flex:0 0 512.001px;flex:0 0 512.001px;max-width:512.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 127.999px);max-width:-moz-calc(50% - 127.999px);max-width:calc(50% - 127.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:472.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 127.999px);max-width:-moz-calc(50% - 127.999px);max-width:calc(50% - 127.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:472.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 516.001px;-ms-flex:0 0 516.001px;flex:0 0 516.001px;max-width:516.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 128.999px);max-width:-moz-calc(50% - 128.999px);max-width:calc(50% - 128.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:476.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 128.999px);max-width:-moz-calc(50% - 128.999px);max-width:calc(50% - 128.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:476.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 520.001px;-ms-flex:0 0 520.001px;flex:0 0 520.001px;max-width:520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 524.001px;-ms-flex:0 0 524.001px;flex:0 0 524.001px;max-width:524.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 130.999px);max-width:-moz-calc(50% - 130.999px);max-width:calc(50% - 130.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:484.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 130.999px);max-width:-moz-calc(50% - 130.999px);max-width:calc(50% - 130.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:484.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 528.001px;-ms-flex:0 0 528.001px;flex:0 0 528.001px;max-width:528.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 131.999px);max-width:-moz-calc(50% - 131.999px);max-width:calc(50% - 131.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:488.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 131.999px);max-width:-moz-calc(50% - 131.999px);max-width:calc(50% - 131.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:488.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 532.001px;-ms-flex:0 0 532.001px;flex:0 0 532.001px;max-width:532.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 132.999px);max-width:-moz-calc(50% - 132.999px);max-width:calc(50% - 132.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:492.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 132.999px);max-width:-moz-calc(50% - 132.999px);max-width:calc(50% - 132.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:492.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 536.001px;-ms-flex:0 0 536.001px;flex:0 0 536.001px;max-width:536.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 133.999px);max-width:-moz-calc(50% - 133.999px);max-width:calc(50% - 133.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:496.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 133.999px);max-width:-moz-calc(50% - 133.999px);max-width:calc(50% - 133.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:496.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 540.001px;-ms-flex:0 0 540.001px;flex:0 0 540.001px;max-width:540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 134.999px);max-width:-moz-calc(50% - 134.999px);max-width:calc(50% - 134.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 134.999px);max-width:-moz-calc(50% - 134.999px);max-width:calc(50% - 134.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 544.001px;-ms-flex:0 0 544.001px;flex:0 0 544.001px;max-width:544.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 135.999px);max-width:-moz-calc(50% - 135.999px);max-width:calc(50% - 135.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:504.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 135.999px);max-width:-moz-calc(50% - 135.999px);max-width:calc(50% - 135.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:504.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 548.001px;-ms-flex:0 0 548.001px;flex:0 0 548.001px;max-width:548.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 136.999px);max-width:-moz-calc(50% - 136.999px);max-width:calc(50% - 136.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:508.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 136.999px);max-width:-moz-calc(50% - 136.999px);max-width:calc(50% - 136.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:508.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 552.001px;-ms-flex:0 0 552.001px;flex:0 0 552.001px;max-width:552.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 137.999px);max-width:-moz-calc(50% - 137.999px);max-width:calc(50% - 137.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:512.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 137.999px);max-width:-moz-calc(50% - 137.999px);max-width:calc(50% - 137.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:512.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 556.001px;-ms-flex:0 0 556.001px;flex:0 0 556.001px;max-width:556.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 138.999px);max-width:-moz-calc(50% - 138.999px);max-width:calc(50% - 138.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:516.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 138.999px);max-width:-moz-calc(50% - 138.999px);max-width:calc(50% - 138.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:516.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 560.001px;-ms-flex:0 0 560.001px;flex:0 0 560.001px;max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:520.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:476.66767px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:476.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:476.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 99.999px);max-width:-moz-calc(50% - 99.999px);max-width:calc(50% - 99.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 99.999px);max-width:-moz-calc(50% - 99.999px);max-width:calc(50% - 99.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 504.16767px;-ms-flex:0 0 504.16767px;flex:0 0 504.16767px;max-width:504.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 100.83233px);max-width:-moz-calc(50% - 100.83233px);max-width:calc(50% - 100.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:464.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 100.83233px);max-width:-moz-calc(50% - 100.83233px);max-width:calc(50% - 100.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:464.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 508.33433px;-ms-flex:0 0 508.33433px;flex:0 0 508.33433px;max-width:508.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 101.66567px);max-width:-moz-calc(50% - 101.66567px);max-width:calc(50% - 101.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:468.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 101.66567px);max-width:-moz-calc(50% - 101.66567px);max-width:calc(50% - 101.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:468.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 512.501px;-ms-flex:0 0 512.501px;flex:0 0 512.501px;max-width:512.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 102.499px);max-width:-moz-calc(50% - 102.499px);max-width:calc(50% - 102.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:472.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 102.499px);max-width:-moz-calc(50% - 102.499px);max-width:calc(50% - 102.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:472.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:476.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 103.33233px);max-width:-moz-calc(50% - 103.33233px);max-width:calc(50% - 103.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:476.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 520.83433px;-ms-flex:0 0 520.83433px;flex:0 0 520.83433px;max-width:520.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 104.16567px);max-width:-moz-calc(50% - 104.16567px);max-width:calc(50% - 104.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:480.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 104.16567px);max-width:-moz-calc(50% - 104.16567px);max-width:calc(50% - 104.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:480.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 525.001px;-ms-flex:0 0 525.001px;flex:0 0 525.001px;max-width:525.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 104.999px);max-width:-moz-calc(50% - 104.999px);max-width:calc(50% - 104.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:485.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 104.999px);max-width:-moz-calc(50% - 104.999px);max-width:calc(50% - 104.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:485.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 529.16767px;-ms-flex:0 0 529.16767px;flex:0 0 529.16767px;max-width:529.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 105.83233px);max-width:-moz-calc(50% - 105.83233px);max-width:calc(50% - 105.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:489.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 105.83233px);max-width:-moz-calc(50% - 105.83233px);max-width:calc(50% - 105.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:489.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 533.33433px;-ms-flex:0 0 533.33433px;flex:0 0 533.33433px;max-width:533.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 106.66567px);max-width:-moz-calc(50% - 106.66567px);max-width:calc(50% - 106.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:493.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 106.66567px);max-width:-moz-calc(50% - 106.66567px);max-width:calc(50% - 106.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:493.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 537.501px;-ms-flex:0 0 537.501px;flex:0 0 537.501px;max-width:537.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 107.499px);max-width:-moz-calc(50% - 107.499px);max-width:calc(50% - 107.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:497.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 107.499px);max-width:-moz-calc(50% - 107.499px);max-width:calc(50% - 107.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:497.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 541.66767px;-ms-flex:0 0 541.66767px;flex:0 0 541.66767px;max-width:541.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 108.33233px);max-width:-moz-calc(50% - 108.33233px);max-width:calc(50% - 108.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:501.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 108.33233px);max-width:-moz-calc(50% - 108.33233px);max-width:calc(50% - 108.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:501.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 545.83433px;-ms-flex:0 0 545.83433px;flex:0 0 545.83433px;max-width:545.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 109.16567px);max-width:-moz-calc(50% - 109.16567px);max-width:calc(50% - 109.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:505.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 109.16567px);max-width:-moz-calc(50% - 109.16567px);max-width:calc(50% - 109.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:505.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 550.001px;-ms-flex:0 0 550.001px;flex:0 0 550.001px;max-width:550.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 109.999px);max-width:-moz-calc(50% - 109.999px);max-width:calc(50% - 109.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 109.999px);max-width:-moz-calc(50% - 109.999px);max-width:calc(50% - 109.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 554.16767px;-ms-flex:0 0 554.16767px;flex:0 0 554.16767px;max-width:554.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 110.83233px);max-width:-moz-calc(50% - 110.83233px);max-width:calc(50% - 110.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:514.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 110.83233px);max-width:-moz-calc(50% - 110.83233px);max-width:calc(50% - 110.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:514.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 558.33433px;-ms-flex:0 0 558.33433px;flex:0 0 558.33433px;max-width:558.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 111.66567px);max-width:-moz-calc(50% - 111.66567px);max-width:calc(50% - 111.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:518.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 111.66567px);max-width:-moz-calc(50% - 111.66567px);max-width:calc(50% - 111.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:518.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 562.501px;-ms-flex:0 0 562.501px;flex:0 0 562.501px;max-width:562.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 112.499px);max-width:-moz-calc(50% - 112.499px);max-width:calc(50% - 112.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:522.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 112.499px);max-width:-moz-calc(50% - 112.499px);max-width:calc(50% - 112.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:522.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 566.66767px;-ms-flex:0 0 566.66767px;flex:0 0 566.66767px;max-width:566.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 113.33233px);max-width:-moz-calc(50% - 113.33233px);max-width:calc(50% - 113.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:526.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 113.33233px);max-width:-moz-calc(50% - 113.33233px);max-width:calc(50% - 113.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:526.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 570.83433px;-ms-flex:0 0 570.83433px;flex:0 0 570.83433px;max-width:570.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 114.16567px);max-width:-moz-calc(50% - 114.16567px);max-width:calc(50% - 114.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:530.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 114.16567px);max-width:-moz-calc(50% - 114.16567px);max-width:calc(50% - 114.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:530.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 575.001px;-ms-flex:0 0 575.001px;flex:0 0 575.001px;max-width:575.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 114.999px);max-width:-moz-calc(50% - 114.999px);max-width:calc(50% - 114.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:535.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 114.999px);max-width:-moz-calc(50% - 114.999px);max-width:calc(50% - 114.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:535.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 579.16767px;-ms-flex:0 0 579.16767px;flex:0 0 579.16767px;max-width:579.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 115.83233px);max-width:-moz-calc(50% - 115.83233px);max-width:calc(50% - 115.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:539.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 115.83233px);max-width:-moz-calc(50% - 115.83233px);max-width:calc(50% - 115.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:539.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 583.33433px;-ms-flex:0 0 583.33433px;flex:0 0 583.33433px;max-width:583.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:543.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:543.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:580.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:580.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:580.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 605.001px;-ms-flex:0 0 605.001px;flex:0 0 605.001px;max-width:605.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:565.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:565.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 610.001px;-ms-flex:0 0 610.001px;flex:0 0 610.001px;max-width:610.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:570.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:570.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 615.001px;-ms-flex:0 0 615.001px;flex:0 0 615.001px;max-width:615.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:575.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:575.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 625.001px;-ms-flex:0 0 625.001px;flex:0 0 625.001px;max-width:625.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:585.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:585.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 630.001px;-ms-flex:0 0 630.001px;flex:0 0 630.001px;max-width:630.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:590.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:590.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 635.001px;-ms-flex:0 0 635.001px;flex:0 0 635.001px;max-width:635.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:595.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:595.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 640.001px;-ms-flex:0 0 640.001px;flex:0 0 640.001px;max-width:640.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 645.001px;-ms-flex:0 0 645.001px;flex:0 0 645.001px;max-width:645.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:605.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:605.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 650.001px;-ms-flex:0 0 650.001px;flex:0 0 650.001px;max-width:650.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:610.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:610.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 655.001px;-ms-flex:0 0 655.001px;flex:0 0 655.001px;max-width:655.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:615.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:615.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 660.001px;-ms-flex:0 0 660.001px;flex:0 0 660.001px;max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:620.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:620.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 665.001px;-ms-flex:0 0 665.001px;flex:0 0 665.001px;max-width:665.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:625.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:625.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 670.001px;-ms-flex:0 0 670.001px;flex:0 0 670.001px;max-width:670.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:630.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:630.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 675.001px;-ms-flex:0 0 675.001px;flex:0 0 675.001px;max-width:675.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:635.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:635.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 680.001px;-ms-flex:0 0 680.001px;flex:0 0 680.001px;max-width:680.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:640.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:640.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 685.001px;-ms-flex:0 0 685.001px;flex:0 0 685.001px;max-width:685.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:645.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:645.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 690.001px;-ms-flex:0 0 690.001px;flex:0 0 690.001px;max-width:690.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:650.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:650.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 695.001px;-ms-flex:0 0 695.001px;flex:0 0 695.001px;max-width:695.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:655.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:655.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 723.33433px;-ms-flex:0 0 723.33433px;flex:0 0 723.33433px;max-width:723.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:683.33433px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:683.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:683.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -100.001px);max-width:-moz-calc(50% - -100.001px);max-width:calc(50% - -100.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -100.001px);max-width:-moz-calc(50% - -100.001px);max-width:calc(50% - -100.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 705.83433px;-ms-flex:0 0 705.83433px;flex:0 0 705.83433px;max-width:705.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -100.83433px);max-width:-moz-calc(50% - -100.83433px);max-width:calc(50% - -100.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:665.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -100.83433px);max-width:-moz-calc(50% - -100.83433px);max-width:calc(50% - -100.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:665.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 711.66767px;-ms-flex:0 0 711.66767px;flex:0 0 711.66767px;max-width:711.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -101.66767px);max-width:-moz-calc(50% - -101.66767px);max-width:calc(50% - -101.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:671.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -101.66767px);max-width:-moz-calc(50% - -101.66767px);max-width:calc(50% - -101.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:671.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 717.501px;-ms-flex:0 0 717.501px;flex:0 0 717.501px;max-width:717.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -102.501px);max-width:-moz-calc(50% - -102.501px);max-width:calc(50% - -102.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:677.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -102.501px);max-width:-moz-calc(50% - -102.501px);max-width:calc(50% - -102.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:677.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 723.33433px;-ms-flex:0 0 723.33433px;flex:0 0 723.33433px;max-width:723.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:683.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -103.33433px);max-width:-moz-calc(50% - -103.33433px);max-width:calc(50% - -103.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:683.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 729.16767px;-ms-flex:0 0 729.16767px;flex:0 0 729.16767px;max-width:729.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -104.16767px);max-width:-moz-calc(50% - -104.16767px);max-width:calc(50% - -104.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:689.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -104.16767px);max-width:-moz-calc(50% - -104.16767px);max-width:calc(50% - -104.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:689.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 735.001px;-ms-flex:0 0 735.001px;flex:0 0 735.001px;max-width:735.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -105.001px);max-width:-moz-calc(50% - -105.001px);max-width:calc(50% - -105.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:695.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -105.001px);max-width:-moz-calc(50% - -105.001px);max-width:calc(50% - -105.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:695.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 740.83433px;-ms-flex:0 0 740.83433px;flex:0 0 740.83433px;max-width:740.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -105.83433px);max-width:-moz-calc(50% - -105.83433px);max-width:calc(50% - -105.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:700.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -105.83433px);max-width:-moz-calc(50% - -105.83433px);max-width:calc(50% - -105.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:700.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 746.66767px;-ms-flex:0 0 746.66767px;flex:0 0 746.66767px;max-width:746.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -106.66767px);max-width:-moz-calc(50% - -106.66767px);max-width:calc(50% - -106.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:706.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -106.66767px);max-width:-moz-calc(50% - -106.66767px);max-width:calc(50% - -106.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:706.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 752.501px;-ms-flex:0 0 752.501px;flex:0 0 752.501px;max-width:752.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -107.501px);max-width:-moz-calc(50% - -107.501px);max-width:calc(50% - -107.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:712.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -107.501px);max-width:-moz-calc(50% - -107.501px);max-width:calc(50% - -107.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:712.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 758.33433px;-ms-flex:0 0 758.33433px;flex:0 0 758.33433px;max-width:758.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -108.33433px);max-width:-moz-calc(50% - -108.33433px);max-width:calc(50% - -108.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:718.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -108.33433px);max-width:-moz-calc(50% - -108.33433px);max-width:calc(50% - -108.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:718.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 764.16767px;-ms-flex:0 0 764.16767px;flex:0 0 764.16767px;max-width:764.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -109.16767px);max-width:-moz-calc(50% - -109.16767px);max-width:calc(50% - -109.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:724.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -109.16767px);max-width:-moz-calc(50% - -109.16767px);max-width:calc(50% - -109.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:724.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 770.001px;-ms-flex:0 0 770.001px;flex:0 0 770.001px;max-width:770.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -110.001px);max-width:-moz-calc(50% - -110.001px);max-width:calc(50% - -110.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:730.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -110.001px);max-width:-moz-calc(50% - -110.001px);max-width:calc(50% - -110.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:730.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 775.83433px;-ms-flex:0 0 775.83433px;flex:0 0 775.83433px;max-width:775.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -110.83433px);max-width:-moz-calc(50% - -110.83433px);max-width:calc(50% - -110.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:735.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -110.83433px);max-width:-moz-calc(50% - -110.83433px);max-width:calc(50% - -110.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:735.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 781.66767px;-ms-flex:0 0 781.66767px;flex:0 0 781.66767px;max-width:781.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -111.66767px);max-width:-moz-calc(50% - -111.66767px);max-width:calc(50% - -111.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:741.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -111.66767px);max-width:-moz-calc(50% - -111.66767px);max-width:calc(50% - -111.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:741.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 787.501px;-ms-flex:0 0 787.501px;flex:0 0 787.501px;max-width:787.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -112.501px);max-width:-moz-calc(50% - -112.501px);max-width:calc(50% - -112.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:747.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -112.501px);max-width:-moz-calc(50% - -112.501px);max-width:calc(50% - -112.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:747.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 793.33433px;-ms-flex:0 0 793.33433px;flex:0 0 793.33433px;max-width:793.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -113.33433px);max-width:-moz-calc(50% - -113.33433px);max-width:calc(50% - -113.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:753.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -113.33433px);max-width:-moz-calc(50% - -113.33433px);max-width:calc(50% - -113.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:753.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 799.16767px;-ms-flex:0 0 799.16767px;flex:0 0 799.16767px;max-width:799.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -114.16767px);max-width:-moz-calc(50% - -114.16767px);max-width:calc(50% - -114.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:759.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -114.16767px);max-width:-moz-calc(50% - -114.16767px);max-width:calc(50% - -114.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:759.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 805.001px;-ms-flex:0 0 805.001px;flex:0 0 805.001px;max-width:805.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -115.001px);max-width:-moz-calc(50% - -115.001px);max-width:calc(50% - -115.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:765.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -115.001px);max-width:-moz-calc(50% - -115.001px);max-width:calc(50% - -115.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:765.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 810.83433px;-ms-flex:0 0 810.83433px;flex:0 0 810.83433px;max-width:810.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -115.83433px);max-width:-moz-calc(50% - -115.83433px);max-width:calc(50% - -115.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:770.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -115.83433px);max-width:-moz-calc(50% - -115.83433px);max-width:calc(50% - -115.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:770.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 816.66767px;-ms-flex:0 0 816.66767px;flex:0 0 816.66767px;max-width:816.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:776.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:776.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 744.001px;-ms-flex:0 0 744.001px;flex:0 0 744.001px;max-width:744.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:704.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:704.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:704.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:680.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:680.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 726.001px;-ms-flex:0 0 726.001px;flex:0 0 726.001px;max-width:726.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -121.001px);max-width:-moz-calc(50% - -121.001px);max-width:calc(50% - -121.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:686.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -121.001px);max-width:-moz-calc(50% - -121.001px);max-width:calc(50% - -121.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:686.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 732.001px;-ms-flex:0 0 732.001px;flex:0 0 732.001px;max-width:732.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -122.001px);max-width:-moz-calc(50% - -122.001px);max-width:calc(50% - -122.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:692.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -122.001px);max-width:-moz-calc(50% - -122.001px);max-width:calc(50% - -122.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:692.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 738.001px;-ms-flex:0 0 738.001px;flex:0 0 738.001px;max-width:738.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -123.001px);max-width:-moz-calc(50% - -123.001px);max-width:calc(50% - -123.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:698.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -123.001px);max-width:-moz-calc(50% - -123.001px);max-width:calc(50% - -123.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:698.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 744.001px;-ms-flex:0 0 744.001px;flex:0 0 744.001px;max-width:744.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:704.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.001px);max-width:-moz-calc(50% - -124.001px);max-width:calc(50% - -124.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:704.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 750.001px;-ms-flex:0 0 750.001px;flex:0 0 750.001px;max-width:750.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:710.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:710.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 756.001px;-ms-flex:0 0 756.001px;flex:0 0 756.001px;max-width:756.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -126.001px);max-width:-moz-calc(50% - -126.001px);max-width:calc(50% - -126.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:716.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -126.001px);max-width:-moz-calc(50% - -126.001px);max-width:calc(50% - -126.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:716.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 762.001px;-ms-flex:0 0 762.001px;flex:0 0 762.001px;max-width:762.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -127.001px);max-width:-moz-calc(50% - -127.001px);max-width:calc(50% - -127.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:722.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -127.001px);max-width:-moz-calc(50% - -127.001px);max-width:calc(50% - -127.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:722.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 768.001px;-ms-flex:0 0 768.001px;flex:0 0 768.001px;max-width:768.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -128.001px);max-width:-moz-calc(50% - -128.001px);max-width:calc(50% - -128.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:728.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -128.001px);max-width:-moz-calc(50% - -128.001px);max-width:calc(50% - -128.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:728.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 774.001px;-ms-flex:0 0 774.001px;flex:0 0 774.001px;max-width:774.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -129.001px);max-width:-moz-calc(50% - -129.001px);max-width:calc(50% - -129.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:734.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -129.001px);max-width:-moz-calc(50% - -129.001px);max-width:calc(50% - -129.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:734.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 780.001px;-ms-flex:0 0 780.001px;flex:0 0 780.001px;max-width:780.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:740.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:740.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 786.001px;-ms-flex:0 0 786.001px;flex:0 0 786.001px;max-width:786.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -131.001px);max-width:-moz-calc(50% - -131.001px);max-width:calc(50% - -131.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:746.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -131.001px);max-width:-moz-calc(50% - -131.001px);max-width:calc(50% - -131.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:746.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 792.001px;-ms-flex:0 0 792.001px;flex:0 0 792.001px;max-width:792.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -132.001px);max-width:-moz-calc(50% - -132.001px);max-width:calc(50% - -132.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:752.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -132.001px);max-width:-moz-calc(50% - -132.001px);max-width:calc(50% - -132.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:752.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 798.001px;-ms-flex:0 0 798.001px;flex:0 0 798.001px;max-width:798.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -133.001px);max-width:-moz-calc(50% - -133.001px);max-width:calc(50% - -133.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:758.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -133.001px);max-width:-moz-calc(50% - -133.001px);max-width:calc(50% - -133.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:758.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 804.001px;-ms-flex:0 0 804.001px;flex:0 0 804.001px;max-width:804.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -134.001px);max-width:-moz-calc(50% - -134.001px);max-width:calc(50% - -134.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:764.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -134.001px);max-width:-moz-calc(50% - -134.001px);max-width:calc(50% - -134.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:764.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 810.001px;-ms-flex:0 0 810.001px;flex:0 0 810.001px;max-width:810.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -135.001px);max-width:-moz-calc(50% - -135.001px);max-width:calc(50% - -135.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:770.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -135.001px);max-width:-moz-calc(50% - -135.001px);max-width:calc(50% - -135.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:770.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 816.001px;-ms-flex:0 0 816.001px;flex:0 0 816.001px;max-width:816.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -136.001px);max-width:-moz-calc(50% - -136.001px);max-width:calc(50% - -136.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:776.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -136.001px);max-width:-moz-calc(50% - -136.001px);max-width:calc(50% - -136.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:776.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 822.001px;-ms-flex:0 0 822.001px;flex:0 0 822.001px;max-width:822.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -137.001px);max-width:-moz-calc(50% - -137.001px);max-width:calc(50% - -137.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:782.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -137.001px);max-width:-moz-calc(50% - -137.001px);max-width:calc(50% - -137.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:782.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 828.001px;-ms-flex:0 0 828.001px;flex:0 0 828.001px;max-width:828.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -138.001px);max-width:-moz-calc(50% - -138.001px);max-width:calc(50% - -138.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:788.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -138.001px);max-width:-moz-calc(50% - -138.001px);max-width:calc(50% - -138.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:788.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 834.001px;-ms-flex:0 0 834.001px;flex:0 0 834.001px;max-width:834.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -139.001px);max-width:-moz-calc(50% - -139.001px);max-width:calc(50% - -139.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:794.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -139.001px);max-width:-moz-calc(50% - -139.001px);max-width:calc(50% - -139.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:794.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 826.66767px;-ms-flex:0 0 826.66767px;flex:0 0 826.66767px;max-width:826.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:786.66767px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:786.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:786.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 800.001px;-ms-flex:0 0 800.001px;flex:0 0 800.001px;max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -200.001px);max-width:-moz-calc(50% - -200.001px);max-width:calc(50% - -200.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:760.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -200.001px);max-width:-moz-calc(50% - -200.001px);max-width:calc(50% - -200.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:760.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 806.66767px;-ms-flex:0 0 806.66767px;flex:0 0 806.66767px;max-width:806.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -201.66767px);max-width:-moz-calc(50% - -201.66767px);max-width:calc(50% - -201.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:766.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -201.66767px);max-width:-moz-calc(50% - -201.66767px);max-width:calc(50% - -201.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:766.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 813.33433px;-ms-flex:0 0 813.33433px;flex:0 0 813.33433px;max-width:813.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -203.33433px);max-width:-moz-calc(50% - -203.33433px);max-width:calc(50% - -203.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:773.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -203.33433px);max-width:-moz-calc(50% - -203.33433px);max-width:calc(50% - -203.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:773.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 820.001px;-ms-flex:0 0 820.001px;flex:0 0 820.001px;max-width:820.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -205.001px);max-width:-moz-calc(50% - -205.001px);max-width:calc(50% - -205.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:780.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -205.001px);max-width:-moz-calc(50% - -205.001px);max-width:calc(50% - -205.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:780.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 826.66767px;-ms-flex:0 0 826.66767px;flex:0 0 826.66767px;max-width:826.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:786.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -206.66767px);max-width:-moz-calc(50% - -206.66767px);max-width:calc(50% - -206.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:786.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 833.33433px;-ms-flex:0 0 833.33433px;flex:0 0 833.33433px;max-width:833.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -208.33433px);max-width:-moz-calc(50% - -208.33433px);max-width:calc(50% - -208.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:793.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -208.33433px);max-width:-moz-calc(50% - -208.33433px);max-width:calc(50% - -208.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:793.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -210.001px);max-width:-moz-calc(50% - -210.001px);max-width:calc(50% - -210.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -210.001px);max-width:-moz-calc(50% - -210.001px);max-width:calc(50% - -210.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 846.66767px;-ms-flex:0 0 846.66767px;flex:0 0 846.66767px;max-width:846.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -211.66767px);max-width:-moz-calc(50% - -211.66767px);max-width:calc(50% - -211.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:806.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -211.66767px);max-width:-moz-calc(50% - -211.66767px);max-width:calc(50% - -211.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:806.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 853.33433px;-ms-flex:0 0 853.33433px;flex:0 0 853.33433px;max-width:853.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -213.33433px);max-width:-moz-calc(50% - -213.33433px);max-width:calc(50% - -213.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:813.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -213.33433px);max-width:-moz-calc(50% - -213.33433px);max-width:calc(50% - -213.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:813.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 860.001px;-ms-flex:0 0 860.001px;flex:0 0 860.001px;max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -215.001px);max-width:-moz-calc(50% - -215.001px);max-width:calc(50% - -215.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:820.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -215.001px);max-width:-moz-calc(50% - -215.001px);max-width:calc(50% - -215.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:820.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 866.66767px;-ms-flex:0 0 866.66767px;flex:0 0 866.66767px;max-width:866.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -216.66767px);max-width:-moz-calc(50% - -216.66767px);max-width:calc(50% - -216.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:826.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -216.66767px);max-width:-moz-calc(50% - -216.66767px);max-width:calc(50% - -216.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:826.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 873.33433px;-ms-flex:0 0 873.33433px;flex:0 0 873.33433px;max-width:873.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -218.33433px);max-width:-moz-calc(50% - -218.33433px);max-width:calc(50% - -218.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:833.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -218.33433px);max-width:-moz-calc(50% - -218.33433px);max-width:calc(50% - -218.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:833.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 880.001px;-ms-flex:0 0 880.001px;flex:0 0 880.001px;max-width:880.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -220.001px);max-width:-moz-calc(50% - -220.001px);max-width:calc(50% - -220.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -220.001px);max-width:-moz-calc(50% - -220.001px);max-width:calc(50% - -220.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 886.66767px;-ms-flex:0 0 886.66767px;flex:0 0 886.66767px;max-width:886.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -221.66767px);max-width:-moz-calc(50% - -221.66767px);max-width:calc(50% - -221.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:846.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -221.66767px);max-width:-moz-calc(50% - -221.66767px);max-width:calc(50% - -221.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:846.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 893.33433px;-ms-flex:0 0 893.33433px;flex:0 0 893.33433px;max-width:893.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -223.33433px);max-width:-moz-calc(50% - -223.33433px);max-width:calc(50% - -223.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:853.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -223.33433px);max-width:-moz-calc(50% - -223.33433px);max-width:calc(50% - -223.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:853.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -225.001px);max-width:-moz-calc(50% - -225.001px);max-width:calc(50% - -225.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -225.001px);max-width:-moz-calc(50% - -225.001px);max-width:calc(50% - -225.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 906.66767px;-ms-flex:0 0 906.66767px;flex:0 0 906.66767px;max-width:906.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -226.66767px);max-width:-moz-calc(50% - -226.66767px);max-width:calc(50% - -226.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:866.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -226.66767px);max-width:-moz-calc(50% - -226.66767px);max-width:calc(50% - -226.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:866.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 913.33433px;-ms-flex:0 0 913.33433px;flex:0 0 913.33433px;max-width:913.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -228.33433px);max-width:-moz-calc(50% - -228.33433px);max-width:calc(50% - -228.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:873.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -228.33433px);max-width:-moz-calc(50% - -228.33433px);max-width:calc(50% - -228.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:873.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 920.001px;-ms-flex:0 0 920.001px;flex:0 0 920.001px;max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -230.001px);max-width:-moz-calc(50% - -230.001px);max-width:calc(50% - -230.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:880.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -230.001px);max-width:-moz-calc(50% - -230.001px);max-width:calc(50% - -230.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:880.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 926.66767px;-ms-flex:0 0 926.66767px;flex:0 0 926.66767px;max-width:926.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -231.66767px);max-width:-moz-calc(50% - -231.66767px);max-width:calc(50% - -231.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:886.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -231.66767px);max-width:-moz-calc(50% - -231.66767px);max-width:calc(50% - -231.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:886.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:890.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:890.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:890.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -300.001px);max-width:-moz-calc(50% - -300.001px);max-width:calc(50% - -300.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -300.001px);max-width:-moz-calc(50% - -300.001px);max-width:calc(50% - -300.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 907.501px;-ms-flex:0 0 907.501px;flex:0 0 907.501px;max-width:907.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -302.501px);max-width:-moz-calc(50% - -302.501px);max-width:calc(50% - -302.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:867.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -302.501px);max-width:-moz-calc(50% - -302.501px);max-width:calc(50% - -302.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:867.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 915.001px;-ms-flex:0 0 915.001px;flex:0 0 915.001px;max-width:915.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -305.001px);max-width:-moz-calc(50% - -305.001px);max-width:calc(50% - -305.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:875.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -305.001px);max-width:-moz-calc(50% - -305.001px);max-width:calc(50% - -305.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:875.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 922.501px;-ms-flex:0 0 922.501px;flex:0 0 922.501px;max-width:922.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -307.501px);max-width:-moz-calc(50% - -307.501px);max-width:calc(50% - -307.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:882.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -307.501px);max-width:-moz-calc(50% - -307.501px);max-width:calc(50% - -307.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:882.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:890.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -310.001px);max-width:-moz-calc(50% - -310.001px);max-width:calc(50% - -310.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:890.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 937.501px;-ms-flex:0 0 937.501px;flex:0 0 937.501px;max-width:937.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -312.501px);max-width:-moz-calc(50% - -312.501px);max-width:calc(50% - -312.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:897.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -312.501px);max-width:-moz-calc(50% - -312.501px);max-width:calc(50% - -312.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:897.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 945.001px;-ms-flex:0 0 945.001px;flex:0 0 945.001px;max-width:945.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -315.001px);max-width:-moz-calc(50% - -315.001px);max-width:calc(50% - -315.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:905.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -315.001px);max-width:-moz-calc(50% - -315.001px);max-width:calc(50% - -315.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:905.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 952.501px;-ms-flex:0 0 952.501px;flex:0 0 952.501px;max-width:952.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -317.501px);max-width:-moz-calc(50% - -317.501px);max-width:calc(50% - -317.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:912.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -317.501px);max-width:-moz-calc(50% - -317.501px);max-width:calc(50% - -317.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:912.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -320.001px);max-width:-moz-calc(50% - -320.001px);max-width:calc(50% - -320.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -320.001px);max-width:-moz-calc(50% - -320.001px);max-width:calc(50% - -320.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 967.501px;-ms-flex:0 0 967.501px;flex:0 0 967.501px;max-width:967.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -322.501px);max-width:-moz-calc(50% - -322.501px);max-width:calc(50% - -322.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:927.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -322.501px);max-width:-moz-calc(50% - -322.501px);max-width:calc(50% - -322.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:927.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 975.001px;-ms-flex:0 0 975.001px;flex:0 0 975.001px;max-width:975.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -325.001px);max-width:-moz-calc(50% - -325.001px);max-width:calc(50% - -325.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:935.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -325.001px);max-width:-moz-calc(50% - -325.001px);max-width:calc(50% - -325.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:935.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 982.501px;-ms-flex:0 0 982.501px;flex:0 0 982.501px;max-width:982.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -327.501px);max-width:-moz-calc(50% - -327.501px);max-width:calc(50% - -327.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:942.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -327.501px);max-width:-moz-calc(50% - -327.501px);max-width:calc(50% - -327.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:942.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 990.001px;-ms-flex:0 0 990.001px;flex:0 0 990.001px;max-width:990.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -330.001px);max-width:-moz-calc(50% - -330.001px);max-width:calc(50% - -330.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:950.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -330.001px);max-width:-moz-calc(50% - -330.001px);max-width:calc(50% - -330.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:950.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 997.501px;-ms-flex:0 0 997.501px;flex:0 0 997.501px;max-width:997.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -332.501px);max-width:-moz-calc(50% - -332.501px);max-width:calc(50% - -332.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:957.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -332.501px);max-width:-moz-calc(50% - -332.501px);max-width:calc(50% - -332.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:957.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1005.001px;-ms-flex:0 0 1005.001px;flex:0 0 1005.001px;max-width:1005.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -335.001px);max-width:-moz-calc(50% - -335.001px);max-width:calc(50% - -335.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:965.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -335.001px);max-width:-moz-calc(50% - -335.001px);max-width:calc(50% - -335.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:965.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1012.501px;-ms-flex:0 0 1012.501px;flex:0 0 1012.501px;max-width:1012.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -337.501px);max-width:-moz-calc(50% - -337.501px);max-width:calc(50% - -337.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:972.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -337.501px);max-width:-moz-calc(50% - -337.501px);max-width:calc(50% - -337.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:972.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1020.001px;-ms-flex:0 0 1020.001px;flex:0 0 1020.001px;max-width:1020.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -340.001px);max-width:-moz-calc(50% - -340.001px);max-width:calc(50% - -340.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:980.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -340.001px);max-width:-moz-calc(50% - -340.001px);max-width:calc(50% - -340.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:980.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1027.501px;-ms-flex:0 0 1027.501px;flex:0 0 1027.501px;max-width:1027.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -342.501px);max-width:-moz-calc(50% - -342.501px);max-width:calc(50% - -342.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:987.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -342.501px);max-width:-moz-calc(50% - -342.501px);max-width:calc(50% - -342.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:987.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1035.001px;-ms-flex:0 0 1035.001px;flex:0 0 1035.001px;max-width:1035.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -345.001px);max-width:-moz-calc(50% - -345.001px);max-width:calc(50% - -345.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:995.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -345.001px);max-width:-moz-calc(50% - -345.001px);max-width:calc(50% - -345.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:995.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1042.501px;-ms-flex:0 0 1042.501px;flex:0 0 1042.501px;max-width:1042.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -347.501px);max-width:-moz-calc(50% - -347.501px);max-width:calc(50% - -347.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1002.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -347.501px);max-width:-moz-calc(50% - -347.501px);max-width:calc(50% - -347.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1002.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 992.001px;-ms-flex:0 0 992.001px;flex:0 0 992.001px;max-width:992.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:952.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:952.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:952.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 968.001px;-ms-flex:0 0 968.001px;flex:0 0 968.001px;max-width:968.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -363.001px);max-width:-moz-calc(50% - -363.001px);max-width:calc(50% - -363.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:928.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -363.001px);max-width:-moz-calc(50% - -363.001px);max-width:calc(50% - -363.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:928.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 976.001px;-ms-flex:0 0 976.001px;flex:0 0 976.001px;max-width:976.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -366.001px);max-width:-moz-calc(50% - -366.001px);max-width:calc(50% - -366.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:936.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -366.001px);max-width:-moz-calc(50% - -366.001px);max-width:calc(50% - -366.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:936.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 984.001px;-ms-flex:0 0 984.001px;flex:0 0 984.001px;max-width:984.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -369.001px);max-width:-moz-calc(50% - -369.001px);max-width:calc(50% - -369.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:944.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -369.001px);max-width:-moz-calc(50% - -369.001px);max-width:calc(50% - -369.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:944.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 992.001px;-ms-flex:0 0 992.001px;flex:0 0 992.001px;max-width:992.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:952.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.001px);max-width:-moz-calc(50% - -372.001px);max-width:calc(50% - -372.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:952.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1008.001px;-ms-flex:0 0 1008.001px;flex:0 0 1008.001px;max-width:1008.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -378.001px);max-width:-moz-calc(50% - -378.001px);max-width:calc(50% - -378.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:968.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -378.001px);max-width:-moz-calc(50% - -378.001px);max-width:calc(50% - -378.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:968.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1016.001px;-ms-flex:0 0 1016.001px;flex:0 0 1016.001px;max-width:1016.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -381.001px);max-width:-moz-calc(50% - -381.001px);max-width:calc(50% - -381.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:976.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -381.001px);max-width:-moz-calc(50% - -381.001px);max-width:calc(50% - -381.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:976.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1024.001px;-ms-flex:0 0 1024.001px;flex:0 0 1024.001px;max-width:1024.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -384.001px);max-width:-moz-calc(50% - -384.001px);max-width:calc(50% - -384.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:984.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -384.001px);max-width:-moz-calc(50% - -384.001px);max-width:calc(50% - -384.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:984.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1032.001px;-ms-flex:0 0 1032.001px;flex:0 0 1032.001px;max-width:1032.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -387.001px);max-width:-moz-calc(50% - -387.001px);max-width:calc(50% - -387.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:992.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -387.001px);max-width:-moz-calc(50% - -387.001px);max-width:calc(50% - -387.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:992.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1040.001px;-ms-flex:0 0 1040.001px;flex:0 0 1040.001px;max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1048.001px;-ms-flex:0 0 1048.001px;flex:0 0 1048.001px;max-width:1048.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -393.001px);max-width:-moz-calc(50% - -393.001px);max-width:calc(50% - -393.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1008.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -393.001px);max-width:-moz-calc(50% - -393.001px);max-width:calc(50% - -393.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1008.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1056.001px;-ms-flex:0 0 1056.001px;flex:0 0 1056.001px;max-width:1056.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -396.001px);max-width:-moz-calc(50% - -396.001px);max-width:calc(50% - -396.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1016.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -396.001px);max-width:-moz-calc(50% - -396.001px);max-width:calc(50% - -396.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1016.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1064.001px;-ms-flex:0 0 1064.001px;flex:0 0 1064.001px;max-width:1064.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -399.001px);max-width:-moz-calc(50% - -399.001px);max-width:calc(50% - -399.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1024.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -399.001px);max-width:-moz-calc(50% - -399.001px);max-width:calc(50% - -399.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1024.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1072.001px;-ms-flex:0 0 1072.001px;flex:0 0 1072.001px;max-width:1072.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -402.001px);max-width:-moz-calc(50% - -402.001px);max-width:calc(50% - -402.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1032.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -402.001px);max-width:-moz-calc(50% - -402.001px);max-width:calc(50% - -402.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1032.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -405.001px);max-width:-moz-calc(50% - -405.001px);max-width:calc(50% - -405.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -405.001px);max-width:-moz-calc(50% - -405.001px);max-width:calc(50% - -405.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1088.001px;-ms-flex:0 0 1088.001px;flex:0 0 1088.001px;max-width:1088.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -408.001px);max-width:-moz-calc(50% - -408.001px);max-width:calc(50% - -408.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1048.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -408.001px);max-width:-moz-calc(50% - -408.001px);max-width:calc(50% - -408.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1048.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1096.001px;-ms-flex:0 0 1096.001px;flex:0 0 1096.001px;max-width:1096.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -411.001px);max-width:-moz-calc(50% - -411.001px);max-width:calc(50% - -411.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1056.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -411.001px);max-width:-moz-calc(50% - -411.001px);max-width:calc(50% - -411.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1056.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1104.001px;-ms-flex:0 0 1104.001px;flex:0 0 1104.001px;max-width:1104.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -414.001px);max-width:-moz-calc(50% - -414.001px);max-width:calc(50% - -414.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1064.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -414.001px);max-width:-moz-calc(50% - -414.001px);max-width:calc(50% - -414.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1064.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1112.001px;-ms-flex:0 0 1112.001px;flex:0 0 1112.001px;max-width:1112.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -417.001px);max-width:-moz-calc(50% - -417.001px);max-width:calc(50% - -417.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1072.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -417.001px);max-width:-moz-calc(50% - -417.001px);max-width:calc(50% - -417.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1072.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1120.001px;-ms-flex:0 0 1120.001px;flex:0 0 1120.001px;max-width:1120.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1080.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1080.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:993.33433px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:993.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:993.33433px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1008.33433px;-ms-flex:0 0 1008.33433px;flex:0 0 1008.33433px;max-width:1008.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -403.33433px);max-width:-moz-calc(50% - -403.33433px);max-width:calc(50% - -403.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:968.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -403.33433px);max-width:-moz-calc(50% - -403.33433px);max-width:calc(50% - -403.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:968.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1016.66767px;-ms-flex:0 0 1016.66767px;flex:0 0 1016.66767px;max-width:1016.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -406.66767px);max-width:-moz-calc(50% - -406.66767px);max-width:calc(50% - -406.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:976.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -406.66767px);max-width:-moz-calc(50% - -406.66767px);max-width:calc(50% - -406.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:976.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1025.001px;-ms-flex:0 0 1025.001px;flex:0 0 1025.001px;max-width:1025.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -410.001px);max-width:-moz-calc(50% - -410.001px);max-width:calc(50% - -410.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:985.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -410.001px);max-width:-moz-calc(50% - -410.001px);max-width:calc(50% - -410.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:985.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:993.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -413.33433px);max-width:-moz-calc(50% - -413.33433px);max-width:calc(50% - -413.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:993.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1041.66767px;-ms-flex:0 0 1041.66767px;flex:0 0 1041.66767px;max-width:1041.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -416.66767px);max-width:-moz-calc(50% - -416.66767px);max-width:calc(50% - -416.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1001.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -416.66767px);max-width:-moz-calc(50% - -416.66767px);max-width:calc(50% - -416.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1001.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1058.33433px;-ms-flex:0 0 1058.33433px;flex:0 0 1058.33433px;max-width:1058.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -423.33433px);max-width:-moz-calc(50% - -423.33433px);max-width:calc(50% - -423.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1018.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -423.33433px);max-width:-moz-calc(50% - -423.33433px);max-width:calc(50% - -423.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1018.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1066.66767px;-ms-flex:0 0 1066.66767px;flex:0 0 1066.66767px;max-width:1066.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -426.66767px);max-width:-moz-calc(50% - -426.66767px);max-width:calc(50% - -426.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1026.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -426.66767px);max-width:-moz-calc(50% - -426.66767px);max-width:calc(50% - -426.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1026.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1075.001px;-ms-flex:0 0 1075.001px;flex:0 0 1075.001px;max-width:1075.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -430.001px);max-width:-moz-calc(50% - -430.001px);max-width:calc(50% - -430.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1035.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -430.001px);max-width:-moz-calc(50% - -430.001px);max-width:calc(50% - -430.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1035.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1083.33433px;-ms-flex:0 0 1083.33433px;flex:0 0 1083.33433px;max-width:1083.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -433.33433px);max-width:-moz-calc(50% - -433.33433px);max-width:calc(50% - -433.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1043.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -433.33433px);max-width:-moz-calc(50% - -433.33433px);max-width:calc(50% - -433.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1043.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1091.66767px;-ms-flex:0 0 1091.66767px;flex:0 0 1091.66767px;max-width:1091.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -436.66767px);max-width:-moz-calc(50% - -436.66767px);max-width:calc(50% - -436.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1051.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -436.66767px);max-width:-moz-calc(50% - -436.66767px);max-width:calc(50% - -436.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1051.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1100.001px;-ms-flex:0 0 1100.001px;flex:0 0 1100.001px;max-width:1100.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -440.001px);max-width:-moz-calc(50% - -440.001px);max-width:calc(50% - -440.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1060.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -440.001px);max-width:-moz-calc(50% - -440.001px);max-width:calc(50% - -440.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1060.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1108.33433px;-ms-flex:0 0 1108.33433px;flex:0 0 1108.33433px;max-width:1108.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -443.33433px);max-width:-moz-calc(50% - -443.33433px);max-width:calc(50% - -443.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1068.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -443.33433px);max-width:-moz-calc(50% - -443.33433px);max-width:calc(50% - -443.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1068.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1116.66767px;-ms-flex:0 0 1116.66767px;flex:0 0 1116.66767px;max-width:1116.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -446.66767px);max-width:-moz-calc(50% - -446.66767px);max-width:calc(50% - -446.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1076.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -446.66767px);max-width:-moz-calc(50% - -446.66767px);max-width:calc(50% - -446.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1076.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1125.001px;-ms-flex:0 0 1125.001px;flex:0 0 1125.001px;max-width:1125.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1085.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1085.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1133.33433px;-ms-flex:0 0 1133.33433px;flex:0 0 1133.33433px;max-width:1133.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -453.33433px);max-width:-moz-calc(50% - -453.33433px);max-width:calc(50% - -453.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1093.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -453.33433px);max-width:-moz-calc(50% - -453.33433px);max-width:calc(50% - -453.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1093.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1141.66767px;-ms-flex:0 0 1141.66767px;flex:0 0 1141.66767px;max-width:1141.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -456.66767px);max-width:-moz-calc(50% - -456.66767px);max-width:calc(50% - -456.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1101.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -456.66767px);max-width:-moz-calc(50% - -456.66767px);max-width:calc(50% - -456.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1101.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1150.001px;-ms-flex:0 0 1150.001px;flex:0 0 1150.001px;max-width:1150.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -460.001px);max-width:-moz-calc(50% - -460.001px);max-width:calc(50% - -460.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1110.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -460.001px);max-width:-moz-calc(50% - -460.001px);max-width:calc(50% - -460.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1110.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1158.33433px;-ms-flex:0 0 1158.33433px;flex:0 0 1158.33433px;max-width:1158.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -463.33433px);max-width:-moz-calc(50% - -463.33433px);max-width:calc(50% - -463.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1118.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -463.33433px);max-width:-moz-calc(50% - -463.33433px);max-width:calc(50% - -463.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1118.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1166.66767px;-ms-flex:0 0 1166.66767px;flex:0 0 1166.66767px;max-width:1166.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1126.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1126.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1136.66767px;-ms-flex:0 0 1136.66767px;flex:0 0 1136.66767px;max-width:1136.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1096.66767px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1096.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1096.66767px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1100.001px;-ms-flex:0 0 1100.001px;flex:0 0 1100.001px;max-width:1100.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1060.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1060.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1109.16767px;-ms-flex:0 0 1109.16767px;flex:0 0 1109.16767px;max-width:1109.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -504.16767px);max-width:-moz-calc(50% - -504.16767px);max-width:calc(50% - -504.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1069.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -504.16767px);max-width:-moz-calc(50% - -504.16767px);max-width:calc(50% - -504.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1069.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1118.33433px;-ms-flex:0 0 1118.33433px;flex:0 0 1118.33433px;max-width:1118.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -508.33433px);max-width:-moz-calc(50% - -508.33433px);max-width:calc(50% - -508.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1078.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -508.33433px);max-width:-moz-calc(50% - -508.33433px);max-width:calc(50% - -508.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1078.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1127.501px;-ms-flex:0 0 1127.501px;flex:0 0 1127.501px;max-width:1127.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -512.501px);max-width:-moz-calc(50% - -512.501px);max-width:calc(50% - -512.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1087.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -512.501px);max-width:-moz-calc(50% - -512.501px);max-width:calc(50% - -512.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1087.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1136.66767px;-ms-flex:0 0 1136.66767px;flex:0 0 1136.66767px;max-width:1136.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1096.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1096.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1145.83433px;-ms-flex:0 0 1145.83433px;flex:0 0 1145.83433px;max-width:1145.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -520.83433px);max-width:-moz-calc(50% - -520.83433px);max-width:calc(50% - -520.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1105.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -520.83433px);max-width:-moz-calc(50% - -520.83433px);max-width:calc(50% - -520.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1105.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1155.001px;-ms-flex:0 0 1155.001px;flex:0 0 1155.001px;max-width:1155.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -525.001px);max-width:-moz-calc(50% - -525.001px);max-width:calc(50% - -525.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1115.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -525.001px);max-width:-moz-calc(50% - -525.001px);max-width:calc(50% - -525.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1115.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1164.16767px;-ms-flex:0 0 1164.16767px;flex:0 0 1164.16767px;max-width:1164.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -529.16767px);max-width:-moz-calc(50% - -529.16767px);max-width:calc(50% - -529.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1124.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -529.16767px);max-width:-moz-calc(50% - -529.16767px);max-width:calc(50% - -529.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1124.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1173.33433px;-ms-flex:0 0 1173.33433px;flex:0 0 1173.33433px;max-width:1173.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1133.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1133.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1182.501px;-ms-flex:0 0 1182.501px;flex:0 0 1182.501px;max-width:1182.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -537.501px);max-width:-moz-calc(50% - -537.501px);max-width:calc(50% - -537.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1142.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -537.501px);max-width:-moz-calc(50% - -537.501px);max-width:calc(50% - -537.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1142.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1191.66767px;-ms-flex:0 0 1191.66767px;flex:0 0 1191.66767px;max-width:1191.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -541.66767px);max-width:-moz-calc(50% - -541.66767px);max-width:calc(50% - -541.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1151.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -541.66767px);max-width:-moz-calc(50% - -541.66767px);max-width:calc(50% - -541.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1151.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1200.83433px;-ms-flex:0 0 1200.83433px;flex:0 0 1200.83433px;max-width:1200.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -545.83433px);max-width:-moz-calc(50% - -545.83433px);max-width:calc(50% - -545.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1160.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -545.83433px);max-width:-moz-calc(50% - -545.83433px);max-width:calc(50% - -545.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1160.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1210.001px;-ms-flex:0 0 1210.001px;flex:0 0 1210.001px;max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -550.001px);max-width:-moz-calc(50% - -550.001px);max-width:calc(50% - -550.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -550.001px);max-width:-moz-calc(50% - -550.001px);max-width:calc(50% - -550.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1219.16767px;-ms-flex:0 0 1219.16767px;flex:0 0 1219.16767px;max-width:1219.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -554.16767px);max-width:-moz-calc(50% - -554.16767px);max-width:calc(50% - -554.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1179.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -554.16767px);max-width:-moz-calc(50% - -554.16767px);max-width:calc(50% - -554.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1179.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1228.33433px;-ms-flex:0 0 1228.33433px;flex:0 0 1228.33433px;max-width:1228.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -558.33433px);max-width:-moz-calc(50% - -558.33433px);max-width:calc(50% - -558.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1188.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -558.33433px);max-width:-moz-calc(50% - -558.33433px);max-width:calc(50% - -558.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1188.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1237.501px;-ms-flex:0 0 1237.501px;flex:0 0 1237.501px;max-width:1237.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -562.501px);max-width:-moz-calc(50% - -562.501px);max-width:calc(50% - -562.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1197.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -562.501px);max-width:-moz-calc(50% - -562.501px);max-width:calc(50% - -562.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1197.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1246.66767px;-ms-flex:0 0 1246.66767px;flex:0 0 1246.66767px;max-width:1246.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -566.66767px);max-width:-moz-calc(50% - -566.66767px);max-width:calc(50% - -566.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1206.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -566.66767px);max-width:-moz-calc(50% - -566.66767px);max-width:calc(50% - -566.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1206.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1255.83433px;-ms-flex:0 0 1255.83433px;flex:0 0 1255.83433px;max-width:1255.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -570.83433px);max-width:-moz-calc(50% - -570.83433px);max-width:calc(50% - -570.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1215.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -570.83433px);max-width:-moz-calc(50% - -570.83433px);max-width:calc(50% - -570.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1215.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1265.001px;-ms-flex:0 0 1265.001px;flex:0 0 1265.001px;max-width:1265.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -575.001px);max-width:-moz-calc(50% - -575.001px);max-width:calc(50% - -575.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -575.001px);max-width:-moz-calc(50% - -575.001px);max-width:calc(50% - -575.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1274.16767px;-ms-flex:0 0 1274.16767px;flex:0 0 1274.16767px;max-width:1274.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -579.16767px);max-width:-moz-calc(50% - -579.16767px);max-width:calc(50% - -579.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1234.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -579.16767px);max-width:-moz-calc(50% - -579.16767px);max-width:calc(50% - -579.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1234.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1200.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1200.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1200.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1210.001px;-ms-flex:0 0 1210.001px;flex:0 0 1210.001px;max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -605.001px);max-width:-moz-calc(50% - -605.001px);max-width:calc(50% - -605.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -605.001px);max-width:-moz-calc(50% - -605.001px);max-width:calc(50% - -605.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1220.001px;-ms-flex:0 0 1220.001px;flex:0 0 1220.001px;max-width:1220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -610.001px);max-width:-moz-calc(50% - -610.001px);max-width:calc(50% - -610.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1180.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -610.001px);max-width:-moz-calc(50% - -610.001px);max-width:calc(50% - -610.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1180.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1230.001px;-ms-flex:0 0 1230.001px;flex:0 0 1230.001px;max-width:1230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -615.001px);max-width:-moz-calc(50% - -615.001px);max-width:calc(50% - -615.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1190.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -615.001px);max-width:-moz-calc(50% - -615.001px);max-width:calc(50% - -615.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1190.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.001px);max-width:-moz-calc(50% - -620.001px);max-width:calc(50% - -620.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1250.001px;-ms-flex:0 0 1250.001px;flex:0 0 1250.001px;max-width:1250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1260.001px;-ms-flex:0 0 1260.001px;flex:0 0 1260.001px;max-width:1260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -630.001px);max-width:-moz-calc(50% - -630.001px);max-width:calc(50% - -630.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -630.001px);max-width:-moz-calc(50% - -630.001px);max-width:calc(50% - -630.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1270.001px;-ms-flex:0 0 1270.001px;flex:0 0 1270.001px;max-width:1270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -635.001px);max-width:-moz-calc(50% - -635.001px);max-width:calc(50% - -635.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -635.001px);max-width:-moz-calc(50% - -635.001px);max-width:calc(50% - -635.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1230.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1280.001px;-ms-flex:0 0 1280.001px;flex:0 0 1280.001px;max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -640.001px);max-width:-moz-calc(50% - -640.001px);max-width:calc(50% - -640.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -640.001px);max-width:-moz-calc(50% - -640.001px);max-width:calc(50% - -640.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1290.001px;-ms-flex:0 0 1290.001px;flex:0 0 1290.001px;max-width:1290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -645.001px);max-width:-moz-calc(50% - -645.001px);max-width:calc(50% - -645.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -645.001px);max-width:-moz-calc(50% - -645.001px);max-width:calc(50% - -645.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1300.001px;-ms-flex:0 0 1300.001px;flex:0 0 1300.001px;max-width:1300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1310.001px;-ms-flex:0 0 1310.001px;flex:0 0 1310.001px;max-width:1310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -655.001px);max-width:-moz-calc(50% - -655.001px);max-width:calc(50% - -655.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -655.001px);max-width:-moz-calc(50% - -655.001px);max-width:calc(50% - -655.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -660.001px);max-width:-moz-calc(50% - -660.001px);max-width:calc(50% - -660.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -660.001px);max-width:-moz-calc(50% - -660.001px);max-width:calc(50% - -660.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1330.001px;-ms-flex:0 0 1330.001px;flex:0 0 1330.001px;max-width:1330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -665.001px);max-width:-moz-calc(50% - -665.001px);max-width:calc(50% - -665.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -665.001px);max-width:-moz-calc(50% - -665.001px);max-width:calc(50% - -665.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1340.001px;-ms-flex:0 0 1340.001px;flex:0 0 1340.001px;max-width:1340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -670.001px);max-width:-moz-calc(50% - -670.001px);max-width:calc(50% - -670.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -670.001px);max-width:-moz-calc(50% - -670.001px);max-width:calc(50% - -670.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1350.001px;-ms-flex:0 0 1350.001px;flex:0 0 1350.001px;max-width:1350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -675.001px);max-width:-moz-calc(50% - -675.001px);max-width:calc(50% - -675.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -675.001px);max-width:-moz-calc(50% - -675.001px);max-width:calc(50% - -675.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1360.001px;-ms-flex:0 0 1360.001px;flex:0 0 1360.001px;max-width:1360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -680.001px);max-width:-moz-calc(50% - -680.001px);max-width:calc(50% - -680.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -680.001px);max-width:-moz-calc(50% - -680.001px);max-width:calc(50% - -680.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1370.001px;-ms-flex:0 0 1370.001px;flex:0 0 1370.001px;max-width:1370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -685.001px);max-width:-moz-calc(50% - -685.001px);max-width:calc(50% - -685.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -685.001px);max-width:-moz-calc(50% - -685.001px);max-width:calc(50% - -685.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1380.001px;-ms-flex:0 0 1380.001px;flex:0 0 1380.001px;max-width:1380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -690.001px);max-width:-moz-calc(50% - -690.001px);max-width:calc(50% - -690.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -690.001px);max-width:-moz-calc(50% - -690.001px);max-width:calc(50% - -690.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1390.001px;-ms-flex:0 0 1390.001px;flex:0 0 1390.001px;max-width:1390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -695.001px);max-width:-moz-calc(50% - -695.001px);max-width:calc(50% - -695.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -695.001px);max-width:-moz-calc(50% - -695.001px);max-width:calc(50% - -695.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1400.001px;-ms-flex:0 0 1400.001px;flex:0 0 1400.001px;max-width:1400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1360.001px}}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400{max-width:1400px}@media (min-width:1440px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400{margin:auto}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column{max-width:100%}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{max-width:100%}}@media (max-width:1439px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400{padding:0 20px;max-width:100%}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row{margin:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child){padding:0 20px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child{padding:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child){padding:0 20px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide{padding-right:0}.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide{padding-left:0}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media (min-width:1440px){.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="1"]{-webkit-flex:0 0 120.001px;-ms-flex:0 0 120.001px;flex:0 0 120.001px;max-width:120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:80.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:80.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 116.66767px;-ms-flex:0 0 116.66767px;flex:0 0 116.66767px;max-width:116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 117.501px;-ms-flex:0 0 117.501px;flex:0 0 117.501px;max-width:117.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 587.499px);max-width:-moz-calc(50% - 587.499px);max-width:calc(50% - 587.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:107.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 118.33433px;-ms-flex:0 0 118.33433px;flex:0 0 118.33433px;max-width:118.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 591.66567px);max-width:-moz-calc(50% - 591.66567px);max-width:calc(50% - 591.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:98.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 119.16767px;-ms-flex:0 0 119.16767px;flex:0 0 119.16767px;max-width:119.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 595.83233px);max-width:-moz-calc(50% - 595.83233px);max-width:calc(50% - 595.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:89.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 120.001px;-ms-flex:0 0 120.001px;flex:0 0 120.001px;max-width:120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:80.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 120.83433px;-ms-flex:0 0 120.83433px;flex:0 0 120.83433px;max-width:120.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 604.16567px);max-width:-moz-calc(50% - 604.16567px);max-width:calc(50% - 604.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:70.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 121.66767px;-ms-flex:0 0 121.66767px;flex:0 0 121.66767px;max-width:121.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 608.33233px);max-width:-moz-calc(50% - 608.33233px);max-width:calc(50% - 608.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:61.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 122.501px;-ms-flex:0 0 122.501px;flex:0 0 122.501px;max-width:122.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 612.499px);max-width:-moz-calc(50% - 612.499px);max-width:calc(50% - 612.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:52.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 123.33433px;-ms-flex:0 0 123.33433px;flex:0 0 123.33433px;max-width:123.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 616.66567px);max-width:-moz-calc(50% - 616.66567px);max-width:calc(50% - 616.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:43.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 124.16767px;-ms-flex:0 0 124.16767px;flex:0 0 124.16767px;max-width:124.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 620.83233px);max-width:-moz-calc(50% - 620.83233px);max-width:calc(50% - 620.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:34.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 125.001px;-ms-flex:0 0 125.001px;flex:0 0 125.001px;max-width:125.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 624.999px);max-width:-moz-calc(50% - 624.999px);max-width:calc(50% - 624.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:25.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 125.83433px;-ms-flex:0 0 125.83433px;flex:0 0 125.83433px;max-width:125.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 629.16567px);max-width:-moz-calc(50% - 629.16567px);max-width:calc(50% - 629.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:15.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 126.66767px;-ms-flex:0 0 126.66767px;flex:0 0 126.66767px;max-width:126.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 633.33233px);max-width:-moz-calc(50% - 633.33233px);max-width:calc(50% - 633.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:6.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 127.501px;-ms-flex:0 0 127.501px;flex:0 0 127.501px;max-width:127.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 637.499px);max-width:-moz-calc(50% - 637.499px);max-width:calc(50% - 637.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-2.499px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 128.33433px;-ms-flex:0 0 128.33433px;flex:0 0 128.33433px;max-width:128.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 641.66567px);max-width:-moz-calc(50% - 641.66567px);max-width:calc(50% - 641.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-11.66567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 129.16767px;-ms-flex:0 0 129.16767px;flex:0 0 129.16767px;max-width:129.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 645.83233px);max-width:-moz-calc(50% - 645.83233px);max-width:calc(50% - 645.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-20.83233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 130.001px;-ms-flex:0 0 130.001px;flex:0 0 130.001px;max-width:130.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 649.999px);max-width:-moz-calc(50% - 649.999px);max-width:calc(50% - 649.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-29.999px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 130.83433px;-ms-flex:0 0 130.83433px;flex:0 0 130.83433px;max-width:130.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 654.16567px);max-width:-moz-calc(50% - 654.16567px);max-width:calc(50% - 654.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-39.16567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 131.66767px;-ms-flex:0 0 131.66767px;flex:0 0 131.66767px;max-width:131.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 658.33233px);max-width:-moz-calc(50% - 658.33233px);max-width:calc(50% - 658.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-48.33233px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 132.501px;-ms-flex:0 0 132.501px;flex:0 0 132.501px;max-width:132.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 662.499px);max-width:-moz-calc(50% - 662.499px);max-width:calc(50% - 662.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-57.499px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]{-webkit-flex:0 0 133.33433px;-ms-flex:0 0 133.33433px;flex:0 0 133.33433px;max-width:133.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child{max-width:-webkit-calc(50% - 666.66567px);max-width:-moz-calc(50% - 666.66567px);max-width:calc(50% - 666.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content{max-width:-66.66567px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 587.499px);max-width:-moz-calc(50% - 587.499px);max-width:calc(50% - 587.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:107.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 591.66567px);max-width:-moz-calc(50% - 591.66567px);max-width:calc(50% - 591.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:98.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 595.83233px);max-width:-moz-calc(50% - 595.83233px);max-width:calc(50% - 595.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:89.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:80.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 604.16567px);max-width:-moz-calc(50% - 604.16567px);max-width:calc(50% - 604.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:70.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 608.33233px);max-width:-moz-calc(50% - 608.33233px);max-width:calc(50% - 608.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:61.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 612.499px);max-width:-moz-calc(50% - 612.499px);max-width:calc(50% - 612.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:52.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 616.66567px);max-width:-moz-calc(50% - 616.66567px);max-width:calc(50% - 616.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:43.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 620.83233px);max-width:-moz-calc(50% - 620.83233px);max-width:calc(50% - 620.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:34.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 624.999px);max-width:-moz-calc(50% - 624.999px);max-width:calc(50% - 624.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:25.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 633.33233px);max-width:-moz-calc(50% - 633.33233px);max-width:calc(50% - 633.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:6.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 641.66567px);max-width:-moz-calc(50% - 641.66567px);max-width:calc(50% - 641.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-11.66567px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 649.999px);max-width:-moz-calc(50% - 649.999px);max-width:calc(50% - 649.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-29.999px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 658.33233px);max-width:-moz-calc(50% - 658.33233px);max-width:calc(50% - 658.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-48.33233px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child{max-width:-webkit-calc(50% - 666.66567px);max-width:-moz-calc(50% - 666.66567px);max-width:calc(50% - 666.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content{max-width:-66.66567px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 233.33433px;-ms-flex:0 0 233.33433px;flex:0 0 233.33433px;max-width:233.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:233.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 235.001px;-ms-flex:0 0 235.001px;flex:0 0 235.001px;max-width:235.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 469.999px);max-width:-moz-calc(50% - 469.999px);max-width:calc(50% - 469.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:225.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 236.66767px;-ms-flex:0 0 236.66767px;flex:0 0 236.66767px;max-width:236.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 473.33233px);max-width:-moz-calc(50% - 473.33233px);max-width:calc(50% - 473.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:216.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 238.33433px;-ms-flex:0 0 238.33433px;flex:0 0 238.33433px;max-width:238.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 476.66567px);max-width:-moz-calc(50% - 476.66567px);max-width:calc(50% - 476.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:208.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 241.66767px;-ms-flex:0 0 241.66767px;flex:0 0 241.66767px;max-width:241.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 483.33233px);max-width:-moz-calc(50% - 483.33233px);max-width:calc(50% - 483.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:191.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 243.33433px;-ms-flex:0 0 243.33433px;flex:0 0 243.33433px;max-width:243.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 486.66567px);max-width:-moz-calc(50% - 486.66567px);max-width:calc(50% - 486.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:183.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 245.001px;-ms-flex:0 0 245.001px;flex:0 0 245.001px;max-width:245.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 489.999px);max-width:-moz-calc(50% - 489.999px);max-width:calc(50% - 489.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:175.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 246.66767px;-ms-flex:0 0 246.66767px;flex:0 0 246.66767px;max-width:246.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 493.33233px);max-width:-moz-calc(50% - 493.33233px);max-width:calc(50% - 493.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 248.33433px;-ms-flex:0 0 248.33433px;flex:0 0 248.33433px;max-width:248.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 496.66567px);max-width:-moz-calc(50% - 496.66567px);max-width:calc(50% - 496.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:158.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 250.001px;-ms-flex:0 0 250.001px;flex:0 0 250.001px;max-width:250.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:150.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 251.66767px;-ms-flex:0 0 251.66767px;flex:0 0 251.66767px;max-width:251.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 503.33233px);max-width:-moz-calc(50% - 503.33233px);max-width:calc(50% - 503.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:141.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 253.33433px;-ms-flex:0 0 253.33433px;flex:0 0 253.33433px;max-width:253.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 506.66567px);max-width:-moz-calc(50% - 506.66567px);max-width:calc(50% - 506.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:133.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 255.001px;-ms-flex:0 0 255.001px;flex:0 0 255.001px;max-width:255.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 509.999px);max-width:-moz-calc(50% - 509.999px);max-width:calc(50% - 509.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:125.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 256.66767px;-ms-flex:0 0 256.66767px;flex:0 0 256.66767px;max-width:256.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 513.33233px);max-width:-moz-calc(50% - 513.33233px);max-width:calc(50% - 513.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 258.33433px;-ms-flex:0 0 258.33433px;flex:0 0 258.33433px;max-width:258.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:108.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 260.001px;-ms-flex:0 0 260.001px;flex:0 0 260.001px;max-width:260.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 519.999px);max-width:-moz-calc(50% - 519.999px);max-width:calc(50% - 519.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:100.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 261.66767px;-ms-flex:0 0 261.66767px;flex:0 0 261.66767px;max-width:261.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 523.33233px);max-width:-moz-calc(50% - 523.33233px);max-width:calc(50% - 523.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:91.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 263.33433px;-ms-flex:0 0 263.33433px;flex:0 0 263.33433px;max-width:263.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 526.66567px);max-width:-moz-calc(50% - 526.66567px);max-width:calc(50% - 526.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:83.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 265.001px;-ms-flex:0 0 265.001px;flex:0 0 265.001px;max-width:265.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 529.999px);max-width:-moz-calc(50% - 529.999px);max-width:calc(50% - 529.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:75.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]{-webkit-flex:0 0 266.66767px;-ms-flex:0 0 266.66767px;flex:0 0 266.66767px;max-width:266.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child{max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content{max-width:66.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:233.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 469.999px);max-width:-moz-calc(50% - 469.999px);max-width:calc(50% - 469.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:225.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 473.33233px);max-width:-moz-calc(50% - 473.33233px);max-width:calc(50% - 473.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:216.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 476.66567px);max-width:-moz-calc(50% - 476.66567px);max-width:calc(50% - 476.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:208.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 483.33233px);max-width:-moz-calc(50% - 483.33233px);max-width:calc(50% - 483.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:191.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 486.66567px);max-width:-moz-calc(50% - 486.66567px);max-width:calc(50% - 486.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:183.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 489.999px);max-width:-moz-calc(50% - 489.999px);max-width:calc(50% - 489.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:175.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 493.33233px);max-width:-moz-calc(50% - 493.33233px);max-width:calc(50% - 493.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 496.66567px);max-width:-moz-calc(50% - 496.66567px);max-width:calc(50% - 496.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:158.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:150.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 506.66567px);max-width:-moz-calc(50% - 506.66567px);max-width:calc(50% - 506.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:133.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 513.33233px);max-width:-moz-calc(50% - 513.33233px);max-width:calc(50% - 513.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:116.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 519.999px);max-width:-moz-calc(50% - 519.999px);max-width:calc(50% - 519.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 526.66567px);max-width:-moz-calc(50% - 526.66567px);max-width:calc(50% - 526.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:83.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child{max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content{max-width:66.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 288.001px;-ms-flex:0 0 288.001px;flex:0 0 288.001px;max-width:288.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:248.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:248.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 280.001px;-ms-flex:0 0 280.001px;flex:0 0 280.001px;max-width:280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:280.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 282.001px;-ms-flex:0 0 282.001px;flex:0 0 282.001px;max-width:282.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 422.999px);max-width:-moz-calc(50% - 422.999px);max-width:calc(50% - 422.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:272.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 284.001px;-ms-flex:0 0 284.001px;flex:0 0 284.001px;max-width:284.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 425.999px);max-width:-moz-calc(50% - 425.999px);max-width:calc(50% - 425.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:264.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 286.001px;-ms-flex:0 0 286.001px;flex:0 0 286.001px;max-width:286.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 428.999px);max-width:-moz-calc(50% - 428.999px);max-width:calc(50% - 428.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:256.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 288.001px;-ms-flex:0 0 288.001px;flex:0 0 288.001px;max-width:288.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:248.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 290.001px;-ms-flex:0 0 290.001px;flex:0 0 290.001px;max-width:290.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 434.999px);max-width:-moz-calc(50% - 434.999px);max-width:calc(50% - 434.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:240.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 292.001px;-ms-flex:0 0 292.001px;flex:0 0 292.001px;max-width:292.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 437.999px);max-width:-moz-calc(50% - 437.999px);max-width:calc(50% - 437.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:232.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 294.001px;-ms-flex:0 0 294.001px;flex:0 0 294.001px;max-width:294.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 440.999px);max-width:-moz-calc(50% - 440.999px);max-width:calc(50% - 440.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:224.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 296.001px;-ms-flex:0 0 296.001px;flex:0 0 296.001px;max-width:296.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 443.999px);max-width:-moz-calc(50% - 443.999px);max-width:calc(50% - 443.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:216.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 298.001px;-ms-flex:0 0 298.001px;flex:0 0 298.001px;max-width:298.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 446.999px);max-width:-moz-calc(50% - 446.999px);max-width:calc(50% - 446.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:208.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 300.001px;-ms-flex:0 0 300.001px;flex:0 0 300.001px;max-width:300.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 302.001px;-ms-flex:0 0 302.001px;flex:0 0 302.001px;max-width:302.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 452.999px);max-width:-moz-calc(50% - 452.999px);max-width:calc(50% - 452.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:192.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 304.001px;-ms-flex:0 0 304.001px;flex:0 0 304.001px;max-width:304.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 455.999px);max-width:-moz-calc(50% - 455.999px);max-width:calc(50% - 455.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:184.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 306.001px;-ms-flex:0 0 306.001px;flex:0 0 306.001px;max-width:306.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 458.999px);max-width:-moz-calc(50% - 458.999px);max-width:calc(50% - 458.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:176.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 308.001px;-ms-flex:0 0 308.001px;flex:0 0 308.001px;max-width:308.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 461.999px);max-width:-moz-calc(50% - 461.999px);max-width:calc(50% - 461.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:168.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 464.999px);max-width:-moz-calc(50% - 464.999px);max-width:calc(50% - 464.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:160.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 312.001px;-ms-flex:0 0 312.001px;flex:0 0 312.001px;max-width:312.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 467.999px);max-width:-moz-calc(50% - 467.999px);max-width:calc(50% - 467.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:152.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 314.001px;-ms-flex:0 0 314.001px;flex:0 0 314.001px;max-width:314.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 470.999px);max-width:-moz-calc(50% - 470.999px);max-width:calc(50% - 470.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:144.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 316.001px;-ms-flex:0 0 316.001px;flex:0 0 316.001px;max-width:316.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 473.999px);max-width:-moz-calc(50% - 473.999px);max-width:calc(50% - 473.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:136.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 318.001px;-ms-flex:0 0 318.001px;flex:0 0 318.001px;max-width:318.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 476.999px);max-width:-moz-calc(50% - 476.999px);max-width:calc(50% - 476.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:128.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]{-webkit-flex:0 0 320.001px;-ms-flex:0 0 320.001px;flex:0 0 320.001px;max-width:320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content{max-width:120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 422.999px);max-width:-moz-calc(50% - 422.999px);max-width:calc(50% - 422.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:272.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 425.999px);max-width:-moz-calc(50% - 425.999px);max-width:calc(50% - 425.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:264.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 428.999px);max-width:-moz-calc(50% - 428.999px);max-width:calc(50% - 428.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:256.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:248.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 434.999px);max-width:-moz-calc(50% - 434.999px);max-width:calc(50% - 434.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 437.999px);max-width:-moz-calc(50% - 437.999px);max-width:calc(50% - 437.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:232.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 440.999px);max-width:-moz-calc(50% - 440.999px);max-width:calc(50% - 440.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:224.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 443.999px);max-width:-moz-calc(50% - 443.999px);max-width:calc(50% - 443.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:216.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 446.999px);max-width:-moz-calc(50% - 446.999px);max-width:calc(50% - 446.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:208.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 455.999px);max-width:-moz-calc(50% - 455.999px);max-width:calc(50% - 455.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:184.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 461.999px);max-width:-moz-calc(50% - 461.999px);max-width:calc(50% - 461.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:168.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 467.999px);max-width:-moz-calc(50% - 467.999px);max-width:calc(50% - 467.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:152.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 473.999px);max-width:-moz-calc(50% - 473.999px);max-width:calc(50% - 473.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:136.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child{max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content{max-width:120.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="3"]{-webkit-flex:0 0 360.001px;-ms-flex:0 0 360.001px;flex:0 0 360.001px;max-width:360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:320.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 350.001px;-ms-flex:0 0 350.001px;flex:0 0 350.001px;max-width:350.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:350.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 352.501px;-ms-flex:0 0 352.501px;flex:0 0 352.501px;max-width:352.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 352.499px);max-width:-moz-calc(50% - 352.499px);max-width:calc(50% - 352.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:342.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 355.001px;-ms-flex:0 0 355.001px;flex:0 0 355.001px;max-width:355.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 354.999px);max-width:-moz-calc(50% - 354.999px);max-width:calc(50% - 354.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:335.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 357.501px;-ms-flex:0 0 357.501px;flex:0 0 357.501px;max-width:357.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 357.499px);max-width:-moz-calc(50% - 357.499px);max-width:calc(50% - 357.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:327.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 360.001px;-ms-flex:0 0 360.001px;flex:0 0 360.001px;max-width:360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:320.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 362.501px;-ms-flex:0 0 362.501px;flex:0 0 362.501px;max-width:362.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 362.499px);max-width:-moz-calc(50% - 362.499px);max-width:calc(50% - 362.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:312.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 365.001px;-ms-flex:0 0 365.001px;flex:0 0 365.001px;max-width:365.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 364.999px);max-width:-moz-calc(50% - 364.999px);max-width:calc(50% - 364.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:305.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 367.501px;-ms-flex:0 0 367.501px;flex:0 0 367.501px;max-width:367.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 367.499px);max-width:-moz-calc(50% - 367.499px);max-width:calc(50% - 367.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:297.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 370.001px;-ms-flex:0 0 370.001px;flex:0 0 370.001px;max-width:370.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 369.999px);max-width:-moz-calc(50% - 369.999px);max-width:calc(50% - 369.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:290.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 372.501px;-ms-flex:0 0 372.501px;flex:0 0 372.501px;max-width:372.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 372.499px);max-width:-moz-calc(50% - 372.499px);max-width:calc(50% - 372.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:282.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 375.001px;-ms-flex:0 0 375.001px;flex:0 0 375.001px;max-width:375.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:275.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 377.501px;-ms-flex:0 0 377.501px;flex:0 0 377.501px;max-width:377.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 377.499px);max-width:-moz-calc(50% - 377.499px);max-width:calc(50% - 377.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:267.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 380.001px;-ms-flex:0 0 380.001px;flex:0 0 380.001px;max-width:380.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 379.999px);max-width:-moz-calc(50% - 379.999px);max-width:calc(50% - 379.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:260.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 382.501px;-ms-flex:0 0 382.501px;flex:0 0 382.501px;max-width:382.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 382.499px);max-width:-moz-calc(50% - 382.499px);max-width:calc(50% - 382.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:252.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 385.001px;-ms-flex:0 0 385.001px;flex:0 0 385.001px;max-width:385.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 384.999px);max-width:-moz-calc(50% - 384.999px);max-width:calc(50% - 384.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:245.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 387.501px;-ms-flex:0 0 387.501px;flex:0 0 387.501px;max-width:387.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 387.499px);max-width:-moz-calc(50% - 387.499px);max-width:calc(50% - 387.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:237.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 390.001px;-ms-flex:0 0 390.001px;flex:0 0 390.001px;max-width:390.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:230.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 392.501px;-ms-flex:0 0 392.501px;flex:0 0 392.501px;max-width:392.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 392.499px);max-width:-moz-calc(50% - 392.499px);max-width:calc(50% - 392.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:222.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 395.001px;-ms-flex:0 0 395.001px;flex:0 0 395.001px;max-width:395.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 394.999px);max-width:-moz-calc(50% - 394.999px);max-width:calc(50% - 394.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:215.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 397.501px;-ms-flex:0 0 397.501px;flex:0 0 397.501px;max-width:397.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 397.499px);max-width:-moz-calc(50% - 397.499px);max-width:calc(50% - 397.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:207.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]{-webkit-flex:0 0 400.001px;-ms-flex:0 0 400.001px;flex:0 0 400.001px;max-width:400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child{max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content{max-width:200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:350.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 352.499px);max-width:-moz-calc(50% - 352.499px);max-width:calc(50% - 352.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:342.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 354.999px);max-width:-moz-calc(50% - 354.999px);max-width:calc(50% - 354.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:335.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 357.499px);max-width:-moz-calc(50% - 357.499px);max-width:calc(50% - 357.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:327.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 362.499px);max-width:-moz-calc(50% - 362.499px);max-width:calc(50% - 362.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:312.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 364.999px);max-width:-moz-calc(50% - 364.999px);max-width:calc(50% - 364.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:305.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 367.499px);max-width:-moz-calc(50% - 367.499px);max-width:calc(50% - 367.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:297.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 369.999px);max-width:-moz-calc(50% - 369.999px);max-width:calc(50% - 369.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:290.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 372.499px);max-width:-moz-calc(50% - 372.499px);max-width:calc(50% - 372.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:282.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:275.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 379.999px);max-width:-moz-calc(50% - 379.999px);max-width:calc(50% - 379.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:260.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 384.999px);max-width:-moz-calc(50% - 384.999px);max-width:calc(50% - 384.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:245.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:230.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 394.999px);max-width:-moz-calc(50% - 394.999px);max-width:calc(50% - 394.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:215.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child{max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content{max-width:200.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:440.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 466.66767px;-ms-flex:0 0 466.66767px;flex:0 0 466.66767px;max-width:466.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:466.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 470.001px;-ms-flex:0 0 470.001px;flex:0 0 470.001px;max-width:470.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 234.999px);max-width:-moz-calc(50% - 234.999px);max-width:calc(50% - 234.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:460.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 473.33433px;-ms-flex:0 0 473.33433px;flex:0 0 473.33433px;max-width:473.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 236.66567px);max-width:-moz-calc(50% - 236.66567px);max-width:calc(50% - 236.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:453.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 476.66767px;-ms-flex:0 0 476.66767px;flex:0 0 476.66767px;max-width:476.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 238.33233px);max-width:-moz-calc(50% - 238.33233px);max-width:calc(50% - 238.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:446.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:440.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 483.33433px;-ms-flex:0 0 483.33433px;flex:0 0 483.33433px;max-width:483.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 241.66567px);max-width:-moz-calc(50% - 241.66567px);max-width:calc(50% - 241.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:433.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 486.66767px;-ms-flex:0 0 486.66767px;flex:0 0 486.66767px;max-width:486.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 243.33233px);max-width:-moz-calc(50% - 243.33233px);max-width:calc(50% - 243.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:426.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 490.001px;-ms-flex:0 0 490.001px;flex:0 0 490.001px;max-width:490.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 244.999px);max-width:-moz-calc(50% - 244.999px);max-width:calc(50% - 244.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:420.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 493.33433px;-ms-flex:0 0 493.33433px;flex:0 0 493.33433px;max-width:493.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 246.66567px);max-width:-moz-calc(50% - 246.66567px);max-width:calc(50% - 246.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:413.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 496.66767px;-ms-flex:0 0 496.66767px;flex:0 0 496.66767px;max-width:496.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 248.33233px);max-width:-moz-calc(50% - 248.33233px);max-width:calc(50% - 248.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:406.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 249.999px);max-width:-moz-calc(50% - 249.999px);max-width:calc(50% - 249.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 503.33433px;-ms-flex:0 0 503.33433px;flex:0 0 503.33433px;max-width:503.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 251.66567px);max-width:-moz-calc(50% - 251.66567px);max-width:calc(50% - 251.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:393.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 506.66767px;-ms-flex:0 0 506.66767px;flex:0 0 506.66767px;max-width:506.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 253.33233px);max-width:-moz-calc(50% - 253.33233px);max-width:calc(50% - 253.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:386.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 510.001px;-ms-flex:0 0 510.001px;flex:0 0 510.001px;max-width:510.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 254.999px);max-width:-moz-calc(50% - 254.999px);max-width:calc(50% - 254.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:380.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 513.33433px;-ms-flex:0 0 513.33433px;flex:0 0 513.33433px;max-width:513.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 256.66567px);max-width:-moz-calc(50% - 256.66567px);max-width:calc(50% - 256.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 258.33233px);max-width:-moz-calc(50% - 258.33233px);max-width:calc(50% - 258.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:366.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 520.001px;-ms-flex:0 0 520.001px;flex:0 0 520.001px;max-width:520.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 259.999px);max-width:-moz-calc(50% - 259.999px);max-width:calc(50% - 259.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:360.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 523.33433px;-ms-flex:0 0 523.33433px;flex:0 0 523.33433px;max-width:523.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 261.66567px);max-width:-moz-calc(50% - 261.66567px);max-width:calc(50% - 261.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:353.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 526.66767px;-ms-flex:0 0 526.66767px;flex:0 0 526.66767px;max-width:526.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 263.33233px);max-width:-moz-calc(50% - 263.33233px);max-width:calc(50% - 263.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:346.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 530.001px;-ms-flex:0 0 530.001px;flex:0 0 530.001px;max-width:530.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 264.999px);max-width:-moz-calc(50% - 264.999px);max-width:calc(50% - 264.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:340.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]{-webkit-flex:0 0 533.33433px;-ms-flex:0 0 533.33433px;flex:0 0 533.33433px;max-width:533.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child{max-width:-webkit-calc(50% - 266.66567px);max-width:-moz-calc(50% - 266.66567px);max-width:calc(50% - 266.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content{max-width:333.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:466.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 234.999px);max-width:-moz-calc(50% - 234.999px);max-width:calc(50% - 234.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:460.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 236.66567px);max-width:-moz-calc(50% - 236.66567px);max-width:calc(50% - 236.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:453.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 238.33233px);max-width:-moz-calc(50% - 238.33233px);max-width:calc(50% - 238.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:446.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 241.66567px);max-width:-moz-calc(50% - 241.66567px);max-width:calc(50% - 241.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:433.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 243.33233px);max-width:-moz-calc(50% - 243.33233px);max-width:calc(50% - 243.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:426.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 244.999px);max-width:-moz-calc(50% - 244.999px);max-width:calc(50% - 244.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:420.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 246.66567px);max-width:-moz-calc(50% - 246.66567px);max-width:calc(50% - 246.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:413.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 248.33233px);max-width:-moz-calc(50% - 248.33233px);max-width:calc(50% - 248.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:406.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 249.999px);max-width:-moz-calc(50% - 249.999px);max-width:calc(50% - 249.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 253.33233px);max-width:-moz-calc(50% - 253.33233px);max-width:calc(50% - 253.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:386.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 256.66567px);max-width:-moz-calc(50% - 256.66567px);max-width:calc(50% - 256.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:373.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 259.999px);max-width:-moz-calc(50% - 259.999px);max-width:calc(50% - 259.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:360.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 263.33233px);max-width:-moz-calc(50% - 263.33233px);max-width:calc(50% - 263.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:346.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child{max-width:-webkit-calc(50% - 266.66567px);max-width:-moz-calc(50% - 266.66567px);max-width:calc(50% - 266.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content{max-width:333.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 576.001px;-ms-flex:0 0 576.001px;flex:0 0 576.001px;max-width:576.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:536.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:536.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 560.001px;-ms-flex:0 0 560.001px;flex:0 0 560.001px;max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:560.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 564.001px;-ms-flex:0 0 564.001px;flex:0 0 564.001px;max-width:564.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 140.999px);max-width:-moz-calc(50% - 140.999px);max-width:calc(50% - 140.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:554.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 568.001px;-ms-flex:0 0 568.001px;flex:0 0 568.001px;max-width:568.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 141.999px);max-width:-moz-calc(50% - 141.999px);max-width:calc(50% - 141.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:548.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 572.001px;-ms-flex:0 0 572.001px;flex:0 0 572.001px;max-width:572.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 142.999px);max-width:-moz-calc(50% - 142.999px);max-width:calc(50% - 142.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:542.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 576.001px;-ms-flex:0 0 576.001px;flex:0 0 576.001px;max-width:576.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:536.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 580.001px;-ms-flex:0 0 580.001px;flex:0 0 580.001px;max-width:580.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 144.999px);max-width:-moz-calc(50% - 144.999px);max-width:calc(50% - 144.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:530.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 584.001px;-ms-flex:0 0 584.001px;flex:0 0 584.001px;max-width:584.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 145.999px);max-width:-moz-calc(50% - 145.999px);max-width:calc(50% - 145.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:524.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 588.001px;-ms-flex:0 0 588.001px;flex:0 0 588.001px;max-width:588.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 146.999px);max-width:-moz-calc(50% - 146.999px);max-width:calc(50% - 146.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:518.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 592.001px;-ms-flex:0 0 592.001px;flex:0 0 592.001px;max-width:592.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 147.999px);max-width:-moz-calc(50% - 147.999px);max-width:calc(50% - 147.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:512.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 596.001px;-ms-flex:0 0 596.001px;flex:0 0 596.001px;max-width:596.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 148.999px);max-width:-moz-calc(50% - 148.999px);max-width:calc(50% - 148.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:506.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 149.999px);max-width:-moz-calc(50% - 149.999px);max-width:calc(50% - 149.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:500.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 604.001px;-ms-flex:0 0 604.001px;flex:0 0 604.001px;max-width:604.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 150.999px);max-width:-moz-calc(50% - 150.999px);max-width:calc(50% - 150.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:494.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 608.001px;-ms-flex:0 0 608.001px;flex:0 0 608.001px;max-width:608.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 151.999px);max-width:-moz-calc(50% - 151.999px);max-width:calc(50% - 151.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:488.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 612.001px;-ms-flex:0 0 612.001px;flex:0 0 612.001px;max-width:612.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 152.999px);max-width:-moz-calc(50% - 152.999px);max-width:calc(50% - 152.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:482.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 616.001px;-ms-flex:0 0 616.001px;flex:0 0 616.001px;max-width:616.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 153.999px);max-width:-moz-calc(50% - 153.999px);max-width:calc(50% - 153.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:476.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 154.999px);max-width:-moz-calc(50% - 154.999px);max-width:calc(50% - 154.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:470.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 624.001px;-ms-flex:0 0 624.001px;flex:0 0 624.001px;max-width:624.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 155.999px);max-width:-moz-calc(50% - 155.999px);max-width:calc(50% - 155.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:464.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 628.001px;-ms-flex:0 0 628.001px;flex:0 0 628.001px;max-width:628.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 156.999px);max-width:-moz-calc(50% - 156.999px);max-width:calc(50% - 156.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:458.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 632.001px;-ms-flex:0 0 632.001px;flex:0 0 632.001px;max-width:632.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 157.999px);max-width:-moz-calc(50% - 157.999px);max-width:calc(50% - 157.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:452.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 636.001px;-ms-flex:0 0 636.001px;flex:0 0 636.001px;max-width:636.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 158.999px);max-width:-moz-calc(50% - 158.999px);max-width:calc(50% - 158.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:446.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]{-webkit-flex:0 0 640.001px;-ms-flex:0 0 640.001px;flex:0 0 640.001px;max-width:640.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child{max-width:-webkit-calc(50% - 159.999px);max-width:-moz-calc(50% - 159.999px);max-width:calc(50% - 159.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content{max-width:440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 140.999px);max-width:-moz-calc(50% - 140.999px);max-width:calc(50% - 140.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:554.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 141.999px);max-width:-moz-calc(50% - 141.999px);max-width:calc(50% - 141.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:548.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 142.999px);max-width:-moz-calc(50% - 142.999px);max-width:calc(50% - 142.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:542.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:536.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 144.999px);max-width:-moz-calc(50% - 144.999px);max-width:calc(50% - 144.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:530.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 145.999px);max-width:-moz-calc(50% - 145.999px);max-width:calc(50% - 145.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:524.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 146.999px);max-width:-moz-calc(50% - 146.999px);max-width:calc(50% - 146.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:518.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 147.999px);max-width:-moz-calc(50% - 147.999px);max-width:calc(50% - 147.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:512.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 148.999px);max-width:-moz-calc(50% - 148.999px);max-width:calc(50% - 148.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:506.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 149.999px);max-width:-moz-calc(50% - 149.999px);max-width:calc(50% - 149.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 151.999px);max-width:-moz-calc(50% - 151.999px);max-width:calc(50% - 151.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:488.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 153.999px);max-width:-moz-calc(50% - 153.999px);max-width:calc(50% - 153.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:476.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 155.999px);max-width:-moz-calc(50% - 155.999px);max-width:calc(50% - 155.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:464.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 157.999px);max-width:-moz-calc(50% - 157.999px);max-width:calc(50% - 157.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:452.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child{max-width:-webkit-calc(50% - 159.999px);max-width:-moz-calc(50% - 159.999px);max-width:calc(50% - 159.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content{max-width:440.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="5"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:560.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 583.33433px;-ms-flex:0 0 583.33433px;flex:0 0 583.33433px;max-width:583.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:583.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 587.501px;-ms-flex:0 0 587.501px;flex:0 0 587.501px;max-width:587.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 117.499px);max-width:-moz-calc(50% - 117.499px);max-width:calc(50% - 117.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:577.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 591.66767px;-ms-flex:0 0 591.66767px;flex:0 0 591.66767px;max-width:591.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 118.33233px);max-width:-moz-calc(50% - 118.33233px);max-width:calc(50% - 118.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:571.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 595.83433px;-ms-flex:0 0 595.83433px;flex:0 0 595.83433px;max-width:595.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 119.16567px);max-width:-moz-calc(50% - 119.16567px);max-width:calc(50% - 119.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:565.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:560.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 604.16767px;-ms-flex:0 0 604.16767px;flex:0 0 604.16767px;max-width:604.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 120.83233px);max-width:-moz-calc(50% - 120.83233px);max-width:calc(50% - 120.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:554.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 608.33433px;-ms-flex:0 0 608.33433px;flex:0 0 608.33433px;max-width:608.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 121.66567px);max-width:-moz-calc(50% - 121.66567px);max-width:calc(50% - 121.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:548.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 612.501px;-ms-flex:0 0 612.501px;flex:0 0 612.501px;max-width:612.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 122.499px);max-width:-moz-calc(50% - 122.499px);max-width:calc(50% - 122.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:542.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 616.66767px;-ms-flex:0 0 616.66767px;flex:0 0 616.66767px;max-width:616.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 123.33233px);max-width:-moz-calc(50% - 123.33233px);max-width:calc(50% - 123.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:536.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 620.83433px;-ms-flex:0 0 620.83433px;flex:0 0 620.83433px;max-width:620.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 124.16567px);max-width:-moz-calc(50% - 124.16567px);max-width:calc(50% - 124.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:530.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 625.001px;-ms-flex:0 0 625.001px;flex:0 0 625.001px;max-width:625.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:525.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 629.16767px;-ms-flex:0 0 629.16767px;flex:0 0 629.16767px;max-width:629.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 125.83233px);max-width:-moz-calc(50% - 125.83233px);max-width:calc(50% - 125.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:519.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 633.33433px;-ms-flex:0 0 633.33433px;flex:0 0 633.33433px;max-width:633.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 126.66567px);max-width:-moz-calc(50% - 126.66567px);max-width:calc(50% - 126.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:513.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 637.501px;-ms-flex:0 0 637.501px;flex:0 0 637.501px;max-width:637.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 127.499px);max-width:-moz-calc(50% - 127.499px);max-width:calc(50% - 127.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:507.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 641.66767px;-ms-flex:0 0 641.66767px;flex:0 0 641.66767px;max-width:641.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 128.33233px);max-width:-moz-calc(50% - 128.33233px);max-width:calc(50% - 128.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:501.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 645.83433px;-ms-flex:0 0 645.83433px;flex:0 0 645.83433px;max-width:645.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 129.16567px);max-width:-moz-calc(50% - 129.16567px);max-width:calc(50% - 129.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:495.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 650.001px;-ms-flex:0 0 650.001px;flex:0 0 650.001px;max-width:650.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:490.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 654.16767px;-ms-flex:0 0 654.16767px;flex:0 0 654.16767px;max-width:654.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 130.83233px);max-width:-moz-calc(50% - 130.83233px);max-width:calc(50% - 130.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:484.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 658.33433px;-ms-flex:0 0 658.33433px;flex:0 0 658.33433px;max-width:658.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 131.66567px);max-width:-moz-calc(50% - 131.66567px);max-width:calc(50% - 131.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:478.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 662.501px;-ms-flex:0 0 662.501px;flex:0 0 662.501px;max-width:662.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 132.499px);max-width:-moz-calc(50% - 132.499px);max-width:calc(50% - 132.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:472.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]{-webkit-flex:0 0 666.66767px;-ms-flex:0 0 666.66767px;flex:0 0 666.66767px;max-width:666.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child{max-width:-webkit-calc(50% - 133.33233px);max-width:-moz-calc(50% - 133.33233px);max-width:calc(50% - 133.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content{max-width:466.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:583.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 117.499px);max-width:-moz-calc(50% - 117.499px);max-width:calc(50% - 117.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:577.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 118.33233px);max-width:-moz-calc(50% - 118.33233px);max-width:calc(50% - 118.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:571.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 119.16567px);max-width:-moz-calc(50% - 119.16567px);max-width:calc(50% - 119.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:565.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 120.83233px);max-width:-moz-calc(50% - 120.83233px);max-width:calc(50% - 120.83233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:554.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 121.66567px);max-width:-moz-calc(50% - 121.66567px);max-width:calc(50% - 121.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:548.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 122.499px);max-width:-moz-calc(50% - 122.499px);max-width:calc(50% - 122.499px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:542.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 123.33233px);max-width:-moz-calc(50% - 123.33233px);max-width:calc(50% - 123.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:536.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 124.16567px);max-width:-moz-calc(50% - 124.16567px);max-width:calc(50% - 124.16567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:530.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:525.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 126.66567px);max-width:-moz-calc(50% - 126.66567px);max-width:calc(50% - 126.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:513.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 128.33233px);max-width:-moz-calc(50% - 128.33233px);max-width:calc(50% - 128.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:501.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:490.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 131.66567px);max-width:-moz-calc(50% - 131.66567px);max-width:calc(50% - 131.66567px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:478.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child{max-width:-webkit-calc(50% - 133.33233px);max-width:-moz-calc(50% - 133.33233px);max-width:calc(50% - 133.33233px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content{max-width:466.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="6"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:680.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:680.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:700.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 705.001px;-ms-flex:0 0 705.001px;flex:0 0 705.001px;max-width:705.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:695.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 710.001px;-ms-flex:0 0 710.001px;flex:0 0 710.001px;max-width:710.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:690.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 715.001px;-ms-flex:0 0 715.001px;flex:0 0 715.001px;max-width:715.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:685.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:680.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 725.001px;-ms-flex:0 0 725.001px;flex:0 0 725.001px;max-width:725.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:675.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 730.001px;-ms-flex:0 0 730.001px;flex:0 0 730.001px;max-width:730.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:670.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 735.001px;-ms-flex:0 0 735.001px;flex:0 0 735.001px;max-width:735.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:665.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 740.001px;-ms-flex:0 0 740.001px;flex:0 0 740.001px;max-width:740.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:660.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 745.001px;-ms-flex:0 0 745.001px;flex:0 0 745.001px;max-width:745.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:655.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 750.001px;-ms-flex:0 0 750.001px;flex:0 0 750.001px;max-width:750.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:650.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 755.001px;-ms-flex:0 0 755.001px;flex:0 0 755.001px;max-width:755.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:645.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 760.001px;-ms-flex:0 0 760.001px;flex:0 0 760.001px;max-width:760.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:640.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 765.001px;-ms-flex:0 0 765.001px;flex:0 0 765.001px;max-width:765.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:635.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 770.001px;-ms-flex:0 0 770.001px;flex:0 0 770.001px;max-width:770.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:630.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 775.001px;-ms-flex:0 0 775.001px;flex:0 0 775.001px;max-width:775.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:625.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 780.001px;-ms-flex:0 0 780.001px;flex:0 0 780.001px;max-width:780.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:620.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 785.001px;-ms-flex:0 0 785.001px;flex:0 0 785.001px;max-width:785.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:615.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 790.001px;-ms-flex:0 0 790.001px;flex:0 0 790.001px;max-width:790.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:610.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 795.001px;-ms-flex:0 0 795.001px;flex:0 0 795.001px;max-width:795.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:605.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]{-webkit-flex:0 0 800.001px;-ms-flex:0 0 800.001px;flex:0 0 800.001px;max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content{max-width:600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:700.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:695.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:690.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:685.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:680.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:675.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:670.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:665.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:660.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:655.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:650.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:640.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:630.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:620.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:610.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child{max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content{max-width:600.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:800.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 816.66767px;-ms-flex:0 0 816.66767px;flex:0 0 816.66767px;max-width:816.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:816.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 822.501px;-ms-flex:0 0 822.501px;flex:0 0 822.501px;max-width:822.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -117.501px);max-width:-moz-calc(50% - -117.501px);max-width:calc(50% - -117.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:812.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 828.33433px;-ms-flex:0 0 828.33433px;flex:0 0 828.33433px;max-width:828.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -118.33433px);max-width:-moz-calc(50% - -118.33433px);max-width:calc(50% - -118.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:808.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 834.16767px;-ms-flex:0 0 834.16767px;flex:0 0 834.16767px;max-width:834.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -119.16767px);max-width:-moz-calc(50% - -119.16767px);max-width:calc(50% - -119.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:804.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:800.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 845.83433px;-ms-flex:0 0 845.83433px;flex:0 0 845.83433px;max-width:845.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -120.83433px);max-width:-moz-calc(50% - -120.83433px);max-width:calc(50% - -120.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:795.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 851.66767px;-ms-flex:0 0 851.66767px;flex:0 0 851.66767px;max-width:851.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -121.66767px);max-width:-moz-calc(50% - -121.66767px);max-width:calc(50% - -121.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:791.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 857.501px;-ms-flex:0 0 857.501px;flex:0 0 857.501px;max-width:857.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -122.501px);max-width:-moz-calc(50% - -122.501px);max-width:calc(50% - -122.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:787.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 863.33433px;-ms-flex:0 0 863.33433px;flex:0 0 863.33433px;max-width:863.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -123.33433px);max-width:-moz-calc(50% - -123.33433px);max-width:calc(50% - -123.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:783.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 869.16767px;-ms-flex:0 0 869.16767px;flex:0 0 869.16767px;max-width:869.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -124.16767px);max-width:-moz-calc(50% - -124.16767px);max-width:calc(50% - -124.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:779.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 875.001px;-ms-flex:0 0 875.001px;flex:0 0 875.001px;max-width:875.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:775.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 880.83433px;-ms-flex:0 0 880.83433px;flex:0 0 880.83433px;max-width:880.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -125.83433px);max-width:-moz-calc(50% - -125.83433px);max-width:calc(50% - -125.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:770.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 886.66767px;-ms-flex:0 0 886.66767px;flex:0 0 886.66767px;max-width:886.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -126.66767px);max-width:-moz-calc(50% - -126.66767px);max-width:calc(50% - -126.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:766.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 892.501px;-ms-flex:0 0 892.501px;flex:0 0 892.501px;max-width:892.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -127.501px);max-width:-moz-calc(50% - -127.501px);max-width:calc(50% - -127.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:762.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 898.33433px;-ms-flex:0 0 898.33433px;flex:0 0 898.33433px;max-width:898.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -128.33433px);max-width:-moz-calc(50% - -128.33433px);max-width:calc(50% - -128.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:758.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 904.16767px;-ms-flex:0 0 904.16767px;flex:0 0 904.16767px;max-width:904.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -129.16767px);max-width:-moz-calc(50% - -129.16767px);max-width:calc(50% - -129.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:754.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 910.001px;-ms-flex:0 0 910.001px;flex:0 0 910.001px;max-width:910.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:750.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 915.83433px;-ms-flex:0 0 915.83433px;flex:0 0 915.83433px;max-width:915.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -130.83433px);max-width:-moz-calc(50% - -130.83433px);max-width:calc(50% - -130.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:745.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 921.66767px;-ms-flex:0 0 921.66767px;flex:0 0 921.66767px;max-width:921.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -131.66767px);max-width:-moz-calc(50% - -131.66767px);max-width:calc(50% - -131.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:741.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 927.501px;-ms-flex:0 0 927.501px;flex:0 0 927.501px;max-width:927.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -132.501px);max-width:-moz-calc(50% - -132.501px);max-width:calc(50% - -132.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:737.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child{max-width:-webkit-calc(50% - -133.33433px);max-width:-moz-calc(50% - -133.33433px);max-width:calc(50% - -133.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content{max-width:733.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:816.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -117.501px);max-width:-moz-calc(50% - -117.501px);max-width:calc(50% - -117.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:812.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -118.33433px);max-width:-moz-calc(50% - -118.33433px);max-width:calc(50% - -118.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:808.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -119.16767px);max-width:-moz-calc(50% - -119.16767px);max-width:calc(50% - -119.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:804.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -120.83433px);max-width:-moz-calc(50% - -120.83433px);max-width:calc(50% - -120.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:795.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -121.66767px);max-width:-moz-calc(50% - -121.66767px);max-width:calc(50% - -121.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:791.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -122.501px);max-width:-moz-calc(50% - -122.501px);max-width:calc(50% - -122.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:787.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -123.33433px);max-width:-moz-calc(50% - -123.33433px);max-width:calc(50% - -123.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:783.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -124.16767px);max-width:-moz-calc(50% - -124.16767px);max-width:calc(50% - -124.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:779.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:775.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -126.66767px);max-width:-moz-calc(50% - -126.66767px);max-width:calc(50% - -126.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:766.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -128.33433px);max-width:-moz-calc(50% - -128.33433px);max-width:calc(50% - -128.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:758.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:750.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -131.66767px);max-width:-moz-calc(50% - -131.66767px);max-width:calc(50% - -131.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:741.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child{max-width:-webkit-calc(50% - -133.33433px);max-width:-moz-calc(50% - -133.33433px);max-width:calc(50% - -133.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content{max-width:733.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 864.001px;-ms-flex:0 0 864.001px;flex:0 0 864.001px;max-width:864.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:824.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:824.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:840.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 846.001px;-ms-flex:0 0 846.001px;flex:0 0 846.001px;max-width:846.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -141.001px);max-width:-moz-calc(50% - -141.001px);max-width:calc(50% - -141.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:836.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 852.001px;-ms-flex:0 0 852.001px;flex:0 0 852.001px;max-width:852.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -142.001px);max-width:-moz-calc(50% - -142.001px);max-width:calc(50% - -142.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:832.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 858.001px;-ms-flex:0 0 858.001px;flex:0 0 858.001px;max-width:858.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -143.001px);max-width:-moz-calc(50% - -143.001px);max-width:calc(50% - -143.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:828.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 864.001px;-ms-flex:0 0 864.001px;flex:0 0 864.001px;max-width:864.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:824.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 870.001px;-ms-flex:0 0 870.001px;flex:0 0 870.001px;max-width:870.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -145.001px);max-width:-moz-calc(50% - -145.001px);max-width:calc(50% - -145.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:820.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 876.001px;-ms-flex:0 0 876.001px;flex:0 0 876.001px;max-width:876.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -146.001px);max-width:-moz-calc(50% - -146.001px);max-width:calc(50% - -146.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:816.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 882.001px;-ms-flex:0 0 882.001px;flex:0 0 882.001px;max-width:882.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -147.001px);max-width:-moz-calc(50% - -147.001px);max-width:calc(50% - -147.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:812.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 888.001px;-ms-flex:0 0 888.001px;flex:0 0 888.001px;max-width:888.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -148.001px);max-width:-moz-calc(50% - -148.001px);max-width:calc(50% - -148.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:808.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 894.001px;-ms-flex:0 0 894.001px;flex:0 0 894.001px;max-width:894.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -149.001px);max-width:-moz-calc(50% - -149.001px);max-width:calc(50% - -149.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:804.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -150.001px);max-width:-moz-calc(50% - -150.001px);max-width:calc(50% - -150.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:800.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 906.001px;-ms-flex:0 0 906.001px;flex:0 0 906.001px;max-width:906.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -151.001px);max-width:-moz-calc(50% - -151.001px);max-width:calc(50% - -151.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:796.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 912.001px;-ms-flex:0 0 912.001px;flex:0 0 912.001px;max-width:912.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -152.001px);max-width:-moz-calc(50% - -152.001px);max-width:calc(50% - -152.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:792.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 918.001px;-ms-flex:0 0 918.001px;flex:0 0 918.001px;max-width:918.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -153.001px);max-width:-moz-calc(50% - -153.001px);max-width:calc(50% - -153.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:788.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 924.001px;-ms-flex:0 0 924.001px;flex:0 0 924.001px;max-width:924.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -154.001px);max-width:-moz-calc(50% - -154.001px);max-width:calc(50% - -154.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:784.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -155.001px);max-width:-moz-calc(50% - -155.001px);max-width:calc(50% - -155.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:780.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 936.001px;-ms-flex:0 0 936.001px;flex:0 0 936.001px;max-width:936.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -156.001px);max-width:-moz-calc(50% - -156.001px);max-width:calc(50% - -156.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:776.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 942.001px;-ms-flex:0 0 942.001px;flex:0 0 942.001px;max-width:942.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -157.001px);max-width:-moz-calc(50% - -157.001px);max-width:calc(50% - -157.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:772.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 948.001px;-ms-flex:0 0 948.001px;flex:0 0 948.001px;max-width:948.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -158.001px);max-width:-moz-calc(50% - -158.001px);max-width:calc(50% - -158.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:768.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 954.001px;-ms-flex:0 0 954.001px;flex:0 0 954.001px;max-width:954.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -159.001px);max-width:-moz-calc(50% - -159.001px);max-width:calc(50% - -159.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:764.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child{max-width:-webkit-calc(50% - -160.001px);max-width:-moz-calc(50% - -160.001px);max-width:calc(50% - -160.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content{max-width:760.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:840.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -141.001px);max-width:-moz-calc(50% - -141.001px);max-width:calc(50% - -141.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:836.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -142.001px);max-width:-moz-calc(50% - -142.001px);max-width:calc(50% - -142.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:832.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -143.001px);max-width:-moz-calc(50% - -143.001px);max-width:calc(50% - -143.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:828.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:824.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -145.001px);max-width:-moz-calc(50% - -145.001px);max-width:calc(50% - -145.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:820.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -146.001px);max-width:-moz-calc(50% - -146.001px);max-width:calc(50% - -146.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:816.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -147.001px);max-width:-moz-calc(50% - -147.001px);max-width:calc(50% - -147.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:812.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -148.001px);max-width:-moz-calc(50% - -148.001px);max-width:calc(50% - -148.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:808.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -149.001px);max-width:-moz-calc(50% - -149.001px);max-width:calc(50% - -149.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:804.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -150.001px);max-width:-moz-calc(50% - -150.001px);max-width:calc(50% - -150.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:800.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -152.001px);max-width:-moz-calc(50% - -152.001px);max-width:calc(50% - -152.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:792.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -154.001px);max-width:-moz-calc(50% - -154.001px);max-width:calc(50% - -154.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:784.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -156.001px);max-width:-moz-calc(50% - -156.001px);max-width:calc(50% - -156.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:776.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -158.001px);max-width:-moz-calc(50% - -158.001px);max-width:calc(50% - -158.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:768.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child{max-width:-webkit-calc(50% - -160.001px);max-width:-moz-calc(50% - -160.001px);max-width:calc(50% - -160.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content{max-width:760.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="8"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:920.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:920.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:933.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 940.001px;-ms-flex:0 0 940.001px;flex:0 0 940.001px;max-width:940.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -235.001px);max-width:-moz-calc(50% - -235.001px);max-width:calc(50% - -235.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:930.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 946.66767px;-ms-flex:0 0 946.66767px;flex:0 0 946.66767px;max-width:946.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -236.66767px);max-width:-moz-calc(50% - -236.66767px);max-width:calc(50% - -236.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:926.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 953.33433px;-ms-flex:0 0 953.33433px;flex:0 0 953.33433px;max-width:953.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -238.33433px);max-width:-moz-calc(50% - -238.33433px);max-width:calc(50% - -238.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:923.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:920.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 966.66767px;-ms-flex:0 0 966.66767px;flex:0 0 966.66767px;max-width:966.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -241.66767px);max-width:-moz-calc(50% - -241.66767px);max-width:calc(50% - -241.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:916.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 973.33433px;-ms-flex:0 0 973.33433px;flex:0 0 973.33433px;max-width:973.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -243.33433px);max-width:-moz-calc(50% - -243.33433px);max-width:calc(50% - -243.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:913.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 980.001px;-ms-flex:0 0 980.001px;flex:0 0 980.001px;max-width:980.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -245.001px);max-width:-moz-calc(50% - -245.001px);max-width:calc(50% - -245.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:910.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 986.66767px;-ms-flex:0 0 986.66767px;flex:0 0 986.66767px;max-width:986.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -246.66767px);max-width:-moz-calc(50% - -246.66767px);max-width:calc(50% - -246.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:906.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 993.33433px;-ms-flex:0 0 993.33433px;flex:0 0 993.33433px;max-width:993.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -248.33433px);max-width:-moz-calc(50% - -248.33433px);max-width:calc(50% - -248.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:903.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -250.001px);max-width:-moz-calc(50% - -250.001px);max-width:calc(50% - -250.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:900.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1006.66767px;-ms-flex:0 0 1006.66767px;flex:0 0 1006.66767px;max-width:1006.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -251.66767px);max-width:-moz-calc(50% - -251.66767px);max-width:calc(50% - -251.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:896.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1013.33433px;-ms-flex:0 0 1013.33433px;flex:0 0 1013.33433px;max-width:1013.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -253.33433px);max-width:-moz-calc(50% - -253.33433px);max-width:calc(50% - -253.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:893.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1020.001px;-ms-flex:0 0 1020.001px;flex:0 0 1020.001px;max-width:1020.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -255.001px);max-width:-moz-calc(50% - -255.001px);max-width:calc(50% - -255.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:890.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1026.66767px;-ms-flex:0 0 1026.66767px;flex:0 0 1026.66767px;max-width:1026.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -256.66767px);max-width:-moz-calc(50% - -256.66767px);max-width:calc(50% - -256.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:886.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -258.33433px);max-width:-moz-calc(50% - -258.33433px);max-width:calc(50% - -258.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:883.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1040.001px;-ms-flex:0 0 1040.001px;flex:0 0 1040.001px;max-width:1040.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -260.001px);max-width:-moz-calc(50% - -260.001px);max-width:calc(50% - -260.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:880.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1046.66767px;-ms-flex:0 0 1046.66767px;flex:0 0 1046.66767px;max-width:1046.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -261.66767px);max-width:-moz-calc(50% - -261.66767px);max-width:calc(50% - -261.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:876.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1053.33433px;-ms-flex:0 0 1053.33433px;flex:0 0 1053.33433px;max-width:1053.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -263.33433px);max-width:-moz-calc(50% - -263.33433px);max-width:calc(50% - -263.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:873.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1060.001px;-ms-flex:0 0 1060.001px;flex:0 0 1060.001px;max-width:1060.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -265.001px);max-width:-moz-calc(50% - -265.001px);max-width:calc(50% - -265.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:870.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]{-webkit-flex:0 0 1066.66767px;-ms-flex:0 0 1066.66767px;flex:0 0 1066.66767px;max-width:1066.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child{max-width:-webkit-calc(50% - -266.66767px);max-width:-moz-calc(50% - -266.66767px);max-width:calc(50% - -266.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content{max-width:866.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:933.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -235.001px);max-width:-moz-calc(50% - -235.001px);max-width:calc(50% - -235.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:930.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -236.66767px);max-width:-moz-calc(50% - -236.66767px);max-width:calc(50% - -236.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:926.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -238.33433px);max-width:-moz-calc(50% - -238.33433px);max-width:calc(50% - -238.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:923.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:920.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -241.66767px);max-width:-moz-calc(50% - -241.66767px);max-width:calc(50% - -241.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:916.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -243.33433px);max-width:-moz-calc(50% - -243.33433px);max-width:calc(50% - -243.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:913.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -245.001px);max-width:-moz-calc(50% - -245.001px);max-width:calc(50% - -245.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:910.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -246.66767px);max-width:-moz-calc(50% - -246.66767px);max-width:calc(50% - -246.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:906.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -248.33433px);max-width:-moz-calc(50% - -248.33433px);max-width:calc(50% - -248.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:903.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -250.001px);max-width:-moz-calc(50% - -250.001px);max-width:calc(50% - -250.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:900.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -253.33433px);max-width:-moz-calc(50% - -253.33433px);max-width:calc(50% - -253.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:893.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -256.66767px);max-width:-moz-calc(50% - -256.66767px);max-width:calc(50% - -256.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:886.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -260.001px);max-width:-moz-calc(50% - -260.001px);max-width:calc(50% - -260.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:880.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -263.33433px);max-width:-moz-calc(50% - -263.33433px);max-width:calc(50% - -263.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:873.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child{max-width:-webkit-calc(50% - -266.66767px);max-width:-moz-calc(50% - -266.66767px);max-width:calc(50% - -266.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content{max-width:866.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1040.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1040.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1050.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1057.501px;-ms-flex:0 0 1057.501px;flex:0 0 1057.501px;max-width:1057.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -352.501px);max-width:-moz-calc(50% - -352.501px);max-width:calc(50% - -352.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1047.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1065.001px;-ms-flex:0 0 1065.001px;flex:0 0 1065.001px;max-width:1065.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -355.001px);max-width:-moz-calc(50% - -355.001px);max-width:calc(50% - -355.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1045.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1072.501px;-ms-flex:0 0 1072.501px;flex:0 0 1072.501px;max-width:1072.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -357.501px);max-width:-moz-calc(50% - -357.501px);max-width:calc(50% - -357.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1042.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1040.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1087.501px;-ms-flex:0 0 1087.501px;flex:0 0 1087.501px;max-width:1087.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -362.501px);max-width:-moz-calc(50% - -362.501px);max-width:calc(50% - -362.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1037.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1095.001px;-ms-flex:0 0 1095.001px;flex:0 0 1095.001px;max-width:1095.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -365.001px);max-width:-moz-calc(50% - -365.001px);max-width:calc(50% - -365.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1035.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1102.501px;-ms-flex:0 0 1102.501px;flex:0 0 1102.501px;max-width:1102.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -367.501px);max-width:-moz-calc(50% - -367.501px);max-width:calc(50% - -367.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1032.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1110.001px;-ms-flex:0 0 1110.001px;flex:0 0 1110.001px;max-width:1110.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -370.001px);max-width:-moz-calc(50% - -370.001px);max-width:calc(50% - -370.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1030.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1117.501px;-ms-flex:0 0 1117.501px;flex:0 0 1117.501px;max-width:1117.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -372.501px);max-width:-moz-calc(50% - -372.501px);max-width:calc(50% - -372.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1027.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1125.001px;-ms-flex:0 0 1125.001px;flex:0 0 1125.001px;max-width:1125.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1025.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1132.501px;-ms-flex:0 0 1132.501px;flex:0 0 1132.501px;max-width:1132.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -377.501px);max-width:-moz-calc(50% - -377.501px);max-width:calc(50% - -377.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1022.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1140.001px;-ms-flex:0 0 1140.001px;flex:0 0 1140.001px;max-width:1140.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -380.001px);max-width:-moz-calc(50% - -380.001px);max-width:calc(50% - -380.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1020.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1147.501px;-ms-flex:0 0 1147.501px;flex:0 0 1147.501px;max-width:1147.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -382.501px);max-width:-moz-calc(50% - -382.501px);max-width:calc(50% - -382.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1017.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1155.001px;-ms-flex:0 0 1155.001px;flex:0 0 1155.001px;max-width:1155.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -385.001px);max-width:-moz-calc(50% - -385.001px);max-width:calc(50% - -385.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1015.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1162.501px;-ms-flex:0 0 1162.501px;flex:0 0 1162.501px;max-width:1162.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -387.501px);max-width:-moz-calc(50% - -387.501px);max-width:calc(50% - -387.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1012.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1170.001px;-ms-flex:0 0 1170.001px;flex:0 0 1170.001px;max-width:1170.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1010.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1177.501px;-ms-flex:0 0 1177.501px;flex:0 0 1177.501px;max-width:1177.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -392.501px);max-width:-moz-calc(50% - -392.501px);max-width:calc(50% - -392.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1007.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1185.001px;-ms-flex:0 0 1185.001px;flex:0 0 1185.001px;max-width:1185.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -395.001px);max-width:-moz-calc(50% - -395.001px);max-width:calc(50% - -395.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1005.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1192.501px;-ms-flex:0 0 1192.501px;flex:0 0 1192.501px;max-width:1192.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -397.501px);max-width:-moz-calc(50% - -397.501px);max-width:calc(50% - -397.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1002.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child{max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content{max-width:1000.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1050.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -352.501px);max-width:-moz-calc(50% - -352.501px);max-width:calc(50% - -352.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1047.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -355.001px);max-width:-moz-calc(50% - -355.001px);max-width:calc(50% - -355.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1045.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -357.501px);max-width:-moz-calc(50% - -357.501px);max-width:calc(50% - -357.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1042.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1040.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -362.501px);max-width:-moz-calc(50% - -362.501px);max-width:calc(50% - -362.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1037.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -365.001px);max-width:-moz-calc(50% - -365.001px);max-width:calc(50% - -365.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1035.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -367.501px);max-width:-moz-calc(50% - -367.501px);max-width:calc(50% - -367.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1032.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -370.001px);max-width:-moz-calc(50% - -370.001px);max-width:calc(50% - -370.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1030.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -372.501px);max-width:-moz-calc(50% - -372.501px);max-width:calc(50% - -372.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1027.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1025.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -380.001px);max-width:-moz-calc(50% - -380.001px);max-width:calc(50% - -380.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1020.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -385.001px);max-width:-moz-calc(50% - -385.001px);max-width:calc(50% - -385.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1015.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1010.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -395.001px);max-width:-moz-calc(50% - -395.001px);max-width:calc(50% - -395.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1005.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child{max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content{max-width:1000.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1152.001px;-ms-flex:0 0 1152.001px;flex:0 0 1152.001px;max-width:1152.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1112.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1112.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1120.001px;-ms-flex:0 0 1120.001px;flex:0 0 1120.001px;max-width:1120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1120.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1128.001px;-ms-flex:0 0 1128.001px;flex:0 0 1128.001px;max-width:1128.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -423.001px);max-width:-moz-calc(50% - -423.001px);max-width:calc(50% - -423.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1118.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1136.001px;-ms-flex:0 0 1136.001px;flex:0 0 1136.001px;max-width:1136.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -426.001px);max-width:-moz-calc(50% - -426.001px);max-width:calc(50% - -426.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1116.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1144.001px;-ms-flex:0 0 1144.001px;flex:0 0 1144.001px;max-width:1144.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -429.001px);max-width:-moz-calc(50% - -429.001px);max-width:calc(50% - -429.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1114.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1152.001px;-ms-flex:0 0 1152.001px;flex:0 0 1152.001px;max-width:1152.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1112.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1160.001px;-ms-flex:0 0 1160.001px;flex:0 0 1160.001px;max-width:1160.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -435.001px);max-width:-moz-calc(50% - -435.001px);max-width:calc(50% - -435.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1110.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1168.001px;-ms-flex:0 0 1168.001px;flex:0 0 1168.001px;max-width:1168.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -438.001px);max-width:-moz-calc(50% - -438.001px);max-width:calc(50% - -438.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1108.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1176.001px;-ms-flex:0 0 1176.001px;flex:0 0 1176.001px;max-width:1176.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -441.001px);max-width:-moz-calc(50% - -441.001px);max-width:calc(50% - -441.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1106.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1184.001px;-ms-flex:0 0 1184.001px;flex:0 0 1184.001px;max-width:1184.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -444.001px);max-width:-moz-calc(50% - -444.001px);max-width:calc(50% - -444.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1104.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1192.001px;-ms-flex:0 0 1192.001px;flex:0 0 1192.001px;max-width:1192.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -447.001px);max-width:-moz-calc(50% - -447.001px);max-width:calc(50% - -447.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1102.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1100.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1208.001px;-ms-flex:0 0 1208.001px;flex:0 0 1208.001px;max-width:1208.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -453.001px);max-width:-moz-calc(50% - -453.001px);max-width:calc(50% - -453.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1098.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1216.001px;-ms-flex:0 0 1216.001px;flex:0 0 1216.001px;max-width:1216.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -456.001px);max-width:-moz-calc(50% - -456.001px);max-width:calc(50% - -456.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1096.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1224.001px;-ms-flex:0 0 1224.001px;flex:0 0 1224.001px;max-width:1224.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -459.001px);max-width:-moz-calc(50% - -459.001px);max-width:calc(50% - -459.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1094.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1232.001px;-ms-flex:0 0 1232.001px;flex:0 0 1232.001px;max-width:1232.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -462.001px);max-width:-moz-calc(50% - -462.001px);max-width:calc(50% - -462.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1092.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -465.001px);max-width:-moz-calc(50% - -465.001px);max-width:calc(50% - -465.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1090.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1248.001px;-ms-flex:0 0 1248.001px;flex:0 0 1248.001px;max-width:1248.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -468.001px);max-width:-moz-calc(50% - -468.001px);max-width:calc(50% - -468.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1088.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1256.001px;-ms-flex:0 0 1256.001px;flex:0 0 1256.001px;max-width:1256.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -471.001px);max-width:-moz-calc(50% - -471.001px);max-width:calc(50% - -471.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1086.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1264.001px;-ms-flex:0 0 1264.001px;flex:0 0 1264.001px;max-width:1264.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -474.001px);max-width:-moz-calc(50% - -474.001px);max-width:calc(50% - -474.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1084.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1272.001px;-ms-flex:0 0 1272.001px;flex:0 0 1272.001px;max-width:1272.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -477.001px);max-width:-moz-calc(50% - -477.001px);max-width:calc(50% - -477.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1082.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]{-webkit-flex:0 0 1280.001px;-ms-flex:0 0 1280.001px;flex:0 0 1280.001px;max-width:1280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content{max-width:1080.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1120.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -423.001px);max-width:-moz-calc(50% - -423.001px);max-width:calc(50% - -423.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1118.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -426.001px);max-width:-moz-calc(50% - -426.001px);max-width:calc(50% - -426.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1116.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -429.001px);max-width:-moz-calc(50% - -429.001px);max-width:calc(50% - -429.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1114.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1112.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -435.001px);max-width:-moz-calc(50% - -435.001px);max-width:calc(50% - -435.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1110.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -438.001px);max-width:-moz-calc(50% - -438.001px);max-width:calc(50% - -438.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1108.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -441.001px);max-width:-moz-calc(50% - -441.001px);max-width:calc(50% - -441.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1106.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -444.001px);max-width:-moz-calc(50% - -444.001px);max-width:calc(50% - -444.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1104.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -447.001px);max-width:-moz-calc(50% - -447.001px);max-width:calc(50% - -447.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1102.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1100.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -456.001px);max-width:-moz-calc(50% - -456.001px);max-width:calc(50% - -456.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1096.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -462.001px);max-width:-moz-calc(50% - -462.001px);max-width:calc(50% - -462.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1092.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -468.001px);max-width:-moz-calc(50% - -468.001px);max-width:calc(50% - -468.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1088.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -474.001px);max-width:-moz-calc(50% - -474.001px);max-width:calc(50% - -474.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1084.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content{max-width:1080.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1160.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1160.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1166.66767px;-ms-flex:0 0 1166.66767px;flex:0 0 1166.66767px;max-width:1166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1166.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1175.001px;-ms-flex:0 0 1175.001px;flex:0 0 1175.001px;max-width:1175.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -470.001px);max-width:-moz-calc(50% - -470.001px);max-width:calc(50% - -470.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1165.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1183.33433px;-ms-flex:0 0 1183.33433px;flex:0 0 1183.33433px;max-width:1183.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -473.33433px);max-width:-moz-calc(50% - -473.33433px);max-width:calc(50% - -473.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1163.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1191.66767px;-ms-flex:0 0 1191.66767px;flex:0 0 1191.66767px;max-width:1191.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -476.66767px);max-width:-moz-calc(50% - -476.66767px);max-width:calc(50% - -476.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1161.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1160.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1208.33433px;-ms-flex:0 0 1208.33433px;flex:0 0 1208.33433px;max-width:1208.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -483.33433px);max-width:-moz-calc(50% - -483.33433px);max-width:calc(50% - -483.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1158.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1216.66767px;-ms-flex:0 0 1216.66767px;flex:0 0 1216.66767px;max-width:1216.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -486.66767px);max-width:-moz-calc(50% - -486.66767px);max-width:calc(50% - -486.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1156.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1225.001px;-ms-flex:0 0 1225.001px;flex:0 0 1225.001px;max-width:1225.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -490.001px);max-width:-moz-calc(50% - -490.001px);max-width:calc(50% - -490.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1155.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1233.33433px;-ms-flex:0 0 1233.33433px;flex:0 0 1233.33433px;max-width:1233.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -493.33433px);max-width:-moz-calc(50% - -493.33433px);max-width:calc(50% - -493.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1153.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1241.66767px;-ms-flex:0 0 1241.66767px;flex:0 0 1241.66767px;max-width:1241.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -496.66767px);max-width:-moz-calc(50% - -496.66767px);max-width:calc(50% - -496.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1151.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1250.001px;-ms-flex:0 0 1250.001px;flex:0 0 1250.001px;max-width:1250.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1150.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1258.33433px;-ms-flex:0 0 1258.33433px;flex:0 0 1258.33433px;max-width:1258.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -503.33433px);max-width:-moz-calc(50% - -503.33433px);max-width:calc(50% - -503.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1148.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1266.66767px;-ms-flex:0 0 1266.66767px;flex:0 0 1266.66767px;max-width:1266.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -506.66767px);max-width:-moz-calc(50% - -506.66767px);max-width:calc(50% - -506.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1146.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1275.001px;-ms-flex:0 0 1275.001px;flex:0 0 1275.001px;max-width:1275.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -510.001px);max-width:-moz-calc(50% - -510.001px);max-width:calc(50% - -510.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1145.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -513.33433px);max-width:-moz-calc(50% - -513.33433px);max-width:calc(50% - -513.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1143.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1291.66767px;-ms-flex:0 0 1291.66767px;flex:0 0 1291.66767px;max-width:1291.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1141.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1300.001px;-ms-flex:0 0 1300.001px;flex:0 0 1300.001px;max-width:1300.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -520.001px);max-width:-moz-calc(50% - -520.001px);max-width:calc(50% - -520.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1140.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1308.33433px;-ms-flex:0 0 1308.33433px;flex:0 0 1308.33433px;max-width:1308.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -523.33433px);max-width:-moz-calc(50% - -523.33433px);max-width:calc(50% - -523.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1138.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1316.66767px;-ms-flex:0 0 1316.66767px;flex:0 0 1316.66767px;max-width:1316.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -526.66767px);max-width:-moz-calc(50% - -526.66767px);max-width:calc(50% - -526.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1136.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1325.001px;-ms-flex:0 0 1325.001px;flex:0 0 1325.001px;max-width:1325.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -530.001px);max-width:-moz-calc(50% - -530.001px);max-width:calc(50% - -530.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1135.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]{-webkit-flex:0 0 1333.33433px;-ms-flex:0 0 1333.33433px;flex:0 0 1333.33433px;max-width:1333.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child{max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content{max-width:1133.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1166.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -470.001px);max-width:-moz-calc(50% - -470.001px);max-width:calc(50% - -470.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1165.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -473.33433px);max-width:-moz-calc(50% - -473.33433px);max-width:calc(50% - -473.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1163.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -476.66767px);max-width:-moz-calc(50% - -476.66767px);max-width:calc(50% - -476.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1161.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1160.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -483.33433px);max-width:-moz-calc(50% - -483.33433px);max-width:calc(50% - -483.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1158.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -486.66767px);max-width:-moz-calc(50% - -486.66767px);max-width:calc(50% - -486.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1156.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -490.001px);max-width:-moz-calc(50% - -490.001px);max-width:calc(50% - -490.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1155.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -493.33433px);max-width:-moz-calc(50% - -493.33433px);max-width:calc(50% - -493.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1153.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -496.66767px);max-width:-moz-calc(50% - -496.66767px);max-width:calc(50% - -496.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1151.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1150.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -506.66767px);max-width:-moz-calc(50% - -506.66767px);max-width:calc(50% - -506.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1146.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -513.33433px);max-width:-moz-calc(50% - -513.33433px);max-width:calc(50% - -513.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1143.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -520.001px);max-width:-moz-calc(50% - -520.001px);max-width:calc(50% - -520.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1140.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -526.66767px);max-width:-moz-calc(50% - -526.66767px);max-width:calc(50% - -526.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1136.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child{max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content{max-width:1133.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1280.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1283.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1292.501px;-ms-flex:0 0 1292.501px;flex:0 0 1292.501px;max-width:1292.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -587.501px);max-width:-moz-calc(50% - -587.501px);max-width:calc(50% - -587.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1282.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1301.66767px;-ms-flex:0 0 1301.66767px;flex:0 0 1301.66767px;max-width:1301.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -591.66767px);max-width:-moz-calc(50% - -591.66767px);max-width:calc(50% - -591.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1281.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1310.83433px;-ms-flex:0 0 1310.83433px;flex:0 0 1310.83433px;max-width:1310.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -595.83433px);max-width:-moz-calc(50% - -595.83433px);max-width:calc(50% - -595.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1280.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1280.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1329.16767px;-ms-flex:0 0 1329.16767px;flex:0 0 1329.16767px;max-width:1329.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -604.16767px);max-width:-moz-calc(50% - -604.16767px);max-width:calc(50% - -604.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1279.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1338.33433px;-ms-flex:0 0 1338.33433px;flex:0 0 1338.33433px;max-width:1338.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -608.33433px);max-width:-moz-calc(50% - -608.33433px);max-width:calc(50% - -608.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1278.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1347.501px;-ms-flex:0 0 1347.501px;flex:0 0 1347.501px;max-width:1347.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -612.501px);max-width:-moz-calc(50% - -612.501px);max-width:calc(50% - -612.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1277.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1356.66767px;-ms-flex:0 0 1356.66767px;flex:0 0 1356.66767px;max-width:1356.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -616.66767px);max-width:-moz-calc(50% - -616.66767px);max-width:calc(50% - -616.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1276.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1365.83433px;-ms-flex:0 0 1365.83433px;flex:0 0 1365.83433px;max-width:1365.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -620.83433px);max-width:-moz-calc(50% - -620.83433px);max-width:calc(50% - -620.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1275.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1375.001px;-ms-flex:0 0 1375.001px;flex:0 0 1375.001px;max-width:1375.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1275.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1384.16767px;-ms-flex:0 0 1384.16767px;flex:0 0 1384.16767px;max-width:1384.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -629.16767px);max-width:-moz-calc(50% - -629.16767px);max-width:calc(50% - -629.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1274.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1393.33433px;-ms-flex:0 0 1393.33433px;flex:0 0 1393.33433px;max-width:1393.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -633.33433px);max-width:-moz-calc(50% - -633.33433px);max-width:calc(50% - -633.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1273.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1402.501px;-ms-flex:0 0 1402.501px;flex:0 0 1402.501px;max-width:1402.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -637.501px);max-width:-moz-calc(50% - -637.501px);max-width:calc(50% - -637.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1272.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1411.66767px;-ms-flex:0 0 1411.66767px;flex:0 0 1411.66767px;max-width:1411.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -641.66767px);max-width:-moz-calc(50% - -641.66767px);max-width:calc(50% - -641.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1271.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1420.83433px;-ms-flex:0 0 1420.83433px;flex:0 0 1420.83433px;max-width:1420.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -645.83433px);max-width:-moz-calc(50% - -645.83433px);max-width:calc(50% - -645.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1270.83433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1430.001px;-ms-flex:0 0 1430.001px;flex:0 0 1430.001px;max-width:1430.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1270.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1439.16767px;-ms-flex:0 0 1439.16767px;flex:0 0 1439.16767px;max-width:1439.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -654.16767px);max-width:-moz-calc(50% - -654.16767px);max-width:calc(50% - -654.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1269.16767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1448.33433px;-ms-flex:0 0 1448.33433px;flex:0 0 1448.33433px;max-width:1448.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -658.33433px);max-width:-moz-calc(50% - -658.33433px);max-width:calc(50% - -658.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1268.33433px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1457.501px;-ms-flex:0 0 1457.501px;flex:0 0 1457.501px;max-width:1457.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -662.501px);max-width:-moz-calc(50% - -662.501px);max-width:calc(50% - -662.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1267.501px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]{-webkit-flex:0 0 1466.66767px;-ms-flex:0 0 1466.66767px;flex:0 0 1466.66767px;max-width:1466.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child{max-width:-webkit-calc(50% - -666.66767px);max-width:-moz-calc(50% - -666.66767px);max-width:calc(50% - -666.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content{max-width:1266.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1283.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -587.501px);max-width:-moz-calc(50% - -587.501px);max-width:calc(50% - -587.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1282.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -591.66767px);max-width:-moz-calc(50% - -591.66767px);max-width:calc(50% - -591.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1281.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -595.83433px);max-width:-moz-calc(50% - -595.83433px);max-width:calc(50% - -595.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1280.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1280.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -604.16767px);max-width:-moz-calc(50% - -604.16767px);max-width:calc(50% - -604.16767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1279.16767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -608.33433px);max-width:-moz-calc(50% - -608.33433px);max-width:calc(50% - -608.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1278.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -612.501px);max-width:-moz-calc(50% - -612.501px);max-width:calc(50% - -612.501px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1277.501px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -616.66767px);max-width:-moz-calc(50% - -616.66767px);max-width:calc(50% - -616.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1276.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -620.83433px);max-width:-moz-calc(50% - -620.83433px);max-width:calc(50% - -620.83433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1275.83433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1275.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -633.33433px);max-width:-moz-calc(50% - -633.33433px);max-width:calc(50% - -633.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1273.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -641.66767px);max-width:-moz-calc(50% - -641.66767px);max-width:calc(50% - -641.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1271.66767px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1270.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -658.33433px);max-width:-moz-calc(50% - -658.33433px);max-width:calc(50% - -658.33433px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1268.33433px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child{max-width:-webkit-calc(50% - -666.66767px);max-width:-moz-calc(50% - -666.66767px);max-width:calc(50% - -666.66767px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content{max-width:1266.66767px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1440.001px;-ms-flex:0 0 1440.001px;flex:0 0 1440.001px;max-width:1440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1400.001px;-ms-flex:0 0 1400.001px;flex:0 0 1400.001px;max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1410.001px;-ms-flex:0 0 1410.001px;flex:0 0 1410.001px;max-width:1410.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -705.001px);max-width:-moz-calc(50% - -705.001px);max-width:calc(50% - -705.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1420.001px;-ms-flex:0 0 1420.001px;flex:0 0 1420.001px;max-width:1420.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -710.001px);max-width:-moz-calc(50% - -710.001px);max-width:calc(50% - -710.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1430.001px;-ms-flex:0 0 1430.001px;flex:0 0 1430.001px;max-width:1430.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -715.001px);max-width:-moz-calc(50% - -715.001px);max-width:calc(50% - -715.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1440.001px;-ms-flex:0 0 1440.001px;flex:0 0 1440.001px;max-width:1440.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1450.001px;-ms-flex:0 0 1450.001px;flex:0 0 1450.001px;max-width:1450.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -725.001px);max-width:-moz-calc(50% - -725.001px);max-width:calc(50% - -725.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1460.001px;-ms-flex:0 0 1460.001px;flex:0 0 1460.001px;max-width:1460.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -730.001px);max-width:-moz-calc(50% - -730.001px);max-width:calc(50% - -730.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1470.001px;-ms-flex:0 0 1470.001px;flex:0 0 1470.001px;max-width:1470.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -735.001px);max-width:-moz-calc(50% - -735.001px);max-width:calc(50% - -735.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1480.001px;-ms-flex:0 0 1480.001px;flex:0 0 1480.001px;max-width:1480.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -740.001px);max-width:-moz-calc(50% - -740.001px);max-width:calc(50% - -740.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1490.001px;-ms-flex:0 0 1490.001px;flex:0 0 1490.001px;max-width:1490.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -745.001px);max-width:-moz-calc(50% - -745.001px);max-width:calc(50% - -745.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1500.001px;-ms-flex:0 0 1500.001px;flex:0 0 1500.001px;max-width:1500.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -750.001px);max-width:-moz-calc(50% - -750.001px);max-width:calc(50% - -750.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1510.001px;-ms-flex:0 0 1510.001px;flex:0 0 1510.001px;max-width:1510.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -755.001px);max-width:-moz-calc(50% - -755.001px);max-width:calc(50% - -755.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1520.001px;-ms-flex:0 0 1520.001px;flex:0 0 1520.001px;max-width:1520.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -760.001px);max-width:-moz-calc(50% - -760.001px);max-width:calc(50% - -760.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1530.001px;-ms-flex:0 0 1530.001px;flex:0 0 1530.001px;max-width:1530.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -765.001px);max-width:-moz-calc(50% - -765.001px);max-width:calc(50% - -765.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1540.001px;-ms-flex:0 0 1540.001px;flex:0 0 1540.001px;max-width:1540.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -770.001px);max-width:-moz-calc(50% - -770.001px);max-width:calc(50% - -770.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1550.001px;-ms-flex:0 0 1550.001px;flex:0 0 1550.001px;max-width:1550.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -775.001px);max-width:-moz-calc(50% - -775.001px);max-width:calc(50% - -775.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1560.001px;-ms-flex:0 0 1560.001px;flex:0 0 1560.001px;max-width:1560.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -780.001px);max-width:-moz-calc(50% - -780.001px);max-width:calc(50% - -780.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1570.001px;-ms-flex:0 0 1570.001px;flex:0 0 1570.001px;max-width:1570.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -785.001px);max-width:-moz-calc(50% - -785.001px);max-width:calc(50% - -785.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1580.001px;-ms-flex:0 0 1580.001px;flex:0 0 1580.001px;max-width:1580.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -790.001px);max-width:-moz-calc(50% - -790.001px);max-width:calc(50% - -790.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1590.001px;-ms-flex:0 0 1590.001px;flex:0 0 1590.001px;max-width:1590.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -795.001px);max-width:-moz-calc(50% - -795.001px);max-width:calc(50% - -795.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]{-webkit-flex:0 0 1600.001px;-ms-flex:0 0 1600.001px;flex:0 0 1600.001px;max-width:1600.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child{max-width:-webkit-calc(50% - -800.001px);max-width:-moz-calc(50% - -800.001px);max-width:calc(50% - -800.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -705.001px);max-width:-moz-calc(50% - -705.001px);max-width:calc(50% - -705.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -710.001px);max-width:-moz-calc(50% - -710.001px);max-width:calc(50% - -710.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -715.001px);max-width:-moz-calc(50% - -715.001px);max-width:calc(50% - -715.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -725.001px);max-width:-moz-calc(50% - -725.001px);max-width:calc(50% - -725.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -730.001px);max-width:-moz-calc(50% - -730.001px);max-width:calc(50% - -730.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -735.001px);max-width:-moz-calc(50% - -735.001px);max-width:calc(50% - -735.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -740.001px);max-width:-moz-calc(50% - -740.001px);max-width:calc(50% - -740.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -745.001px);max-width:-moz-calc(50% - -745.001px);max-width:calc(50% - -745.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -750.001px);max-width:-moz-calc(50% - -750.001px);max-width:calc(50% - -750.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -760.001px);max-width:-moz-calc(50% - -760.001px);max-width:calc(50% - -760.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -770.001px);max-width:-moz-calc(50% - -770.001px);max-width:calc(50% - -770.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -780.001px);max-width:-moz-calc(50% - -780.001px);max-width:calc(50% - -780.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -790.001px);max-width:-moz-calc(50% - -790.001px);max-width:calc(50% - -790.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child{max-width:-webkit-calc(50% - -800.001px);max-width:-moz-calc(50% - -800.001px);max-width:calc(50% - -800.001px)}.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content{max-width:1400.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left,.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 120.001px;-ms-flex:0 0 120.001px;flex:0 0 120.001px;max-width:120.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:80.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:80.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:80.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 116.66767px;-ms-flex:0 0 116.66767px;flex:0 0 116.66767px;max-width:116.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:76.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 583.33233px);max-width:-moz-calc(50% - 583.33233px);max-width:calc(50% - 583.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:76.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 117.501px;-ms-flex:0 0 117.501px;flex:0 0 117.501px;max-width:117.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 587.499px);max-width:-moz-calc(50% - 587.499px);max-width:calc(50% - 587.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:77.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 587.499px);max-width:-moz-calc(50% - 587.499px);max-width:calc(50% - 587.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:77.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 118.33433px;-ms-flex:0 0 118.33433px;flex:0 0 118.33433px;max-width:118.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 591.66567px);max-width:-moz-calc(50% - 591.66567px);max-width:calc(50% - 591.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:78.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 591.66567px);max-width:-moz-calc(50% - 591.66567px);max-width:calc(50% - 591.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:78.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 119.16767px;-ms-flex:0 0 119.16767px;flex:0 0 119.16767px;max-width:119.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 595.83233px);max-width:-moz-calc(50% - 595.83233px);max-width:calc(50% - 595.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:79.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 595.83233px);max-width:-moz-calc(50% - 595.83233px);max-width:calc(50% - 595.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:79.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 120.001px;-ms-flex:0 0 120.001px;flex:0 0 120.001px;max-width:120.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:80.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 599.999px);max-width:-moz-calc(50% - 599.999px);max-width:calc(50% - 599.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:80.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 120.83433px;-ms-flex:0 0 120.83433px;flex:0 0 120.83433px;max-width:120.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 604.16567px);max-width:-moz-calc(50% - 604.16567px);max-width:calc(50% - 604.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:80.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 604.16567px);max-width:-moz-calc(50% - 604.16567px);max-width:calc(50% - 604.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:80.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 121.66767px;-ms-flex:0 0 121.66767px;flex:0 0 121.66767px;max-width:121.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 608.33233px);max-width:-moz-calc(50% - 608.33233px);max-width:calc(50% - 608.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:81.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 608.33233px);max-width:-moz-calc(50% - 608.33233px);max-width:calc(50% - 608.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:81.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 122.501px;-ms-flex:0 0 122.501px;flex:0 0 122.501px;max-width:122.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 612.499px);max-width:-moz-calc(50% - 612.499px);max-width:calc(50% - 612.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:82.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 612.499px);max-width:-moz-calc(50% - 612.499px);max-width:calc(50% - 612.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:82.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 123.33433px;-ms-flex:0 0 123.33433px;flex:0 0 123.33433px;max-width:123.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 616.66567px);max-width:-moz-calc(50% - 616.66567px);max-width:calc(50% - 616.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:83.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 616.66567px);max-width:-moz-calc(50% - 616.66567px);max-width:calc(50% - 616.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:83.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 124.16767px;-ms-flex:0 0 124.16767px;flex:0 0 124.16767px;max-width:124.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 620.83233px);max-width:-moz-calc(50% - 620.83233px);max-width:calc(50% - 620.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:84.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 620.83233px);max-width:-moz-calc(50% - 620.83233px);max-width:calc(50% - 620.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:84.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 125.001px;-ms-flex:0 0 125.001px;flex:0 0 125.001px;max-width:125.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 624.999px);max-width:-moz-calc(50% - 624.999px);max-width:calc(50% - 624.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:85.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 624.999px);max-width:-moz-calc(50% - 624.999px);max-width:calc(50% - 624.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:85.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 125.83433px;-ms-flex:0 0 125.83433px;flex:0 0 125.83433px;max-width:125.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 629.16567px);max-width:-moz-calc(50% - 629.16567px);max-width:calc(50% - 629.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:85.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 629.16567px);max-width:-moz-calc(50% - 629.16567px);max-width:calc(50% - 629.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:85.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 126.66767px;-ms-flex:0 0 126.66767px;flex:0 0 126.66767px;max-width:126.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 633.33233px);max-width:-moz-calc(50% - 633.33233px);max-width:calc(50% - 633.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:86.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 633.33233px);max-width:-moz-calc(50% - 633.33233px);max-width:calc(50% - 633.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:86.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 127.501px;-ms-flex:0 0 127.501px;flex:0 0 127.501px;max-width:127.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 637.499px);max-width:-moz-calc(50% - 637.499px);max-width:calc(50% - 637.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:87.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 637.499px);max-width:-moz-calc(50% - 637.499px);max-width:calc(50% - 637.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:87.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 128.33433px;-ms-flex:0 0 128.33433px;flex:0 0 128.33433px;max-width:128.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 641.66567px);max-width:-moz-calc(50% - 641.66567px);max-width:calc(50% - 641.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:88.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 641.66567px);max-width:-moz-calc(50% - 641.66567px);max-width:calc(50% - 641.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:88.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 129.16767px;-ms-flex:0 0 129.16767px;flex:0 0 129.16767px;max-width:129.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 645.83233px);max-width:-moz-calc(50% - 645.83233px);max-width:calc(50% - 645.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:89.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 645.83233px);max-width:-moz-calc(50% - 645.83233px);max-width:calc(50% - 645.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:89.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 130.001px;-ms-flex:0 0 130.001px;flex:0 0 130.001px;max-width:130.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 649.999px);max-width:-moz-calc(50% - 649.999px);max-width:calc(50% - 649.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:90.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 649.999px);max-width:-moz-calc(50% - 649.999px);max-width:calc(50% - 649.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:90.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 130.83433px;-ms-flex:0 0 130.83433px;flex:0 0 130.83433px;max-width:130.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 654.16567px);max-width:-moz-calc(50% - 654.16567px);max-width:calc(50% - 654.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:90.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 654.16567px);max-width:-moz-calc(50% - 654.16567px);max-width:calc(50% - 654.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:90.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 131.66767px;-ms-flex:0 0 131.66767px;flex:0 0 131.66767px;max-width:131.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 658.33233px);max-width:-moz-calc(50% - 658.33233px);max-width:calc(50% - 658.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:91.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 658.33233px);max-width:-moz-calc(50% - 658.33233px);max-width:calc(50% - 658.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:91.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 132.501px;-ms-flex:0 0 132.501px;flex:0 0 132.501px;max-width:132.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 662.499px);max-width:-moz-calc(50% - 662.499px);max-width:calc(50% - 662.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:92.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 662.499px);max-width:-moz-calc(50% - 662.499px);max-width:calc(50% - 662.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:92.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"]{-webkit-flex:0 0 133.33433px;-ms-flex:0 0 133.33433px;flex:0 0 133.33433px;max-width:133.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 666.66567px);max-width:-moz-calc(50% - 666.66567px);max-width:calc(50% - 666.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content{max-width:93.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 666.66567px);max-width:-moz-calc(50% - 666.66567px);max-width:calc(50% - 666.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content{max-width:93.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:200.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:200.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:200.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 233.33433px;-ms-flex:0 0 233.33433px;flex:0 0 233.33433px;max-width:233.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:193.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 466.66567px);max-width:-moz-calc(50% - 466.66567px);max-width:calc(50% - 466.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:193.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 235.001px;-ms-flex:0 0 235.001px;flex:0 0 235.001px;max-width:235.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 469.999px);max-width:-moz-calc(50% - 469.999px);max-width:calc(50% - 469.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:195.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 469.999px);max-width:-moz-calc(50% - 469.999px);max-width:calc(50% - 469.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:195.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 236.66767px;-ms-flex:0 0 236.66767px;flex:0 0 236.66767px;max-width:236.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 473.33233px);max-width:-moz-calc(50% - 473.33233px);max-width:calc(50% - 473.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:196.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 473.33233px);max-width:-moz-calc(50% - 473.33233px);max-width:calc(50% - 473.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:196.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 238.33433px;-ms-flex:0 0 238.33433px;flex:0 0 238.33433px;max-width:238.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 476.66567px);max-width:-moz-calc(50% - 476.66567px);max-width:calc(50% - 476.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:198.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 476.66567px);max-width:-moz-calc(50% - 476.66567px);max-width:calc(50% - 476.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:198.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 240.001px;-ms-flex:0 0 240.001px;flex:0 0 240.001px;max-width:240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 241.66767px;-ms-flex:0 0 241.66767px;flex:0 0 241.66767px;max-width:241.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 483.33233px);max-width:-moz-calc(50% - 483.33233px);max-width:calc(50% - 483.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:201.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 483.33233px);max-width:-moz-calc(50% - 483.33233px);max-width:calc(50% - 483.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:201.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 243.33433px;-ms-flex:0 0 243.33433px;flex:0 0 243.33433px;max-width:243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 486.66567px);max-width:-moz-calc(50% - 486.66567px);max-width:calc(50% - 486.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:203.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 486.66567px);max-width:-moz-calc(50% - 486.66567px);max-width:calc(50% - 486.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:203.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 245.001px;-ms-flex:0 0 245.001px;flex:0 0 245.001px;max-width:245.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 489.999px);max-width:-moz-calc(50% - 489.999px);max-width:calc(50% - 489.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:205.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 489.999px);max-width:-moz-calc(50% - 489.999px);max-width:calc(50% - 489.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:205.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 246.66767px;-ms-flex:0 0 246.66767px;flex:0 0 246.66767px;max-width:246.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 493.33233px);max-width:-moz-calc(50% - 493.33233px);max-width:calc(50% - 493.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:206.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 493.33233px);max-width:-moz-calc(50% - 493.33233px);max-width:calc(50% - 493.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:206.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 248.33433px;-ms-flex:0 0 248.33433px;flex:0 0 248.33433px;max-width:248.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 496.66567px);max-width:-moz-calc(50% - 496.66567px);max-width:calc(50% - 496.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:208.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 496.66567px);max-width:-moz-calc(50% - 496.66567px);max-width:calc(50% - 496.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:208.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 250.001px;-ms-flex:0 0 250.001px;flex:0 0 250.001px;max-width:250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 499.999px);max-width:-moz-calc(50% - 499.999px);max-width:calc(50% - 499.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 251.66767px;-ms-flex:0 0 251.66767px;flex:0 0 251.66767px;max-width:251.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 503.33233px);max-width:-moz-calc(50% - 503.33233px);max-width:calc(50% - 503.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:211.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 503.33233px);max-width:-moz-calc(50% - 503.33233px);max-width:calc(50% - 503.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:211.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 253.33433px;-ms-flex:0 0 253.33433px;flex:0 0 253.33433px;max-width:253.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 506.66567px);max-width:-moz-calc(50% - 506.66567px);max-width:calc(50% - 506.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:213.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 506.66567px);max-width:-moz-calc(50% - 506.66567px);max-width:calc(50% - 506.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:213.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 255.001px;-ms-flex:0 0 255.001px;flex:0 0 255.001px;max-width:255.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 509.999px);max-width:-moz-calc(50% - 509.999px);max-width:calc(50% - 509.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:215.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 509.999px);max-width:-moz-calc(50% - 509.999px);max-width:calc(50% - 509.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:215.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 256.66767px;-ms-flex:0 0 256.66767px;flex:0 0 256.66767px;max-width:256.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 513.33233px);max-width:-moz-calc(50% - 513.33233px);max-width:calc(50% - 513.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:216.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 513.33233px);max-width:-moz-calc(50% - 513.33233px);max-width:calc(50% - 513.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:216.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 258.33433px;-ms-flex:0 0 258.33433px;flex:0 0 258.33433px;max-width:258.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:218.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 516.66567px);max-width:-moz-calc(50% - 516.66567px);max-width:calc(50% - 516.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:218.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 260.001px;-ms-flex:0 0 260.001px;flex:0 0 260.001px;max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 519.999px);max-width:-moz-calc(50% - 519.999px);max-width:calc(50% - 519.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 519.999px);max-width:-moz-calc(50% - 519.999px);max-width:calc(50% - 519.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:220.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 261.66767px;-ms-flex:0 0 261.66767px;flex:0 0 261.66767px;max-width:261.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 523.33233px);max-width:-moz-calc(50% - 523.33233px);max-width:calc(50% - 523.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:221.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 523.33233px);max-width:-moz-calc(50% - 523.33233px);max-width:calc(50% - 523.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:221.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 263.33433px;-ms-flex:0 0 263.33433px;flex:0 0 263.33433px;max-width:263.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 526.66567px);max-width:-moz-calc(50% - 526.66567px);max-width:calc(50% - 526.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:223.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 526.66567px);max-width:-moz-calc(50% - 526.66567px);max-width:calc(50% - 526.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:223.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 265.001px;-ms-flex:0 0 265.001px;flex:0 0 265.001px;max-width:265.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 529.999px);max-width:-moz-calc(50% - 529.999px);max-width:calc(50% - 529.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 529.999px);max-width:-moz-calc(50% - 529.999px);max-width:calc(50% - 529.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"]{-webkit-flex:0 0 266.66767px;-ms-flex:0 0 266.66767px;flex:0 0 266.66767px;max-width:266.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content{max-width:226.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 533.33233px);max-width:-moz-calc(50% - 533.33233px);max-width:calc(50% - 533.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content{max-width:226.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 288.001px;-ms-flex:0 0 288.001px;flex:0 0 288.001px;max-width:288.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:248.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:248.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:248.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 280.001px;-ms-flex:0 0 280.001px;flex:0 0 280.001px;max-width:280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 419.999px);max-width:-moz-calc(50% - 419.999px);max-width:calc(50% - 419.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 282.001px;-ms-flex:0 0 282.001px;flex:0 0 282.001px;max-width:282.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 422.999px);max-width:-moz-calc(50% - 422.999px);max-width:calc(50% - 422.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:242.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 422.999px);max-width:-moz-calc(50% - 422.999px);max-width:calc(50% - 422.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:242.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 284.001px;-ms-flex:0 0 284.001px;flex:0 0 284.001px;max-width:284.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 425.999px);max-width:-moz-calc(50% - 425.999px);max-width:calc(50% - 425.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:244.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 425.999px);max-width:-moz-calc(50% - 425.999px);max-width:calc(50% - 425.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:244.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 286.001px;-ms-flex:0 0 286.001px;flex:0 0 286.001px;max-width:286.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 428.999px);max-width:-moz-calc(50% - 428.999px);max-width:calc(50% - 428.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:246.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 428.999px);max-width:-moz-calc(50% - 428.999px);max-width:calc(50% - 428.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:246.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 288.001px;-ms-flex:0 0 288.001px;flex:0 0 288.001px;max-width:288.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:248.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 431.999px);max-width:-moz-calc(50% - 431.999px);max-width:calc(50% - 431.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:248.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 290.001px;-ms-flex:0 0 290.001px;flex:0 0 290.001px;max-width:290.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 434.999px);max-width:-moz-calc(50% - 434.999px);max-width:calc(50% - 434.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 434.999px);max-width:-moz-calc(50% - 434.999px);max-width:calc(50% - 434.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 292.001px;-ms-flex:0 0 292.001px;flex:0 0 292.001px;max-width:292.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 437.999px);max-width:-moz-calc(50% - 437.999px);max-width:calc(50% - 437.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:252.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 437.999px);max-width:-moz-calc(50% - 437.999px);max-width:calc(50% - 437.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:252.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 294.001px;-ms-flex:0 0 294.001px;flex:0 0 294.001px;max-width:294.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 440.999px);max-width:-moz-calc(50% - 440.999px);max-width:calc(50% - 440.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:254.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 440.999px);max-width:-moz-calc(50% - 440.999px);max-width:calc(50% - 440.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:254.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 296.001px;-ms-flex:0 0 296.001px;flex:0 0 296.001px;max-width:296.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 443.999px);max-width:-moz-calc(50% - 443.999px);max-width:calc(50% - 443.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:256.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 443.999px);max-width:-moz-calc(50% - 443.999px);max-width:calc(50% - 443.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:256.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 298.001px;-ms-flex:0 0 298.001px;flex:0 0 298.001px;max-width:298.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 446.999px);max-width:-moz-calc(50% - 446.999px);max-width:calc(50% - 446.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:258.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 446.999px);max-width:-moz-calc(50% - 446.999px);max-width:calc(50% - 446.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:258.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 300.001px;-ms-flex:0 0 300.001px;flex:0 0 300.001px;max-width:300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 449.999px);max-width:-moz-calc(50% - 449.999px);max-width:calc(50% - 449.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 302.001px;-ms-flex:0 0 302.001px;flex:0 0 302.001px;max-width:302.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 452.999px);max-width:-moz-calc(50% - 452.999px);max-width:calc(50% - 452.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:262.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 452.999px);max-width:-moz-calc(50% - 452.999px);max-width:calc(50% - 452.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:262.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 304.001px;-ms-flex:0 0 304.001px;flex:0 0 304.001px;max-width:304.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 455.999px);max-width:-moz-calc(50% - 455.999px);max-width:calc(50% - 455.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:264.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 455.999px);max-width:-moz-calc(50% - 455.999px);max-width:calc(50% - 455.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:264.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 306.001px;-ms-flex:0 0 306.001px;flex:0 0 306.001px;max-width:306.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 458.999px);max-width:-moz-calc(50% - 458.999px);max-width:calc(50% - 458.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:266.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 458.999px);max-width:-moz-calc(50% - 458.999px);max-width:calc(50% - 458.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:266.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 308.001px;-ms-flex:0 0 308.001px;flex:0 0 308.001px;max-width:308.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 461.999px);max-width:-moz-calc(50% - 461.999px);max-width:calc(50% - 461.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:268.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 461.999px);max-width:-moz-calc(50% - 461.999px);max-width:calc(50% - 461.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:268.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 310.001px;-ms-flex:0 0 310.001px;flex:0 0 310.001px;max-width:310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 464.999px);max-width:-moz-calc(50% - 464.999px);max-width:calc(50% - 464.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 464.999px);max-width:-moz-calc(50% - 464.999px);max-width:calc(50% - 464.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:270.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 312.001px;-ms-flex:0 0 312.001px;flex:0 0 312.001px;max-width:312.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 467.999px);max-width:-moz-calc(50% - 467.999px);max-width:calc(50% - 467.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:272.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 467.999px);max-width:-moz-calc(50% - 467.999px);max-width:calc(50% - 467.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:272.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 314.001px;-ms-flex:0 0 314.001px;flex:0 0 314.001px;max-width:314.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 470.999px);max-width:-moz-calc(50% - 470.999px);max-width:calc(50% - 470.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:274.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 470.999px);max-width:-moz-calc(50% - 470.999px);max-width:calc(50% - 470.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:274.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 316.001px;-ms-flex:0 0 316.001px;flex:0 0 316.001px;max-width:316.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 473.999px);max-width:-moz-calc(50% - 473.999px);max-width:calc(50% - 473.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:276.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 473.999px);max-width:-moz-calc(50% - 473.999px);max-width:calc(50% - 473.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:276.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 318.001px;-ms-flex:0 0 318.001px;flex:0 0 318.001px;max-width:318.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 476.999px);max-width:-moz-calc(50% - 476.999px);max-width:calc(50% - 476.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:278.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 476.999px);max-width:-moz-calc(50% - 476.999px);max-width:calc(50% - 476.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:278.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"]{-webkit-flex:0 0 320.001px;-ms-flex:0 0 320.001px;flex:0 0 320.001px;max-width:320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content{max-width:280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 479.999px);max-width:-moz-calc(50% - 479.999px);max-width:calc(50% - 479.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content{max-width:280.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 360.001px;-ms-flex:0 0 360.001px;flex:0 0 360.001px;max-width:360.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:320.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:320.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:320.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 350.001px;-ms-flex:0 0 350.001px;flex:0 0 350.001px;max-width:350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 349.999px);max-width:-moz-calc(50% - 349.999px);max-width:calc(50% - 349.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:310.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 352.501px;-ms-flex:0 0 352.501px;flex:0 0 352.501px;max-width:352.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 352.499px);max-width:-moz-calc(50% - 352.499px);max-width:calc(50% - 352.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:312.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 352.499px);max-width:-moz-calc(50% - 352.499px);max-width:calc(50% - 352.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:312.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 355.001px;-ms-flex:0 0 355.001px;flex:0 0 355.001px;max-width:355.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 354.999px);max-width:-moz-calc(50% - 354.999px);max-width:calc(50% - 354.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:315.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 354.999px);max-width:-moz-calc(50% - 354.999px);max-width:calc(50% - 354.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:315.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 357.501px;-ms-flex:0 0 357.501px;flex:0 0 357.501px;max-width:357.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 357.499px);max-width:-moz-calc(50% - 357.499px);max-width:calc(50% - 357.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:317.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 357.499px);max-width:-moz-calc(50% - 357.499px);max-width:calc(50% - 357.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:317.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 360.001px;-ms-flex:0 0 360.001px;flex:0 0 360.001px;max-width:360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 359.999px);max-width:-moz-calc(50% - 359.999px);max-width:calc(50% - 359.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 362.501px;-ms-flex:0 0 362.501px;flex:0 0 362.501px;max-width:362.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 362.499px);max-width:-moz-calc(50% - 362.499px);max-width:calc(50% - 362.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:322.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 362.499px);max-width:-moz-calc(50% - 362.499px);max-width:calc(50% - 362.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:322.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 365.001px;-ms-flex:0 0 365.001px;flex:0 0 365.001px;max-width:365.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 364.999px);max-width:-moz-calc(50% - 364.999px);max-width:calc(50% - 364.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:325.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 364.999px);max-width:-moz-calc(50% - 364.999px);max-width:calc(50% - 364.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:325.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 367.501px;-ms-flex:0 0 367.501px;flex:0 0 367.501px;max-width:367.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 367.499px);max-width:-moz-calc(50% - 367.499px);max-width:calc(50% - 367.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:327.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 367.499px);max-width:-moz-calc(50% - 367.499px);max-width:calc(50% - 367.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:327.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 370.001px;-ms-flex:0 0 370.001px;flex:0 0 370.001px;max-width:370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 369.999px);max-width:-moz-calc(50% - 369.999px);max-width:calc(50% - 369.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 369.999px);max-width:-moz-calc(50% - 369.999px);max-width:calc(50% - 369.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:330.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 372.501px;-ms-flex:0 0 372.501px;flex:0 0 372.501px;max-width:372.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 372.499px);max-width:-moz-calc(50% - 372.499px);max-width:calc(50% - 372.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:332.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 372.499px);max-width:-moz-calc(50% - 372.499px);max-width:calc(50% - 372.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:332.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 375.001px;-ms-flex:0 0 375.001px;flex:0 0 375.001px;max-width:375.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:335.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 374.999px);max-width:-moz-calc(50% - 374.999px);max-width:calc(50% - 374.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:335.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 377.501px;-ms-flex:0 0 377.501px;flex:0 0 377.501px;max-width:377.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 377.499px);max-width:-moz-calc(50% - 377.499px);max-width:calc(50% - 377.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:337.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 377.499px);max-width:-moz-calc(50% - 377.499px);max-width:calc(50% - 377.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:337.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 380.001px;-ms-flex:0 0 380.001px;flex:0 0 380.001px;max-width:380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 379.999px);max-width:-moz-calc(50% - 379.999px);max-width:calc(50% - 379.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 379.999px);max-width:-moz-calc(50% - 379.999px);max-width:calc(50% - 379.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:340.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 382.501px;-ms-flex:0 0 382.501px;flex:0 0 382.501px;max-width:382.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 382.499px);max-width:-moz-calc(50% - 382.499px);max-width:calc(50% - 382.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:342.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 382.499px);max-width:-moz-calc(50% - 382.499px);max-width:calc(50% - 382.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:342.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 385.001px;-ms-flex:0 0 385.001px;flex:0 0 385.001px;max-width:385.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 384.999px);max-width:-moz-calc(50% - 384.999px);max-width:calc(50% - 384.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:345.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 384.999px);max-width:-moz-calc(50% - 384.999px);max-width:calc(50% - 384.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:345.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 387.501px;-ms-flex:0 0 387.501px;flex:0 0 387.501px;max-width:387.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 387.499px);max-width:-moz-calc(50% - 387.499px);max-width:calc(50% - 387.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:347.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 387.499px);max-width:-moz-calc(50% - 387.499px);max-width:calc(50% - 387.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:347.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 390.001px;-ms-flex:0 0 390.001px;flex:0 0 390.001px;max-width:390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 389.999px);max-width:-moz-calc(50% - 389.999px);max-width:calc(50% - 389.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:350.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 392.501px;-ms-flex:0 0 392.501px;flex:0 0 392.501px;max-width:392.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 392.499px);max-width:-moz-calc(50% - 392.499px);max-width:calc(50% - 392.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:352.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 392.499px);max-width:-moz-calc(50% - 392.499px);max-width:calc(50% - 392.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:352.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 395.001px;-ms-flex:0 0 395.001px;flex:0 0 395.001px;max-width:395.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 394.999px);max-width:-moz-calc(50% - 394.999px);max-width:calc(50% - 394.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:355.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 394.999px);max-width:-moz-calc(50% - 394.999px);max-width:calc(50% - 394.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:355.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 397.501px;-ms-flex:0 0 397.501px;flex:0 0 397.501px;max-width:397.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 397.499px);max-width:-moz-calc(50% - 397.499px);max-width:calc(50% - 397.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:357.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 397.499px);max-width:-moz-calc(50% - 397.499px);max-width:calc(50% - 397.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:357.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"]{-webkit-flex:0 0 400.001px;-ms-flex:0 0 400.001px;flex:0 0 400.001px;max-width:400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content{max-width:360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 399.999px);max-width:-moz-calc(50% - 399.999px);max-width:calc(50% - 399.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content{max-width:360.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:440.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:440.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:440.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 466.66767px;-ms-flex:0 0 466.66767px;flex:0 0 466.66767px;max-width:466.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:426.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 233.33233px);max-width:-moz-calc(50% - 233.33233px);max-width:calc(50% - 233.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:426.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 470.001px;-ms-flex:0 0 470.001px;flex:0 0 470.001px;max-width:470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 234.999px);max-width:-moz-calc(50% - 234.999px);max-width:calc(50% - 234.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 234.999px);max-width:-moz-calc(50% - 234.999px);max-width:calc(50% - 234.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 473.33433px;-ms-flex:0 0 473.33433px;flex:0 0 473.33433px;max-width:473.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 236.66567px);max-width:-moz-calc(50% - 236.66567px);max-width:calc(50% - 236.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:433.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 236.66567px);max-width:-moz-calc(50% - 236.66567px);max-width:calc(50% - 236.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:433.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 476.66767px;-ms-flex:0 0 476.66767px;flex:0 0 476.66767px;max-width:476.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 238.33233px);max-width:-moz-calc(50% - 238.33233px);max-width:calc(50% - 238.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:436.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 238.33233px);max-width:-moz-calc(50% - 238.33233px);max-width:calc(50% - 238.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:436.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 480.001px;-ms-flex:0 0 480.001px;flex:0 0 480.001px;max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 239.999px);max-width:-moz-calc(50% - 239.999px);max-width:calc(50% - 239.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 483.33433px;-ms-flex:0 0 483.33433px;flex:0 0 483.33433px;max-width:483.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 241.66567px);max-width:-moz-calc(50% - 241.66567px);max-width:calc(50% - 241.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:443.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 241.66567px);max-width:-moz-calc(50% - 241.66567px);max-width:calc(50% - 241.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:443.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 486.66767px;-ms-flex:0 0 486.66767px;flex:0 0 486.66767px;max-width:486.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 243.33233px);max-width:-moz-calc(50% - 243.33233px);max-width:calc(50% - 243.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:446.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 243.33233px);max-width:-moz-calc(50% - 243.33233px);max-width:calc(50% - 243.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:446.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 490.001px;-ms-flex:0 0 490.001px;flex:0 0 490.001px;max-width:490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 244.999px);max-width:-moz-calc(50% - 244.999px);max-width:calc(50% - 244.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 244.999px);max-width:-moz-calc(50% - 244.999px);max-width:calc(50% - 244.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 493.33433px;-ms-flex:0 0 493.33433px;flex:0 0 493.33433px;max-width:493.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 246.66567px);max-width:-moz-calc(50% - 246.66567px);max-width:calc(50% - 246.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:453.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 246.66567px);max-width:-moz-calc(50% - 246.66567px);max-width:calc(50% - 246.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:453.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 496.66767px;-ms-flex:0 0 496.66767px;flex:0 0 496.66767px;max-width:496.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 248.33233px);max-width:-moz-calc(50% - 248.33233px);max-width:calc(50% - 248.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:456.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 248.33233px);max-width:-moz-calc(50% - 248.33233px);max-width:calc(50% - 248.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:456.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 500.001px;-ms-flex:0 0 500.001px;flex:0 0 500.001px;max-width:500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 249.999px);max-width:-moz-calc(50% - 249.999px);max-width:calc(50% - 249.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 249.999px);max-width:-moz-calc(50% - 249.999px);max-width:calc(50% - 249.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 503.33433px;-ms-flex:0 0 503.33433px;flex:0 0 503.33433px;max-width:503.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 251.66567px);max-width:-moz-calc(50% - 251.66567px);max-width:calc(50% - 251.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:463.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 251.66567px);max-width:-moz-calc(50% - 251.66567px);max-width:calc(50% - 251.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:463.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 506.66767px;-ms-flex:0 0 506.66767px;flex:0 0 506.66767px;max-width:506.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 253.33233px);max-width:-moz-calc(50% - 253.33233px);max-width:calc(50% - 253.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:466.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 253.33233px);max-width:-moz-calc(50% - 253.33233px);max-width:calc(50% - 253.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:466.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 510.001px;-ms-flex:0 0 510.001px;flex:0 0 510.001px;max-width:510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 254.999px);max-width:-moz-calc(50% - 254.999px);max-width:calc(50% - 254.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 254.999px);max-width:-moz-calc(50% - 254.999px);max-width:calc(50% - 254.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 513.33433px;-ms-flex:0 0 513.33433px;flex:0 0 513.33433px;max-width:513.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 256.66567px);max-width:-moz-calc(50% - 256.66567px);max-width:calc(50% - 256.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:473.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 256.66567px);max-width:-moz-calc(50% - 256.66567px);max-width:calc(50% - 256.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:473.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 516.66767px;-ms-flex:0 0 516.66767px;flex:0 0 516.66767px;max-width:516.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 258.33233px);max-width:-moz-calc(50% - 258.33233px);max-width:calc(50% - 258.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:476.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 258.33233px);max-width:-moz-calc(50% - 258.33233px);max-width:calc(50% - 258.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:476.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 520.001px;-ms-flex:0 0 520.001px;flex:0 0 520.001px;max-width:520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 259.999px);max-width:-moz-calc(50% - 259.999px);max-width:calc(50% - 259.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 259.999px);max-width:-moz-calc(50% - 259.999px);max-width:calc(50% - 259.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 523.33433px;-ms-flex:0 0 523.33433px;flex:0 0 523.33433px;max-width:523.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 261.66567px);max-width:-moz-calc(50% - 261.66567px);max-width:calc(50% - 261.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:483.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 261.66567px);max-width:-moz-calc(50% - 261.66567px);max-width:calc(50% - 261.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:483.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 526.66767px;-ms-flex:0 0 526.66767px;flex:0 0 526.66767px;max-width:526.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 263.33233px);max-width:-moz-calc(50% - 263.33233px);max-width:calc(50% - 263.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:486.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 263.33233px);max-width:-moz-calc(50% - 263.33233px);max-width:calc(50% - 263.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:486.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 530.001px;-ms-flex:0 0 530.001px;flex:0 0 530.001px;max-width:530.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 264.999px);max-width:-moz-calc(50% - 264.999px);max-width:calc(50% - 264.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 264.999px);max-width:-moz-calc(50% - 264.999px);max-width:calc(50% - 264.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"]{-webkit-flex:0 0 533.33433px;-ms-flex:0 0 533.33433px;flex:0 0 533.33433px;max-width:533.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 266.66567px);max-width:-moz-calc(50% - 266.66567px);max-width:calc(50% - 266.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content{max-width:493.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 266.66567px);max-width:-moz-calc(50% - 266.66567px);max-width:calc(50% - 266.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content{max-width:493.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 576.001px;-ms-flex:0 0 576.001px;flex:0 0 576.001px;max-width:576.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:536.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:536.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:536.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 560.001px;-ms-flex:0 0 560.001px;flex:0 0 560.001px;max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 139.999px);max-width:-moz-calc(50% - 139.999px);max-width:calc(50% - 139.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 564.001px;-ms-flex:0 0 564.001px;flex:0 0 564.001px;max-width:564.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 140.999px);max-width:-moz-calc(50% - 140.999px);max-width:calc(50% - 140.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:524.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 140.999px);max-width:-moz-calc(50% - 140.999px);max-width:calc(50% - 140.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:524.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 568.001px;-ms-flex:0 0 568.001px;flex:0 0 568.001px;max-width:568.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 141.999px);max-width:-moz-calc(50% - 141.999px);max-width:calc(50% - 141.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:528.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 141.999px);max-width:-moz-calc(50% - 141.999px);max-width:calc(50% - 141.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:528.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 572.001px;-ms-flex:0 0 572.001px;flex:0 0 572.001px;max-width:572.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 142.999px);max-width:-moz-calc(50% - 142.999px);max-width:calc(50% - 142.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:532.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 142.999px);max-width:-moz-calc(50% - 142.999px);max-width:calc(50% - 142.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:532.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 576.001px;-ms-flex:0 0 576.001px;flex:0 0 576.001px;max-width:576.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:536.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 143.999px);max-width:-moz-calc(50% - 143.999px);max-width:calc(50% - 143.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:536.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 580.001px;-ms-flex:0 0 580.001px;flex:0 0 580.001px;max-width:580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 144.999px);max-width:-moz-calc(50% - 144.999px);max-width:calc(50% - 144.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 144.999px);max-width:-moz-calc(50% - 144.999px);max-width:calc(50% - 144.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 584.001px;-ms-flex:0 0 584.001px;flex:0 0 584.001px;max-width:584.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 145.999px);max-width:-moz-calc(50% - 145.999px);max-width:calc(50% - 145.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:544.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 145.999px);max-width:-moz-calc(50% - 145.999px);max-width:calc(50% - 145.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:544.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 588.001px;-ms-flex:0 0 588.001px;flex:0 0 588.001px;max-width:588.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 146.999px);max-width:-moz-calc(50% - 146.999px);max-width:calc(50% - 146.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:548.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 146.999px);max-width:-moz-calc(50% - 146.999px);max-width:calc(50% - 146.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:548.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 592.001px;-ms-flex:0 0 592.001px;flex:0 0 592.001px;max-width:592.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 147.999px);max-width:-moz-calc(50% - 147.999px);max-width:calc(50% - 147.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:552.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 147.999px);max-width:-moz-calc(50% - 147.999px);max-width:calc(50% - 147.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:552.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 596.001px;-ms-flex:0 0 596.001px;flex:0 0 596.001px;max-width:596.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 148.999px);max-width:-moz-calc(50% - 148.999px);max-width:calc(50% - 148.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:556.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 148.999px);max-width:-moz-calc(50% - 148.999px);max-width:calc(50% - 148.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:556.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 149.999px);max-width:-moz-calc(50% - 149.999px);max-width:calc(50% - 149.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 149.999px);max-width:-moz-calc(50% - 149.999px);max-width:calc(50% - 149.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 604.001px;-ms-flex:0 0 604.001px;flex:0 0 604.001px;max-width:604.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 150.999px);max-width:-moz-calc(50% - 150.999px);max-width:calc(50% - 150.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:564.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 150.999px);max-width:-moz-calc(50% - 150.999px);max-width:calc(50% - 150.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:564.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 608.001px;-ms-flex:0 0 608.001px;flex:0 0 608.001px;max-width:608.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 151.999px);max-width:-moz-calc(50% - 151.999px);max-width:calc(50% - 151.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:568.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 151.999px);max-width:-moz-calc(50% - 151.999px);max-width:calc(50% - 151.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:568.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 612.001px;-ms-flex:0 0 612.001px;flex:0 0 612.001px;max-width:612.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 152.999px);max-width:-moz-calc(50% - 152.999px);max-width:calc(50% - 152.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:572.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 152.999px);max-width:-moz-calc(50% - 152.999px);max-width:calc(50% - 152.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:572.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 616.001px;-ms-flex:0 0 616.001px;flex:0 0 616.001px;max-width:616.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 153.999px);max-width:-moz-calc(50% - 153.999px);max-width:calc(50% - 153.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:576.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 153.999px);max-width:-moz-calc(50% - 153.999px);max-width:calc(50% - 153.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:576.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 620.001px;-ms-flex:0 0 620.001px;flex:0 0 620.001px;max-width:620.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 154.999px);max-width:-moz-calc(50% - 154.999px);max-width:calc(50% - 154.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 154.999px);max-width:-moz-calc(50% - 154.999px);max-width:calc(50% - 154.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 624.001px;-ms-flex:0 0 624.001px;flex:0 0 624.001px;max-width:624.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 155.999px);max-width:-moz-calc(50% - 155.999px);max-width:calc(50% - 155.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:584.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 155.999px);max-width:-moz-calc(50% - 155.999px);max-width:calc(50% - 155.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:584.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 628.001px;-ms-flex:0 0 628.001px;flex:0 0 628.001px;max-width:628.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 156.999px);max-width:-moz-calc(50% - 156.999px);max-width:calc(50% - 156.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:588.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 156.999px);max-width:-moz-calc(50% - 156.999px);max-width:calc(50% - 156.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:588.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 632.001px;-ms-flex:0 0 632.001px;flex:0 0 632.001px;max-width:632.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 157.999px);max-width:-moz-calc(50% - 157.999px);max-width:calc(50% - 157.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:592.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 157.999px);max-width:-moz-calc(50% - 157.999px);max-width:calc(50% - 157.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:592.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 636.001px;-ms-flex:0 0 636.001px;flex:0 0 636.001px;max-width:636.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 158.999px);max-width:-moz-calc(50% - 158.999px);max-width:calc(50% - 158.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:596.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 158.999px);max-width:-moz-calc(50% - 158.999px);max-width:calc(50% - 158.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:596.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"]{-webkit-flex:0 0 640.001px;-ms-flex:0 0 640.001px;flex:0 0 640.001px;max-width:640.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 159.999px);max-width:-moz-calc(50% - 159.999px);max-width:calc(50% - 159.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content{max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 159.999px);max-width:-moz-calc(50% - 159.999px);max-width:calc(50% - 159.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content{max-width:600.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:560.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:560.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:560.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 583.33433px;-ms-flex:0 0 583.33433px;flex:0 0 583.33433px;max-width:583.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:543.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 116.66567px);max-width:-moz-calc(50% - 116.66567px);max-width:calc(50% - 116.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:543.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 587.501px;-ms-flex:0 0 587.501px;flex:0 0 587.501px;max-width:587.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 117.499px);max-width:-moz-calc(50% - 117.499px);max-width:calc(50% - 117.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:547.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 117.499px);max-width:-moz-calc(50% - 117.499px);max-width:calc(50% - 117.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:547.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 591.66767px;-ms-flex:0 0 591.66767px;flex:0 0 591.66767px;max-width:591.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 118.33233px);max-width:-moz-calc(50% - 118.33233px);max-width:calc(50% - 118.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:551.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 118.33233px);max-width:-moz-calc(50% - 118.33233px);max-width:calc(50% - 118.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:551.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 595.83433px;-ms-flex:0 0 595.83433px;flex:0 0 595.83433px;max-width:595.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.16567px);max-width:-moz-calc(50% - 119.16567px);max-width:calc(50% - 119.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:555.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.16567px);max-width:-moz-calc(50% - 119.16567px);max-width:calc(50% - 119.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:555.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 600.001px;-ms-flex:0 0 600.001px;flex:0 0 600.001px;max-width:600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 119.999px);max-width:-moz-calc(50% - 119.999px);max-width:calc(50% - 119.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 604.16767px;-ms-flex:0 0 604.16767px;flex:0 0 604.16767px;max-width:604.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 120.83233px);max-width:-moz-calc(50% - 120.83233px);max-width:calc(50% - 120.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:564.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 120.83233px);max-width:-moz-calc(50% - 120.83233px);max-width:calc(50% - 120.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:564.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 608.33433px;-ms-flex:0 0 608.33433px;flex:0 0 608.33433px;max-width:608.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 121.66567px);max-width:-moz-calc(50% - 121.66567px);max-width:calc(50% - 121.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:568.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 121.66567px);max-width:-moz-calc(50% - 121.66567px);max-width:calc(50% - 121.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:568.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 612.501px;-ms-flex:0 0 612.501px;flex:0 0 612.501px;max-width:612.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 122.499px);max-width:-moz-calc(50% - 122.499px);max-width:calc(50% - 122.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:572.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 122.499px);max-width:-moz-calc(50% - 122.499px);max-width:calc(50% - 122.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:572.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 616.66767px;-ms-flex:0 0 616.66767px;flex:0 0 616.66767px;max-width:616.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.33233px);max-width:-moz-calc(50% - 123.33233px);max-width:calc(50% - 123.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:576.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 123.33233px);max-width:-moz-calc(50% - 123.33233px);max-width:calc(50% - 123.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:576.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 620.83433px;-ms-flex:0 0 620.83433px;flex:0 0 620.83433px;max-width:620.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.16567px);max-width:-moz-calc(50% - 124.16567px);max-width:calc(50% - 124.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:580.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.16567px);max-width:-moz-calc(50% - 124.16567px);max-width:calc(50% - 124.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:580.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 625.001px;-ms-flex:0 0 625.001px;flex:0 0 625.001px;max-width:625.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:585.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 124.999px);max-width:-moz-calc(50% - 124.999px);max-width:calc(50% - 124.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:585.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 629.16767px;-ms-flex:0 0 629.16767px;flex:0 0 629.16767px;max-width:629.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 125.83233px);max-width:-moz-calc(50% - 125.83233px);max-width:calc(50% - 125.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:589.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 125.83233px);max-width:-moz-calc(50% - 125.83233px);max-width:calc(50% - 125.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:589.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 633.33433px;-ms-flex:0 0 633.33433px;flex:0 0 633.33433px;max-width:633.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 126.66567px);max-width:-moz-calc(50% - 126.66567px);max-width:calc(50% - 126.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:593.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 126.66567px);max-width:-moz-calc(50% - 126.66567px);max-width:calc(50% - 126.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:593.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 637.501px;-ms-flex:0 0 637.501px;flex:0 0 637.501px;max-width:637.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 127.499px);max-width:-moz-calc(50% - 127.499px);max-width:calc(50% - 127.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:597.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 127.499px);max-width:-moz-calc(50% - 127.499px);max-width:calc(50% - 127.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:597.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 641.66767px;-ms-flex:0 0 641.66767px;flex:0 0 641.66767px;max-width:641.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 128.33233px);max-width:-moz-calc(50% - 128.33233px);max-width:calc(50% - 128.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:601.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 128.33233px);max-width:-moz-calc(50% - 128.33233px);max-width:calc(50% - 128.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:601.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 645.83433px;-ms-flex:0 0 645.83433px;flex:0 0 645.83433px;max-width:645.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.16567px);max-width:-moz-calc(50% - 129.16567px);max-width:calc(50% - 129.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:605.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.16567px);max-width:-moz-calc(50% - 129.16567px);max-width:calc(50% - 129.16567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:605.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 650.001px;-ms-flex:0 0 650.001px;flex:0 0 650.001px;max-width:650.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:610.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 129.999px);max-width:-moz-calc(50% - 129.999px);max-width:calc(50% - 129.999px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:610.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 654.16767px;-ms-flex:0 0 654.16767px;flex:0 0 654.16767px;max-width:654.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 130.83233px);max-width:-moz-calc(50% - 130.83233px);max-width:calc(50% - 130.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:614.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 130.83233px);max-width:-moz-calc(50% - 130.83233px);max-width:calc(50% - 130.83233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:614.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 658.33433px;-ms-flex:0 0 658.33433px;flex:0 0 658.33433px;max-width:658.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 131.66567px);max-width:-moz-calc(50% - 131.66567px);max-width:calc(50% - 131.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:618.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 131.66567px);max-width:-moz-calc(50% - 131.66567px);max-width:calc(50% - 131.66567px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:618.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 662.501px;-ms-flex:0 0 662.501px;flex:0 0 662.501px;max-width:662.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 132.499px);max-width:-moz-calc(50% - 132.499px);max-width:calc(50% - 132.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:622.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 132.499px);max-width:-moz-calc(50% - 132.499px);max-width:calc(50% - 132.499px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:622.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"]{-webkit-flex:0 0 666.66767px;-ms-flex:0 0 666.66767px;flex:0 0 666.66767px;max-width:666.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 133.33233px);max-width:-moz-calc(50% - 133.33233px);max-width:calc(50% - 133.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content{max-width:626.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - 133.33233px);max-width:-moz-calc(50% - 133.33233px);max-width:calc(50% - 133.33233px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content{max-width:626.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:680.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:680.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:680.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 700.001px;-ms-flex:0 0 700.001px;flex:0 0 700.001px;max-width:700.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:660.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 705.001px;-ms-flex:0 0 705.001px;flex:0 0 705.001px;max-width:705.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:665.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:665.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 710.001px;-ms-flex:0 0 710.001px;flex:0 0 710.001px;max-width:710.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:670.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:670.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 715.001px;-ms-flex:0 0 715.001px;flex:0 0 715.001px;max-width:715.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:675.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:675.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 720.001px;-ms-flex:0 0 720.001px;flex:0 0 720.001px;max-width:720.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:680.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:680.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 725.001px;-ms-flex:0 0 725.001px;flex:0 0 725.001px;max-width:725.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:685.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:685.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 730.001px;-ms-flex:0 0 730.001px;flex:0 0 730.001px;max-width:730.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:690.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:690.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 735.001px;-ms-flex:0 0 735.001px;flex:0 0 735.001px;max-width:735.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:695.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:695.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 740.001px;-ms-flex:0 0 740.001px;flex:0 0 740.001px;max-width:740.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:700.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:700.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 745.001px;-ms-flex:0 0 745.001px;flex:0 0 745.001px;max-width:745.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:705.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:705.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 750.001px;-ms-flex:0 0 750.001px;flex:0 0 750.001px;max-width:750.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:710.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:710.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 755.001px;-ms-flex:0 0 755.001px;flex:0 0 755.001px;max-width:755.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:715.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:715.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 760.001px;-ms-flex:0 0 760.001px;flex:0 0 760.001px;max-width:760.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:720.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:720.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 765.001px;-ms-flex:0 0 765.001px;flex:0 0 765.001px;max-width:765.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:725.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:725.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 770.001px;-ms-flex:0 0 770.001px;flex:0 0 770.001px;max-width:770.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:730.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:730.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 775.001px;-ms-flex:0 0 775.001px;flex:0 0 775.001px;max-width:775.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:735.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:735.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 780.001px;-ms-flex:0 0 780.001px;flex:0 0 780.001px;max-width:780.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:740.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:740.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 785.001px;-ms-flex:0 0 785.001px;flex:0 0 785.001px;max-width:785.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:745.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:745.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 790.001px;-ms-flex:0 0 790.001px;flex:0 0 790.001px;max-width:790.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:750.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:750.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 795.001px;-ms-flex:0 0 795.001px;flex:0 0 795.001px;max-width:795.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:755.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:755.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"]{-webkit-flex:0 0 800.001px;-ms-flex:0 0 800.001px;flex:0 0 800.001px;max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content{max-width:760.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -.001px);max-width:-moz-calc(50% - -.001px);max-width:calc(50% - -.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content{max-width:760.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:800.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:800.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:800.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 816.66767px;-ms-flex:0 0 816.66767px;flex:0 0 816.66767px;max-width:816.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:776.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -116.66767px);max-width:-moz-calc(50% - -116.66767px);max-width:calc(50% - -116.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:776.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 822.501px;-ms-flex:0 0 822.501px;flex:0 0 822.501px;max-width:822.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -117.501px);max-width:-moz-calc(50% - -117.501px);max-width:calc(50% - -117.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:782.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -117.501px);max-width:-moz-calc(50% - -117.501px);max-width:calc(50% - -117.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:782.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 828.33433px;-ms-flex:0 0 828.33433px;flex:0 0 828.33433px;max-width:828.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -118.33433px);max-width:-moz-calc(50% - -118.33433px);max-width:calc(50% - -118.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:788.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -118.33433px);max-width:-moz-calc(50% - -118.33433px);max-width:calc(50% - -118.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:788.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 834.16767px;-ms-flex:0 0 834.16767px;flex:0 0 834.16767px;max-width:834.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -119.16767px);max-width:-moz-calc(50% - -119.16767px);max-width:calc(50% - -119.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:794.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -119.16767px);max-width:-moz-calc(50% - -119.16767px);max-width:calc(50% - -119.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:794.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.001px);max-width:-moz-calc(50% - -120.001px);max-width:calc(50% - -120.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 845.83433px;-ms-flex:0 0 845.83433px;flex:0 0 845.83433px;max-width:845.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.83433px);max-width:-moz-calc(50% - -120.83433px);max-width:calc(50% - -120.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:805.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -120.83433px);max-width:-moz-calc(50% - -120.83433px);max-width:calc(50% - -120.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:805.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 851.66767px;-ms-flex:0 0 851.66767px;flex:0 0 851.66767px;max-width:851.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -121.66767px);max-width:-moz-calc(50% - -121.66767px);max-width:calc(50% - -121.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:811.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -121.66767px);max-width:-moz-calc(50% - -121.66767px);max-width:calc(50% - -121.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:811.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 857.501px;-ms-flex:0 0 857.501px;flex:0 0 857.501px;max-width:857.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -122.501px);max-width:-moz-calc(50% - -122.501px);max-width:calc(50% - -122.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:817.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -122.501px);max-width:-moz-calc(50% - -122.501px);max-width:calc(50% - -122.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:817.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 863.33433px;-ms-flex:0 0 863.33433px;flex:0 0 863.33433px;max-width:863.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -123.33433px);max-width:-moz-calc(50% - -123.33433px);max-width:calc(50% - -123.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:823.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -123.33433px);max-width:-moz-calc(50% - -123.33433px);max-width:calc(50% - -123.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:823.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 869.16767px;-ms-flex:0 0 869.16767px;flex:0 0 869.16767px;max-width:869.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.16767px);max-width:-moz-calc(50% - -124.16767px);max-width:calc(50% - -124.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:829.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -124.16767px);max-width:-moz-calc(50% - -124.16767px);max-width:calc(50% - -124.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:829.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 875.001px;-ms-flex:0 0 875.001px;flex:0 0 875.001px;max-width:875.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:835.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.001px);max-width:-moz-calc(50% - -125.001px);max-width:calc(50% - -125.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:835.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 880.83433px;-ms-flex:0 0 880.83433px;flex:0 0 880.83433px;max-width:880.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.83433px);max-width:-moz-calc(50% - -125.83433px);max-width:calc(50% - -125.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:840.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -125.83433px);max-width:-moz-calc(50% - -125.83433px);max-width:calc(50% - -125.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:840.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 886.66767px;-ms-flex:0 0 886.66767px;flex:0 0 886.66767px;max-width:886.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -126.66767px);max-width:-moz-calc(50% - -126.66767px);max-width:calc(50% - -126.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:846.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -126.66767px);max-width:-moz-calc(50% - -126.66767px);max-width:calc(50% - -126.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:846.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 892.501px;-ms-flex:0 0 892.501px;flex:0 0 892.501px;max-width:892.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -127.501px);max-width:-moz-calc(50% - -127.501px);max-width:calc(50% - -127.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:852.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -127.501px);max-width:-moz-calc(50% - -127.501px);max-width:calc(50% - -127.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:852.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 898.33433px;-ms-flex:0 0 898.33433px;flex:0 0 898.33433px;max-width:898.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -128.33433px);max-width:-moz-calc(50% - -128.33433px);max-width:calc(50% - -128.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:858.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -128.33433px);max-width:-moz-calc(50% - -128.33433px);max-width:calc(50% - -128.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:858.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 904.16767px;-ms-flex:0 0 904.16767px;flex:0 0 904.16767px;max-width:904.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -129.16767px);max-width:-moz-calc(50% - -129.16767px);max-width:calc(50% - -129.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:864.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -129.16767px);max-width:-moz-calc(50% - -129.16767px);max-width:calc(50% - -129.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:864.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 910.001px;-ms-flex:0 0 910.001px;flex:0 0 910.001px;max-width:910.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:870.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.001px);max-width:-moz-calc(50% - -130.001px);max-width:calc(50% - -130.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:870.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 915.83433px;-ms-flex:0 0 915.83433px;flex:0 0 915.83433px;max-width:915.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.83433px);max-width:-moz-calc(50% - -130.83433px);max-width:calc(50% - -130.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:875.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -130.83433px);max-width:-moz-calc(50% - -130.83433px);max-width:calc(50% - -130.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:875.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 921.66767px;-ms-flex:0 0 921.66767px;flex:0 0 921.66767px;max-width:921.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -131.66767px);max-width:-moz-calc(50% - -131.66767px);max-width:calc(50% - -131.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:881.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -131.66767px);max-width:-moz-calc(50% - -131.66767px);max-width:calc(50% - -131.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:881.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 927.501px;-ms-flex:0 0 927.501px;flex:0 0 927.501px;max-width:927.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -132.501px);max-width:-moz-calc(50% - -132.501px);max-width:calc(50% - -132.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:887.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -132.501px);max-width:-moz-calc(50% - -132.501px);max-width:calc(50% - -132.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:887.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -133.33433px);max-width:-moz-calc(50% - -133.33433px);max-width:calc(50% - -133.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -133.33433px);max-width:-moz-calc(50% - -133.33433px);max-width:calc(50% - -133.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 864.001px;-ms-flex:0 0 864.001px;flex:0 0 864.001px;max-width:864.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:824.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:824.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:824.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 840.001px;-ms-flex:0 0 840.001px;flex:0 0 840.001px;max-width:840.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -140.001px);max-width:-moz-calc(50% - -140.001px);max-width:calc(50% - -140.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:800.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 846.001px;-ms-flex:0 0 846.001px;flex:0 0 846.001px;max-width:846.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -141.001px);max-width:-moz-calc(50% - -141.001px);max-width:calc(50% - -141.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:806.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -141.001px);max-width:-moz-calc(50% - -141.001px);max-width:calc(50% - -141.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:806.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 852.001px;-ms-flex:0 0 852.001px;flex:0 0 852.001px;max-width:852.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -142.001px);max-width:-moz-calc(50% - -142.001px);max-width:calc(50% - -142.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:812.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -142.001px);max-width:-moz-calc(50% - -142.001px);max-width:calc(50% - -142.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:812.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 858.001px;-ms-flex:0 0 858.001px;flex:0 0 858.001px;max-width:858.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -143.001px);max-width:-moz-calc(50% - -143.001px);max-width:calc(50% - -143.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:818.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -143.001px);max-width:-moz-calc(50% - -143.001px);max-width:calc(50% - -143.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:818.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 864.001px;-ms-flex:0 0 864.001px;flex:0 0 864.001px;max-width:864.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:824.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -144.001px);max-width:-moz-calc(50% - -144.001px);max-width:calc(50% - -144.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:824.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 870.001px;-ms-flex:0 0 870.001px;flex:0 0 870.001px;max-width:870.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -145.001px);max-width:-moz-calc(50% - -145.001px);max-width:calc(50% - -145.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:830.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -145.001px);max-width:-moz-calc(50% - -145.001px);max-width:calc(50% - -145.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:830.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 876.001px;-ms-flex:0 0 876.001px;flex:0 0 876.001px;max-width:876.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -146.001px);max-width:-moz-calc(50% - -146.001px);max-width:calc(50% - -146.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:836.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -146.001px);max-width:-moz-calc(50% - -146.001px);max-width:calc(50% - -146.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:836.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 882.001px;-ms-flex:0 0 882.001px;flex:0 0 882.001px;max-width:882.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -147.001px);max-width:-moz-calc(50% - -147.001px);max-width:calc(50% - -147.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:842.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -147.001px);max-width:-moz-calc(50% - -147.001px);max-width:calc(50% - -147.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:842.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 888.001px;-ms-flex:0 0 888.001px;flex:0 0 888.001px;max-width:888.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -148.001px);max-width:-moz-calc(50% - -148.001px);max-width:calc(50% - -148.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:848.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -148.001px);max-width:-moz-calc(50% - -148.001px);max-width:calc(50% - -148.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:848.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 894.001px;-ms-flex:0 0 894.001px;flex:0 0 894.001px;max-width:894.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -149.001px);max-width:-moz-calc(50% - -149.001px);max-width:calc(50% - -149.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:854.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -149.001px);max-width:-moz-calc(50% - -149.001px);max-width:calc(50% - -149.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:854.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 900.001px;-ms-flex:0 0 900.001px;flex:0 0 900.001px;max-width:900.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -150.001px);max-width:-moz-calc(50% - -150.001px);max-width:calc(50% - -150.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -150.001px);max-width:-moz-calc(50% - -150.001px);max-width:calc(50% - -150.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:860.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 906.001px;-ms-flex:0 0 906.001px;flex:0 0 906.001px;max-width:906.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -151.001px);max-width:-moz-calc(50% - -151.001px);max-width:calc(50% - -151.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:866.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -151.001px);max-width:-moz-calc(50% - -151.001px);max-width:calc(50% - -151.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:866.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 912.001px;-ms-flex:0 0 912.001px;flex:0 0 912.001px;max-width:912.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -152.001px);max-width:-moz-calc(50% - -152.001px);max-width:calc(50% - -152.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:872.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -152.001px);max-width:-moz-calc(50% - -152.001px);max-width:calc(50% - -152.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:872.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 918.001px;-ms-flex:0 0 918.001px;flex:0 0 918.001px;max-width:918.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -153.001px);max-width:-moz-calc(50% - -153.001px);max-width:calc(50% - -153.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:878.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -153.001px);max-width:-moz-calc(50% - -153.001px);max-width:calc(50% - -153.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:878.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 924.001px;-ms-flex:0 0 924.001px;flex:0 0 924.001px;max-width:924.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -154.001px);max-width:-moz-calc(50% - -154.001px);max-width:calc(50% - -154.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:884.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -154.001px);max-width:-moz-calc(50% - -154.001px);max-width:calc(50% - -154.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:884.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 930.001px;-ms-flex:0 0 930.001px;flex:0 0 930.001px;max-width:930.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -155.001px);max-width:-moz-calc(50% - -155.001px);max-width:calc(50% - -155.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:890.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -155.001px);max-width:-moz-calc(50% - -155.001px);max-width:calc(50% - -155.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:890.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 936.001px;-ms-flex:0 0 936.001px;flex:0 0 936.001px;max-width:936.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -156.001px);max-width:-moz-calc(50% - -156.001px);max-width:calc(50% - -156.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:896.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -156.001px);max-width:-moz-calc(50% - -156.001px);max-width:calc(50% - -156.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:896.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 942.001px;-ms-flex:0 0 942.001px;flex:0 0 942.001px;max-width:942.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -157.001px);max-width:-moz-calc(50% - -157.001px);max-width:calc(50% - -157.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:902.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -157.001px);max-width:-moz-calc(50% - -157.001px);max-width:calc(50% - -157.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:902.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 948.001px;-ms-flex:0 0 948.001px;flex:0 0 948.001px;max-width:948.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -158.001px);max-width:-moz-calc(50% - -158.001px);max-width:calc(50% - -158.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:908.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -158.001px);max-width:-moz-calc(50% - -158.001px);max-width:calc(50% - -158.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:908.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 954.001px;-ms-flex:0 0 954.001px;flex:0 0 954.001px;max-width:954.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -159.001px);max-width:-moz-calc(50% - -159.001px);max-width:calc(50% - -159.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:914.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -159.001px);max-width:-moz-calc(50% - -159.001px);max-width:calc(50% - -159.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:914.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -160.001px);max-width:-moz-calc(50% - -160.001px);max-width:calc(50% - -160.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -160.001px);max-width:-moz-calc(50% - -160.001px);max-width:calc(50% - -160.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:920.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:920.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:920.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 933.33433px;-ms-flex:0 0 933.33433px;flex:0 0 933.33433px;max-width:933.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -233.33433px);max-width:-moz-calc(50% - -233.33433px);max-width:calc(50% - -233.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:893.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 940.001px;-ms-flex:0 0 940.001px;flex:0 0 940.001px;max-width:940.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -235.001px);max-width:-moz-calc(50% - -235.001px);max-width:calc(50% - -235.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:900.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -235.001px);max-width:-moz-calc(50% - -235.001px);max-width:calc(50% - -235.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:900.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 946.66767px;-ms-flex:0 0 946.66767px;flex:0 0 946.66767px;max-width:946.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -236.66767px);max-width:-moz-calc(50% - -236.66767px);max-width:calc(50% - -236.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:906.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -236.66767px);max-width:-moz-calc(50% - -236.66767px);max-width:calc(50% - -236.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:906.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 953.33433px;-ms-flex:0 0 953.33433px;flex:0 0 953.33433px;max-width:953.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -238.33433px);max-width:-moz-calc(50% - -238.33433px);max-width:calc(50% - -238.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:913.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -238.33433px);max-width:-moz-calc(50% - -238.33433px);max-width:calc(50% - -238.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:913.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 960.001px;-ms-flex:0 0 960.001px;flex:0 0 960.001px;max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -240.001px);max-width:-moz-calc(50% - -240.001px);max-width:calc(50% - -240.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:920.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 966.66767px;-ms-flex:0 0 966.66767px;flex:0 0 966.66767px;max-width:966.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -241.66767px);max-width:-moz-calc(50% - -241.66767px);max-width:calc(50% - -241.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:926.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -241.66767px);max-width:-moz-calc(50% - -241.66767px);max-width:calc(50% - -241.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:926.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 973.33433px;-ms-flex:0 0 973.33433px;flex:0 0 973.33433px;max-width:973.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -243.33433px);max-width:-moz-calc(50% - -243.33433px);max-width:calc(50% - -243.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:933.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -243.33433px);max-width:-moz-calc(50% - -243.33433px);max-width:calc(50% - -243.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:933.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 980.001px;-ms-flex:0 0 980.001px;flex:0 0 980.001px;max-width:980.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -245.001px);max-width:-moz-calc(50% - -245.001px);max-width:calc(50% - -245.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:940.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -245.001px);max-width:-moz-calc(50% - -245.001px);max-width:calc(50% - -245.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:940.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 986.66767px;-ms-flex:0 0 986.66767px;flex:0 0 986.66767px;max-width:986.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -246.66767px);max-width:-moz-calc(50% - -246.66767px);max-width:calc(50% - -246.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:946.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -246.66767px);max-width:-moz-calc(50% - -246.66767px);max-width:calc(50% - -246.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:946.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 993.33433px;-ms-flex:0 0 993.33433px;flex:0 0 993.33433px;max-width:993.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -248.33433px);max-width:-moz-calc(50% - -248.33433px);max-width:calc(50% - -248.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:953.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -248.33433px);max-width:-moz-calc(50% - -248.33433px);max-width:calc(50% - -248.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:953.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1000.001px;-ms-flex:0 0 1000.001px;flex:0 0 1000.001px;max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -250.001px);max-width:-moz-calc(50% - -250.001px);max-width:calc(50% - -250.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -250.001px);max-width:-moz-calc(50% - -250.001px);max-width:calc(50% - -250.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:960.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1006.66767px;-ms-flex:0 0 1006.66767px;flex:0 0 1006.66767px;max-width:1006.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -251.66767px);max-width:-moz-calc(50% - -251.66767px);max-width:calc(50% - -251.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:966.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -251.66767px);max-width:-moz-calc(50% - -251.66767px);max-width:calc(50% - -251.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:966.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1013.33433px;-ms-flex:0 0 1013.33433px;flex:0 0 1013.33433px;max-width:1013.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -253.33433px);max-width:-moz-calc(50% - -253.33433px);max-width:calc(50% - -253.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:973.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -253.33433px);max-width:-moz-calc(50% - -253.33433px);max-width:calc(50% - -253.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:973.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1020.001px;-ms-flex:0 0 1020.001px;flex:0 0 1020.001px;max-width:1020.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -255.001px);max-width:-moz-calc(50% - -255.001px);max-width:calc(50% - -255.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:980.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -255.001px);max-width:-moz-calc(50% - -255.001px);max-width:calc(50% - -255.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:980.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1026.66767px;-ms-flex:0 0 1026.66767px;flex:0 0 1026.66767px;max-width:1026.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -256.66767px);max-width:-moz-calc(50% - -256.66767px);max-width:calc(50% - -256.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:986.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -256.66767px);max-width:-moz-calc(50% - -256.66767px);max-width:calc(50% - -256.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:986.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1033.33433px;-ms-flex:0 0 1033.33433px;flex:0 0 1033.33433px;max-width:1033.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -258.33433px);max-width:-moz-calc(50% - -258.33433px);max-width:calc(50% - -258.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:993.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -258.33433px);max-width:-moz-calc(50% - -258.33433px);max-width:calc(50% - -258.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:993.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1040.001px;-ms-flex:0 0 1040.001px;flex:0 0 1040.001px;max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -260.001px);max-width:-moz-calc(50% - -260.001px);max-width:calc(50% - -260.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -260.001px);max-width:-moz-calc(50% - -260.001px);max-width:calc(50% - -260.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:1000.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1046.66767px;-ms-flex:0 0 1046.66767px;flex:0 0 1046.66767px;max-width:1046.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -261.66767px);max-width:-moz-calc(50% - -261.66767px);max-width:calc(50% - -261.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:1006.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -261.66767px);max-width:-moz-calc(50% - -261.66767px);max-width:calc(50% - -261.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:1006.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1053.33433px;-ms-flex:0 0 1053.33433px;flex:0 0 1053.33433px;max-width:1053.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -263.33433px);max-width:-moz-calc(50% - -263.33433px);max-width:calc(50% - -263.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:1013.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -263.33433px);max-width:-moz-calc(50% - -263.33433px);max-width:calc(50% - -263.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:1013.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1060.001px;-ms-flex:0 0 1060.001px;flex:0 0 1060.001px;max-width:1060.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -265.001px);max-width:-moz-calc(50% - -265.001px);max-width:calc(50% - -265.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:1020.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -265.001px);max-width:-moz-calc(50% - -265.001px);max-width:calc(50% - -265.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:1020.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"]{-webkit-flex:0 0 1066.66767px;-ms-flex:0 0 1066.66767px;flex:0 0 1066.66767px;max-width:1066.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -266.66767px);max-width:-moz-calc(50% - -266.66767px);max-width:calc(50% - -266.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content{max-width:1026.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -266.66767px);max-width:-moz-calc(50% - -266.66767px);max-width:calc(50% - -266.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content{max-width:1026.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1040.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1040.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1040.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1050.001px;-ms-flex:0 0 1050.001px;flex:0 0 1050.001px;max-width:1050.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -350.001px);max-width:-moz-calc(50% - -350.001px);max-width:calc(50% - -350.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1010.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1057.501px;-ms-flex:0 0 1057.501px;flex:0 0 1057.501px;max-width:1057.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -352.501px);max-width:-moz-calc(50% - -352.501px);max-width:calc(50% - -352.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1017.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -352.501px);max-width:-moz-calc(50% - -352.501px);max-width:calc(50% - -352.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1017.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1065.001px;-ms-flex:0 0 1065.001px;flex:0 0 1065.001px;max-width:1065.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -355.001px);max-width:-moz-calc(50% - -355.001px);max-width:calc(50% - -355.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1025.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -355.001px);max-width:-moz-calc(50% - -355.001px);max-width:calc(50% - -355.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1025.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1072.501px;-ms-flex:0 0 1072.501px;flex:0 0 1072.501px;max-width:1072.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -357.501px);max-width:-moz-calc(50% - -357.501px);max-width:calc(50% - -357.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1032.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -357.501px);max-width:-moz-calc(50% - -357.501px);max-width:calc(50% - -357.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1032.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1080.001px;-ms-flex:0 0 1080.001px;flex:0 0 1080.001px;max-width:1080.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -360.001px);max-width:-moz-calc(50% - -360.001px);max-width:calc(50% - -360.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1040.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1087.501px;-ms-flex:0 0 1087.501px;flex:0 0 1087.501px;max-width:1087.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -362.501px);max-width:-moz-calc(50% - -362.501px);max-width:calc(50% - -362.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1047.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -362.501px);max-width:-moz-calc(50% - -362.501px);max-width:calc(50% - -362.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1047.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1095.001px;-ms-flex:0 0 1095.001px;flex:0 0 1095.001px;max-width:1095.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -365.001px);max-width:-moz-calc(50% - -365.001px);max-width:calc(50% - -365.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1055.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -365.001px);max-width:-moz-calc(50% - -365.001px);max-width:calc(50% - -365.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1055.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1102.501px;-ms-flex:0 0 1102.501px;flex:0 0 1102.501px;max-width:1102.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -367.501px);max-width:-moz-calc(50% - -367.501px);max-width:calc(50% - -367.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1062.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -367.501px);max-width:-moz-calc(50% - -367.501px);max-width:calc(50% - -367.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1062.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1110.001px;-ms-flex:0 0 1110.001px;flex:0 0 1110.001px;max-width:1110.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -370.001px);max-width:-moz-calc(50% - -370.001px);max-width:calc(50% - -370.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1070.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -370.001px);max-width:-moz-calc(50% - -370.001px);max-width:calc(50% - -370.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1070.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1117.501px;-ms-flex:0 0 1117.501px;flex:0 0 1117.501px;max-width:1117.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.501px);max-width:-moz-calc(50% - -372.501px);max-width:calc(50% - -372.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1077.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -372.501px);max-width:-moz-calc(50% - -372.501px);max-width:calc(50% - -372.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1077.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1125.001px;-ms-flex:0 0 1125.001px;flex:0 0 1125.001px;max-width:1125.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1085.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -375.001px);max-width:-moz-calc(50% - -375.001px);max-width:calc(50% - -375.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1085.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1132.501px;-ms-flex:0 0 1132.501px;flex:0 0 1132.501px;max-width:1132.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -377.501px);max-width:-moz-calc(50% - -377.501px);max-width:calc(50% - -377.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1092.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -377.501px);max-width:-moz-calc(50% - -377.501px);max-width:calc(50% - -377.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1092.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1140.001px;-ms-flex:0 0 1140.001px;flex:0 0 1140.001px;max-width:1140.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -380.001px);max-width:-moz-calc(50% - -380.001px);max-width:calc(50% - -380.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1100.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -380.001px);max-width:-moz-calc(50% - -380.001px);max-width:calc(50% - -380.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1100.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1147.501px;-ms-flex:0 0 1147.501px;flex:0 0 1147.501px;max-width:1147.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -382.501px);max-width:-moz-calc(50% - -382.501px);max-width:calc(50% - -382.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1107.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -382.501px);max-width:-moz-calc(50% - -382.501px);max-width:calc(50% - -382.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1107.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1155.001px;-ms-flex:0 0 1155.001px;flex:0 0 1155.001px;max-width:1155.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -385.001px);max-width:-moz-calc(50% - -385.001px);max-width:calc(50% - -385.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1115.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -385.001px);max-width:-moz-calc(50% - -385.001px);max-width:calc(50% - -385.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1115.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1162.501px;-ms-flex:0 0 1162.501px;flex:0 0 1162.501px;max-width:1162.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -387.501px);max-width:-moz-calc(50% - -387.501px);max-width:calc(50% - -387.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1122.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -387.501px);max-width:-moz-calc(50% - -387.501px);max-width:calc(50% - -387.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1122.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1170.001px;-ms-flex:0 0 1170.001px;flex:0 0 1170.001px;max-width:1170.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1130.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -390.001px);max-width:-moz-calc(50% - -390.001px);max-width:calc(50% - -390.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1130.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1177.501px;-ms-flex:0 0 1177.501px;flex:0 0 1177.501px;max-width:1177.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -392.501px);max-width:-moz-calc(50% - -392.501px);max-width:calc(50% - -392.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1137.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -392.501px);max-width:-moz-calc(50% - -392.501px);max-width:calc(50% - -392.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1137.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1185.001px;-ms-flex:0 0 1185.001px;flex:0 0 1185.001px;max-width:1185.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -395.001px);max-width:-moz-calc(50% - -395.001px);max-width:calc(50% - -395.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1145.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -395.001px);max-width:-moz-calc(50% - -395.001px);max-width:calc(50% - -395.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1145.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1192.501px;-ms-flex:0 0 1192.501px;flex:0 0 1192.501px;max-width:1192.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -397.501px);max-width:-moz-calc(50% - -397.501px);max-width:calc(50% - -397.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1152.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -397.501px);max-width:-moz-calc(50% - -397.501px);max-width:calc(50% - -397.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1152.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -400.001px);max-width:-moz-calc(50% - -400.001px);max-width:calc(50% - -400.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1152.001px;-ms-flex:0 0 1152.001px;flex:0 0 1152.001px;max-width:1152.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1112.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1112.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1112.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1120.001px;-ms-flex:0 0 1120.001px;flex:0 0 1120.001px;max-width:1120.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1080.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -420.001px);max-width:-moz-calc(50% - -420.001px);max-width:calc(50% - -420.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1080.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1128.001px;-ms-flex:0 0 1128.001px;flex:0 0 1128.001px;max-width:1128.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -423.001px);max-width:-moz-calc(50% - -423.001px);max-width:calc(50% - -423.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1088.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -423.001px);max-width:-moz-calc(50% - -423.001px);max-width:calc(50% - -423.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1088.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1136.001px;-ms-flex:0 0 1136.001px;flex:0 0 1136.001px;max-width:1136.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -426.001px);max-width:-moz-calc(50% - -426.001px);max-width:calc(50% - -426.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1096.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -426.001px);max-width:-moz-calc(50% - -426.001px);max-width:calc(50% - -426.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1096.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1144.001px;-ms-flex:0 0 1144.001px;flex:0 0 1144.001px;max-width:1144.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -429.001px);max-width:-moz-calc(50% - -429.001px);max-width:calc(50% - -429.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1104.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -429.001px);max-width:-moz-calc(50% - -429.001px);max-width:calc(50% - -429.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1104.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1152.001px;-ms-flex:0 0 1152.001px;flex:0 0 1152.001px;max-width:1152.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1112.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -432.001px);max-width:-moz-calc(50% - -432.001px);max-width:calc(50% - -432.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1112.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1160.001px;-ms-flex:0 0 1160.001px;flex:0 0 1160.001px;max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -435.001px);max-width:-moz-calc(50% - -435.001px);max-width:calc(50% - -435.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1120.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -435.001px);max-width:-moz-calc(50% - -435.001px);max-width:calc(50% - -435.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1120.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1168.001px;-ms-flex:0 0 1168.001px;flex:0 0 1168.001px;max-width:1168.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -438.001px);max-width:-moz-calc(50% - -438.001px);max-width:calc(50% - -438.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1128.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -438.001px);max-width:-moz-calc(50% - -438.001px);max-width:calc(50% - -438.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1128.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1176.001px;-ms-flex:0 0 1176.001px;flex:0 0 1176.001px;max-width:1176.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -441.001px);max-width:-moz-calc(50% - -441.001px);max-width:calc(50% - -441.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1136.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -441.001px);max-width:-moz-calc(50% - -441.001px);max-width:calc(50% - -441.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1136.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1184.001px;-ms-flex:0 0 1184.001px;flex:0 0 1184.001px;max-width:1184.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -444.001px);max-width:-moz-calc(50% - -444.001px);max-width:calc(50% - -444.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1144.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -444.001px);max-width:-moz-calc(50% - -444.001px);max-width:calc(50% - -444.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1144.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1192.001px;-ms-flex:0 0 1192.001px;flex:0 0 1192.001px;max-width:1192.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -447.001px);max-width:-moz-calc(50% - -447.001px);max-width:calc(50% - -447.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1152.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -447.001px);max-width:-moz-calc(50% - -447.001px);max-width:calc(50% - -447.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1152.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -450.001px);max-width:-moz-calc(50% - -450.001px);max-width:calc(50% - -450.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1208.001px;-ms-flex:0 0 1208.001px;flex:0 0 1208.001px;max-width:1208.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -453.001px);max-width:-moz-calc(50% - -453.001px);max-width:calc(50% - -453.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1168.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -453.001px);max-width:-moz-calc(50% - -453.001px);max-width:calc(50% - -453.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1168.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1216.001px;-ms-flex:0 0 1216.001px;flex:0 0 1216.001px;max-width:1216.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -456.001px);max-width:-moz-calc(50% - -456.001px);max-width:calc(50% - -456.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1176.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -456.001px);max-width:-moz-calc(50% - -456.001px);max-width:calc(50% - -456.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1176.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1224.001px;-ms-flex:0 0 1224.001px;flex:0 0 1224.001px;max-width:1224.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -459.001px);max-width:-moz-calc(50% - -459.001px);max-width:calc(50% - -459.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1184.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -459.001px);max-width:-moz-calc(50% - -459.001px);max-width:calc(50% - -459.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1184.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1232.001px;-ms-flex:0 0 1232.001px;flex:0 0 1232.001px;max-width:1232.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -462.001px);max-width:-moz-calc(50% - -462.001px);max-width:calc(50% - -462.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1192.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -462.001px);max-width:-moz-calc(50% - -462.001px);max-width:calc(50% - -462.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1192.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1240.001px;-ms-flex:0 0 1240.001px;flex:0 0 1240.001px;max-width:1240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -465.001px);max-width:-moz-calc(50% - -465.001px);max-width:calc(50% - -465.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -465.001px);max-width:-moz-calc(50% - -465.001px);max-width:calc(50% - -465.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1248.001px;-ms-flex:0 0 1248.001px;flex:0 0 1248.001px;max-width:1248.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -468.001px);max-width:-moz-calc(50% - -468.001px);max-width:calc(50% - -468.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1208.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -468.001px);max-width:-moz-calc(50% - -468.001px);max-width:calc(50% - -468.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1208.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1256.001px;-ms-flex:0 0 1256.001px;flex:0 0 1256.001px;max-width:1256.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -471.001px);max-width:-moz-calc(50% - -471.001px);max-width:calc(50% - -471.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1216.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -471.001px);max-width:-moz-calc(50% - -471.001px);max-width:calc(50% - -471.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1216.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1264.001px;-ms-flex:0 0 1264.001px;flex:0 0 1264.001px;max-width:1264.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -474.001px);max-width:-moz-calc(50% - -474.001px);max-width:calc(50% - -474.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1224.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -474.001px);max-width:-moz-calc(50% - -474.001px);max-width:calc(50% - -474.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1224.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1272.001px;-ms-flex:0 0 1272.001px;flex:0 0 1272.001px;max-width:1272.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -477.001px);max-width:-moz-calc(50% - -477.001px);max-width:calc(50% - -477.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1232.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -477.001px);max-width:-moz-calc(50% - -477.001px);max-width:calc(50% - -477.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1232.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"]{-webkit-flex:0 0 1280.001px;-ms-flex:0 0 1280.001px;flex:0 0 1280.001px;max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content{max-width:1240.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content{max-width:1240.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1160.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1160.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1160.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1166.66767px;-ms-flex:0 0 1166.66767px;flex:0 0 1166.66767px;max-width:1166.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1126.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -466.66767px);max-width:-moz-calc(50% - -466.66767px);max-width:calc(50% - -466.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1126.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1175.001px;-ms-flex:0 0 1175.001px;flex:0 0 1175.001px;max-width:1175.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -470.001px);max-width:-moz-calc(50% - -470.001px);max-width:calc(50% - -470.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1135.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -470.001px);max-width:-moz-calc(50% - -470.001px);max-width:calc(50% - -470.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1135.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1183.33433px;-ms-flex:0 0 1183.33433px;flex:0 0 1183.33433px;max-width:1183.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -473.33433px);max-width:-moz-calc(50% - -473.33433px);max-width:calc(50% - -473.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1143.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -473.33433px);max-width:-moz-calc(50% - -473.33433px);max-width:calc(50% - -473.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1143.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1191.66767px;-ms-flex:0 0 1191.66767px;flex:0 0 1191.66767px;max-width:1191.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -476.66767px);max-width:-moz-calc(50% - -476.66767px);max-width:calc(50% - -476.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1151.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -476.66767px);max-width:-moz-calc(50% - -476.66767px);max-width:calc(50% - -476.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1151.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1200.001px;-ms-flex:0 0 1200.001px;flex:0 0 1200.001px;max-width:1200.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -480.001px);max-width:-moz-calc(50% - -480.001px);max-width:calc(50% - -480.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1160.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1208.33433px;-ms-flex:0 0 1208.33433px;flex:0 0 1208.33433px;max-width:1208.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -483.33433px);max-width:-moz-calc(50% - -483.33433px);max-width:calc(50% - -483.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1168.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -483.33433px);max-width:-moz-calc(50% - -483.33433px);max-width:calc(50% - -483.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1168.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1216.66767px;-ms-flex:0 0 1216.66767px;flex:0 0 1216.66767px;max-width:1216.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -486.66767px);max-width:-moz-calc(50% - -486.66767px);max-width:calc(50% - -486.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1176.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -486.66767px);max-width:-moz-calc(50% - -486.66767px);max-width:calc(50% - -486.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1176.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1225.001px;-ms-flex:0 0 1225.001px;flex:0 0 1225.001px;max-width:1225.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -490.001px);max-width:-moz-calc(50% - -490.001px);max-width:calc(50% - -490.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1185.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -490.001px);max-width:-moz-calc(50% - -490.001px);max-width:calc(50% - -490.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1185.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1233.33433px;-ms-flex:0 0 1233.33433px;flex:0 0 1233.33433px;max-width:1233.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -493.33433px);max-width:-moz-calc(50% - -493.33433px);max-width:calc(50% - -493.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1193.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -493.33433px);max-width:-moz-calc(50% - -493.33433px);max-width:calc(50% - -493.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1193.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1241.66767px;-ms-flex:0 0 1241.66767px;flex:0 0 1241.66767px;max-width:1241.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -496.66767px);max-width:-moz-calc(50% - -496.66767px);max-width:calc(50% - -496.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1201.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -496.66767px);max-width:-moz-calc(50% - -496.66767px);max-width:calc(50% - -496.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1201.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1250.001px;-ms-flex:0 0 1250.001px;flex:0 0 1250.001px;max-width:1250.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -500.001px);max-width:-moz-calc(50% - -500.001px);max-width:calc(50% - -500.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1210.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1258.33433px;-ms-flex:0 0 1258.33433px;flex:0 0 1258.33433px;max-width:1258.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -503.33433px);max-width:-moz-calc(50% - -503.33433px);max-width:calc(50% - -503.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1218.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -503.33433px);max-width:-moz-calc(50% - -503.33433px);max-width:calc(50% - -503.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1218.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1266.66767px;-ms-flex:0 0 1266.66767px;flex:0 0 1266.66767px;max-width:1266.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -506.66767px);max-width:-moz-calc(50% - -506.66767px);max-width:calc(50% - -506.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1226.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -506.66767px);max-width:-moz-calc(50% - -506.66767px);max-width:calc(50% - -506.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1226.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1275.001px;-ms-flex:0 0 1275.001px;flex:0 0 1275.001px;max-width:1275.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -510.001px);max-width:-moz-calc(50% - -510.001px);max-width:calc(50% - -510.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1235.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -510.001px);max-width:-moz-calc(50% - -510.001px);max-width:calc(50% - -510.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1235.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -513.33433px);max-width:-moz-calc(50% - -513.33433px);max-width:calc(50% - -513.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -513.33433px);max-width:-moz-calc(50% - -513.33433px);max-width:calc(50% - -513.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1291.66767px;-ms-flex:0 0 1291.66767px;flex:0 0 1291.66767px;max-width:1291.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1251.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -516.66767px);max-width:-moz-calc(50% - -516.66767px);max-width:calc(50% - -516.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1251.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1300.001px;-ms-flex:0 0 1300.001px;flex:0 0 1300.001px;max-width:1300.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -520.001px);max-width:-moz-calc(50% - -520.001px);max-width:calc(50% - -520.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -520.001px);max-width:-moz-calc(50% - -520.001px);max-width:calc(50% - -520.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1260.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1308.33433px;-ms-flex:0 0 1308.33433px;flex:0 0 1308.33433px;max-width:1308.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -523.33433px);max-width:-moz-calc(50% - -523.33433px);max-width:calc(50% - -523.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1268.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -523.33433px);max-width:-moz-calc(50% - -523.33433px);max-width:calc(50% - -523.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1268.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1316.66767px;-ms-flex:0 0 1316.66767px;flex:0 0 1316.66767px;max-width:1316.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -526.66767px);max-width:-moz-calc(50% - -526.66767px);max-width:calc(50% - -526.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1276.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -526.66767px);max-width:-moz-calc(50% - -526.66767px);max-width:calc(50% - -526.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1276.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1325.001px;-ms-flex:0 0 1325.001px;flex:0 0 1325.001px;max-width:1325.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -530.001px);max-width:-moz-calc(50% - -530.001px);max-width:calc(50% - -530.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1285.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -530.001px);max-width:-moz-calc(50% - -530.001px);max-width:calc(50% - -530.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1285.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"]{-webkit-flex:0 0 1333.33433px;-ms-flex:0 0 1333.33433px;flex:0 0 1333.33433px;max-width:1333.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content{max-width:1293.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -533.33433px);max-width:-moz-calc(50% - -533.33433px);max-width:calc(50% - -533.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content{max-width:1293.33433px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1280.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1280.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1280.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1283.33433px;-ms-flex:0 0 1283.33433px;flex:0 0 1283.33433px;max-width:1283.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -583.33433px);max-width:-moz-calc(50% - -583.33433px);max-width:calc(50% - -583.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1243.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1292.501px;-ms-flex:0 0 1292.501px;flex:0 0 1292.501px;max-width:1292.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -587.501px);max-width:-moz-calc(50% - -587.501px);max-width:calc(50% - -587.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1252.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -587.501px);max-width:-moz-calc(50% - -587.501px);max-width:calc(50% - -587.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1252.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1301.66767px;-ms-flex:0 0 1301.66767px;flex:0 0 1301.66767px;max-width:1301.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -591.66767px);max-width:-moz-calc(50% - -591.66767px);max-width:calc(50% - -591.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1261.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -591.66767px);max-width:-moz-calc(50% - -591.66767px);max-width:calc(50% - -591.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1261.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1310.83433px;-ms-flex:0 0 1310.83433px;flex:0 0 1310.83433px;max-width:1310.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -595.83433px);max-width:-moz-calc(50% - -595.83433px);max-width:calc(50% - -595.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1270.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -595.83433px);max-width:-moz-calc(50% - -595.83433px);max-width:calc(50% - -595.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1270.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1320.001px;-ms-flex:0 0 1320.001px;flex:0 0 1320.001px;max-width:1320.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -600.001px);max-width:-moz-calc(50% - -600.001px);max-width:calc(50% - -600.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1280.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1329.16767px;-ms-flex:0 0 1329.16767px;flex:0 0 1329.16767px;max-width:1329.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -604.16767px);max-width:-moz-calc(50% - -604.16767px);max-width:calc(50% - -604.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1289.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -604.16767px);max-width:-moz-calc(50% - -604.16767px);max-width:calc(50% - -604.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1289.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1338.33433px;-ms-flex:0 0 1338.33433px;flex:0 0 1338.33433px;max-width:1338.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -608.33433px);max-width:-moz-calc(50% - -608.33433px);max-width:calc(50% - -608.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1298.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -608.33433px);max-width:-moz-calc(50% - -608.33433px);max-width:calc(50% - -608.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1298.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1347.501px;-ms-flex:0 0 1347.501px;flex:0 0 1347.501px;max-width:1347.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -612.501px);max-width:-moz-calc(50% - -612.501px);max-width:calc(50% - -612.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1307.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -612.501px);max-width:-moz-calc(50% - -612.501px);max-width:calc(50% - -612.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1307.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1356.66767px;-ms-flex:0 0 1356.66767px;flex:0 0 1356.66767px;max-width:1356.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -616.66767px);max-width:-moz-calc(50% - -616.66767px);max-width:calc(50% - -616.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1316.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -616.66767px);max-width:-moz-calc(50% - -616.66767px);max-width:calc(50% - -616.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1316.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1365.83433px;-ms-flex:0 0 1365.83433px;flex:0 0 1365.83433px;max-width:1365.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.83433px);max-width:-moz-calc(50% - -620.83433px);max-width:calc(50% - -620.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1325.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -620.83433px);max-width:-moz-calc(50% - -620.83433px);max-width:calc(50% - -620.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1325.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1375.001px;-ms-flex:0 0 1375.001px;flex:0 0 1375.001px;max-width:1375.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1335.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -625.001px);max-width:-moz-calc(50% - -625.001px);max-width:calc(50% - -625.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1335.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1384.16767px;-ms-flex:0 0 1384.16767px;flex:0 0 1384.16767px;max-width:1384.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -629.16767px);max-width:-moz-calc(50% - -629.16767px);max-width:calc(50% - -629.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1344.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -629.16767px);max-width:-moz-calc(50% - -629.16767px);max-width:calc(50% - -629.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1344.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1393.33433px;-ms-flex:0 0 1393.33433px;flex:0 0 1393.33433px;max-width:1393.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -633.33433px);max-width:-moz-calc(50% - -633.33433px);max-width:calc(50% - -633.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1353.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -633.33433px);max-width:-moz-calc(50% - -633.33433px);max-width:calc(50% - -633.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1353.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1402.501px;-ms-flex:0 0 1402.501px;flex:0 0 1402.501px;max-width:1402.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -637.501px);max-width:-moz-calc(50% - -637.501px);max-width:calc(50% - -637.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1362.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -637.501px);max-width:-moz-calc(50% - -637.501px);max-width:calc(50% - -637.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1362.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1411.66767px;-ms-flex:0 0 1411.66767px;flex:0 0 1411.66767px;max-width:1411.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -641.66767px);max-width:-moz-calc(50% - -641.66767px);max-width:calc(50% - -641.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1371.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -641.66767px);max-width:-moz-calc(50% - -641.66767px);max-width:calc(50% - -641.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1371.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1420.83433px;-ms-flex:0 0 1420.83433px;flex:0 0 1420.83433px;max-width:1420.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -645.83433px);max-width:-moz-calc(50% - -645.83433px);max-width:calc(50% - -645.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1380.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -645.83433px);max-width:-moz-calc(50% - -645.83433px);max-width:calc(50% - -645.83433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1380.83433px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1430.001px;-ms-flex:0 0 1430.001px;flex:0 0 1430.001px;max-width:1430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -650.001px);max-width:-moz-calc(50% - -650.001px);max-width:calc(50% - -650.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1439.16767px;-ms-flex:0 0 1439.16767px;flex:0 0 1439.16767px;max-width:1439.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -654.16767px);max-width:-moz-calc(50% - -654.16767px);max-width:calc(50% - -654.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1399.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -654.16767px);max-width:-moz-calc(50% - -654.16767px);max-width:calc(50% - -654.16767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1399.16767px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1448.33433px;-ms-flex:0 0 1448.33433px;flex:0 0 1448.33433px;max-width:1448.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -658.33433px);max-width:-moz-calc(50% - -658.33433px);max-width:calc(50% - -658.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1408.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -658.33433px);max-width:-moz-calc(50% - -658.33433px);max-width:calc(50% - -658.33433px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1408.33433px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1457.501px;-ms-flex:0 0 1457.501px;flex:0 0 1457.501px;max-width:1457.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -662.501px);max-width:-moz-calc(50% - -662.501px);max-width:calc(50% - -662.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1417.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -662.501px);max-width:-moz-calc(50% - -662.501px);max-width:calc(50% - -662.501px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1417.501px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"]{-webkit-flex:0 0 1466.66767px;-ms-flex:0 0 1466.66767px;flex:0 0 1466.66767px;max-width:1466.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -666.66767px);max-width:-moz-calc(50% - -666.66767px);max-width:calc(50% - -666.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content{max-width:1426.66767px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -666.66767px);max-width:-moz-calc(50% - -666.66767px);max-width:calc(50% - -666.66767px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content{max-width:1426.66767px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1440.001px;-ms-flex:0 0 1440.001px;flex:0 0 1440.001px;max-width:1440.001px}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1400.001px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1400.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1400.001px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1400.001px;-ms-flex:0 0 1400.001px;flex:0 0 1400.001px;max-width:1400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -700.001px);max-width:-moz-calc(50% - -700.001px);max-width:calc(50% - -700.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1360.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1410.001px;-ms-flex:0 0 1410.001px;flex:0 0 1410.001px;max-width:1410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -705.001px);max-width:-moz-calc(50% - -705.001px);max-width:calc(50% - -705.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -705.001px);max-width:-moz-calc(50% - -705.001px);max-width:calc(50% - -705.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1370.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1420.001px;-ms-flex:0 0 1420.001px;flex:0 0 1420.001px;max-width:1420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -710.001px);max-width:-moz-calc(50% - -710.001px);max-width:calc(50% - -710.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -710.001px);max-width:-moz-calc(50% - -710.001px);max-width:calc(50% - -710.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1380.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1430.001px;-ms-flex:0 0 1430.001px;flex:0 0 1430.001px;max-width:1430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -715.001px);max-width:-moz-calc(50% - -715.001px);max-width:calc(50% - -715.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -715.001px);max-width:-moz-calc(50% - -715.001px);max-width:calc(50% - -715.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1390.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1440.001px;-ms-flex:0 0 1440.001px;flex:0 0 1440.001px;max-width:1440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -720.001px);max-width:-moz-calc(50% - -720.001px);max-width:calc(50% - -720.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1400.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1450.001px;-ms-flex:0 0 1450.001px;flex:0 0 1450.001px;max-width:1450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -725.001px);max-width:-moz-calc(50% - -725.001px);max-width:calc(50% - -725.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -725.001px);max-width:-moz-calc(50% - -725.001px);max-width:calc(50% - -725.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1410.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1460.001px;-ms-flex:0 0 1460.001px;flex:0 0 1460.001px;max-width:1460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -730.001px);max-width:-moz-calc(50% - -730.001px);max-width:calc(50% - -730.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -730.001px);max-width:-moz-calc(50% - -730.001px);max-width:calc(50% - -730.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1420.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1470.001px;-ms-flex:0 0 1470.001px;flex:0 0 1470.001px;max-width:1470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -735.001px);max-width:-moz-calc(50% - -735.001px);max-width:calc(50% - -735.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -735.001px);max-width:-moz-calc(50% - -735.001px);max-width:calc(50% - -735.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1430.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1480.001px;-ms-flex:0 0 1480.001px;flex:0 0 1480.001px;max-width:1480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -740.001px);max-width:-moz-calc(50% - -740.001px);max-width:calc(50% - -740.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -740.001px);max-width:-moz-calc(50% - -740.001px);max-width:calc(50% - -740.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1440.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1490.001px;-ms-flex:0 0 1490.001px;flex:0 0 1490.001px;max-width:1490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -745.001px);max-width:-moz-calc(50% - -745.001px);max-width:calc(50% - -745.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -745.001px);max-width:-moz-calc(50% - -745.001px);max-width:calc(50% - -745.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1450.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1500.001px;-ms-flex:0 0 1500.001px;flex:0 0 1500.001px;max-width:1500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -750.001px);max-width:-moz-calc(50% - -750.001px);max-width:calc(50% - -750.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -750.001px);max-width:-moz-calc(50% - -750.001px);max-width:calc(50% - -750.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1460.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1510.001px;-ms-flex:0 0 1510.001px;flex:0 0 1510.001px;max-width:1510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -755.001px);max-width:-moz-calc(50% - -755.001px);max-width:calc(50% - -755.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -755.001px);max-width:-moz-calc(50% - -755.001px);max-width:calc(50% - -755.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1470.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1520.001px;-ms-flex:0 0 1520.001px;flex:0 0 1520.001px;max-width:1520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -760.001px);max-width:-moz-calc(50% - -760.001px);max-width:calc(50% - -760.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -760.001px);max-width:-moz-calc(50% - -760.001px);max-width:calc(50% - -760.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1480.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1530.001px;-ms-flex:0 0 1530.001px;flex:0 0 1530.001px;max-width:1530.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -765.001px);max-width:-moz-calc(50% - -765.001px);max-width:calc(50% - -765.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -765.001px);max-width:-moz-calc(50% - -765.001px);max-width:calc(50% - -765.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1490.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1540.001px;-ms-flex:0 0 1540.001px;flex:0 0 1540.001px;max-width:1540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -770.001px);max-width:-moz-calc(50% - -770.001px);max-width:calc(50% - -770.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -770.001px);max-width:-moz-calc(50% - -770.001px);max-width:calc(50% - -770.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1500.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1550.001px;-ms-flex:0 0 1550.001px;flex:0 0 1550.001px;max-width:1550.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -775.001px);max-width:-moz-calc(50% - -775.001px);max-width:calc(50% - -775.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -775.001px);max-width:-moz-calc(50% - -775.001px);max-width:calc(50% - -775.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1510.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1560.001px;-ms-flex:0 0 1560.001px;flex:0 0 1560.001px;max-width:1560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -780.001px);max-width:-moz-calc(50% - -780.001px);max-width:calc(50% - -780.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -780.001px);max-width:-moz-calc(50% - -780.001px);max-width:calc(50% - -780.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1520.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1570.001px;-ms-flex:0 0 1570.001px;flex:0 0 1570.001px;max-width:1570.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -785.001px);max-width:-moz-calc(50% - -785.001px);max-width:calc(50% - -785.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1530.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -785.001px);max-width:-moz-calc(50% - -785.001px);max-width:calc(50% - -785.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1530.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1580.001px;-ms-flex:0 0 1580.001px;flex:0 0 1580.001px;max-width:1580.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -790.001px);max-width:-moz-calc(50% - -790.001px);max-width:calc(50% - -790.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -790.001px);max-width:-moz-calc(50% - -790.001px);max-width:calc(50% - -790.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1540.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1590.001px;-ms-flex:0 0 1590.001px;flex:0 0 1590.001px;max-width:1590.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -795.001px);max-width:-moz-calc(50% - -795.001px);max-width:calc(50% - -795.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1550.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -795.001px);max-width:-moz-calc(50% - -795.001px);max-width:calc(50% - -795.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1550.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"]{-webkit-flex:0 0 1600.001px;-ms-flex:0 0 1600.001px;flex:0 0 1600.001px;max-width:1600.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -800.001px);max-width:-moz-calc(50% - -800.001px);max-width:calc(50% - -800.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content{max-width:1560.001px}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;max-width:-webkit-calc(50% - -800.001px);max-width:-moz-calc(50% - -800.001px);max-width:calc(50% - -800.001px)}.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content{max-width:1560.001px}}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-5,.bt_bb_row .bt_bb_column.bt_bb_order_-5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-4,.bt_bb_row .bt_bb_column.bt_bb_order_-4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-3,.bt_bb_row .bt_bb_column.bt_bb_order_-3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-2,.bt_bb_row .bt_bb_column.bt_bb_order_-2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-1,.bt_bb_row .bt_bb_column.bt_bb_order_-1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_0,.bt_bb_row .bt_bb_column.bt_bb_order_0{-webkit-order:0;-ms-flex-order:0;order:0}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_1,.bt_bb_row .bt_bb_column.bt_bb_order_1{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_2,.bt_bb_row .bt_bb_column.bt_bb_order_2{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_3,.bt_bb_row .bt_bb_column.bt_bb_order_3{-webkit-order:3;-ms-flex-order:3;order:3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_4,.bt_bb_row .bt_bb_column.bt_bb_order_4{-webkit-order:4;-ms-flex-order:4;order:4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_5,.bt_bb_row .bt_bb_column.bt_bb_order_5{-webkit-order:5;-ms-flex-order:5;order:5}@media (min-width:993px) and (max-width:1200px){.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-5,.bt_bb_row .bt_bb_column.bt_bb_order_lg_-5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-4,.bt_bb_row .bt_bb_column.bt_bb_order_lg_-4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-3,.bt_bb_row .bt_bb_column.bt_bb_order_lg_-3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-2,.bt_bb_row .bt_bb_column.bt_bb_order_lg_-2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-1,.bt_bb_row .bt_bb_column.bt_bb_order_lg_-1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_0,.bt_bb_row .bt_bb_column.bt_bb_order_lg_0{-webkit-order:0;-ms-flex-order:0;order:0}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_1,.bt_bb_row .bt_bb_column.bt_bb_order_lg_1{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_2,.bt_bb_row .bt_bb_column.bt_bb_order_lg_2{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_3,.bt_bb_row .bt_bb_column.bt_bb_order_lg_3{-webkit-order:3;-ms-flex-order:3;order:3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_4,.bt_bb_row .bt_bb_column.bt_bb_order_lg_4{-webkit-order:4;-ms-flex-order:4;order:4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_5,.bt_bb_row .bt_bb_column.bt_bb_order_lg_5{-webkit-order:5;-ms-flex-order:5;order:5}}@media (min-width:769px) and (max-width:992px){.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-5,.bt_bb_row .bt_bb_column.bt_bb_order_md_-5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-4,.bt_bb_row .bt_bb_column.bt_bb_order_md_-4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-3,.bt_bb_row .bt_bb_column.bt_bb_order_md_-3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-2,.bt_bb_row .bt_bb_column.bt_bb_order_md_-2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-1,.bt_bb_row .bt_bb_column.bt_bb_order_md_-1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_0,.bt_bb_row .bt_bb_column.bt_bb_order_md_0{-webkit-order:0;-ms-flex-order:0;order:0}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_1,.bt_bb_row .bt_bb_column.bt_bb_order_md_1{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_2,.bt_bb_row .bt_bb_column.bt_bb_order_md_2{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_3,.bt_bb_row .bt_bb_column.bt_bb_order_md_3{-webkit-order:3;-ms-flex-order:3;order:3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_4,.bt_bb_row .bt_bb_column.bt_bb_order_md_4{-webkit-order:4;-ms-flex-order:4;order:4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_5,.bt_bb_row .bt_bb_column.bt_bb_order_md_5{-webkit-order:5;-ms-flex-order:5;order:5}}@media (min-width:481px) and (max-width:768px){.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-5,.bt_bb_row .bt_bb_column.bt_bb_order_sm_-5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-4,.bt_bb_row .bt_bb_column.bt_bb_order_sm_-4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-3,.bt_bb_row .bt_bb_column.bt_bb_order_sm_-3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-2,.bt_bb_row .bt_bb_column.bt_bb_order_sm_-2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-1,.bt_bb_row .bt_bb_column.bt_bb_order_sm_-1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_0,.bt_bb_row .bt_bb_column.bt_bb_order_sm_0{-webkit-order:0;-ms-flex-order:0;order:0}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_1,.bt_bb_row .bt_bb_column.bt_bb_order_sm_1{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_2,.bt_bb_row .bt_bb_column.bt_bb_order_sm_2{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_3,.bt_bb_row .bt_bb_column.bt_bb_order_sm_3{-webkit-order:3;-ms-flex-order:3;order:3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_4,.bt_bb_row .bt_bb_column.bt_bb_order_sm_4{-webkit-order:4;-ms-flex-order:4;order:4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_5,.bt_bb_row .bt_bb_column.bt_bb_order_sm_5{-webkit-order:5;-ms-flex-order:5;order:5}}@media (max-width:480px){.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-5,.bt_bb_row .bt_bb_column.bt_bb_order_xs_-5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-4,.bt_bb_row .bt_bb_column.bt_bb_order_xs_-4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-3,.bt_bb_row .bt_bb_column.bt_bb_order_xs_-3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-2,.bt_bb_row .bt_bb_column.bt_bb_order_xs_-2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-1,.bt_bb_row .bt_bb_column.bt_bb_order_xs_-1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_0,.bt_bb_row .bt_bb_column.bt_bb_order_xs_0{-webkit-order:0;-ms-flex-order:0;order:0}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_1,.bt_bb_row .bt_bb_column.bt_bb_order_xs_1{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_2,.bt_bb_row .bt_bb_column.bt_bb_order_xs_2{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_3,.bt_bb_row .bt_bb_column.bt_bb_order_xs_3{-webkit-order:3;-ms-flex-order:3;order:3}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_4,.bt_bb_row .bt_bb_column.bt_bb_order_xs_4{-webkit-order:4;-ms-flex-order:4;order:4}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_5,.bt_bb_row .bt_bb_column.bt_bb_order_xs_5{-webkit-order:5;-ms-flex-order:5;order:5}}.bt_bb_icon{display:inline-block;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;padding-right:.5em;max-width:100%}.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon{float:none;margin:0 auto;padding:0 .25em;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large{padding:0 1em}.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge{padding:0 2em}.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon{clear:none;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon{float:left;margin:0;padding-right:.5em;padding-left:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large{padding-right:1em;padding-left:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge{padding-right:2em;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon{margin:0;float:right;padding-left:.5em;padding-right:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large{padding-left:1em;padding-right:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge{padding-left:2em;padding-right:0}.bt_bb_icon .bt_bb_icon_holder{text-decoration:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;line-height:inherit;font-weight:400}.bt_bb_icon .bt_bb_icon_holder:before{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-order:1;-ms-flex-order:1;order:1;line-height:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 280ms ease;-moz-transition:all 280ms ease;transition:all 280ms ease}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before{font-size:.9em;width:1.8em;height:1.8em}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder>span{font-size:.875em}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before{font-size:1.1em;width:2em;height:2em}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder>span{font-size:.875em}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before{font-size:1.6em;width:2em;height:2em}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder>span{font-size:1em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before{font-size:3em;width:2em;height:2em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.4em}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before{font-size:4em;width:2em;height:2em}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.6em}.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before{width:auto;height:auto}.bt_bb_icon .bt_bb_icon_holder span{line-height:1.1;-webkit-order:2;-ms-flex-order:2;order:2;padding-left:.5em}.rtl .bt_bb_icon .bt_bb_icon_holder span{float:right;padding-left:0;padding-right:.5em}.bt_bb_icon .bt_bb_icon_holder:hover{text-decoration:none}.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before{border-radius:50%}.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before{border-radius:5px}.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{background-color:#fff0;-webkit-box-shadow:0 0 0 1px var(--primary-color,black) inset;box-shadow:0 0 0 1px var(--primary-color,black) inset;color:var(--primary-color,black);line-height:0}.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em var(--primary-color,black) inset;box-shadow:0 0 0 1em var(--primary-color,black) inset;color:var(--secondary-color,white)}.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em var(--secondary-color,black) inset;box-shadow:0 0 0 1em var(--secondary-color,black) inset;color:var(--primary-color,white)}.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before{background-color:var(--primary-color,transparent);-webkit-box-shadow:0 0 0 1px var(--secondary-color,black) inset;box-shadow:0 0 0 1px var(--secondary-color,black) inset;color:var(--secondary-color,black)}.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before{color:var(--primary-color)}.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before{color:var(--secondary-color)}.bt_bb_button{display:inline-block;line-height:1;margin-bottom:.25em}.bt_bb_button.bt_bb_width_full{display:block;width:100%}.bt_bb_align_right.bt_bb_button.bt_bb_width_full,.bt_bb_align_left.bt_bb_button.bt_bb_width_full{float:none;margin:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_button,.bt_bb_align_center .bt_bb_align_right.bt_bb_button,.bt_bb_align_left .bt_bb_align_right .bt_bb_button,.bt_bb_align_center .bt_bb_align_right .bt_bb_button,.bt_bb_align_right.bt_bb_button,.bt_bb_align_right .bt_bb_button{float:right;margin-left:.5em;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_button,.bt_bb_align_center .bt_bb_align_left.bt_bb_button,.bt_bb_align_right .bt_bb_align_left .bt_bb_button,.bt_bb_align_center .bt_bb_align_left .bt_bb_button,.bt_bb_align_left.bt_bb_button,.bt_bb_align_left .bt_bb_button{float:left;margin-right:.5em;margin-left:0}.bt_bb_align_left .bt_bb_align_center.bt_bb_button,.bt_bb_align_right .bt_bb_align_center.bt_bb_button,.bt_bb_align_left .bt_bb_align_center .bt_bb_button,.bt_bb_align_right .bt_bb_align_center .bt_bb_button,.bt_bb_align_center.bt_bb_button,.bt_bb_align_center .bt_bb_button{float:none;margin-right:.25em;margin-left:.25em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;clear:both}.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button{clear:none;display:inline-block}.bt_bb_size_small.bt_bb_button{font-size:.8em}.bt_bb_size_medium.bt_bb_button{font-size:.9em}.bt_bb_size_normal.bt_bb_button{font-size:1em}.bt_bb_size_large.bt_bb_button{font-size:1.2em}.bt_bb_button a{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;padding:1em 3em;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.bt_bb_button a:hover{text-decoration:none}.bt_bb_style_clean.bt_bb_button a{-webkit-box-shadow:none!important;box-shadow:none!important}.rtl .bt_bb_button a{-webkit-flex-flow:row-reverse nowrap;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.bt_bb_button.bt_bb_shape_square a.bt_bb_link{border-radius:0}.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link{border-radius:5px}.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link{border-radius:1.406em}.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link{border-radius:1.458em}.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link{border-radius:1.5em}.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link{border-radius:1.458em}.bt_bb_button .bt_bb_icon_holder{display:block}.bt_bb_button .bt_bb_icon_holder:before{display:block;font-size:inherit;line-height:1;font-weight:400}.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder{-webkit-order:1;-ms-flex-order:1;order:1;margin-right:.5em}.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text{-webkit-order:2;-ms-flex-order:2;order:2}.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder{-webkit-order:2;-ms-flex-order:2;order:2;margin-left:.5em}.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text{font-weight:400}.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text{font-weight:700}.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text{font-weight:bolder}.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text{font-weight:300}.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text{font-weight:200}.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text{font-weight:100}.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text{font-weight:100}.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text{font-weight:200}.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text{font-weight:300}.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text{font-weight:400}.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text{font-weight:500}.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text{font-weight:600}.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text{font-weight:700}.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text{font-weight:800}.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text{font-weight:900}.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text{text-transform:inherit}.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text{text-transform:inherit}.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text{text-transform:none}.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text{text-transform:uppercase}.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text{text-transform:capitalize}.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text{text-transform:lowercase}.bt_bb_button.bt_bb_style_outline a{-webkit-box-shadow:0 0 0 1px var(--primary-color,black) inset;box-shadow:0 0 0 1px var(--primary-color,black) inset;color:var(--primary-color,black);background-color:#fff0}.bt_bb_button.bt_bb_style_outline a:hover{-webkit-box-shadow:0 0 0 3em var(--primary-color,black) inset;box-shadow:0 0 0 3em var(--primary-color,black) inset;color:var(--secondary-color,white)}.bt_bb_button.bt_bb_style_filled a{-webkit-box-shadow:0 0 0 3em var(--secondary-color,white) inset;box-shadow:0 0 0 3em var(--secondary-color,white) inset;color:var(--primary-color,black)}.bt_bb_button.bt_bb_style_filled a:hover{-webkit-box-shadow:0 0 0 0 var(--secondary-color,white) inset;box-shadow:0 0 0 0 var(--secondary-color,white) inset;background-color:var(--primary-color,black);color:var(--secondary-color,white)}.bt_bb_button.bt_bb_style_clean a{color:var(--primary-color,black)}.bt_bb_button.bt_bb_style_clean a:hover{color:var(--secondary-color)}html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]){border-top-style:inherit;border-left-style:inherit;border-right-style:inherit}html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]){border-style:inherit}.bt_bb_separator{line-height:0;display:block;clear:both}.bt_bb_separator:before,.bt_bb_separator:after{content:' ';display:table;width:100%;clear:both;border-width:inherit}.bt_bb_separator:before{top:0;bottom:0}.bt_bb_separator.bt_bb_border_style_solid{border-bottom:1px solid #ccc}.bt_bb_separator.bt_bb_border_style_dotted{border-bottom:1px dotted #ccc}.bt_bb_separator.bt_bb_border_style_dashed{border-bottom:1px dashed #ccc}body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):before{border-bottom:6px solid #fff0;margin-bottom:-6px}.bt_bb_separator.bt_bb_bottom_spacing_extra_small{margin-bottom:.5em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-.5em}.bt_bb_separator.bt_bb_bottom_spacing_small{margin-bottom:1em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-1em}.bt_bb_separator.bt_bb_bottom_spacing_normal{margin-bottom:2em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-2em}.bt_bb_separator.bt_bb_bottom_spacing_medium{margin-bottom:4em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-4em}.bt_bb_separator.bt_bb_bottom_spacing_large{margin-bottom:8em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-8em}.bt_bb_separator.bt_bb_bottom_spacing_extra_large{margin-bottom:16em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-16em}.bt_bb_separator.bt_bb_top_spacing_extra_small{margin-top:.5em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-.5em}.bt_bb_separator.bt_bb_top_spacing_small{margin-top:1em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-1em}.bt_bb_separator.bt_bb_top_spacing_normal{margin-top:2em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-2em}.bt_bb_separator.bt_bb_top_spacing_medium{margin-top:4em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-4em}.bt_bb_separator.bt_bb_top_spacing_large{margin-top:8em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-8em}.bt_bb_separator.bt_bb_top_spacing_extra_large{margin-top:16em}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-16em}.bt_bb_separator.bt_bb_bottom_spacing_0{margin-bottom:0}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:0}.bt_bb_separator.bt_bb_top_spacing_0{margin-top:0}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:0}.bt_bb_separator.bt_bb_bottom_spacing_5{margin-bottom:5px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-5px}.bt_bb_separator.bt_bb_top_spacing_5{margin-top:5px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-5px}.bt_bb_separator.bt_bb_bottom_spacing_10{margin-bottom:10px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-10px}.bt_bb_separator.bt_bb_top_spacing_10{margin-top:10px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-10px}.bt_bb_separator.bt_bb_bottom_spacing_15{margin-bottom:15px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-15px}.bt_bb_separator.bt_bb_top_spacing_15{margin-top:15px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-15px}.bt_bb_separator.bt_bb_bottom_spacing_20{margin-bottom:20px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-20px}.bt_bb_separator.bt_bb_top_spacing_20{margin-top:20px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-20px}.bt_bb_separator.bt_bb_bottom_spacing_25{margin-bottom:25px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-25px}.bt_bb_separator.bt_bb_top_spacing_25{margin-top:25px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-25px}.bt_bb_separator.bt_bb_bottom_spacing_30{margin-bottom:30px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-30px}.bt_bb_separator.bt_bb_top_spacing_30{margin-top:30px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-30px}.bt_bb_separator.bt_bb_bottom_spacing_35{margin-bottom:35px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-35px}.bt_bb_separator.bt_bb_top_spacing_35{margin-top:35px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-35px}.bt_bb_separator.bt_bb_bottom_spacing_40{margin-bottom:40px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-40px}.bt_bb_separator.bt_bb_top_spacing_40{margin-top:40px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-40px}.bt_bb_separator.bt_bb_bottom_spacing_45{margin-bottom:45px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-45px}.bt_bb_separator.bt_bb_top_spacing_45{margin-top:45px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-45px}.bt_bb_separator.bt_bb_bottom_spacing_50{margin-bottom:50px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-50px}.bt_bb_separator.bt_bb_top_spacing_50{margin-top:50px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-50px}.bt_bb_separator.bt_bb_bottom_spacing_55{margin-bottom:55px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-55px}.bt_bb_separator.bt_bb_top_spacing_55{margin-top:55px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-55px}.bt_bb_separator.bt_bb_bottom_spacing_60{margin-bottom:60px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-60px}.bt_bb_separator.bt_bb_top_spacing_60{margin-top:60px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-60px}.bt_bb_separator.bt_bb_bottom_spacing_65{margin-bottom:65px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-65px}.bt_bb_separator.bt_bb_top_spacing_65{margin-top:65px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-65px}.bt_bb_separator.bt_bb_bottom_spacing_70{margin-bottom:70px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-70px}.bt_bb_separator.bt_bb_top_spacing_70{margin-top:70px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-70px}.bt_bb_separator.bt_bb_bottom_spacing_75{margin-bottom:75px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-75px}.bt_bb_separator.bt_bb_top_spacing_75{margin-top:75px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-75px}.bt_bb_separator.bt_bb_bottom_spacing_80{margin-bottom:80px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-80px}.bt_bb_separator.bt_bb_top_spacing_80{margin-top:80px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-80px}.bt_bb_separator.bt_bb_bottom_spacing_85{margin-bottom:85px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-85px}.bt_bb_separator.bt_bb_top_spacing_85{margin-top:85px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-85px}.bt_bb_separator.bt_bb_bottom_spacing_90{margin-bottom:90px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-90px}.bt_bb_separator.bt_bb_top_spacing_90{margin-top:90px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-90px}.bt_bb_separator.bt_bb_bottom_spacing_95{margin-bottom:95px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-95px}.bt_bb_separator.bt_bb_top_spacing_95{margin-top:95px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-95px}.bt_bb_separator.bt_bb_bottom_spacing_100{margin-bottom:100px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before{margin-bottom:-100px}.bt_bb_separator.bt_bb_top_spacing_100{margin-top:100px}body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before{margin-top:-100px}.bt_bb_separator_v2{line-height:0;clear:both;border-bottom-color:currentColor;color:var(--primary-color)}.bt_bb_separator_v2:before,.bt_bb_separator_v2:after{content:' ';display:table;width:100%;clear:both;border-width:inherit}.bt_bb_separator_v2 .bt_bb_separator_v2_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.5em}.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{display:table;width:100%;clear:both;-webkit-flex:1;-ms-flex:1;flex:1;opacity:.3}.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{display:none}.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-bottom-style:solid}.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-bottom-style:dotted}.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-bottom-style:dashed}.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.25em;line-height:0;height:0}.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content{display:none}.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder{font-size:.75em}.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder{font-size:1em}.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder{font-size:1.5em}.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder{font-size:2em}.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder{font-size:3em}.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text{font-size:.75em}.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text{font-size:1em}.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text{font-size:1.25em}.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text{font-size:1.5em}.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text{font-size:1.75em}.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:1px}.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:2px}.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:3px}.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:4px}.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:5px}.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:6px}.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:7px}.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:8px}.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:9px}.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:10px}.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:11px}.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:12px}.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:13px}.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:14px}.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:15px}.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:16px}.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:17px}.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:18px}.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:19px}.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:20px}.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:25px}.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:30px}.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:35px}.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:40px}.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:45px}.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:50px}.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:55px}.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:60px}.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:65px}.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:70px}.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:75px}.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:80px}.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:85px}.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:90px}.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:95px}.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-width:100px}.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small{padding-bottom:.5em}.bt_bb_separator_v2.bt_bb_bottom_spacing_small{padding-bottom:1em}.bt_bb_separator_v2.bt_bb_bottom_spacing_normal{padding-bottom:2em}.bt_bb_separator_v2.bt_bb_bottom_spacing_medium{padding-bottom:4em}.bt_bb_separator_v2.bt_bb_bottom_spacing_large{padding-bottom:8em}.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large{padding-bottom:16em}.bt_bb_separator_v2.bt_bb_top_spacing_extra_small{padding-top:.5em}.bt_bb_separator_v2.bt_bb_top_spacing_small{padding-top:1em}.bt_bb_separator_v2.bt_bb_top_spacing_normal{padding-top:2em}.bt_bb_separator_v2.bt_bb_top_spacing_medium{padding-top:4em}.bt_bb_separator_v2.bt_bb_top_spacing_large{padding-top:8em}.bt_bb_separator_v2.bt_bb_top_spacing_extra_large{padding-top:16em}.bt_bb_separator_v2.bt_bb_bottom_spacing_0{padding-bottom:0}.bt_bb_separator_v2.bt_bb_top_spacing_0{padding-top:0}.bt_bb_separator_v2.bt_bb_bottom_spacing_5{padding-bottom:5px}.bt_bb_separator_v2.bt_bb_top_spacing_5{padding-top:5px}.bt_bb_separator_v2.bt_bb_bottom_spacing_10{padding-bottom:10px}.bt_bb_separator_v2.bt_bb_top_spacing_10{padding-top:10px}.bt_bb_separator_v2.bt_bb_bottom_spacing_15{padding-bottom:15px}.bt_bb_separator_v2.bt_bb_top_spacing_15{padding-top:15px}.bt_bb_separator_v2.bt_bb_bottom_spacing_20{padding-bottom:20px}.bt_bb_separator_v2.bt_bb_top_spacing_20{padding-top:20px}.bt_bb_separator_v2.bt_bb_bottom_spacing_25{padding-bottom:25px}.bt_bb_separator_v2.bt_bb_top_spacing_25{padding-top:25px}.bt_bb_separator_v2.bt_bb_bottom_spacing_30{padding-bottom:30px}.bt_bb_separator_v2.bt_bb_top_spacing_30{padding-top:30px}.bt_bb_separator_v2.bt_bb_bottom_spacing_35{padding-bottom:35px}.bt_bb_separator_v2.bt_bb_top_spacing_35{padding-top:35px}.bt_bb_separator_v2.bt_bb_bottom_spacing_40{padding-bottom:40px}.bt_bb_separator_v2.bt_bb_top_spacing_40{padding-top:40px}.bt_bb_separator_v2.bt_bb_bottom_spacing_45{padding-bottom:45px}.bt_bb_separator_v2.bt_bb_top_spacing_45{padding-top:45px}.bt_bb_separator_v2.bt_bb_bottom_spacing_50{padding-bottom:50px}.bt_bb_separator_v2.bt_bb_top_spacing_50{padding-top:50px}.bt_bb_separator_v2.bt_bb_bottom_spacing_55{padding-bottom:55px}.bt_bb_separator_v2.bt_bb_top_spacing_55{padding-top:55px}.bt_bb_separator_v2.bt_bb_bottom_spacing_60{padding-bottom:60px}.bt_bb_separator_v2.bt_bb_top_spacing_60{padding-top:60px}.bt_bb_separator_v2.bt_bb_bottom_spacing_65{padding-bottom:65px}.bt_bb_separator_v2.bt_bb_top_spacing_65{padding-top:65px}.bt_bb_separator_v2.bt_bb_bottom_spacing_70{padding-bottom:70px}.bt_bb_separator_v2.bt_bb_top_spacing_70{padding-top:70px}.bt_bb_separator_v2.bt_bb_bottom_spacing_75{padding-bottom:75px}.bt_bb_separator_v2.bt_bb_top_spacing_75{padding-top:75px}.bt_bb_separator_v2.bt_bb_bottom_spacing_80{padding-bottom:80px}.bt_bb_separator_v2.bt_bb_top_spacing_80{padding-top:80px}.bt_bb_separator_v2.bt_bb_bottom_spacing_85{padding-bottom:85px}.bt_bb_separator_v2.bt_bb_top_spacing_85{padding-top:85px}.bt_bb_separator_v2.bt_bb_bottom_spacing_90{padding-bottom:90px}.bt_bb_separator_v2.bt_bb_top_spacing_90{padding-top:90px}.bt_bb_separator_v2.bt_bb_bottom_spacing_95{padding-bottom:95px}.bt_bb_separator_v2.bt_bb_top_spacing_95{padding-top:95px}.bt_bb_separator_v2.bt_bb_bottom_spacing_100{padding-bottom:100px}.bt_bb_separator_v2.bt_bb_top_spacing_100{padding-top:100px}.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after{border-bottom-color:var(--secondary-color)}.bt_bb_headline{color:var(--primary-color)}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,.bt_bb_align_right.bt_bb_headline,.bt_bb_align_right .bt_bb_headline{text-align:right}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,.bt_bb_align_left.bt_bb_headline,.bt_bb_align_left .bt_bb_headline{text-align:left}.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,.bt_bb_align_center.bt_bb_headline,.bt_bb_align_center .bt_bb_headline{text-align:center}.bt_bb_headline h1,.bt_bb_headline h2,.bt_bb_headline h3,.bt_bb_headline h4,.bt_bb_headline h5,.bt_bb_headline h6{display:block;margin-bottom:0;margin-top:0;padding:0;overflow-wrap:inherit}.bt_bb_size_extrasmall.bt_bb_headline h1,.bt_bb_size_extrasmall.bt_bb_headline h2,.bt_bb_size_extrasmall.bt_bb_headline h3,.bt_bb_size_extrasmall.bt_bb_headline h4,.bt_bb_size_extrasmall.bt_bb_headline h5,.bt_bb_size_extrasmall.bt_bb_headline h6{font-size:1rem}.bt_bb_size_small.bt_bb_headline h1,.bt_bb_size_small.bt_bb_headline h2,.bt_bb_size_small.bt_bb_headline h3,.bt_bb_size_small.bt_bb_headline h4,.bt_bb_size_small.bt_bb_headline h5,.bt_bb_size_small.bt_bb_headline h6{font-size:1.5rem}.bt_bb_size_medium.bt_bb_headline h1,.bt_bb_size_medium.bt_bb_headline h2,.bt_bb_size_medium.bt_bb_headline h3,.bt_bb_size_medium.bt_bb_headline h4,.bt_bb_size_medium.bt_bb_headline h5,.bt_bb_size_medium.bt_bb_headline h6{font-size:2rem}.bt_bb_size_normal.bt_bb_headline h1,.bt_bb_size_normal.bt_bb_headline h2,.bt_bb_size_normal.bt_bb_headline h3,.bt_bb_size_normal.bt_bb_headline h4,.bt_bb_size_normal.bt_bb_headline h5,.bt_bb_size_normal.bt_bb_headline h6{font-size:2.5rem}.bt_bb_size_large.bt_bb_headline h1,.bt_bb_size_large.bt_bb_headline h2,.bt_bb_size_large.bt_bb_headline h3,.bt_bb_size_large.bt_bb_headline h4,.bt_bb_size_large.bt_bb_headline h5,.bt_bb_size_large.bt_bb_headline h6{font-size:3rem}.bt_bb_size_extralarge.bt_bb_headline h1,.bt_bb_size_extralarge.bt_bb_headline h2,.bt_bb_size_extralarge.bt_bb_headline h3,.bt_bb_size_extralarge.bt_bb_headline h4,.bt_bb_size_extralarge.bt_bb_headline h5,.bt_bb_size_extralarge.bt_bb_headline h6{font-size:3.5rem}.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6{font-size:5rem}.bt_bb_font_weight_normal.bt_bb_headline h1,.bt_bb_font_weight_normal.bt_bb_headline h2,.bt_bb_font_weight_normal.bt_bb_headline h3,.bt_bb_font_weight_normal.bt_bb_headline h4,.bt_bb_font_weight_normal.bt_bb_headline h5,.bt_bb_font_weight_normal.bt_bb_headline h6{font-weight:400}.bt_bb_font_weight_bold.bt_bb_headline h1,.bt_bb_font_weight_bold.bt_bb_headline h2,.bt_bb_font_weight_bold.bt_bb_headline h3,.bt_bb_font_weight_bold.bt_bb_headline h4,.bt_bb_font_weight_bold.bt_bb_headline h5,.bt_bb_font_weight_bold.bt_bb_headline h6{font-weight:700}.bt_bb_font_weight_bolder.bt_bb_headline h1,.bt_bb_font_weight_bolder.bt_bb_headline h2,.bt_bb_font_weight_bolder.bt_bb_headline h3,.bt_bb_font_weight_bolder.bt_bb_headline h4,.bt_bb_font_weight_bolder.bt_bb_headline h5,.bt_bb_font_weight_bolder.bt_bb_headline h6{font-weight:bolder}.bt_bb_font_weight_lighter.bt_bb_headline h1,.bt_bb_font_weight_lighter.bt_bb_headline h2,.bt_bb_font_weight_lighter.bt_bb_headline h3,.bt_bb_font_weight_lighter.bt_bb_headline h4,.bt_bb_font_weight_lighter.bt_bb_headline h5,.bt_bb_font_weight_lighter.bt_bb_headline h6{font-weight:300}.bt_bb_font_weight_light.bt_bb_headline h1,.bt_bb_font_weight_light.bt_bb_headline h2,.bt_bb_font_weight_light.bt_bb_headline h3,.bt_bb_font_weight_light.bt_bb_headline h4,.bt_bb_font_weight_light.bt_bb_headline h5,.bt_bb_font_weight_light.bt_bb_headline h6{font-weight:200}.bt_bb_font_weight_thin.bt_bb_headline h1,.bt_bb_font_weight_thin.bt_bb_headline h2,.bt_bb_font_weight_thin.bt_bb_headline h3,.bt_bb_font_weight_thin.bt_bb_headline h4,.bt_bb_font_weight_thin.bt_bb_headline h5,.bt_bb_font_weight_thin.bt_bb_headline h6{font-weight:100}.bt_bb_font_weight_100.bt_bb_headline h1,.bt_bb_font_weight_100.bt_bb_headline h2,.bt_bb_font_weight_100.bt_bb_headline h3,.bt_bb_font_weight_100.bt_bb_headline h4,.bt_bb_font_weight_100.bt_bb_headline h5,.bt_bb_font_weight_100.bt_bb_headline h6{font-weight:100}.bt_bb_font_weight_200.bt_bb_headline h1,.bt_bb_font_weight_200.bt_bb_headline h2,.bt_bb_font_weight_200.bt_bb_headline h3,.bt_bb_font_weight_200.bt_bb_headline h4,.bt_bb_font_weight_200.bt_bb_headline h5,.bt_bb_font_weight_200.bt_bb_headline h6{font-weight:200}.bt_bb_font_weight_300.bt_bb_headline h1,.bt_bb_font_weight_300.bt_bb_headline h2,.bt_bb_font_weight_300.bt_bb_headline h3,.bt_bb_font_weight_300.bt_bb_headline h4,.bt_bb_font_weight_300.bt_bb_headline h5,.bt_bb_font_weight_300.bt_bb_headline h6{font-weight:300}.bt_bb_font_weight_400.bt_bb_headline h1,.bt_bb_font_weight_400.bt_bb_headline h2,.bt_bb_font_weight_400.bt_bb_headline h3,.bt_bb_font_weight_400.bt_bb_headline h4,.bt_bb_font_weight_400.bt_bb_headline h5,.bt_bb_font_weight_400.bt_bb_headline h6{font-weight:400}.bt_bb_font_weight_500.bt_bb_headline h1,.bt_bb_font_weight_500.bt_bb_headline h2,.bt_bb_font_weight_500.bt_bb_headline h3,.bt_bb_font_weight_500.bt_bb_headline h4,.bt_bb_font_weight_500.bt_bb_headline h5,.bt_bb_font_weight_500.bt_bb_headline h6{font-weight:500}.bt_bb_font_weight_600.bt_bb_headline h1,.bt_bb_font_weight_600.bt_bb_headline h2,.bt_bb_font_weight_600.bt_bb_headline h3,.bt_bb_font_weight_600.bt_bb_headline h4,.bt_bb_font_weight_600.bt_bb_headline h5,.bt_bb_font_weight_600.bt_bb_headline h6{font-weight:600}.bt_bb_font_weight_700.bt_bb_headline h1,.bt_bb_font_weight_700.bt_bb_headline h2,.bt_bb_font_weight_700.bt_bb_headline h3,.bt_bb_font_weight_700.bt_bb_headline h4,.bt_bb_font_weight_700.bt_bb_headline h5,.bt_bb_font_weight_700.bt_bb_headline h6{font-weight:700}.bt_bb_font_weight_800.bt_bb_headline h1,.bt_bb_font_weight_800.bt_bb_headline h2,.bt_bb_font_weight_800.bt_bb_headline h3,.bt_bb_font_weight_800.bt_bb_headline h4,.bt_bb_font_weight_800.bt_bb_headline h5,.bt_bb_font_weight_800.bt_bb_headline h6{font-weight:800}.bt_bb_font_weight_900.bt_bb_headline h1,.bt_bb_font_weight_900.bt_bb_headline h2,.bt_bb_font_weight_900.bt_bb_headline h3,.bt_bb_font_weight_900.bt_bb_headline h4,.bt_bb_font_weight_900.bt_bb_headline h5,.bt_bb_font_weight_900.bt_bb_headline h6{font-weight:900}.bt_bb_text_transform_uppercase.bt_bb_headline h1,.bt_bb_text_transform_uppercase.bt_bb_headline h2,.bt_bb_text_transform_uppercase.bt_bb_headline h3,.bt_bb_text_transform_uppercase.bt_bb_headline h4,.bt_bb_text_transform_uppercase.bt_bb_headline h5,.bt_bb_text_transform_uppercase.bt_bb_headline h6{text-transform:uppercase}.bt_bb_text_transform_lowercase.bt_bb_headline h1,.bt_bb_text_transform_lowercase.bt_bb_headline h2,.bt_bb_text_transform_lowercase.bt_bb_headline h3,.bt_bb_text_transform_lowercase.bt_bb_headline h4,.bt_bb_text_transform_lowercase.bt_bb_headline h5,.bt_bb_text_transform_lowercase.bt_bb_headline h6{text-transform:lowercase}.bt_bb_text_transform_capitalize.bt_bb_headline h1,.bt_bb_text_transform_capitalize.bt_bb_headline h2,.bt_bb_text_transform_capitalize.bt_bb_headline h3,.bt_bb_text_transform_capitalize.bt_bb_headline h4,.bt_bb_text_transform_capitalize.bt_bb_headline h5,.bt_bb_text_transform_capitalize.bt_bb_headline h6{text-transform:capitalize}.bt_bb_headline .bt_bb_headline_content{display:block;color:inherit}.bt_bb_headline .bt_bb_headline_content a{color:inherit;-webkit-box-shadow:none;box-shadow:none}.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{content:' ';display:block;width:4em;margin:.55em 0 .8em;border-style:solid;border-width:0 0 2px}.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{float:left}.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{float:right}.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{float:none;margin-left:auto;margin-right:auto}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before{content:' ';display:block;width:2em;margin:0 0 .4em;border-style:solid;border-width:2px 0 0}.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before{float:left}.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before{float:right}.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before{margin-left:auto;margin-right:auto;float:none}.bt_bb_headline .bt_bb_headline_content span{display:block}.bt_bb_headline .bt_bb_headline_content span:before,.bt_bb_headline .bt_bb_headline_content span:after{clear:both;content:' ';line-height:0;display:table;width:100%}.bt_bb_headline .bt_bb_headline_superheadline{font-weight:400;display:block;margin-bottom:1em;font-size:.5em}.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline{font-size:1rem}.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline{font-weight:400}.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline{font-weight:700}.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline{font-weight:bolder}.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline{font-weight:300}.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline{font-weight:200}.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline{font-weight:100}.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline{font-weight:100}.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline{font-weight:200}.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline{font-weight:300}.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline{font-weight:400}.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline{font-weight:500}.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline{font-weight:600}.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline{font-weight:700}.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline{font-weight:800}.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline{font-weight:900}.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline{text-transform:uppercase}.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline{text-transform:lowercase}.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline{text-transform:capitalize}.bt_bb_headline:after{clear:both;content:' ';display:table;width:100%}.bt_bb_headline .bt_bb_headline_subheadline{clear:both}.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline{font-weight:400}.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline{font-weight:700}.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline{font-weight:bolder}.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline{font-weight:300}.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline{font-weight:200}.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline{font-weight:100}.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline{font-weight:100}.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline{font-weight:200}.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline{font-weight:300}.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline{font-weight:400}.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline{font-weight:500}.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline{font-weight:600}.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline{font-weight:700}.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline{font-weight:800}.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline{font-weight:900}.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline{text-transform:uppercase}.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline{text-transform:lowercase}.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline{text-transform:capitalize}.bt_bb_headline .bt_bb_headline_superheadline{color:var(--secondary-color)}.bt_bb_text p:last-child{margin-bottom:0;padding-bottom:0}.bt_bb_image{display:block;overflow:hidden}.bt_bb_image>a,.bt_bb_image>span{display:block;line-height:0;-webkit-box-shadow:none!important;box-shadow:none!important}.bt_bb_image img{display:block;margin:0;line-height:0;max-width:100%;height:auto}.bt_bb_image img[src$="svg"]{width:100%}.bt_bb_image.bt_bb_shape_square{border-radius:0}.bt_bb_image.bt_bb_shape_square img{border-radius:0}.bt_bb_image.bt_bb_shape_square .bt_bb_image_content{border-radius:0}.bt_bb_image.bt_bb_shape_hard-rounded{border-radius:50%}.bt_bb_image.bt_bb_shape_hard-rounded img{border-radius:50%}.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content{border-radius:50%}.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex{border-radius:50%}.bt_bb_image.bt_bb_shape_soft-rounded{border-radius:5px}.bt_bb_image.bt_bb_shape_soft-rounded img{border-radius:5px}.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content{border-radius:5px}.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex{border-radius:5px}.bt_bb_align_right .bt_bb_align_left.bt_bb_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_image,.bt_bb_align_left.bt_bb_image,.bt_bb_align_left .bt_bb_image{float:left}.bt_bb_align_right .bt_bb_align_left.bt_bb_image+.bt_bb_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_image+.bt_bb_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_image+.bt_bb_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_image+.bt_bb_image,.bt_bb_align_left.bt_bb_image+.bt_bb_image,.bt_bb_align_left .bt_bb_image+.bt_bb_image{margin-left:1em}.bt_bb_align_right .bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_center .bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_right .bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_center .bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center{margin:0 auto}.bt_bb_align_left .bt_bb_align_right.bt_bb_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_image,.bt_bb_align_right.bt_bb_image,.bt_bb_align_right .bt_bb_image{float:right}.bt_bb_align_left .bt_bb_align_right.bt_bb_image+.bt_bb_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_image+.bt_bb_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_image+.bt_bb_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_image+.bt_bb_image,.bt_bb_align_right.bt_bb_image+.bt_bb_image,.bt_bb_align_right .bt_bb_image+.bt_bb_image{margin-right:1em}.bt_bb_align_left .bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_center .bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_left .bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_center .bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,.bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center{margin:0 auto}.bt_bb_align_left .bt_bb_align_center.bt_bb_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_image,.bt_bb_align_center.bt_bb_image,.bt_bb_align_center .bt_bb_image{float:none;display:-ms-flexbox;display:-webkit-flex;display:flex;clear:both;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image{display:inline-block;clear:none}.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_image.bt_bb_hover_style_zoom-in>a,.bt_bb_image.bt_bb_hover_style_to-grayscale>a,.bt_bb_image.bt_bb_hover_style_from-grayscale>a,.bt_bb_image.bt_bb_hover_style_zoom-in>span,.bt_bb_image.bt_bb_hover_style_to-grayscale>span,.bt_bb_image.bt_bb_hover_style_from-grayscale>span{display:block}.bt_bb_image.bt_bb_hover_style_zoom-in img,.bt_bb_image.bt_bb_hover_style_to-grayscale img,.bt_bb_image.bt_bb_hover_style_from-grayscale img,.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img{-webkit-transition:transform 650ms ease-in-out,filter 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,filter 650ms ease-in-out;transition:transform 650ms ease-in-out,filter 650ms ease-in-out}.bt_bb_image.bt_bb_hover_style_zoom-in img,.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img{-webkit-transform:scale3d(1.1,1.1,1.1);-moz-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.bt_bb_image.bt_bb_hover_style_to-grayscale img,.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.bt_bb_image.bt_bb_hover_style_from-grayscale img,.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.bt_bb_image.bt_bb_hover_style_flip{-webkit-perspective:350px;-moz-perspective:350px;perspective:350px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;overflow:visible}.bt_bb_image.bt_bb_hover_style_flip>a,.bt_bb_image.bt_bb_hover_style_flip>span{-webkit-transition:transform 650ms ease-in-out,filter 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,filter 650ms ease-in-out;transition:transform 650ms ease-in-out,filter 650ms ease-in-out}.bt_bb_image.bt_bb_hover_style_flip:hover>a,.bt_bb_image.bt_bb_hover_style_flip:hover>span{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bt_bb_image.bt_bb_hover_style_scroll{height:300px;overflow:hidden}.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:transform 5000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 5000ms cubic-bezier(.455,.030,.515,.955);transition:transform 5000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transition:transform 5000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 5000ms cubic-bezier(.455,.030,.515,.955);transition:transform 5000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transition:transform 4000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 4000ms cubic-bezier(.455,.030,.515,.955);transition:transform 4000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transition:transform 3000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 3000ms cubic-bezier(.455,.030,.515,.955);transition:transform 3000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transition:transform 2000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 2000ms cubic-bezier(.455,.030,.515,.955);transition:transform 2000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img{-webkit-transition:transform 1000ms cubic-bezier(.455,.030,.515,.955);-moz-transition:transform 1000ms cubic-bezier(.455,.030,.515,.955);transition:transform 1000ms cubic-bezier(.455,.030,.515,.955)}.bt_bb_image.bt_bb_hover_style_scroll:hover img{-webkit-transform:translateY(-webkit-calc(-100% + 300px));-webkit-transform:translateY(calc(-100% + 300px));-moz-transform:translateY(-moz-calc(-100% + 300px));-moz-transform:translateY(calc(-100% + 300px));-ms-transform:translateY(calc(-100% + 300px));transform:translateY(-webkit-calc(-100% + 300px));transform:translateY(-moz-calc(-100% + 300px));transform:translateY(calc(-100% + 300px))}.bt_bb_image.bt_bb_content_exists{position:relative}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content{pointer-events:none;position:absolute;left:0;top:0;right:0;bottom:0}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span{display:inline-block;line-height:0}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex{position:absolute;left:0;top:0;right:0;bottom:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;padding:1em}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner{width:100%;display:block}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner *{pointer-events:all}.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content{opacity:0;-webkit-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-webkit-transform:scale3d(1,1,.99);-moz-transform:scale3d(1,1,.99);-ms-transform:scale3d(1,1,.99);transform:scale3d(1,1,.99)}.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content{opacity:1;-webkit-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content{opacity:0;-webkit-transform:scale3d(1,1,.99);-moz-transform:scale3d(1,1,.99);-ms-transform:scale3d(1,1,.99);transform:scale3d(1,1,.99)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:transform 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out;transition:transform 650ms ease-in-out}:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover>a,.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover>span{-webkit-transition:transform 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out;transition:transform 650ms ease-in-out}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover>a,.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover>span{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;transition:transform 650ms ease-in-out,opacity 650ms ease-in-out}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover>a,.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover>span{-webkit-transition:transform 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out;transition:transform 650ms ease-in-out;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover>a,.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover>span{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;-moz-transition:transform 650ms ease-in-out,opacity 650ms ease-in-out;transition:transform 650ms ease-in-out,opacity 650ms ease-in-out}.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bt_bb_service{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;max-width:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.bt_bb_align_left .bt_bb_align_center.bt_bb_service,.bt_bb_align_right .bt_bb_align_center.bt_bb_service,.bt_bb_align_left .bt_bb_align_center .bt_bb_service,.bt_bb_align_right .bt_bb_align_center .bt_bb_service,.bt_bb_align_center.bt_bb_service,.bt_bb_align_center .bt_bb_service{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;text-align:center}.bt_bb_align_right .bt_bb_align_left.bt_bb_service,.bt_bb_align_center .bt_bb_align_left.bt_bb_service,.bt_bb_align_right .bt_bb_align_left .bt_bb_service,.bt_bb_align_center .bt_bb_align_left .bt_bb_service,.bt_bb_align_left.bt_bb_service,.bt_bb_align_left .bt_bb_service,.bt_bb_align_left .bt_bb_align_right.bt_bb_service,.bt_bb_align_center .bt_bb_align_right.bt_bb_service,.bt_bb_align_left .bt_bb_align_right .bt_bb_service,.bt_bb_align_center .bt_bb_align_right .bt_bb_service,.bt_bb_align_right.bt_bb_service,.bt_bb_align_right .bt_bb_service{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;text-align:initial}.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,.rtl .bt_bb_align_left.bt_bb_service,.rtl .bt_bb_align_left .bt_bb_service,.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,.rtl .bt_bb_align_right.bt_bb_service,.rtl .bt_bb_align_right .bt_bb_service{-webkit-flex-flow:row-reverse nowrap;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.bt_bb_service .bt_bb_icon_holder{-webkit-transition:all 280ms ease;-moz-transition:all 280ms ease;transition:all 280ms ease;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:block;vertical-align:middle;text-align:center;width:2em;height:2em;line-height:2;-webkit-order:1;-ms-flex-order:1;order:1;text-decoration:none;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-align-self:initial;align-self:initial;margin-bottom:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder{-webkit-order:2;-ms-flex-order:2;order:2;-webkit-align-self:initial;align-self:initial;margin-bottom:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder{-webkit-order:1;-ms-flex-order:1;order:1;-webkit-align-self:initial;align-self:initial;margin-bottom:0}.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:.25em}.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder{border-radius:0}.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder{border-radius:5px}.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder{border-radius:50%}.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder{font-size:1em}.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder{font-size:1.4em}.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder{font-size:1.6em}.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder{font-size:2em}.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder{font-size:2.4em}.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder{font-size:2.8em}.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder{font-size:3.4em}.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder{font-size:3.6em}.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder{font-size:4em}.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder{font-size:3.8em}.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder{border:none;width:auto;height:auto;line-height:1}.bt_bb_service .bt_bb_service_content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 0 0 1em;-webkit-order:2;-ms-flex-order:2;order:2;text-align:left}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:600;font-size:1.1em}.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_service .bt_bb_service_content{padding:0 0 0 1em;-webkit-order:2;-ms-flex-order:2;order:2;text-align:left}.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_service .bt_bb_service_content{padding:0 1em 0 0;-webkit-order:1;-ms-flex-order:1;order:1;text-align:right}.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,.bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_service .bt_bb_service_content{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;text-align:center;width:100%;-webkit-order:2;-ms-flex-order:2;order:2;padding:0}.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 1px var(--primary-color,black) inset;box-shadow:0 0 0 1px var(--primary-color,black) inset;color:var(--primary-color,black);background-color:#fff0}.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 1em var(--primary-color,black) inset;box-shadow:0 0 0 1em var(--primary-color,black) inset;background-color:var(--primary-color,black);color:var(--secondary-color,white)}.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 1em var(--secondary-color,black) inset;box-shadow:0 0 0 1em var(--secondary-color,black) inset;color:var(--primary-color,white)}.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 1px var(--secondary-color,black) inset;box-shadow:0 0 0 1px var(--secondary-color,black) inset;background-color:var(--primary-color,transparent);color:var(--secondary-color,black)}.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder{color:var(--primary-color)}.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder{color:var(--secondary-color)}.bt_bb_tabs{position:relative}ul.bt_bb_tabs_header{overflow:hidden;display:inline-block;margin:0;padding:0}ul.bt_bb_tabs_header li{display:block;float:left;cursor:pointer;margin:0;padding:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}ul.bt_bb_tabs_header li.on{cursor:auto}.bt_bb_style_outline ul.bt_bb_tabs_header li,.bt_bb_style_filled ul.bt_bb_tabs_header li{border-width:0 0 0 1px;border-style:solid}.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child{border-width:0}ul.bt_bb_tabs_header li span{line-height:1.15;display:inline-block;padding:1em 2em}ul.bt_bb_tabs_header:after{clear:both;content:' ';display:table;width:100%}.bt_bb_style_outline ul.bt_bb_tabs_header,.bt_bb_style_filled ul.bt_bb_tabs_header{border-width:1px;border-style:solid}.bt_bb_style_simple ul.bt_bb_tabs_header li{border-bottom:2px solid #fff0}.bt_bb_style_simple ul.bt_bb_tabs_header li.on{border-color:#000}.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span{padding-left:0}.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span{padding-right:0}.bt_bb_shape_rounded ul.bt_bb_tabs_header{border-radius:5px}.bt_bb_shape_round ul.bt_bb_tabs_header{border-radius:50px}.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span{padding-right:2.5em}.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span{padding-left:2.5em}.bt_bb_tab_item{visibility:hidden;overflow:hidden;height:0;opacity:1;display:block;position:relative;top:0}.bt_bb_tab_item.has_bt_bb_image{position:absolute}.bt_bb_tab_item.on{visibility:visible;height:auto;position:relative}.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header{border-color:var(--tabs-primary-color,black)}.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on{border-color:var(--tabs-primary-color,black);color:var(--tabs-primary-color,black);background-color:#fff0}.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li{background-color:var(--tabs-primary-color,black);color:var(--tabs-secondary-color,white);border-color:var(--tabs-primary-color,black)}.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li{color:var(--tabs-secondary-color)}.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on{color:var(--tabs-primary-color,black);border-color:var(--tabs-primary-color,black)}@media (max-width:580px){ul.bt_bb_tabs_header{display:block}ul.bt_bb_tabs_header li{float:none}.bt_bb_style_outline ul.bt_bb_tabs_header li,.bt_bb_style_filled ul.bt_bb_tabs_header li{border-width:1px 0 0}.bt_bb_shape_round ul.bt_bb_tabs_header{border-radius:20px}}.bt_bb_accordion .bt_bb_accordion_item_content:after{conent:' ';display:table;width:100%;clear:both}.bt_bb_accordion .bt_bb_accordion_item{border-style:solid;border-width:0 1px 1px;overflow:hidden}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{padding:.7em 1em;font-size:1.1em;line-height:1.3;border-width:0;border-style:solid;cursor:pointer;-webkit-transition:color 300ms ease,background-color 300ms ease;-moz-transition:color 300ms ease,background-color 300ms ease;transition:color 300ms ease,background-color 300ms ease}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{border-width:0 0 1px;padding-left:0;padding-right:0}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content{padding:.5em 1em;display:none}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content{padding-left:0;padding-right:0}.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content{border-width:0}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content{display:block}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title{border-width:0 0 1px}.bt_bb_accordion .bt_bb_accordion_item:first-child{border-width:1px}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item{border-width:0}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child{border-radius:5px 5px 0 0}.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child{border-radius:20px 20px 0 0}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child{border-width:0;border-radius:0}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child{border-radius:0 0 5px 5px}.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child{border-radius:0 0 20px 20px}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child{border-width:0;border-radius:0}.bt_bb_accordion .bt_bb_accordion_item{border-color:var(--accordion-primary-color,black)}.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title{border-color:var(--accordion-primary-color,black);color:var(--accordion-primary-color,black);background-color:#fff0}.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover{color:var(--accordion-secondary-color,white);background-color:var(--accordion-primary-color,black)}.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title{color:var(--accordion-secondary-color,white);background-color:var(--accordion-primary-color,black)}.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover{color:var(--accordion-primary-color,black);background-color:#fff0}.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title{color:var(--accordion-primary-color,black);border-color:var(--accordion-primary-color,black)}.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title{color:var(--accordion-secondary-color,white);border-color:var(--accordion-secondary-color,white)}.bt_bb_video{display:block;position:relative;padding-bottom:56.25%}.bt_bb_video>.wp-video{display:block;width:100%!important;height:100%!important;position:absolute;left:0;right:0;bottom:0;top:0}.bt_bb_video>.wp-video .mejs-container.mejs-video{width:100%!important;height:100%!important}.bt_bb_video iframe,.bt_bb_video .mejs-container{width:100%!important;height:100%!important;position:absolute;top:0;left:0;right:0;bottom:0}.bt_bb_disable_controls_yes.bt_bb_video .mejs-layers,.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls{display:none!important}.slick-slider:not(.slick-initialized){position:relative;width:100%;min-height:200px}.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item{position:absolute;left:auto;right:auto;opacity:0}.slick-slider{position:relative;width:100%;overflow:hidden}.bt_bb_show_dots_below .slick-slider{overflow:initial}.slick-slider .slick-autoplay-toggle-button{display:none}.slick-slider .slick-list{width:auto}.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content{width:100%}.bt_bb_height_auto .slick-slider .slick-slide{width:100%}.bt_bb_height_auto .slick-slider .slick-slide img{max-width:none;width:100%;height:auto;display:block}.bt_bb_height_full_screen .slick-slider .slick-slide{height:100vh}.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide>div{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt_bb_height_half_screen .slick-slider .slick-slide{height:50vh}.bt_bb_height_keep-height .slick-slider .slick-slide{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_height_full_screen .slick-slider .slick-slide,.bt_bb_height_half_screen .slick-slider .slick-slide{background-color:#fff0;background-position:center;background-repeat:no-repeat;background-size:cover}.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.bt_bb_gap_small .slick-list{margin:0 -.25rem}.bt_bb_gap_small .slick-list .slick-slide .content{padding:0 .25rem}.bt_bb_gap_normal .slick-list{margin:0 -.5rem}.bt_bb_gap_normal .slick-list .slick-slide .content{padding:0 .5rem}.bt_bb_gap_large .slick-list{margin:0 -1rem}.bt_bb_gap_large .slick-list .slick-slide .content{padding:0 1rem}button.slick-arrow{padding:0;letter-spacing:initial;border-radius:0;position:absolute;z-index:10;width:44px;height:44px;line-height:44px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center;top:50%;margin-top:-22px;border-radius:0;background-color:rgb(0 0 0 / .7);cursor:pointer;outline:none;border:none}button.slick-arrow:hover{background-color:rgb(0 0 0 / .95)}button.slick-arrow:focus{outline:none}button.slick-arrow.slick-next{right:0}button.slick-arrow.slick-next:before{content:'\e684'}.rtl button.slick-arrow.slick-next{left:0;right:auto}.rtl button.slick-arrow.slick-next:before{content:'\e686'}button.slick-arrow.slick-prev{left:0}button.slick-arrow.slick-prev:before{content:'\e686'}.rtl button.slick-arrow.slick-prev{right:0;left:auto}.rtl button.slick-arrow.slick-prev:before{content:'\e684'}button.slick-arrow:before{color:#fff;display:block;font-size:34px;font-family:Icon7Stroke;line-height:44px}button.slick-arrow:hover,button.slick-arrow:focus{text-decoration:none}.bt_bb_arrows_size_small button.slick-arrow{width:34px;height:34px;margin-top:-17px}.bt_bb_arrows_size_small button.slick-arrow:before{font-size:24px;line-height:34px}.bt_bb_arrows_size_large button.slick-arrow{width:64px;height:64px;margin-top:-32px}.bt_bb_arrows_size_large button.slick-arrow:before{font-size:54px;line-height:64px}.slick-list{width:100%;position:relative}.slick-list .slick-slide{background-size:cover}.slick-dots{position:absolute;bottom:1em;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;z-index:1}.bt_bb_show_dots_below .slick-dots{bottom:-2em}.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer;border:2px solid #fff;border-radius:50%;-webkit-transition:background-color 300ms ease;-moz-transition:background-color 300ms ease;transition:background-color 300ms ease}.slick-dots li.slick-active,.slick-dots li:hover{background:#fff}.slick-dots li button{font-size:0;line-height:0;display:block;width:1em;height:1em;cursor:pointer;color:#fff0;background-color:#fff0;border:0;outline:none}.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]{position:relative}.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before{content:' ';pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content{position:relative;z-index:1}.bt_bb_content_slider_item[class*="dark_stripes"]:before{background-image:-webkit-linear-gradient(left top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-image:-moz-linear-gradient(left top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-image:linear-gradient(to right top,transparent 33%,rgb(0 0 0 / .75) 33%,rgb(0 0 0 / .75) 66%,transparent 66%);background-size:3px 3px;background-repeat:repeat}.bt_bb_content_slider_item[class*="light_stripes"]:before{background-image:-webkit-linear-gradient(left top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-image:-moz-linear-gradient(left top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-image:linear-gradient(to right top,transparent 33%,rgb(255 255 255 / .5) 33%,rgb(255 255 255 / .5) 66%,transparent 66%);background-size:3px 3px;background-repeat:repeat}.bt_bb_content_slider_item[class*="light_solid"]:before{background-color:rgb(255 255 255 / .5)}.bt_bb_content_slider_item[class*="dark_solid"]:before{background-color:rgb(0 0 0 / .5)}.bt_bb_content_slider_item[class*="dark_gradient"]:before{background:-webkit-linear-gradient(top,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%);background:-moz-linear-gradient(top,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%);background:linear-gradient(to bottom,rgb(0 0 0) 0%,#fff0 25%,#fff0 75%,rgb(0 0 0) 100%)}.bt_bb_content_slider_item[class*="light_gradient"]:before{background:-webkit-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:-moz-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:linear-gradient(to bottom,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%)}.bt_bb_masonry_post_grid_content{-webkit-transition:opacity 2s;-moz-transition:opacity 2s;transition:opacity 2s}.bt_bb_grid_container:after{content:'';display:block;clear:both}.bt_bb_grid_hide{opacity:0;-webkit-transition:opacity 0s;-moz-transition:opacity 0s;transition:opacity 0s}.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item{width:100%}.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item{width:50%}.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21{width:100%}.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item{width:33.333333%}.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21{width:66.6666687%}.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item{width:25%}.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21{width:50%}.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item{width:20%}.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21{width:40%}.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item{width:16.666667%}.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21{width:33.333333%}@media screen and (max-width:768px){.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item{width:100%}}.bt_bb_grid_item_post_content{background:rgb(0 0 0 / .05);padding:1.5em 1em .5em;-webkit-flex-grow:1;flex-grow:1}.bt_bb_grid_item_post_content .bt_bb_grid_item_category{padding:0 0 1em}.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories{font-size:.75em;line-height:2;list-style:none;margin:0;padding:0}.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li{margin:0 0 .25em;display:inline-block}.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a{display:block;background:rgb(0 0 0 / .2);text-decoration:none;padding:0 .75em;-webkit-box-shadow:none;box-shadow:none}.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover{background:rgb(0 0 0 / .1)}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta{padding:0 0 1em}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span{display:inline-block;font-size:.875em;line-height:1.1;font-weight:600;padding:0 1em 0 0}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before{display:inline-block;margin:0 5px 0 0;font-size:inherit;line-height:inherit;font-weight:400;font-family:FontAwesome}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before{content:'\f133'}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before{content:'\f2bd'}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a{-webkit-box-shadow:none;box-shadow:none}.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before{content:'\f0e6'}.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title{font-size:1.4em;line-height:1.3;margin:0;padding:0}.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none}.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title+.bt_bb_grid_item_post_excerpt:not(:empty){margin-top:1em}.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share{margin-top:1em}.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{float:none}.bt_bb_grid_item_post_thumbnail{background:rgb(0 0 0 / .3);overflow:hidden}.bt_bb_grid_item_post_thumbnail a{display:block;height:100%;overflow:hidden;position:relative}.bt_bb_grid_item_post_thumbnail a:after{content:"";inset:0;position:absolute;pointer-events:none;display:block;z-index:2;opacity:0;background:#000;-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all}.bt_bb_grid_item_post_thumbnail a:before{content:"\f061";font-family:FontAwesome;font-size:2.5em;display:-ms-flexbox;display:-webkit-flex;display:flex;inset:0;position:absolute;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(-2em);-moz-transform:translateY(-2em);-ms-transform:translateY(-2em);transform:translateY(-2em);color:#fff;opacity:0;z-index:3;-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all}.bt_bb_grid_item_post_thumbnail a img{z-index:1;display:block;-webkit-transform-origin:bottom;-moz-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all;height:100%;object-fit:cover}.bt_bb_grid_item_post_thumbnail a:hover:after{opacity:.5}.bt_bb_grid_item_post_thumbnail a:hover:before{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms;opacity:1}.bt_bb_grid_item_post_thumbnail a:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.bt_bb_masonry_image_grid .bt_bb_grid_item{overflow:hidden}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content{position:absolute;top:0;left:0}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner{overflow:hidden}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image{cursor:pointer;display:block;float:left;width:100%}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after{content:'';display:table;clear:both}.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content{margin-left:-1px;margin-top:-1px;width:-webkit-calc(100% + 2px);width:-moz-calc(100% + 2px);width:calc(100% + 2px)}.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(1px,1px);-moz-transform:translate(1px,1px);-ms-transform:translate(1px,1px);transform:translate(1px,1px)}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content{margin-left:-5px;margin-top:-5px;width:-webkit-calc(100% + 10px);width:-moz-calc(100% + 10px);width:calc(100% + 10px)}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(5px,5px);-moz-transform:translate(5px,5px);-ms-transform:translate(5px,5px);transform:translate(5px,5px)}.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content{margin-left:-20px;margin-top:-20px;width:-webkit-calc(100% + 40px);width:-moz-calc(100% + 40px);width:calc(100% + 40px)}.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(20px,20px);-moz-transform:translate(20px,20px);-ms-transform:translate(20px,20px);transform:translate(20px,20px)}.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content{margin-left:-30px;margin-top:-30px;width:-webkit-calc(100% + 60px);width:-moz-calc(100% + 60px);width:calc(100% + 60px)}.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(30px,30px);-moz-transform:translate(30px,30px);-ms-transform:translate(30px,30px);transform:translate(30px,30px)}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content{overflow:hidden}.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content{margin:-1px}.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item{padding:1px}.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content{margin:-3px}.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item{padding:3px}.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content{margin:-20px}.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item{padding:20px}.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content{margin:-30px}.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item{padding:30px}.bt_bb_post_grid_filter{text-align:center;padding:1em 2em}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item{display:inline-block;padding:0 1em;margin:0 1px;cursor:pointer}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active{background:rgb(0 0 0 / .05)}.bt_bb_post_grid_loader{margin:auto;border:.4em solid #f3f3f3;border-top:.4em solid #3498db;border-radius:50%;width:4em;height:4em;-webkit-animation:bt_bb_grid_animation 2s linear infinite;-moz-animation:bt_bb_grid_animation 2s linear infinite;animation:bt_bb_grid_animation 2s linear infinite;display:none}@-webkit-keyframes bt_bb_grid_animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes bt_bb_grid_animation{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes bt_bb_grid_animation{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.bt_bb_grid_item_post_thumbnail img{width:100%}.mfp-container{background:rgb(0 0 0 / .7)}.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image{cursor:auto}.bt_bb_price_list{display:block;position:relative;border-style:solid;border-width:1px;padding:0;border-color:var(--secondary-color,black)}.bt_bb_price_list .bt_bb_price_list_title{font-size:1.8em;line-height:1.3;padding:1rem 2rem}.bt_bb_price_list .bt_bb_price_list_subtitle{margin:2rem 2rem 0}.bt_bb_price_list .bt_bb_price_list_price{margin:2rem 2rem 0;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount{font-size:4em;line-height:1;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency{font-size:1.35em;line-height:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency{-webkit-order:1;-ms-flex-order:1;order:1}.bt_bb_price_list ul{clear:left;display:block;list-style:none;margin:0;padding:2rem 0 0}.bt_bb_price_list ul:before{clear:both;content:' ';display:table;width:100%}.bt_bb_price_list ul li{display:block;margin:0;padding:.7rem 2rem;border-width:1px 0 0;border-style:solid}.bt_bb_price_list .bt_bb_price_list_title{color:var(--primary-color,white);background-color:var(--secondary-color,black)}.bt_bb_price_list ul li{border-color:var(--secondary-color,black)}.bt_bb_latest_posts_item{position:relative}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{overflow:hidden;margin:0 0 1em}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img{display:block;max-width:none;width:100%}.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{border-radius:5px}.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{border-radius:20px}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category{padding:0 0 1em}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories{font-size:.75em;line-height:2;list-style:none;margin:0;padding:0}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li{margin:0 0 .25em;display:inline-block}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a{display:block;background:rgb(0 0 0 / .2);text-decoration:none;padding:0 .75em;-webkit-box-shadow:none;box-shadow:none}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover{background:rgb(0 0 0 / .1)}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title{font-size:1.2em;font-weight:700;margin:0 0 .6em}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a{-webkit-box-shadow:none;box-shadow:none}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta{padding:0 0 1em}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta>span{display:inline-block;font-size:.875em;line-height:1.1;font-weight:600;padding:0 1em 0 0}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta>span:before{display:inline-block;margin:0 5px 0 0;font-size:inherit;line-height:inherit;font-weight:400;font-family:FontAwesome}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before{content:'\f133'}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before{content:'\f2bd'}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a{-webkit-box-shadow:none;box-shadow:none}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before{content:'\f0e6'}.bt_bb_latest_posts{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_latest_posts.bt_bb_columns_1{display:block}.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;flex-shrink:1}.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%}.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:16.66%;flex-basis:16.66%;max-width:16.66%}.bt_bb_latest_posts{margin:-1em -1em 0}.bt_bb_latest_posts .bt_bb_latest_posts_item{padding:2em 1em 0}.bt_bb_latest_posts.bt_bb_gap_small{margin:-.5em -.5em 0}.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item{padding:1em .5em 0}.bt_bb_latest_posts.bt_bb_gap_no_gap{margin:0}.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item{padding:0}.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_category,.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt{padding-left:.5em;padding-right:.5em}.bt_bb_latest_posts.bt_bb_gap_large{margin:-2em -2em 0}.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item{padding:4em 2em 0}@media (max-width:992px){.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%}}@media (max-width:480px){.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}}@media (max-width:370px){.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%}}.bt_bb_custom_menu>div{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_custom_menu.bt_bb_direction_horizontal div>ul>li{display:inline-block;float:left;padding:0 .25em}.rtl .bt_bb_custom_menu.bt_bb_direction_horizontal div>ul>li{float:right}.bt_bb_font_weight_normal.bt_bb_custom_menu{font-weight:400}.bt_bb_font_weight_bold.bt_bb_custom_menu{font-weight:700}.bt_bb_font_weight_bolder.bt_bb_custom_menu{font-weight:bolder}.bt_bb_font_weight_lighter.bt_bb_custom_menu{font-weight:300}.bt_bb_font_weight_light.bt_bb_custom_menu{font-weight:200}.bt_bb_font_weight_thin.bt_bb_custom_menu{font-weight:100}.bt_bb_font_weight_100.bt_bb_custom_menu{font-weight:100}.bt_bb_font_weight_200.bt_bb_custom_menu{font-weight:200}.bt_bb_font_weight_300.bt_bb_custom_menu{font-weight:300}.bt_bb_font_weight_400.bt_bb_custom_menu{font-weight:400}.bt_bb_font_weight_500.bt_bb_custom_menu{font-weight:500}.bt_bb_font_weight_600.bt_bb_custom_menu{font-weight:600}.bt_bb_font_weight_700.bt_bb_custom_menu{font-weight:700}.bt_bb_font_weight_800.bt_bb_custom_menu{font-weight:800}.bt_bb_font_weight_900.bt_bb_custom_menu{font-weight:900}.bt_bb_progress_bar{overflow:hidden;position:relative}.bt_bb_progress_bar .bt_bb_progress_bar_bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.2}.bt_bb_progress_bar .bt_bb_progress_bar_inner{padding:.5em 1em;z-index:1;-webkit-transition:transform 500ms ease;-moz-transition:transform 500ms ease;transition:transform 500ms ease;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner{text-align:right}.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner{text-align:left}.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner{text-align:center}.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner{border-radius:5px}.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar{border-radius:5px}.bt_bb_size_small.bt_bb_progress_bar{font-size:.9em}.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner{padding:.3em .5em}.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg{background:#fff}.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#000;border:1px solid #000}.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg{background:#fff}.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#000;border-bottom:2px solid #000}.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg{background:#fff}.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#fff;background:#000}.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner{float:right;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg,.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg{background:var(--secondary-color)}.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner{border-color:var(--primary-color);color:var(--primary-color)}.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg{background:var(--primary-color)}.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner{background:var(--secondary-color);color:var(--primary-color)}.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner{-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner{-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner{-webkit-transition-delay:500ms;-moz-transition-delay:500ms;transition-delay:500ms}.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner{-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner{-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner{-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner{-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner{-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner{-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner{-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner{-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner{-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner{-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner{-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner{-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner{-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner{-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner{-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner{-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner{-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.bt_bb_map{position:relative}.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map{height:100%!important;width:100%!important;position:absolute;left:0;right:0;top:0;bottom:0}.bt_bb_map .bt_bb_map_content{position:relative;display:none;pointer-events:none}.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content{display:block}.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content{height:100%!important;width:100%!important;position:absolute;left:0;right:0;top:0;bottom:0}.bt_bb_map_no_overlay.bt_bb_map .bt_bb_map_content,.bt_bb_map_no_overlay.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content{opacity:0;visibility:hidden}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;overflow:hidden;padding:1em;width:30%}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location{background:#fff;padding:1em;opacity:0;visibility:hidden;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease;-webkit-order:1;-ms-flex-order:1;order:1;pointer-events:none}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_without_content{visibility:hidden}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show{opacity:1;visibility:visible;-webkit-order:0;-ms-flex-order:0;order:0;pointer-events:all}@media (max-width:768px){.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper{width:50%}}@media (max-width:640px){.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map{height:600px!important;position:relative}.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper{width:100%;margin:0}.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content{position:relative}}.bt_bb_cost_calculator .bt_bb_cost_calculator_item{margin:0 0 1em}.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{padding:.625em .4375em;line-height:1.1;border:1px solid grey}.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title{margin:0 0 .3em}.bt_bb_cost_calculator .bt_bb_cost_calculator_total{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text{-webkit-flex:5 1 auto;-ms-flex:5 1 auto;flex:5 1 auto;background:#ddd;color:#000;padding:.8em 1.25em}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#333;font-weight:700;color:#fff;padding:.8em 2em}.bt_bb_widget_select{cursor:pointer;position:relative}.bt_bb_widget_select_selected{border:1px solid #666;line-height:1.1;padding:.625em .4375em}.bt_bb_widget_select_selected>div:first-child{font-weight:700}.bt_bb_widget_select_selected>div:last-child{margin-top:.5em;font-size:.875em}.bt_bb_widget_select_items{display:none;position:absolute;z-index:5;left:0;right:0;top:auto;border:1px solid #666;margin:.2em 0 0;background-color:#fff;color:#000}.bt_bb_widget_select_items>div[data-value]{line-height:1.25;padding:.625em .4375em}.bt_bb_widget_select_items>div[data-value]>div:first-child{font-weight:700}.bt_bb_widget_select_items>div[data-value]>div:last-child{margin-top:.5em;font-size:.875em}.bt_bb_widget_select_items>div[data-value="0"]{display:none}.bt_bb_widget_select_items>div:hover{background:rgb(0 0 0 / .1)}.bt_bb_widget_switch{height:1.5em;width:3em;background:#ddd;border-radius:1em;cursor:pointer}.bt_bb_widget_switch.on{background:#666}.bt_bb_widget_switch>div{height:1.5em;width:1.5em;background:#fff;border-radius:1em;border:.2em solid #666;-webkit-transition:transform .2s;-moz-transition:transform .2s;transition:transform .2s}.on.bt_bb_widget_switch>div{-webkit-transform:translateX(1.5em);-moz-transform:translateX(1.5em);-ms-transform:translateX(1.5em);transform:translateX(1.5em)}.animate{-webkit-transition:transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);-moz-transition:transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);transition:transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1)}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1){-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1){-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1){-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2){-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3){-webkit-transition-delay:500ms;-moz-transition-delay:500ms;transition-delay:500ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5){-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7){-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9){-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2){-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2){-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1){-webkit-transition-delay:500ms;-moz-transition-delay:500ms;transition-delay:500ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3){-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5){-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7){-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1){-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3){-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5){-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1){-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3){-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5){-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1){-webkit-transition-delay:1100ms;-moz-transition-delay:1100ms;transition-delay:1100ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6){-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;transition-delay:1200ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1){-webkit-transition-delay:1300ms;-moz-transition-delay:1300ms;transition-delay:1300ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7){-webkit-transition-delay:1400ms;-moz-transition-delay:1400ms;transition-delay:1400ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1){-webkit-transition-delay:1500ms;-moz-transition-delay:1500ms;transition-delay:1500ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8){-webkit-transition-delay:1600ms;-moz-transition-delay:1600ms;transition-delay:1600ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1){-webkit-transition-delay:1700ms;-moz-transition-delay:1700ms;transition-delay:1700ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9){-webkit-transition-delay:1800ms;-moz-transition-delay:1800ms;transition-delay:1800ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1){-webkit-transition-delay:1900ms;-moz-transition-delay:1900ms;transition-delay:1900ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10){-webkit-transition-delay:2000ms;-moz-transition-delay:2000ms;transition-delay:2000ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1){-webkit-transition-delay:2100ms;-moz-transition-delay:2100ms;transition-delay:2100ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11){-webkit-transition-delay:2200ms;-moz-transition-delay:2200ms;transition-delay:2200ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1){-webkit-transition-delay:2300ms;-moz-transition-delay:2300ms;transition-delay:2300ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12){-webkit-transition-delay:2400ms;-moz-transition-delay:2400ms;transition-delay:2400ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1){-webkit-transition-delay:2500ms;-moz-transition-delay:2500ms;transition-delay:2500ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13){-webkit-transition-delay:2600ms;-moz-transition-delay:2600ms;transition-delay:2600ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1){-webkit-transition-delay:2700ms;-moz-transition-delay:2700ms;transition-delay:2700ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14){-webkit-transition-delay:2800ms;-moz-transition-delay:2800ms;transition-delay:2800ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1){-webkit-transition-delay:2900ms;-moz-transition-delay:2900ms;transition-delay:2900ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15){-webkit-transition-delay:3000ms;-moz-transition-delay:3000ms;transition-delay:3000ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1){-webkit-transition-delay:3100ms;-moz-transition-delay:3100ms;transition-delay:3100ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16){-webkit-transition-delay:3200ms;-moz-transition-delay:3200ms;transition-delay:3200ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1){-webkit-transition-delay:3300ms;-moz-transition-delay:3300ms;transition-delay:3300ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19){-webkit-transition-delay:5100ms;-moz-transition-delay:5100ms;transition-delay:5100ms}.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20){-webkit-transition-delay:5200ms;-moz-transition-delay:5200ms;transition-delay:5200ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17){-webkit-transition-delay:3400ms;-moz-transition-delay:3400ms;transition-delay:3400ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1){-webkit-transition-delay:3500ms;-moz-transition-delay:3500ms;transition-delay:3500ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17){-webkit-transition-delay:5100ms;-moz-transition-delay:5100ms;transition-delay:5100ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18){-webkit-transition-delay:5200ms;-moz-transition-delay:5200ms;transition-delay:5200ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19){-webkit-transition-delay:5300ms;-moz-transition-delay:5300ms;transition-delay:5300ms}.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20){-webkit-transition-delay:5400ms;-moz-transition-delay:5400ms;transition-delay:5400ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18){-webkit-transition-delay:3600ms;-moz-transition-delay:3600ms;transition-delay:3600ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1){-webkit-transition-delay:3700ms;-moz-transition-delay:3700ms;transition-delay:3700ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15){-webkit-transition-delay:5100ms;-moz-transition-delay:5100ms;transition-delay:5100ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16){-webkit-transition-delay:5200ms;-moz-transition-delay:5200ms;transition-delay:5200ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17){-webkit-transition-delay:5300ms;-moz-transition-delay:5300ms;transition-delay:5300ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18){-webkit-transition-delay:5400ms;-moz-transition-delay:5400ms;transition-delay:5400ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19){-webkit-transition-delay:5500ms;-moz-transition-delay:5500ms;transition-delay:5500ms}.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20){-webkit-transition-delay:5600ms;-moz-transition-delay:5600ms;transition-delay:5600ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19){-webkit-transition-delay:3800ms;-moz-transition-delay:3800ms;transition-delay:3800ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1){-webkit-transition-delay:3900ms;-moz-transition-delay:3900ms;transition-delay:3900ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13){-webkit-transition-delay:5100ms;-moz-transition-delay:5100ms;transition-delay:5100ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14){-webkit-transition-delay:5200ms;-moz-transition-delay:5200ms;transition-delay:5200ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15){-webkit-transition-delay:5300ms;-moz-transition-delay:5300ms;transition-delay:5300ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16){-webkit-transition-delay:5400ms;-moz-transition-delay:5400ms;transition-delay:5400ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17){-webkit-transition-delay:5500ms;-moz-transition-delay:5500ms;transition-delay:5500ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18){-webkit-transition-delay:5600ms;-moz-transition-delay:5600ms;transition-delay:5600ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19){-webkit-transition-delay:5700ms;-moz-transition-delay:5700ms;transition-delay:5700ms}.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20){-webkit-transition-delay:5800ms;-moz-transition-delay:5800ms;transition-delay:5800ms}.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20){-webkit-transition-delay:4000ms;-moz-transition-delay:4000ms;transition-delay:4000ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1){-webkit-transition-delay:4100ms;-moz-transition-delay:4100ms;transition-delay:4100ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2){-webkit-transition-delay:4200ms;-moz-transition-delay:4200ms;transition-delay:4200ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3){-webkit-transition-delay:4300ms;-moz-transition-delay:4300ms;transition-delay:4300ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4){-webkit-transition-delay:4400ms;-moz-transition-delay:4400ms;transition-delay:4400ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5){-webkit-transition-delay:4500ms;-moz-transition-delay:4500ms;transition-delay:4500ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6){-webkit-transition-delay:4600ms;-moz-transition-delay:4600ms;transition-delay:4600ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7){-webkit-transition-delay:4700ms;-moz-transition-delay:4700ms;transition-delay:4700ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8){-webkit-transition-delay:4800ms;-moz-transition-delay:4800ms;transition-delay:4800ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9){-webkit-transition-delay:4900ms;-moz-transition-delay:4900ms;transition-delay:4900ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10){-webkit-transition-delay:5000ms;-moz-transition-delay:5000ms;transition-delay:5000ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11){-webkit-transition-delay:5100ms;-moz-transition-delay:5100ms;transition-delay:5100ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12){-webkit-transition-delay:5200ms;-moz-transition-delay:5200ms;transition-delay:5200ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13){-webkit-transition-delay:5300ms;-moz-transition-delay:5300ms;transition-delay:5300ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14){-webkit-transition-delay:5400ms;-moz-transition-delay:5400ms;transition-delay:5400ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15){-webkit-transition-delay:5500ms;-moz-transition-delay:5500ms;transition-delay:5500ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16){-webkit-transition-delay:5600ms;-moz-transition-delay:5600ms;transition-delay:5600ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17){-webkit-transition-delay:5700ms;-moz-transition-delay:5700ms;transition-delay:5700ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18){-webkit-transition-delay:5800ms;-moz-transition-delay:5800ms;transition-delay:5800ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19){-webkit-transition-delay:5900ms;-moz-transition-delay:5900ms;transition-delay:5900ms}.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20){-webkit-transition-delay:6000ms;-moz-transition-delay:6000ms;transition-delay:6000ms}.animate.bt_bb_section,.animate.btArticleListItem{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.animate.bt_bb_section{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_animation_fade_in{opacity:0}.bt_bb_animation_fade_in.animated{opacity:1}.animate[class*="move_down"]{-webkit-transform:translate3d(0,-30%,0);-moz-transform:translate3d(0,-30%,0);-ms-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}.animate[class*="move_down"].bt_bb_separator,.animate[class*="move_down"].bt_bb_progress_bar,.animate[class*="move_down"].bt_bb_countdown{-webkit-transform:translate3d(0,-50px,0);-moz-transform:translate3d(0,-50px,0);-ms-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}.animate[class*="move_up"]{-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}.animate[class*="move_up"].bt_bb_separator,.animate[class*="move_up"].bt_bb_progress_bar,.animate[class*="move_up"].bt_bb_countdown{-webkit-transform:translate3d(0,50px,0);-moz-transform:translate3d(0,50px,0);-ms-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}.animate[class*="move_left"]{-webkit-transform:translate3d(30%,0,0);-moz-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.animate[class*="move_left"].bt_bb_separator,.animate[class*="move_left"].bt_bb_progress_bar,.animate[class*="move_left"].bt_bb_countdown{-webkit-transform:translate3d(50px,0,0);-moz-transform:translate3d(50px,0,0);-ms-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}.animate[class*="move_right"]{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.animate[class*="move_right"].bt_bb_separator,.animate[class*="move_right"].bt_bb_progress_bar,.animate[class*="move_right"].bt_bb_countdown{-webkit-transform:translate3d(-50px,0,0);-moz-transform:translate3d(-50px,0,0);-ms-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}.animate[class*="move_right"].animated,.animate[class*="move_left"].animated,.animate[class*="move_up"].animated,.animate[class*="move_down"].animated{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.animate[class*="zoom_in"]{-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.animate[class*="zoom_out"]{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.animate[class*="zoom_in"].animated,.animate[class*="zoom_out"].animated{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt_bb_counter_holder{font-size:4em;height:1.2em;line-height:1.2;overflow:hidden}.bt_bb_counter_holder .bt_bb_counter{display:block;height:1.2em;overflow:hidden}.bt_bb_counter_holder .bt_bb_counter span.onedigit{display:inline-block;height:1.2em;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s}.bt_bb_counter_holder .bt_bb_counter span.onedigit:after{conent:' ';display:table;width:100%;clear:both}.bt_bb_counter_holder .bt_bb_counter span.onedigit span{display:block;height:1.2em;overflow:hidden;position:relative;text-align:center}.bt_bb_counter_holder.bt_bb_size_xsmall{font-size:.8em}.bt_bb_counter_holder.bt_bb_size_small{font-size:1em}.bt_bb_counter_holder.bt_bb_size_normal{font-size:2em}.bt_bb_counter_holder.bt_bb_size_large{font-size:3em}.bt_bb_counter_holder.bt_bb_size_xlarge{font-size:4em}.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar{display:inline;border-radius:50%}.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username{display:block;margin-bottom:1em}.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item{display:inline-block;float:left}.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item{width:100%}.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n+1){clear:both}.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item{width:50%}.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1){clear:both}.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item{width:33.333%}.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1){clear:both}.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item{width:25%}.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1){clear:both}.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item{width:20%}.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1){clear:both}.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item{width:16.666%}.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1){clear:both}.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner{margin:0 -1em}.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item{padding:0 1em}@media (max-width:1024px){.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item{width:50%}.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1){clear:initial}.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1){clear:both}}@media (max-width:768px){.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item{width:50%}.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1){clear:initial}.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1){clear:both}}@media (max-width:640px){.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item{width:100%}.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1),.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1),.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1),.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1),.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1),.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1),.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n+1),.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n+1){clear:initial}}.bt_bb_instagram .btInstaGrid span,.widget_bt_bb_instagram .btInstaGrid span{width:25%;float:left;padding:0}.bt_bb_instagram .btInstaGrid span img,.widget_bt_bb_instagram .btInstaGrid span img{width:100%}.bt_bb_instagram .btInstaGrid span:nth-child(3n+1),.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n+1){clear:none}.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid{margin-left:-1px;margin-top:-1px}.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span{padding-left:1px;padding-top:1px}.bt_bb_instagram.bt_bb_gap_small .btInstaGrid{margin-left:-5px;margin-top:-5px}.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span{padding-left:5px;padding-top:5px}.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid{margin-left:-.5em;margin-top:-.5em}.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span{padding-left:.5em;padding-top:.5em}.bt_bb_instagram.bt_bb_gap_large .btInstaGrid{margin-left:-1em;margin-top:-1em}.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span{padding-left:1em;padding-top:1em}.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span{width:100%}.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span{width:50%}.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span{width:33.333333%}.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span{width:25%}.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span{width:20%}.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span{width:16.666666%}@media (max-width:768px){.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span{width:33.33333%}.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span{width:50%}}@media (max-width:640px){.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span{width:50%}}.sidebar .widget_bt_bb_recent_posts ul,.btSidebar .widget_bt_bb_recent_posts ul{list-style:none;margin:0;padding:0}.sidebar .widget_bt_bb_recent_posts ul li,.btSidebar .widget_bt_bb_recent_posts ul li{margin:0 0 1.75em}.sidebar .widget_bt_bb_recent_posts ul li:last-child,.btSidebar .widget_bt_bb_recent_posts ul li:last-child{margin:0}.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;padding-right:10px}.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage{padding-right:0;padding-left:10px}.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText{-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;overflow:hidden}.sidebar .widget_bt_bb_recent_comments ul,.btSidebar .widget_bt_bb_recent_comments ul{list-style:none;margin:0;padding:0}.sidebar .widget_bt_bb_recent_comments ul h5,.sidebar .widget_bt_bb_recent_comments ul .posted,.btSidebar .widget_bt_bb_recent_comments ul h5,.btSidebar .widget_bt_bb_recent_comments ul .posted{margin:0}.sidebar .widget_bt_bb_recent_comments ul li,.btSidebar .widget_bt_bb_recent_comments ul li{margin:0 0 1.75em}.sidebar .widget_bt_bb_recent_comments ul li:last-child,.btSidebar .widget_bt_bb_recent_comments ul li:last-child{margin:0}.sidebar .btIconWidget,.btSidebar .btIconWidget{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 0 1em}.sidebar .btIconWidget .btIconWidgetIcon,.btSidebar .btIconWidget .btIconWidgetIcon{-webkit-flex:0 1% 0;-ms-flex:0 1% 0;flex:0 1% 0;padding:0 .2em 0 0;font-size:3em;line-height:1}.rtl .sidebar .btIconWidget .btIconWidgetIcon,.rtl .btSidebar .btIconWidget .btIconWidgetIcon{padding:0 0 0 .2em}.sidebar .btIconWidget .btIconWidgetContent,.btSidebar .btIconWidget .btIconWidgetContent{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText{display:block}.btCounterHolder{font-size:3rem;line-height:0;font-weight:300}.btCounterHolder .btCounter{display:block;height:3rem;overflow:hidden}.btCounterHolder span.onedigit{display:inline-block;height:3rem;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s}.btCounterHolder span.onedigit span{display:block;position:relative;height:3rem;text-align:center}.btCounterHolder .btCountdownHolder{overflow:auto;padding:0 15%}.btCounterHolder .btCountdownHolder>span{vertical-align:top;display:inline-block;padding:0 0 5px}.btCounterHolder .btCountdownHolder>span>span{display:inline-block}.btCounterHolder .btCountdownHolder>span>span>span{display:block;width:.67em;text-align:inherit;-webkit-transition:transform 0ms ease-out;-moz-transition:transform 0ms ease-out;transition:transform 0ms ease-out;-webkit-transform:translateY(-3rem);-moz-transform:translateY(-3rem);-ms-transform:translateY(-3rem);transform:translateY(-3rem);position:static;overflow:hidden;height:3rem;line-height:1}.btCounterHolder .btCountdownHolder .days,.btCounterHolder .btCountdownHolder .hours,.btCounterHolder .btCountdownHolder .minutes,.btCounterHolder .btCountdownHolder .seconds{position:relative;margin:0;float:left;width:25%}.btCounterHolder .btCountdownHolder span[class$="_text"]{position:relative;display:block;text-align:inherit;font-size:.8rem;line-height:1;padding:1rem 0 0;margin:.5rem 0 0;text-transform:uppercase}.btCounterHolder .btCountdownHolder span[class^="n"],.btCounterHolder .btCountdownHolder .days span:first-child,.btCounterHolder .btCountdownHolder .days span:nth-child(2),.btCounterHolder .btCountdownHolder .days span:nth-child(3){position:static;overflow:hidden;height:3rem;line-height:1}.btCounterHolder .btCountdownHolder span[class$="_text"]>span{height:auto!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;font-size:1em;line-height:1.2!important}.btCounterHolder .btCountdownHolder span.separator{display:none}.btCounterHolder .btCountdownHolder .days_text span,.btCounterHolder .btCountdownHolder .hours_text span,.btCounterHolder .btCountdownHolder .minutes_text span,.btCounterHolder .btCountdownHolder .seconds_text span{width:auto!important;-webkit-transform:translate(-50%,-.1em)!important;-moz-transform:translate(-50%,-.1em)!important;-ms-transform:translate(-50%,-.1em)!important;transform:translate(-50%,-.1em)!important}.btCounterHolder .btCountdownHolder .countdown_anim{-webkit-transition:transform 200ms ease-out;-moz-transition:transform 200ms ease-out;transition:transform 200ms ease-out;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btCounterHolder.btCounterLargeSize,.btCounterHolder.bt_bb_size_large{font-size:4.5rem;font-weight:700}.btCounterHolder.btCounterLargeSize .btCountdownHolder,.btCounterHolder.bt_bb_size_large .btCountdownHolder{padding:0 10%}.btCounterHolder.btCounterLargeSize .btCounter,.btCounterHolder.bt_bb_size_large .btCounter{height:4.5rem}.btCounterHolder.btCounterLargeSize span.onedigit,.btCounterHolder.bt_bb_size_large span.onedigit{height:4.5rem}.btCounterHolder.btCounterLargeSize span.onedigit span,.btCounterHolder.bt_bb_size_large span.onedigit span{height:4.5rem}.btCounterHolder.btCounterLargeSize .btCountdownHolder>span>span>span,.btCounterHolder.bt_bb_size_large .btCountdownHolder>span>span>span{-webkit-transform:translateY(-4.5rem);-moz-transform:translateY(-4.5rem);-ms-transform:translateY(-4.5rem);transform:translateY(-4.5rem);height:4.5rem}.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim,.btCounterHolder.bt_bb_size_large .btCountdownHolder .countdown_anim{-webkit-transition:transform 200ms ease-out;-moz-transition:transform 200ms ease-out;transition:transform 200ms ease-out;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btCounterHolder.btCounterLargeSize .btCountdownHolder span[class^="n"],.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:first-child,.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(2),.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(3),.btCounterHolder.bt_bb_size_large .btCountdownHolder span[class^="n"],.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:first-child,.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(2),.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(3){height:4.5rem}.bt_bb_css_image_grid .bt_bb_css_image_grid_content{display:grid}.bt_bb_gap_no_gap.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-gap:0}.bt_bb_gap_extrasmall.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-gap:1px}.bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-gap:5px}.bt_bb_gap_normal.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-gap:20px}.bt_bb_gap_large.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-gap:30px}.bt_bb_columns_1.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr}.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr}.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr 1fr}.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr 1fr 1fr}.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item{display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image{display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img{display:block;object-fit:cover}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before{content:"";display:block;position:absolute;background:#000;inset:0;pointer-events:none;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;opacity:0}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after{content:"\e618";display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;font-family:Icon7Stroke;color:#FFF;inset:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:3em;pointer-events:none;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;opacity:0}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21{grid-column:auto/span 2}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12{grid-row:auto/span 2}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22{grid-column:auto/span 2;grid-row:auto/span 2}.bt_bb_shape_rounded.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item{border-radius:5px;overflow:hidden}.bt_bb_shape_round.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item{border-radius:20px;overflow:hidden}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before{opacity:.5}.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after{opacity:1}.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item{cursor:unset}.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before,.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after{display:none}@media (max-width:992px){.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr 1fr}.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22{grid-column:auto/span 2;grid-row:auto/auto}}@media (max-width:768px){.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr 1fr}.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22{grid-column:auto/auto;grid-row:auto/auto}}@media (max-width:480px){.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content{grid-template-columns:1fr}.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22{grid-column:auto/auto;grid-row:auto/auto}}.bt_bb_css_post_grid{--accent-color:#0f0;--dark-color:#000;--light-color:#fff;--post-pf-grid-gap-small:.5em;--post-pf-grid-gap-normal:1em;--post-pf-grid-gap-large:2em;--post-pf-grid-title-lines:2;--post-pf-grid-excerpt-lines:3;--post-pf-grid-padding:40px;--post-pf-soft-radius:5px;--post-pf-hard-radius:20px}.bt_bb_css_post_grid .bt_bb_post_grid_loader{margin-top:2em;border:3px solid rgb(0 0 0 / .2);border-top:3px solid var(--dark-color)}.bt_bb_css_post_grid .bt_bb_css_post_grid_content{display:grid}.bt_bb_css_post_grid .bt_bb_css_post_grid_content a{color:inherit;-webkit-box-shadow:none;box-shadow:none}.bt_bb_css_post_grid .bt_bb_css_post_grid_content a:hover{color:inherit}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer{display:none}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:100%}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21{grid-column:auto/span 2}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12{grid-row:auto/span 2}.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22{grid-column:auto/span 2;grid-row:auto/span 2}.bt_bb_css_post_grid .bt_bb_grid_item{-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner{border-radius:var(--post-pf-border-radius);overflow:hidden}.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content{grid-template-columns:1fr}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr 1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item{border-radius:0}.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item{overflow:hidden;border-radius:var(--post-pf-soft-radius)}.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item{overflow:hidden;border-radius:var(--post-pf-hard-radius)}.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content{grid-gap:-webkit-calc(var(--post-pf-grid-gap-small) * 2);grid-gap:-moz-calc(var(--post-pf-grid-gap-small) * 2);grid-gap:calc(var(--post-pf-grid-gap-small) * 2)}.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content{grid-gap:-webkit-calc(var(--post-pf-grid-gap-normal) * 2);grid-gap:-moz-calc(var(--post-pf-grid-gap-normal) * 2);grid-gap:calc(var(--post-pf-grid-gap-normal) * 2)}.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content{grid-gap:-webkit-calc(var(--post-pf-grid-gap-large) * 2);grid-gap:-moz-calc(var(--post-pf-grid-gap-large) * 2);grid-gap:calc(var(--post-pf-grid-gap-large) * 2)}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21{container-name:bt_bb_container_21;container-type:inline-size}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12{container-name:bt_bb_container_21;container-type:inline-size}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22{container-name:bt_bb_container_22;container-type:inline-size}@media (max-width:992px){.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22{grid-column:auto/span 2;grid-row:auto/auto}}@media (max-width:768px){.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content{grid-template-columns:1fr 1fr}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22{grid-column:auto/span 2;grid-row:auto/auto}}@media (max-width:580px){.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content{grid-template-columns:1fr}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21{grid-column:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12{grid-row:auto/auto}.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22{grid-column:auto/auto;grid-row:auto/auto}}@media (min-width:768px){.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail{position:absolute;inset:0;z-index:1}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before{display:none}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content{z-index:2;background:rgb(0 0 0 / .5);color:#fff;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%;margin:1.5em}.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title{color:inherit}}@container (min-width:36em){.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.bt_bb_row .bt_bb_column{height:auto;display:block}.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_row_inner .bt_bb_column_inner{height:auto;display:block}.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_align_right .bt_bb_align_left.bt_bb_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_image,.bt_bb_align_left.bt_bb_image,.bt_bb_align_left .bt_bb_image{float:none}.bt_bb_align_left .bt_bb_align_right.bt_bb_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_image,.bt_bb_align_right.bt_bb_image,.bt_bb_align_right .bt_bb_image{float:none}.bt_bb_align_left .bt_bb_align_center.bt_bb_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_image,.bt_bb_align_center.bt_bb_image,.bt_bb_align_center .bt_bb_image{float:none;display:inline-block;margin-bottom:-.5em;max-width:100%}.bt_bb_latest_posts{display:block}.bt_bb_latest_posts.bt_bb_columns_1{display:block}.bt_bb_latest_posts .bt_bb_latest_posts_item{float:left}.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item{width:100%}.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item{width:50%}.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item{width:33.333333%}.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{width:25%}.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item{width:20%}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{width:16.666666%}.bt_bb_price_list .bt_bb_price_list_price{display:inline-block}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before{font-size:.65em}.btMenuInitFinished .mainHeader{visibility:inherit}.bt_bb_row .bt_bb_column{max-width:100%}.bt_bb_row_inner .bt_bb_column{max-width:100%}.bt_bb_column[data-width="12"],.bt_bb_column_inner[data-width="12"]{max-width:100%}.bt_bb_column[data-width="11"],.bt_bb_column_inner[data-width="11"]{max-width:91.666666%}.bt_bb_column[data-width="10"],.bt_bb_column_inner[data-width="10"]{max-width:83.333333%}.bt_bb_column[data-width="9.6"],.bt_bb_column_inner[data-width="9.6"]{max-width:80%}.bt_bb_column[data-width="9"],.bt_bb_column_inner[data-width="9"]{max-width:75%}.bt_bb_column[data-width="8"],.bt_bb_column_inner[data-width="8"]{max-width:66.666666%}.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="7.2"]{max-width:60%}.bt_bb_column[data-width="7"],.bt_bb_column_inner[data-width="7"]{max-width:58.333333%}.bt_bb_column[data-width="6"],.bt_bb_column_inner[data-width="6"]{max-width:50%}.bt_bb_column[data-width="5"],.bt_bb_column_inner[data-width="5"]{max-width:41.666666%}.bt_bb_column[data-width="4.8"],.bt_bb_column_inner[data-width="4.8"]{max-width:40%}.bt_bb_column[data-width="4"],.bt_bb_column_inner[data-width="4"]{max-width:33.333333%}.bt_bb_column[data-width="2.4"],.bt_bb_column_inner[data-width="2.4"]{max-width:20%}.bt_bb_column[data-width="3"],.bt_bb_column_inner[data-width="3"]{max-width:25%}.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="2"]{max-width:16.666666%}.bt_bb_column[data-width="1"],.bt_bb_column_inner[data-width="1"]{max-width:8.333333%}@media (max-width:992px){.bt_bb_column[data-width="12"],.bt_bb_column[data-width="11"],.bt_bb_column[data-width="10"],.bt_bb_column[data-width="9"],.bt_bb_column[data-width="8"],.bt_bb_column[data-width="7"],.bt_bb_column[data-width="6"],.bt_bb_column[data-width="5"],.bt_bb_column[data-width="4"],.bt_bb_column_inner[data-width="12"],.bt_bb_column_inner[data-width="11"],.bt_bb_column_inner[data-width="10"],.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner[data-width="7"],.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner[data-width="4"]{max-width:100%}.bt_bb_column[data-width="3"],.bt_bb_column_inner[data-width="3"]{max-width:50%}.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="2"]{max-width:33.333333%}}@media (max-width:768px){.bt_bb_column[data-width="2.4"],.bt_bb_column[data-width="9.6"],.bt_bb_column_inner[data-width="2.4"],.bt_bb_column_inner[data-width="9.6"]{max-width:100%}.bt_bb_column[data-width="4.8"],.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="4.8"],.bt_bb_column_inner[data-width="7.2"]{max-width:50%}}@media (max-width:480px){.bt_bb_column[data-width="3"],.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner[data-width="2"]{max-width:50%}.bt_bb_column[data-width="4.8"],.bt_bb_column[data-width="7.2"],.bt_bb_column_inner[data-width="4.8"],.bt_bb_column_inner[data-width="7.2"]{max-width:100%}}@media (max-width:370px){.bt_bb_column[data-width="3"],.bt_bb_column[data-width="2"],.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:100%;flex-basis:100%}}@media (max-width:992px) and (min-width:621px){.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12){-webkit-flex-basis:66.666666%;flex-basis:66.666666%}.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12){-webkit-flex-basis:33.333333%;flex-basis:33.333333%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12){-webkit-flex-basis:66.666666%;flex-basis:66.666666%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12){-webkit-flex-basis:33.333333%;flex-basis:33.333333%}}@media (max-width:620px){.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]{max-width:100%}.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]{max-width:100%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]{max-width:100%}.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]{max-width:100%}}@media (min-width:1201px){.bt_bb_column.col-xl-12,.bt_bb_column_inner.col-xl-12{max-width:100%}.bt_bb_column.col-xl-11,.bt_bb_column_inner.col-xl-11{max-width:91.666666%}.bt_bb_column.col-xl-10,.bt_bb_column_inner.col-xl-10{max-width:83.333333%}.bt_bb_column.col-xl-9_6,.bt_bb_column_inner.col-xl-9_6{max-width:80%}.bt_bb_column.col-xl-9,.bt_bb_column_inner.col-xl-9{max-width:75%}.bt_bb_column.col-xl-8,.bt_bb_column_inner.col-xl-8{max-width:66.666666%}.bt_bb_column.col-xl-7_2,.bt_bb_column_inner.col-xl-7_2{max-width:60%}.bt_bb_column.col-xl-7,.bt_bb_column_inner.col-xl-7{max-width:58.333333%}.bt_bb_column.col-xl-6,.bt_bb_column_inner.col-xl-6{max-width:50%}.bt_bb_column.col-xl-5,.bt_bb_column_inner.col-xl-5{max-width:41.666666%}.bt_bb_column.col-xl-4_8,.bt_bb_column_inner.col-xl-4_8{max-width:40%}.bt_bb_column.col-xl-4,.bt_bb_column_inner.col-xl-4{max-width:33.333333%}.bt_bb_column.col-xl-2_4,.bt_bb_column_inner.col-xl-2_4{max-width:20%}.bt_bb_column.col-xl-3,.bt_bb_column_inner.col-xl-3{max-width:25%}.bt_bb_column.col-xl-2,.bt_bb_column_inner.col-xl-2{max-width:16.666666%}.bt_bb_column.col-xl-1,.bt_bb_column_inner.col-xl-1{max-width:8.333333%}}@media (min-width:993px) and (max-width:1200px){.bt_bb_column.col-lg-12,.bt_bb_column_inner.col-lg-12{max-width:100%}.bt_bb_column.col-lg-11,.bt_bb_column_inner.col-lg-11{max-width:91.666666%}.bt_bb_column.col-lg-10,.bt_bb_column_inner.col-lg-10{max-width:83.333333%}.bt_bb_column.col-lg-9_6,.bt_bb_column_inner.col-lg-9_6{max-width:80%}.bt_bb_column.col-lg-9,.bt_bb_column_inner.col-lg-9{max-width:75%}.bt_bb_column.col-lg-8,.bt_bb_column_inner.col-lg-8{max-width:66.666666%}.bt_bb_column.col-lg-7_2,.bt_bb_column_inner.col-lg-7_2{max-width:60%}.bt_bb_column.col-lg-7,.bt_bb_column_inner.col-lg-7{max-width:58.333333%}.bt_bb_column.col-lg-6,.bt_bb_column_inner.col-lg-6{max-width:50%}.bt_bb_column.col-lg-5,.bt_bb_column_inner.col-lg-5{max-width:41.666666%}.bt_bb_column.col-lg-4_8,.bt_bb_column_inner.col-lg-4_8{max-width:40%}.bt_bb_column.col-lg-4,.bt_bb_column_inner.col-lg-4{max-width:33.333333%}.bt_bb_column.col-lg-2_4,.bt_bb_column_inner.col-lg-2_4{max-width:20%}.bt_bb_column.col-lg-3,.bt_bb_column_inner.col-lg-3{max-width:25%}.bt_bb_column.col-lg-2,.bt_bb_column_inner.col-lg-2{max-width:16.666666%}.bt_bb_column.col-lg-1,.bt_bb_column_inner.col-lg-1{max-width:8.333333%}}@media (min-width:768px) and (max-width:992px){.bt_bb_column.col-md-12,.bt_bb_column_inner.col-md-12{max-width:100%}.bt_bb_column.col-md-11,.bt_bb_column_inner.col-md-11{max-width:91.666666%}.bt_bb_column.col-md-10,.bt_bb_column_inner.col-md-10{max-width:83.333333%}.bt_bb_column.col-md-9_6,.bt_bb_column_inner.col-md-9_6{max-width:80%}.bt_bb_column.col-md-9,.bt_bb_column_inner.col-md-9{max-width:75%}.bt_bb_column.col-md-8,.bt_bb_column_inner.col-md-8{max-width:66.666666%}.bt_bb_column.col-md-7_2,.bt_bb_column_inner.col-md-7_2{max-width:60%}.bt_bb_column.col-md-7,.bt_bb_column_inner.col-md-7{max-width:58.333333%}.bt_bb_column.col-md-6,.bt_bb_column_inner.col-md-6{max-width:50%}.bt_bb_column.col-md-5,.bt_bb_column_inner.col-md-5{max-width:41.666666%}.bt_bb_column.col-md-4_8,.bt_bb_column_inner.col-md-4_8{max-width:40%}.bt_bb_column.col-md-4,.bt_bb_column_inner.col-md-4{max-width:33.333333%}.bt_bb_column.col-md-2_4,.bt_bb_column_inner.col-md-2_4{max-width:20%}.bt_bb_column.col-md-3,.bt_bb_column_inner.col-md-3{max-width:25%}.bt_bb_column.col-md-2,.bt_bb_column_inner.col-md-2{max-width:16.666666%}.bt_bb_column.col-md-1,.bt_bb_column_inner.col-md-1{max-width:8.333333%}}@media (min-width:481px) and (max-width:768px){.bt_bb_column.col-sm-12,.bt_bb_column.col-ms-12,.bt_bb_column_inner.col-sm-12,.bt_bb_column_inner.col-ms-12{max-width:100%}.bt_bb_column.col-sm-11,.bt_bb_column.col-ms-11,.bt_bb_column_inner.col-sm-11,.bt_bb_column_inner.col-ms-11{max-width:91.666666%}.bt_bb_column.col-sm-10,.bt_bb_column.col-ms-10,.bt_bb_column_inner.col-sm-10,.bt_bb_column_inner.col-ms-10{max-width:83.333333%}.bt_bb_column.col-sm-9_6,.bt_bb_column.col-ms-9_6,.bt_bb_column_inner.col-sm-9_6,.bt_bb_column_inner.col-ms-9_6{max-width:80%}.bt_bb_column.col-sm-9,.bt_bb_column.col-ms-9,.bt_bb_column_inner.col-sm-9,.bt_bb_column_inner.col-ms-9{max-width:75%}.bt_bb_column.col-sm-8,.bt_bb_column.col-ms-8,.bt_bb_column_inner.col-sm-8,.bt_bb_column_inner.col-ms-8{max-width:66.666666%}.bt_bb_column.col-sm-7_2,.bt_bb_column.col-ms-7_2,.bt_bb_column_inner.col-sm-7_2,.bt_bb_column_inner.col-ms-7_2{max-width:60%}.bt_bb_column.col-sm-7,.bt_bb_column.col-ms-7,.bt_bb_column_inner.col-sm-7,.bt_bb_column_inner.col-ms-7{max-width:58.333333%}.bt_bb_column.col-sm-6,.bt_bb_column.col-ms-6,.bt_bb_column_inner.col-sm-6,.bt_bb_column_inner.col-ms-6{max-width:50%}.bt_bb_column.col-sm-5,.bt_bb_column.col-ms-5,.bt_bb_column_inner.col-sm-5,.bt_bb_column_inner.col-ms-5{max-width:41.666666%}.bt_bb_column.col-sm-4_8,.bt_bb_column.col-ms-4_8,.bt_bb_column_inner.col-sm-4_8,.bt_bb_column_inner.col-ms-4_8{max-width:40%}.bt_bb_column.col-sm-4,.bt_bb_column.col-ms-4,.bt_bb_column_inner.col-sm-4,.bt_bb_column_inner.col-ms-4{max-width:33.333333%}.bt_bb_column.col-sm-2_4,.bt_bb_column.col-ms-2_4,.bt_bb_column_inner.col-sm-2_4,.bt_bb_column_inner.col-ms-2_4{max-width:20%}.bt_bb_column.col-sm-3,.bt_bb_column.col-ms-3,.bt_bb_column_inner.col-sm-3,.bt_bb_column_inner.col-ms-3{max-width:25%}.bt_bb_column.col-sm-2,.bt_bb_column.col-ms-2,.bt_bb_column_inner.col-sm-2,.bt_bb_column_inner.col-ms-2{max-width:16.666666%}.bt_bb_column.col-sm-1,.bt_bb_column.col-ms-1,.bt_bb_column_inner.col-sm-1,.bt_bb_column_inner.col-ms-1{max-width:8.333333%}}@media (max-width:480px){.bt_bb_column.col-xs-12,.bt_bb_column_inner.col-xs-12{max-width:100%}.bt_bb_column.col-xs-11,.bt_bb_column_inner.col-xs-11{max-width:91.666666%}.bt_bb_column.col-xs-10,.bt_bb_column_inner.col-xs-10{max-width:83.333333%}.bt_bb_column.col-xs-9_6,.bt_bb_column_inner.col-xs-9_6{max-width:80%}.bt_bb_column.col-xs-9,.bt_bb_column_inner.col-xs-9{max-width:75%}.bt_bb_column.col-xs-8,.bt_bb_column_inner.col-xs-8{max-width:66.666666%}.bt_bb_column.col-xs-7_2,.bt_bb_column_inner.col-xs-7_2{max-width:60%}.bt_bb_column.col-xs-7,.bt_bb_column_inner.col-xs-7{max-width:58.333333%}.bt_bb_column.col-xs-6,.bt_bb_column_inner.col-xs-6{max-width:50%}.bt_bb_column.col-xs-5,.bt_bb_column_inner.col-xs-5{max-width:41.666666%}.bt_bb_column.col-xs-4_8,.bt_bb_column_inner.col-xs-4_8{max-width:40%}.bt_bb_column.col-xs-4,.bt_bb_column_inner.col-xs-4{max-width:33.333333%}.bt_bb_column.col-xs-2_4,.bt_bb_column_inner.col-xs-2_4{max-width:20%}.bt_bb_column.col-xs-3,.bt_bb_column_inner.col-xs-3{max-width:25%}.bt_bb_column.col-xs-2,.bt_bb_column_inner.col-xs-2{max-width:16.666666%}.bt_bb_column.col-xs-1,.bt_bb_column_inner.col-xs-1{max-width:8.333333%}}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:10004;overflow:hidden;position:fixed;opacity:.8;height:100vh!important}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:20000;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{overflow:hidden}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .6);box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .6);box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-moz-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-moz-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,audio,canvas,video{display:block}audio,canvas,video{display:inline-block}*:focus,*{outline:none;outline:0}.touch *{-webkit-tap-highlight-color:#fff0;-webkit-focus-ring-color:#fff0}button::-moz-focus-inner{border:0}audio:not([controls]){display:none;height:0}html,body{margin:0;padding:0}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;background-repeat:no-repeat}.btClear:after{content:" ";display:table;width:100%;clear:both}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.btDarkSkin{color:#fff;background-color:#191919}.btLightSkin{color:#181818;background-color:#fff}select,textarea,input,.fancy-select .trigger{color:inherit}.btLightSkin select,.btLightSkin textarea,.btLightSkin input,.btLightSkin .fancy-select .trigger,.btDarkSkin .btLightSkin select,.btDarkSkin .btLightSkin textarea,.btDarkSkin .btLightSkin input,.btDarkSkin .btLightSkin .fancy-select .trigger,.btLightSkin .btDarkSkin .btLightSkin select,.btLightSkin .btDarkSkin .btLightSkin textarea,.btLightSkin .btDarkSkin .btLightSkin input,.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger{border:1px solid rgb(24 24 24 / .2)}.btDarkSkin select,.btDarkSkin textarea,.btDarkSkin input,.btDarkSkin .fancy-select .trigger,.btLightSkin .btDarkSkin select,.btLightSkin .btDarkSkin textarea,.btLightSkin .btDarkSkin input,.btLightSkin .btDarkSkin .fancy-select .trigger,.btDarkSkin.btLightSkin .btDarkSkin select,.btDarkSkin.btLightSkin .btDarkSkin textarea,.btDarkSkin.btLightSkin .btDarkSkin input,.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger{border:1px solid rgb(255 255 255 / .2)}select,input{font-family:"Roboto",Arial,Helvetica,sans-serif}input:not([type='checkbox']):not([type='radio']),button{-webkit-appearance:none}input:not([type='checkbox']):not([type='radio']),textarea,select{outline:none;font:inherit;width:100%;line-height:1;width:100%;display:block;padding:1.25em;background:#fff0;color:inherit}.btTextRight input:not([type='checkbox']):not([type='radio']),.btTextRight textarea,.btTextRight select{text-align:right}.btLightSkin input:not([type='checkbox']):not([type='radio']),.btDarkSkin .btLightSkin input:not([type='checkbox']):not([type='radio']),.btLightSkin .btDarkSkin .btLightSkin input:not([type='checkbox']):not([type='radio']),.btLightSkin textarea,.btDarkSkin .btLightSkin textarea,.btLightSkin .btDarkSkin .btLightSkin textarea,.btLightSkin select,.btDarkSkin .btLightSkin select,.btLightSkin .btDarkSkin .btLightSkin select{background:#fff}.btDarkSkin input:not([type='checkbox']):not([type='radio']),.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']),.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']),.btDarkSkin textarea,.btLightSkin .btDarkSkin textarea,.btDarkSkin.btLightSkin .btDarkSkin textarea,.btDarkSkin select,.btLightSkin .btDarkSkin select,.btDarkSkin.btLightSkin .btDarkSkin select{background:#191919}input[type="file"]{padding:.55em 1.25em .55em .65em!important;line-height:1!important}input[type="file"]::-webkit-file-upload-button{background:#e94d65!important;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff;font-weight:700;font-family:Sarabun;border:0;padding:8px 15px;font-size:.875em;cursor:pointer;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btHardRoundedButtons input[type="file"]::-webkit-file-upload-button{border-radius:50px}.btSoftRoundedButtons input[type="file"]::-webkit-file-upload-button{border-radius:5px}input[type="file"]::-webkit-file-upload-button:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}select{padding-top:.25em;padding-bottom:.25em}input:not([type='checkbox']):not([type='radio']),select,.fancy-select .trigger,.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{height:3.25em;line-height:3.25}input[type='text'],input[type='password'],input[type='color'],input[type='date'],input[type='datetime-local'],input[type='email'],input[type='month'],input[type='number'],input[type='range'],input[type='tel'],input[type='time'],input[type='url'],input[type='week'],textarea{line-height:1!important}.fancy-select{position:relative}.fancy-select .trigger{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:relative;cursor:pointer;padding:0 0 0 1.25em}.btHardRoundedButtons .fancy-select .trigger{border-radius:50px}.btSoftRoundedButtons .fancy-select .trigger{border-radius:5px}.rtl .fancy-select .trigger{padding:0 1.25em 0 0}.fancy-select .trigger:before{content:'\f107';font-family:FontAwesome;display:block;float:right;padding:0 .75em;font-size:1rem;opacity:.5;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.rtl .fancy-select .trigger:before{float:left}.fancy-select .trigger.open:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1}.fancy-select .options{font-size:.875em;display:none;position:absolute;top:auto;left:0;width:100%;list-style:none;max-height:320px;overflow:auto;border:0;background-color:#fff;color:#181818;-webkit-box-shadow:0 0 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 30px 0 rgb(0 0 0 / .12)}.fancy-select .options.open{z-index:20;display:block}.fancy-select .options.overflowing{top:auto;bottom:3.75em}.fancy-select ul.options{padding:.5em 0;margin:0;line-height:1.5}.fancy-select ul.options li{cursor:pointer;margin:0;padding:.85714em 1.42857em;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;border:0;position:relative}.fancy-select ul.options li:before{position:absolute;display:block;left:0;height:2px;top:50%;margin-top:-1px;content:"";background:#e94d65;-webkit-transition:transform 300ms ease;-moz-transition:transform 300ms ease;transition:transform 300ms ease;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);width:10px}.rtl .fancy-select ul.options li:before{left:auto;right:0;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.fancy-select ul.options li:hover{color:#e94d65}.fancy-select ul.options li:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.fancy-select ul.options li.selected:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),.btHardRoundedButtons a.select2-choice{border-radius:50px}.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),.btSoftRoundedButtons a.select2-choice{border-radius:5px}.btHardRoundedButtons textarea,.btHardRoundedButtons select{border-radius:50px}.btSoftRoundedButtons textarea,.btSoftRoundedButtons select{border-radius:5px}.btHardRoundedButtons textarea{border-radius:26px}input:not([type='checkbox']):not([type='radio']):not([type='submit']),textarea,.fancy-select .trigger,select{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,textarea:focus,.fancy-select .trigger.open,select:focus{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}textarea{resize:vertical;line-height:inherit}button{font:inherit;cursor:pointer}.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btDarkSkin textarea:focus,.btLightSkin .btDarkSkin textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,.btDarkSkin .fancy-select .trigger.open,.btLightSkin .btDarkSkin .fancy-select .trigger.open,.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open{border:1px solid rgb(255 255 255 / .4)}.bt-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.bt-video-container iframe,.bt-video-container object,.bt-video-container embed,.bt-video-container video{position:absolute;top:0;left:0;width:100%;height:100%}img,figure{max-width:100%;height:auto}pre code{display:block}pre{overflow:hidden}.btContentHolder pre{margin:0 0 30px;white-space:pre-wrap;padding:20px;border:1px solid rgb(24 24 24 / .2)}a{text-decoration:none;-webkit-transition:color 200ms ease;-moz-transition:color 200ms ease;transition:color 200ms ease;color:inherit}.btContent a{color:#e94d65}a:hover{text-decoration:none;color:#e94d65}.btContent a:hover{color:inherit}.btText a{color:#e94d65}.btText a:hover{text-decoration:underline}a img{border:none}a,a:active,a:focus{outline:none}p,dl,address,cite{margin:0 0 1em}ul{margin:0 0 1em 1em;padding:0}ul ul{margin-bottom:0}.rtl ul{margin:0 1em 1em 0}.rtl ul ul{margin-bottom:0}ol{margin:0 0 1em 1em;padding:0}ol ol{margin-bottom:0}.rtl ol{margin:0 1em 1em 0}.rtl ol ol{margin-bottom:0}li{margin:0 0 0 .5em;padding:0}.btText li{margin-left:1em}dt{font-weight:600;display:inline;padding-right:.75em}dd{display:inline}dd p{display:inline}dd:after{content:' ';display:table;clear:both}figcaption{font-size:inherit}html{font-size:16px}body{font-family:"Roboto",Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5em;background-size:cover;background-attachment:fixed}small{font-size:14px}h1,h2,h3,h4,h5,h6{font-family:"Sarabun",Arial,Helvetica,sans-serif}h1:after,h2:after,h3:after,h4:after,h5:after,h6:after{content:" ";display:table;width:100%;clear:both}h1,h2,h3,h4,h5,h6{clear:both;padding:0 0 .4em;line-height:1;margin:0;font-weight:800;letter-spacing:-.03em}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2.10225em}h4{font-size:1.76775em}h5{font-size:1.4865em}h6{font-size:1.25em}blockquote{display:block;margin:0;font-size:1.5625em;font-style:normal;font-weight:400;line-height:1.3;position:relative;padding:1.6em 0 1.6em .8em}blockquote:after{content:" ";display:table;width:100%;clear:both}.rtl blockquote{padding:1.6em .8em 1.6em 0}.bt_bb_align_center blockquote{padding:1.6em 0}.bt_bb_align_right blockquote{padding:1.6em .8em 1.6em 0}blockquote:before{content:'\e900';font-family:Avantage;display:block;font-size:6em;line-height:1;position:absolute;top:-.15em;left:0;opacity:.1;color:currentColor}.bt_bb_align_right blockquote:before{right:0;left:auto}.bt_bb_align_center blockquote:before{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.rtl blockquote:before{right:0;left:auto}blockquote>*:last-child{margin-bottom:0}cite{font-style:normal;opacity:.5}blockquote cite{font-size:1.25rem}.btContentHolder table{width:100%;margin:0 0 1em;border-collapse:collapse;text-align:initial;border:1px solid rgb(24 24 24 / .07)}.btDarkSkin .btContentHolder table,.btLightSkin .btDarkSkin .btContentHolder table,.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table{border:1px solid rgb(255 255 255 / .05)}.btContentHolder table td,.btContentHolder table th{padding:1em;border:1px solid rgb(24 24 24 / .07)}.btDarkSkin .btContentHolder table td,.btLightSkin .btDarkSkin .btContentHolder table td,.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,.btDarkSkin .btContentHolder table th,.btLightSkin .btDarkSkin .btContentHolder table th,.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th{border:1px solid rgb(255 255 255 / .05)}.btContentHolder table td>*:last-child,.btContentHolder table th>*:last-child{margin-bottom:0}.btContentHolder table th{text-align:left}.btContentHolder table thead th{font-weight:700;background-color:#e94d65;color:#fff}.bt_bb_layout_boxed_600 .bt_bb_cell{width:600px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_700 .bt_bb_cell{width:700px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_800 .bt_bb_cell{width:800px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_900 .bt_bb_cell{width:900px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_1000 .bt_bb_cell{width:1000px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_1100 .bt_bb_cell{width:1100px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_1200 .bt_bb_cell{width:1200px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.bt_bb_layout_boxed_1400 .bt_bb_cell{width:1400px;max-width:-webkit-calc(100% - 60px);max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}@media (max-width:480px){.visible-xs{display:block!important}}@media (min-width:480px) and (max-width:767px){.visible-ms{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}}@media (min-width:1200px){.visible-lg{display:block!important}}@media (max-width:768px){.bt_bb_column[data-width="3"],.bt_bb_column[data-width="2"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner[data-width="2"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}@media (max-width:480px){.hidden-xs{display:none!important}}@media (min-width:480px) and (max-width:767px){.hidden-ms{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}html,body{min-height:100vh}body:not(.btPageTransitions){min-height:101vh}body.rtl{direction:rtl;unicode-bidi:embed}.btContentWrap{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btContentWrap:after{content:" ";display:table;width:100%;clear:both}.btSiteFooter{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;-moz-transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease}.btPageWrap{position:relative;overflow:hidden;-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btPageWrap:after{content:" ";display:table;width:100%;clear:both}.mainHeader,.btVerticalHeaderTop{z-index:10002}.btPreloader{z-index:100000}.port{width:100%;padding:0 30px}.gutter .port{max-width:1260px;margin:auto}.btWithSidebar .btContent .gutter .port{padding:0}@media (max-width:1259px){.gutter .port{width:100%;max-width:none;padding-left:30px;padding-right:30px}.btMenuVerticalRight .btVerticalMenuTrigger{margin:0}}.btNoSidebar .btContentHolder,.btNoSidebar .btContent{width:auto;padding:0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent{max-width:1260px;margin-left:auto;margin-right:auto;padding:4em 30px 0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent .gutter .port{padding-left:0;padding-right:0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent>article:first-child{margin-top:0}.btBelowMenu.btHideHeadline.single-portfolio .btContentHolder{padding-top:13em}.btWithSidebar .btContentHolder{max-width:1260px;margin:auto;padding:4em 30px 4em;display:-ms-flexbox;display:-webkit-flex;display:flex}.btBelowMenu.btHideHeadline.btWithSidebar .btContentHolder{padding-top:17em}.btWithSidebar .btContentHolder .btContent{width:75%}.btWithSidebar .btContentHolder .btSidebar{width:25%;padding:0}.btSidebarLeft.btWithSidebar .btContentHolder{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar{padding-right:20px}.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar{padding-right:0;padding-left:20px}.btSidebarLeft.btWithSidebar .btContentHolder .btContent{padding-left:20px}.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent{padding-left:0;padding-right:20px}.btSidebarRight.btWithSidebar .btContentHolder .btSidebar{padding-left:20px}.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar{padding-left:0;padding-right:20px}.btSidebarRight.btWithSidebar .btContentHolder .btContent{padding-right:20px}.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent{padding-right:0;padding-left:20px}@media (max-width:768px){.btWithSidebar.btSidebarRight .btContentHolder,.btWithSidebar.btSidebarLeft .btContentHolder{display:block}.btWithSidebar.btSidebarRight .btContentHolder .btContent,.btWithSidebar.btSidebarLeft .btContentHolder .btContent,.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar{width:auto;float:none;padding-left:0!important;padding-right:0!important}.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar{padding-top:4em}}.btPreloader{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;bottom:0;background-color:inherit;width:100%;vertical-align:middle;text-align:center;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);opacity:1;-webkit-transition:all 800ms ease;-moz-transition:all 800ms ease;transition:all 800ms ease}.btPreloader .animation{display:block;width:100%;-webkit-transform:translateY(0) scale(1);-moz-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);transform:translateY(0) scale(1);-webkit-transition:transform .3s ease,opacity .3s ease;-moz-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease}.btAccentDarkHeader .btPreloader .animation>div:first-child,.btLightAccentHeader .btPreloader .animation>div:first-child,.btTransparentLightHeader .btPreloader .animation>div:first-child{border-radius:5px;padding:.7em 1.2em;display:block;background-color:#e94d65;max-width:350px;margin-left:auto;margin-right:auto}.btPreloader .animation>div img{margin:0 auto}.btRemovePreloader .btPreloader{-webkit-transform:translate(0,-100%);-moz-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);opacity:0}.btRemovePreloader .btPreloader .animation{-webkit-transform:translateY(0) scale(.9);-moz-transform:translateY(0) scale(.9);-ms-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0;-webkit-transition:transform .5s ease,opacity ease .5s;-moz-transition:transform .5s ease,opacity ease .5s;transition:transform .5s ease,opacity ease .5s}.btPreloader .animation .preloaderLogo{height:140px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;width:auto;display:block;line-height:1}.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo{height:280px}.btLoader{display:inline-block;position:relative;width:64px;height:64px}.btLoader>div,.btLoader>span{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:#e94d65;-webkit-animation-timing-function:cubic-bezier(0,1,1,0);-moz-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0)}.btLoader>div:nth-child(1),.btLoader>span:nth-child(1){left:6px;-webkit-animation:lds-ellipsis1 .6s infinite;-moz-animation:lds-ellipsis1 .6s infinite;animation:lds-ellipsis1 .6s infinite}.btLoader>div:nth-child(2),.btLoader>span:nth-child(2){left:6px;-webkit-animation:lds-ellipsis2 .6s infinite;-moz-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.btLoader>div:nth-child(3),.btLoader>span:nth-child(3){left:26px;-webkit-animation:lds-ellipsis2 .6s infinite;-moz-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.btLoader>div:nth-child(4),.btLoader>span:nth-child(4){left:45px;-webkit-animation:lds-ellipsis3 .6s infinite;-moz-animation:lds-ellipsis3 .6s infinite;animation:lds-ellipsis3 .6s infinite}.btLoader>div:nth-child(5),.btLoader>div:nth-child(6),.btLoader>span:nth-child(5),.btLoader>span:nth-child(6){display:none}@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes lds-ellipsis1{0%{-moz-transform:scale(0);transform:scale(0)}100%{-moz-transform:scale(1);transform:scale(1)}}@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@-moz-keyframes lds-ellipsis3{0%{-moz-transform:scale(1);transform:scale(1)}100%{-moz-transform:scale(0);transform:scale(0)}}@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}}@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(19px,0);transform:translate(19px,0)}}@-moz-keyframes lds-ellipsis2{0%{-moz-transform:translate(0,0);transform:translate(0,0)}100%{-moz-transform:translate(19px,0);transform:translate(19px,0)}}@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(19px,0);-moz-transform:translate(19px,0);-ms-transform:translate(19px,0);transform:translate(19px,0)}}@-webkit-keyframes btSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes btSpinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes btSpinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.btErrorPage{min-height:70vh;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex;background-position:10% bottom;background-size:initial}.btErrorPage .port{padding-top:6em;padding-bottom:6em}.post-password-form{max-width:1260px;margin:50px auto 50px auto!important}.btBreadCrumbs{text-transform:uppercase;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.25}.btBreadCrumbs span{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:0;padding-left:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btBreadCrumbs span a{color:currentColor;-webkit-transition:300ms ease opacity;-moz-transition:300ms ease opacity;transition:300ms ease opacity}.btBreadCrumbs span a:hover{opacity:.4}.btBreadCrumbs span:not(:last-child):after{content:' ';display:block;width:.9rem;height:1px}.bt_bb_headline.bt_bb_dash_top .btBreadCrumbs .btArticleCategories:before{display:none}.btPageHeadline{background-color:rgb(24 24 24 / .05);background-size:cover}.btPageHeadline header{max-width:768px;-ms-word-wrap:break-word;word-wrap:break-word}.btMenuCenter .btPageHeadline header{margin:auto}.single-post .btPageHeadline header,.single-portfolio .btPageHeadline header{max-width:100%}.single-post .btPageHeadline header .bt_bb_headline_subheadline,.single-portfolio .btPageHeadline header .bt_bb_headline_subheadline{max-width:768px}.btPageHeadline .bt_bb_port{padding-bottom:5em;padding-top:5em}body.btBelowMenu .btPageHeadline .bt_bb_port{padding-top:15em}body.btBelowMenu.btMenuBelowLogo .btPageHeadline .bt_bb_port{padding-top:19em}.btPageHeadline.bt_bb_section[class*="light_solid"]:before{background-color:rgb(255 255 255 / .75)}.btDarkSkin .btPageHeadline,.btLightSkin .btDarkSkin .btPageHeadline,.btDarkSkin.btLightSkin .btDarkSkin .btPageHeadline{background-color:rgb(255 255 255 / .05)}.btBoxedPage .btPageWrap{max-width:1200px;-webkit-box-shadow:0 0 20px 0 rgb(0 0 0 / .15);box-shadow:0 0 20px 0 rgb(0 0 0 / .15);margin-bottom:3em;margin:0 auto 3em;border-bottom-left-radius:15px;border-bottom-right-radius:15px;overflow:initial}.btStickyHeaderActive.btBoxedPage .mainHeader{max-width:1200px}.btLightSkin.btBoxedPage .btContentWrap{background-color:#fff}.btDarkSkin.btBoxedPage .btContentWrap{background-color:#191919}.error404 .btContentWrap{padding-top:0!important}.btErrorPage{min-height:100vh;height:100vh;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:-webkit-flex;display:flex;background-position:center center;background-size:cover}.btErrorPage .bt_bb_port{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}.btErrorPage.bt_bb_section[class*="bt_bb_background_overlay"]:before{content:' ';pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;background:-webkit-linear-gradient(top,rgb(222 222 222 / .5) 0%,rgb(255 255 255 / .5) 100%)!important;background:-moz-linear-gradient(top,rgb(222 222 222 / .5) 0%,rgb(255 255 255 / .5) 100%)!important;background:linear-gradient(to bottom,rgb(222 222 222 / .5) 0%,rgb(255 255 255 / .5) 100%)!important}.btErrorPage .bt_bb_column.bt_bb_align_center{text-align:center}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline h2{font-size:4.375rem}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_content:before{margin-left:auto;margin-right:auto;float:none;display:block;border-top:2px solid #e94d65}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline{font-size:1em!important;margin-top:2em}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a{-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;background:#e94d65;color:#fff;padding:1.125em 1.875em;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;font-weight:700;display:inline-block;line-height:1;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btSoftRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a{border-radius:5px}.btHardRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a{border-radius:50px}@media (max-width:768px){.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_superheadline:before,.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_superheadline:after{width:2.5rem!important}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline h2{font-size:3rem}}.mainHeader{width:100%;position:absolute;background-color:inherit;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);font-family:"Sarabun",Arial,Helvetica,sans-serif;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease;visibility:hidden;opacity:0}.btMenuInitFinished .mainHeader{visibility:initial;opacity:1}.mainHeader:after{content:" ";display:table;width:100%;clear:both}.mainHeader a{color:inherit;-webkit-transition:color 200ms linear;-moz-transition:color 200ms linear;transition:color 200ms linear}.mainHeader a:hover{color:#e94d65}.btPageTransitions .mainHeader{z-index:1020}.btMenuHorizontal:not(.btBelowMenu) .mainHeader{-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}.btLogoArea{position:relative;z-index:1}.menuPort{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:16px}.menuPort:after{content:" ";display:table;width:100%;clear:both}.menuPort nav ul{list-style:none;display:block;margin:0;padding:0;-webkit-transition:all 200ms ease 0s;-moz-transition:all 200ms ease 0s;transition:all 200ms ease 0s}.menuPort nav ul li{display:block;margin:0;padding:0;position:relative}.menuPort nav ul li a{display:block;position:relative;padding:.85714em 1em;font-weight:400}.menuPort nav ul li a:hover{color:currentColor;text-decoration:none}.menuPort nav ul ul li{-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease}.menuPort nav ul ul li.on{opacity:1}.menuPort ul>li>ul{opacity:0;pointer-events:none;-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .menuPort ul>li>ul{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.menuPort ul>li>ul ul{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.menuPort nav>ul>li>a{line-height:140px;padding:0;font-weight:700}.btBelowLogoArea .menuPort nav>ul>li>a{line-height:70px}.menuPort nav ul ul li a{font-weight:400}.btTextLogo{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:2em;font-weight:800;line-height:140px;letter-spacing:-.03em}.btMenuVertical .btTextLogo{line-height:81.2px}.btLogoArea .logo{line-height:0;float:left}.btMenuVertical .btLogoArea .logo{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease}.rtl .btLogoArea .logo{float:right}.btLogoArea .logo img{height:140px;width:auto;display:block}.btMenuVertical .btLogoArea .logo img{height:84px}.btMenuCenter .btLogoArea .logo img{margin:auto}.btLogoArea .logo img.btAltLogo{display:none}.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger{display:block;position:relative;z-index:1}.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon{margin:24.5px 0}.btMenuHorizontal.btHideMenu .menuPort{opacity:0;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;transition:opacity 1s ease;pointer-events:none}.btShowMenu.btMenuHorizontal.btHideMenu .menuPort{opacity:1!important;pointer-events:all}.btHorizontalMenuTrigger{display:none;float:right;margin:0 0 0 .5em;font-size:1.5em}.btHorizontalMenuTrigger .bt_bb_icon{width:35px;height:35px;position:relative;padding:0;float:left;margin:52.5px 0}.btHorizontalMenuTrigger .bt_bb_icon:before,.btHorizontalMenuTrigger .bt_bb_icon:after{position:absolute;display:block;content:"";border-top-width:2px;border-top-style:solid;left:0;right:0;top:10%;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after{top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btAccentGradientHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,.btAccentGradientHeader .btHorizontalMenuTrigger .bt_bb_icon:after{border-top-color:#181818}.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after{border-top-color:#fff}.btHorizontalMenuTrigger .bt_bb_icon:after{top:auto;bottom:10%}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after{bottom:-webkit-calc(50% - 1px);bottom:-moz-calc(50% - 1px);bottom:calc(50% - 1px);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{content:"";position:absolute;display:block;content:"";border-top-width:2px;border-top-style:solid;left:0;right:0;top:50%;margin-top:-1px;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(0)!important;-moz-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentGradientHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#181818}.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#fff}.btHorizontalMenuTrigger:hover{cursor:pointer;color:inherit}.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#e94d65}.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#181818}.btHorizontalMenuTrigger:hover .bt_bb_icon:before{top:0}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before{top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotate(45deg) scaleX(.75);-moz-transform:rotate(45deg) scaleX(.75);-ms-transform:rotate(45deg) scaleX(.75);transform:rotate(45deg) scaleX(.75)}.btHorizontalMenuTrigger:hover .bt_bb_icon:after{bottom:0}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after{bottom:-webkit-calc(50% - 1px);bottom:-moz-calc(50% - 1px);bottom:calc(50% - 1px);-webkit-transform:rotate(-45deg) scaleX(.75);-moz-transform:rotate(-45deg) scaleX(.75);-ms-transform:rotate(-45deg) scaleX(.75);transform:rotate(-45deg) scaleX(.75)}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#e94d65}.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#181818}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:after,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:after{content:' ';display:block;position:absolute;z-index:5;left:-15px;width:10px;pointer-events:none;height:2px;background-color:#e94d65;top:50%;margin-top:-1px}.rtl.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:after,.rtl.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:after{left:auto;right:-15px}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-ancestor>a:before,.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-item>a:before,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-ancestor>a:before,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-item>a:before{width:10px}.btMenuHorizontal .menuPort ul ul{background-color:#fff}.btMenuHorizontal .menuPort ul ul li a{padding-left:1.42857em;padding-right:1.42857em;color:#181818}.btMenuHorizontal .menuPort ul ul li a:hover{color:#e94d65}.btMenuHorizontal .menuPort ul ul li .subToggler{top:50%;margin-top:-1.5em;width:35px;color:#181818}.btMenuHorizontal .menuPort ul ul li .subToggler:before{content:"\f105"}.rtl.btMenuHorizontal .menuPort ul ul li .subToggler{left:0;right:auto}.rtl.btMenuHorizontal .menuPort ul ul li .subToggler:before{content:"\f104"}.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a{-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;position:relative;overflow:hidden}.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:after{display:block;content:"";position:absolute;left:5px;right:5px;top:0;bottom:0;background:#e94d65;z-index:-1;opacity:0;-webkit-transition:opacity 350ms ease;-moz-transition:opacity 350ms ease;transition:opacity 350ms ease}.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:hover{color:#fff}.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:hover:after{opacity:1}.subToggler{display:none;cursor:pointer;position:absolute;top:0;width:40px;z-index:80;padding:0;text-align:center;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;opacity:.5}.on>.subToggler{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1}body.btMenuVertical .subToggler{display:block!important;padding:20px 0;line-height:1;right:0;top:-5px}body.btMenuHorizontal .subToggler{right:15px;line-height:140px}body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler{right:auto;left:0}body.btMenuHorizontal.rtl .subToggler{left:15px;right:auto}body.btMenuHorizontal.btMenuBelowLogo .subToggler{line-height:70px}body.btMenuHorizontal .menuPort ul ul .subToggler{right:0;line-height:inherit;padding:.85714em 0}body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler{left:0;right:auto}.subToggler:before{content:'\f107';font:normal 16px/1 FontAwesome}.touch .btMenuHorizontal .menuPort nav ul li .subToggler{display:block}.btMenuHorizontal .menuPort>nav>ul>li{padding:0 50px 0 0}.rtl.btMenuHorizontal .menuPort>nav>ul>li{padding:0 0 0 50px}.rtl.btMenuHorizontal .menuPort>nav>ul>li:last-child{padding:0}:not(.rtl).btMenuHorizontal .menuPort>nav>ul>li:last-child{padding:0}html.touch :not(.rtl).btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children{padding:0 50px 0 0}html.touch .rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children{padding:0 0 0 50px}.btMenuHorizontal .menuPort>nav>ul>li>ul>li{font-size:.875em;font-family:"Roboto",Arial,Helvetica,sans-serif;line-height:1.5}.btMenuHorizontal .menuPort>nav>ul ul{position:absolute;width:270px;top:75%;margin:0;pointer-events:none;-webkit-box-shadow:0 0 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 30px 0 rgb(0 0 0 / .12);z-index:1;padding:0}.btMenuHorizontal .menuPort>nav>ul ul li{z-index:4;float:none}.btMenuHorizontal .menuPort>nav>ul ul ul{display:block;top:0;margin:0;pointer-events:none}.btMenuHorizontal .menuPort>nav>ul li.btMenuAlternateHoverDesign ul{padding-top:4px;padding-bottom:4px}.btMenuHorizontal .menuPort>nav>ul li.btMenuAlternateHoverDesign ul ul{top:-4px}.btMenuBelowLogo.btMenuHorizontal .menuPort>nav>ul>li>ul{top:100%}.btMenuHorizontal .menuPort>nav>ul li.current-menu-item ul,.btMenuHorizontal .menuPort>nav>li.current-menu-ancestor ul{margin:0}.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children{position:relative}.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:before{content:"";display:block;border-left:8px solid #fff0;border-right:8px solid #fff0;border-bottom:9px solid #fff;z-index:3;position:absolute;left:50%;top:75%;margin-left:-33px;margin-top:-9px;opacity:0;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;pointer-events:none;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0}.rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:before{margin-left:auto;margin-right:-33px;left:auto;right:50%}.btMenuBelowLogo.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:before{top:100%}.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:last-child:before{margin-left:-8px}.rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:last-child:before{margin-left:auto;margin-right:-8px}html.touch .btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:last-child:before{margin-left:-33px}html.touch .rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children:last-child:before{margin-left:auto;margin-right:-33px}.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children.on:before{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.btMenuHorizontal .menuPort>nav>ul>li{float:left;position:relative;z-index:5}.rtl.btMenuHorizontal .menuPort>nav>ul>li{float:right}.btMenuHorizontal .menuPort>nav>ul>li.on{z-index:10}.btMenuHorizontal .menuPort>nav>ul>li.on>ul{opacity:1;pointer-events:auto;z-index:2;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btMenuHorizontal .menuPort>nav>ul>li.on>ul>li.on>ul{opacity:1;pointer-events:auto;z-index:3}.btMenuHorizontal .menuPort>nav>ul>li.on>ul>li.on>ul>li.on>ul{opacity:1;pointer-events:auto;z-index:3}.btMenuHorizontal .menuPort>nav>ul>li>ul li a{position:relative}.btMenuHorizontal .menuPort>nav>ul>li>ul li a:before{display:block;content:"";width:0;height:2px;background:#e94d65;top:50%;margin-top:-1px;left:0;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;position:absolute}.rtl.btMenuHorizontal .menuPort>nav>ul>li>ul li a:before{left:auto;right:0}.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover:before{width:10px}.btMenuHorizontal .menuPort>nav>ul>li>ul li a.btEmptyElement{pointer-events:none}html.touch .btMenuHorizontal .menuPort>nav>ul>li>ul li a.btEmptyElement{padding-top:0!important;padding-bottom:0!important;height:0!important}.btMenuHorizontal .menuPort>nav>ul>li.btMenuAlternateHoverDesign>ul li a:before{background:#1b4962}.btMenuRight.btMenuHorizontal .menuPort>nav>ul>li:last-child>ul{right:-20px;left:auto}.btMenuRight.btMenuHorizontal .menuPort>nav>ul>li:last-child:not(.btMenuWideDropdown)>ul>li>ul{right:0;left:-100%}.rtl.btMenuRight.btMenuHorizontal .menuPort>nav>ul>li:last-child:not(.btMenuWideDropdown)>ul>li>ul{right:270px;left:auto}.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.btMenuHorizontal .menuPort ul ul{right:auto;left:-20px}.rtl.btMenuHorizontal .menuPort ul ul{right:-20px;left:auto}.btMenuHorizontal .menuPort ul ul ul{left:270px;right:auto}.rtl.btMenuHorizontal .menuPort ul ul ul{left:auto;right:270px}.btMenuHorizontal .menuPort nav{float:left;padding-left:50px}.rtl.btMenuHorizontal .menuPort nav{padding-right:50px;padding-left:0}.btMenuHorizontal.btMenuRight .menuPort nav{float:right}.btMenuHorizontal.btMenuCenter .logo{position:relative;z-index:8;margin:0 0 0 50%;height:140px;text-align:center}.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo{height:70px}.rtl.btMenuHorizontal.btMenuCenter .logo{float:left}.btMenuHorizontal.btMenuCenter .logo .btTextLogo{line-height:1;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:140px}.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo .btTextLogo{height:70px}.btMenuHorizontal.btMenuCenter .menuPort nav{float:none}.btMenuHorizontal.btMenuCenter .menuPort .leftNav{position:absolute;right:50%;left:auto;padding:0;padding-right:50px}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul{float:right}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul{right:auto;left:-20px}.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul{right:-20px;left:auto}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before{right:auto;left:0}.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before{left:auto;right:0}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul{left:270px;right:auto}.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul{right:270px;left:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav{position:absolute;left:50%;right:auto;padding-left:50px}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul{right:-20px;left:auto}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul{left:-20px;right:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before{left:auto;right:0}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before{left:0;right:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler:before{content:"\f104"}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler{left:auto;right:0}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler:before{content:"\f105"}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul{right:270px;left:auto}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul{left:270px;right:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav li{text-align:right}.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav li{text-align:left}.btMenuHorizontal.btMenuCenterBelow .logo{float:none;text-align:center}.btMenuHorizontal.btMenuCenterBelow .logo img{margin-left:auto;margin-right:auto}.btMenuHorizontal.btMenuCenterBelow .gutter .port{position:relative}.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea{position:absolute;right:30px;top:0}.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea{right:auto;left:30px}.btMenuHorizontal.btMenuCenterBelow .menuPort nav{float:none;text-align:center}.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li{float:none;display:inline-block}.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li{display:block;text-align:left}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav{float:none!important}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li{padding:0 0 0 50px!important}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul{left:0;right:-20px}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li{text-align:right}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul{right:auto;left:-270px}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li>a:after{left:auto;right:0}.btMenuHorizontal.btMenuCenterBelow .topBarInMenu{position:absolute;right:0}.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu{right:auto;left:0}html:not(.touch) body.btMenuHorizontal header.mainHeader.gutter .menuPort>nav>ul>li.btMenuWideDropdown>ul{max-width:1200px;left:50%;margin-right:auto;margin-left:-600px}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul{width:auto;position:fixed;left:30px;right:30px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);margin-top:8px}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li{top:auto;border-top:none!important;float:left}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700;position:relative}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a:after{content:"";display:block;height:1px;left:1em;right:1em;background:#181818;bottom:0;opacity:.1;position:absolute}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li>ul:before{display:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul{opacity:1;top:auto;margin:0!important;width:100%;right:0;left:0;position:relative;-webkit-box-shadow:none;box-shadow:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li:first-child>a{border-top:none!important}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>li:not(:last-child){border-left:1px solid rgb(24 24 24 / .2)}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li ul:before{display:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li{width:100%}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li .sub-menu{width:100%}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown.on>ul>li>ul{pointer-events:auto}html:not(.touch) body.btMenuHorizontal.btStickyHeaderActive .menuPort>nav>ul>li.btMenuWideDropdown>ul,html:not(.touch) body.btMenuHorizontal.btMenuBelowLogo .menuPort>nav>ul>li.btMenuWideDropdown>ul{margin-top:0}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.rightNav>ul>li.btMenuWideDropdown>ul{left:30px;right:30px}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.rightNav>ul>li.btMenuWideDropdown>ul ul{left:auto;right:auto}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.leftNav>ul>li.btMenuWideDropdown>ul{left:30px;right:30px}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.leftNav>ul>li.btMenuWideDropdown>ul ul{left:auto;right:auto}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0>ul>li{width:INF%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1>ul>li{width:100%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2>ul>li{width:50%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3>ul>li{width:33.33333%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4>ul>li{width:25%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5>ul>li{width:20%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6>ul>li{width:16.66667%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7>ul>li{width:14.28571%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8>ul>li{width:12.5%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9>ul>li{width:11.11111%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10>ul>li{width:10%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11>ul>li{width:9.09091%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12>ul>li{width:8.33333%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13>ul>li{width:7.69231%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14>ul>li{width:7.14286%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15>ul>li{width:6.66667%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16>ul>li{width:6.25%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17>ul>li{width:5.88235%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18>ul>li{width:5.55556%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19>ul>li{width:5.26316%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20>ul>li{width:5%!important}.btMenuHorizontal .topBar{font-size:.875em;line-height:2.5;z-index:2}.btMenuHorizontal .topBar .topBarPort{display:-ms-flexbox;display:-webkit-flex;display:flex}.btMenuHorizontal .topBar .topBarPort:after{content:" ";display:table;width:100%;clear:both}.btMenuHorizontal .topBar .topBarPort:after,.btMenuHorizontal .topBar .topBarPort:before{display:none}.btMenuHorizontal .topBarInMenu{line-height:inherit;float:right;display:-ms-flexbox;display:-webkit-flex;display:flex;height:140px;margin-left:50px}.rtl.btMenuHorizontal .topBarInMenu{float:left;margin-left:0;margin-right:50px}.btMenuHorizontal .topBarInMenu .topBarInMenuCell{display:-ms-flexbox;display:-webkit-flex;display:flex}.btMenuHorizontal .btBelowLogoArea .topBarInMenu{height:70px;line-height:70px}.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea{padding:0;z-index:0}.btMenuHorizontal.btMenuBelowLogo .menuPort{clear:both;position:relative;margin:0;float:none}.btMenuHorizontal.btMenuBelowLogo .menuPort nav{padding:0}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav{float:right}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li{padding:0 0 0 50px}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li:last-child{margin:0!important}.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btLightAlternateHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btAccentGradientHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btAlternateGradientHeader:not(.btBelowMenu) .btVerticalHeaderTop{-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btLightAlternateHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btAccentGradientHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btAlternateGradientHeader .mainHeader.gutter{max-width:1200px;margin-left:auto;margin-right:auto;left:0;right:0}.btTransparentDarkHeader .mainHeader,.btTransparentDarkHeader .btVerticalHeaderTop{color:#181818}.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop{background-color:#fff}.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop{color:#fff;background-color:#191919}.btMenuVertical.btTransparentDarkHeader .mainHeader,.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop{background-color:#fff}.btTransparentDarkHeader .btBelowLogoArea .menuPort{border-top:2px solid rgb(24 24 24 / .2)}.btTransparentDarkHeader .topBar .topBarPort .topTools{border-bottom:1px solid rgb(24 24 24 / .2)}.btBelowMenu:not(.btStickyHeaderActive).btTransparentDarkHeader.btMenuVertical .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btTransparentLightHeader .mainHeader{color:#fff}.btStickyHeaderActive.btTransparentLightHeader .mainHeader{background-color:#191919}.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader{color:#181818;background-color:#fff}.btMenuVertical.btTransparentLightHeader .mainHeader{background-color:#191919}.btTransparentLightHeader .btVerticalHeaderTop{color:#fff}.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop{background-color:#191919}.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop{background-color:#fff;color:#181818}.btTransparentLightHeader .btBelowLogoArea .menuPort{border-top:2px solid rgb(255 255 255 / .1)}.btTransparentLightHeader .topBar .topTools{border-bottom:1px solid rgb(255 255 255 / .1)}.btBelowMenu:not(.btStickyHeaderActive).btTransparentLightHeader.btMenuVertical .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btAccentLightHeader .mainHeader,.btAccentLightHeader .btVerticalHeaderTop{background-color:#fff}.btAccentLightHeader .btBelowLogoArea,.btAccentLightHeader .topBar{background-color:#e94d65;color:#181818;position:relative}.btAccentLightHeader .btBelowLogoArea:before,.btAccentLightHeader .topBar:before{content:"";display:block;background:-webkit-linear-gradient(left,transparent 0%,#000 100%);background:-moz-linear-gradient(left,transparent 0%,#000 100%);background:linear-gradient(to right,transparent 0%,#000 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.2}.btAccentLightHeader .btBelowLogoArea .port,.btAccentLightHeader .topBar .port{z-index:1;position:relative}.btAccentLightHeader.btMenuBelowLogo .menuPort nav>ul>li>a:after{background-color:#fff!important}.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#fff}.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover{color:#fff}.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#fff}.btAccentLightHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#fff}.btAccentLightHeader .topBar .btIconWidget:hover{color:#fff}.btAccentLightHeader .topBar .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#fff}.btAccentLightHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btAccentLightHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#fff;color:#181818}.btAccentDarkHeader .mainHeader,.btAccentDarkHeader .btVerticalHeaderTop{background-color:#191919;color:#fff}.btAccentDarkHeader .btBelowLogoArea,.btAccentDarkHeader .topBar{background-color:#e94d65;color:#fff;position:relative}.btAccentDarkHeader .btBelowLogoArea:before,.btAccentDarkHeader .topBar:before{content:"";display:block;background:-webkit-linear-gradient(left,transparent 0%,#000 100%);background:-moz-linear-gradient(left,transparent 0%,#000 100%);background:linear-gradient(to right,transparent 0%,#000 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.2}.btAccentDarkHeader .btBelowLogoArea .port,.btAccentDarkHeader .topBar .port{z-index:1;position:relative}.btAccentDarkHeader.btMenuBelowLogo .menuPort nav>ul>li>a:after{background-color:#191919}.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover{color:#181818}.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#191919}.btAccentDarkHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover{color:#e94d65}.btAccentDarkHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btAccentDarkHeader .topBar .btIconWidget:hover{color:#181818}.btAccentDarkHeader .topBar .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btAccentDarkHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#191919}.btAccentTrasparentHeader .mainHeader,.btAccentTrasparentHeader .btVerticalHeaderTop{color:#181818}.btAccentTrasparentHeader .btBelowLogoArea,.btAccentTrasparentHeader .topBar{background-color:#e94d65;color:#fff}.btAccentTrasparentHeader .btBelowLogoArea a:hover,.btAccentTrasparentHeader .topBar a:hover{color:#1b4962!important}.btAccentTrasparentHeader .btMenuHorizontal .menuPort ul ul li a:hover{color:#1b4962}.btLightDarkHeader .mainHeader,.btLightDarkHeader .btVerticalHeaderTop{background-color:#fff}.btLightDarkHeader .btBelowLogoArea,.btLightDarkHeader .topBar{background-color:#191919;color:#fff}.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader{background-color:#fff0}.btLightAccentHeader .mainHeader{background-color:#fff}.btLightAccentHeader .btLogoArea,.btLightAccentHeader .btVerticalHeaderTop{background-color:#e94d65;color:#fff;position:relative}.btLightAccentHeader .btLogoArea:before,.btLightAccentHeader .btVerticalHeaderTop:before{content:"";display:block;background:-webkit-linear-gradient(left,transparent 0%,#000 100%);background:-moz-linear-gradient(left,transparent 0%,#000 100%);background:linear-gradient(to right,transparent 0%,#000 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.2}.btLightAccentHeader .btLogoArea .port,.btLightAccentHeader .btVerticalHeaderTop .port{z-index:1;position:relative}.btLightAccentHeader .btVerticalHeaderTop{position:absolute}.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav>ul>li>a:after{background-color:#191919}.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover{color:#181818}.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover{color:#181818}.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText{color:#181818}.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btLightAccentHeader .mainHeader .btTextLogo:hover{color:#181818}.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader{background-color:#fff;-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea{background-color:#e94d65}.btAccentGradientHeader .btBelowLogoArea,.btAccentGradientHeader .topBar{position:relative}.btAccentGradientHeader .btBelowLogoArea:before,.btAccentGradientHeader .topBar:before{content:"";display:block;background:-webkit-linear-gradient(left,#FFF 0%,transparent 40%,transparent 60%,#000 100%);background:-moz-linear-gradient(left,#FFF 0%,transparent 40%,transparent 60%,#000 100%);background:linear-gradient(to right,#FFF 0%,transparent 40%,transparent 60%,#000 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.15}.btAccentGradientHeader .btBelowLogoArea .port,.btAccentGradientHeader .topBar .port{z-index:1;position:relative}.btAccentGradientHeader .mainHeader,.btAccentGradientHeader .btVerticalHeaderTop{background-color:#fff;-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}.btAccentGradientHeader .btBelowLogoArea,.btAccentGradientHeader .topBar{background-color:#e94d65;color:#fff}.btAccentGradientHeader.btMenuBelowLogo .menuPort nav>ul>li>a:after{background-color:#191919}.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover{color:#181818}.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btAccentGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#181818}.btAccentGradientHeader .topBar .btIconWidget:hover{color:#181818}.btAccentGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#181818}.btAccentGradientHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btAccentGradientHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#191919}.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon{color:#e94d65}.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a{color:inherit}.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader,.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader{color:#fff}.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuVertical .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btAlternateGradientHeader .btBelowLogoArea,.btAlternateGradientHeader .topBar{position:relative}.btAlternateGradientHeader .btBelowLogoArea:before,.btAlternateGradientHeader .topBar:before{content:"";display:block;background:-webkit-linear-gradient(left,transparent 0%,#000 100%);background:-moz-linear-gradient(left,transparent 0%,#000 100%);background:linear-gradient(to right,transparent 0%,#000 100%);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.15}.btAlternateGradientHeader .btBelowLogoArea .port,.btAlternateGradientHeader .topBar .port{z-index:1;position:relative}.btAlternateGradientHeader .mainHeader,.btAlternateGradientHeader .btVerticalHeaderTop{background-color:#fff;-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}.btAlternateGradientHeader .btBelowLogoArea,.btAlternateGradientHeader .topBar{background-color:#1b4962;color:#fff}.btAlternateGradientHeader.btMenuBelowLogo .menuPort nav>ul>li>a:after{background-color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover{color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget:hover{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btAlternateGradientHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btAlternateGradientHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#e94d65}.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon{color:#1b4962}.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a{color:inherit}.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader,.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader{color:#fff}.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuVertical .btVerticalHeaderTop{background:#fff0;-webkit-box-shadow:none;box-shadow:none}.btLightAlternateHeader .mainHeader{background-color:#fff}.btLightAlternateHeader .btLogoArea,.btLightAlternateHeader .btVerticalHeaderTop{background-color:#1b4962;color:#fff}.btLightAlternateHeader .menuPort nav>ul>li>a:after{background-color:#191919}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover{color:#e94d65}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btLightAlternateHeader .mainHeader .btTextLogo:hover{color:#e94d65}.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader{background-color:#fff;-webkit-box-shadow:0 2px 30px 0 rgb(0 0 0 / .15);box-shadow:0 2px 30px 0 rgb(0 0 0 / .15)}.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea{background-color:#1b4962}.btStickyHeaderActive.btMenuHorizontal .mainHeader{position:fixed;top:0;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .15);box-shadow:0 2px 20px 0 rgb(0 0 0 / .15);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar{display:none}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea{padding:0}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img{height:-webkit-calc(140px*0.5);height:-moz-calc(140px*0.5);height:calc(140px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo{font-size:1.5em;line-height:-webkit-calc(140px*0.5);line-height:-moz-calc(140px*0.5);line-height:calc(140px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>a,.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>.subToggler{line-height:-webkit-calc(140px*0.5);line-height:-moz-calc(140px*0.5);line-height:calc(140px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu{height:-webkit-calc(140px*0.5);height:-moz-calc(140px*0.5);height:calc(140px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort>nav>ul>li.menu-item-has-children:before{top:100%}.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort>nav>ul>li>ul{top:100%}.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea{display:none}.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea{display:block}.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea{height:-webkit-calc(140px*0.5);height:-moz-calc(140px*0.5);height:calc(140px*0.5)}.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea .btIconWidget .btIconWidgetIcon{font-size:2em}.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText{font-size:1.125em}.btHasAltLogo.btStickyHeaderActive .btMainLogo{display:none}.btHasAltLogo.btStickyHeaderActive .btAltLogo{display:block!important}.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop{position:fixed;top:0;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .15);box-shadow:0 2px 20px 0 rgb(0 0 0 / .15);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease}.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%) translateX(320px);-moz-transform:translateY(0%) translateX(320px);-ms-transform:translateY(0%) translateX(320px);transform:translateY(0%) translateX(320px)}.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%) translateX(-320px);-moz-transform:translateY(0%) translateX(-320px);-ms-transform:translateY(0%) translateX(-320px);transform:translateY(0%) translateX(-320px)}.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(-100%) translateX(320px);-moz-transform:translateY(-100%) translateX(320px);-ms-transform:translateY(-100%) translateX(320px);transform:translateY(-100%) translateX(320px)}.btMenuVertical:not(.btStickyHeaderActive) .btVerticalHeaderTop{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader{-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1)}.btVerticalHeaderTop{display:none;position:absolute;width:100%;padding-left:30px;padding-right:30px}.btMenuVertical .btVerticalHeaderTop{display:block}.btVerticalHeaderTop .btVerticalMenuTrigger{display:none;position:relative;z-index:1;height:84px;margin:0 1rem 0 0;font-size:1.5em}.btMenuVerticalRight .btVerticalHeaderTop .btVerticalMenuTrigger{margin:0 0 0 1rem}.rtl .btVerticalHeaderTop .btVerticalMenuTrigger{margin:0 0 0 1rem}.btVerticalMenuTrigger .bt_bb_icon{width:35px;height:35px;position:relative;padding:0;margin:24.5px auto 0}.btVerticalMenuTrigger .bt_bb_icon:before,.btVerticalMenuTrigger .bt_bb_icon:after{position:absolute;display:block;content:"";border-top-width:2px;border-top-style:solid;left:0;right:0;top:10%;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform-origin:50% 1px;-moz-transform-origin:50% 1px;-ms-transform-origin:50% 1px;transform-origin:50% 1px}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after{top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after{border-top-color:#181818}.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after{border-top-color:#fff}.btVerticalMenuTrigger .bt_bb_icon:after{top:auto;bottom:10%}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after{bottom:-webkit-calc(50% - 1px);bottom:-moz-calc(50% - 1px);bottom:calc(50% - 1px);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{content:"";position:absolute;display:block;content:"";border-top-width:2px;border-top-style:solid;left:0;right:0;top:50%;margin-top:-1px;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(0)!important;-moz-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#181818}.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#fff}.btVerticalMenuTrigger:hover{cursor:pointer;color:inherit}.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#e94d65}.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#181818}.btVerticalMenuTrigger:hover .bt_bb_icon:before{top:0}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before{top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotate(45deg) scaleX(.75);-moz-transform:rotate(45deg) scaleX(.75);-ms-transform:rotate(45deg) scaleX(.75);transform:rotate(45deg) scaleX(.75)}.btVerticalMenuTrigger:hover .bt_bb_icon:after{bottom:0}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after{bottom:-webkit-calc(50% - 1px);bottom:-moz-calc(50% - 1px);bottom:calc(50% - 1px);-webkit-transform:rotate(-45deg) scaleX(.75);-moz-transform:rotate(-45deg) scaleX(.75);-ms-transform:rotate(-45deg) scaleX(.75);transform:rotate(-45deg) scaleX(.75)}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#e94d65}.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#181818}.btMenuVerticalOn .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(320px);-moz-transform:translateX(320px);-ms-transform:translateX(320px);transform:translateX(320px)}.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(-320px);-moz-transform:translateX(-320px);-ms-transform:translateX(-320px);transform:translateX(-320px)}.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo{opacity:0;pointer-events:none}.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(-320px);-moz-transform:translateX(-320px);-ms-transform:translateX(-320px);transform:translateX(-320px)}.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(px);-moz-transform:translateX(px);-ms-transform:translateX(px);transform:translateX(px)}.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo{opacity:0;pointer-events:none}.btMenuVertical .mainHeader{text-align:center;height:100%;top:0;bottom:0;position:fixed;width:320px;clear:both;z-index:101;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-y:auto;overflow-x:hidden}.btMenuInitFinished.btMenuVertical .mainHeader{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea{-webkit-order:0;-ms-flex-order:0;order:0}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar{-webkit-order:2;-ms-flex-order:2;order:2}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .btMainLogo{display:block!important}.btMenuVertical .mainHeader .btAltLogo{display:none!important}.btMenuVertical .mainHeader .logo{float:none;margin:0;padding:0 2em 1em}.btMenuVertical .mainHeader .logo img{margin:0 auto;display:block;height:auto;max-width:100%}.btMenuVertical .mainHeader .btCloseVertical{cursor:pointer;font-size:1.5em;position:absolute;right:20px;top:10px}.rtl.btMenuVertical .mainHeader .btCloseVertical{right:auto;left:20px}.btMenuVertical .mainHeader .btCloseVertical:before{font-family:FontAwesome;content:'\f00d'}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#e94d65}.btMenuVertical .mainHeader .menuPort{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.btMenuVertical .mainHeader .menuPort .leftNav{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .topBar .topBarPort .topTools{padding-top:1em;padding-bottom:1em}.btMenuVertical .mainHeader nav{margin:0!important}.btMenuVertical .mainHeader nav ul>li>ul{opacity:1;pointer-events:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.btMenuVertical .mainHeader nav ul{-webkit-transition:none;-moz-transition:none;transition:none}.btMenuVertical .mainHeader nav ul li{padding:0;position:relative;background-color:#fff0}.btMenuVertical .mainHeader nav ul li a{line-height:1.1;padding:1em 2em;border:none;font-weight:700}.btMenuVertical .mainHeader nav ul li li{font-size:.9em}.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul{display:none}.btMenuVertical .mainHeader nav ul li.btEmptyParentElement{display:none}.btMenuVertical .mainHeader nav ul ul li{padding:0;opacity:1;border:none;background-color:#fff0}.btMenuVertical .mainHeader nav ul ul li ul{opacity:.8}.btMenuVertical .mainHeader nav ul ul li ul li a{border:none!important}.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav li.current-menu-item>a{font-weight:600}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,.btMenuVertical .mainHeader .topBar .btIconWidget,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget{display:inline-block;width:100%}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon{display:block;text-align:center;font-size:1em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText{padding-top:1em!important;padding-bottom:1em!important;margin:0 .5em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before{font-size:3em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent{font-size:.9em;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0!important;display:-ms-flexbox;display:-webkit-flex;display:flex}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText{display:block;font-size:1em;text-transform:none;margin:0}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle{margin-right:.5em}.rtl.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.rtl.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.rtl.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle{margin-right:0;margin-left:.5em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText){margin-left:.75em;margin-right:0;width:initial}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon{padding-right:.75em}.btMenuVertical .mainHeader .widget_bt_button_widget.btBox{margin:.5em .375em 0}.btMenuVertical .btVerticalMenuTrigger{display:block}.btMenuVertical .menuScrollPort{width:320px;overflow:hidden}.btMenuVerticalRight .mainHeader{right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.btMenuVerticalOn.btMenuVerticalRight .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:0 0 50px rgb(24 24 24 / .2);box-shadow:0 0 50px rgb(24 24 24 / .2)}.btMenuVerticalRight .btVerticalMenuTrigger{float:right}.btMenuVerticalLeft .mainHeader{left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.btMenuVerticalOn.btMenuVerticalLeft .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:0 0 50px rgb(24 24 24 / .2);box-shadow:0 0 50px rgb(24 24 24 / .2)}.btMenuVerticalLeft .btVerticalMenuTrigger{float:left}.btMenuHorizontal .btTopToolsRight,.btMenuHorizontal .btTopToolsLeft{-webkit-flex-grow:1;flex-grow:1}.btMenuHorizontal .btTopToolsRight{text-align:right}.rtl.btMenuHorizontal .btTopToolsRight{text-align:left}.btMenuHorizontal .topBarInLogoArea{float:right;height:140px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl.btMenuHorizontal .topBarInLogoArea{float:left}.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell{border:0 solid #e94d65;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btMenuVertical .mainHeader{text-align:center;height:100%;top:0;bottom:0;position:fixed;width:320px;clear:both;z-index:10003;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-y:auto;overflow-x:hidden}.btMenuInitFinished.btMenuVertical .mainHeader{-webkit-transition:all 1s cubic-bezier(.230,1,.320,1);-moz-transition:all 1s cubic-bezier(.230,1,.320,1);transition:all 1s cubic-bezier(.230,1,.320,1)}:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuVertical .mainHeader .topBar{-webkit-order:1;-ms-flex-order:1;order:1;padding-bottom:50px}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea{-webkit-order:0;-ms-flex-order:0;order:0}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar{-webkit-order:2;-ms-flex-order:2;order:2}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .btMainLogo{display:block!important}.btMenuVertical .mainHeader .btAltLogo{display:none!important}.btMenuVertical .mainHeader .logo{float:none;margin:0;padding:0 2em}.btMenuVertical .mainHeader .logo img{margin:0 auto;display:block;height:auto;max-width:100%}.btMenuVertical .mainHeader .btCloseVertical{cursor:pointer;font-size:1.5em;position:absolute;right:20px;top:10px}.rtl.btMenuVertical .mainHeader .btCloseVertical{right:auto;left:20px}.btMenuVertical .mainHeader .btCloseVertical:before{font-family:FontAwesome;content:'\f00d'}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#e94d65}.btMenuVertical .mainHeader .menuPort{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-bottom:1em;padding-top:1em}.btMenuVertical .mainHeader .menuPort .leftNav{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .topBar .topBarPort .topTools{padding-top:0;padding-bottom:0;border:none}.btMenuVertical .mainHeader .topBar .topBarPort .topTools:before{content:"";width:100%;height:1px;display:block;background:currentColor;opacity:.1;margin-bottom:1em;margin-top:1em}.btMenuVertical .mainHeader .topBarInMenu{margin:2em 0 0}.btMenuVertical .mainHeader .topBarInLogoArea{margin:0 0 2em}.btMenuVertical .mainHeader nav{margin:0!important}.btMenuVertical .mainHeader nav ul>li>ul{opacity:1;pointer-events:auto}.btMenuVertical .mainHeader nav ul{-webkit-transition:none;-moz-transition:none;transition:none}.btMenuVertical .mainHeader nav ul li{padding:0;position:relative;background-color:#fff0}.btMenuVertical .mainHeader nav ul li a{line-height:1.1;padding:1em 2em;border:none;font-weight:700}.btMenuVertical .mainHeader nav ul li li{font-size:.9em}.btMenuVertical .mainHeader nav ul li:after{background:currentColor;height:1px;width:100%;display:block;content:"";opacity:.1}.btMenuVertical .mainHeader nav ul li ul:before{background:currentColor;height:1px;width:100%;display:block;content:"";opacity:.1}.btMenuVertical .mainHeader nav ul li ul li:last-child:after{opacity:0}.btMenuVertical .mainHeader nav ul>li:last-child:after{opacity:0}.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul{display:none}.btMenuVertical .mainHeader nav ul ul li{padding:0;opacity:1;border:none;background-color:#fff0}.btMenuVertical .mainHeader nav ul ul li ul{opacity:.8}.btMenuVertical .mainHeader nav ul ul li ul li a{border:none!important}.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav li.current-menu-item>a{font-weight:400}.btMenuVertical .mainHeader nav>ul>li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav>ul>li.current-menu-item>a{background:#e94d65;color:#fff}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,.btMenuVertical .mainHeader .topBar .btIconWidget,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget{display:inline-block;width:100%}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon{display:block;text-align:center}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText{padding-top:2em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before{font-size:2em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent{font-size:1em;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText{display:inline-block}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText){margin-left:.75em;margin-right:0;width:initial}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon{padding-right:.75em}.rtl.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.rtl.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.rtl.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon{padding-right:0;padding-left:.75em}.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent{font-size:1em}.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText{line-height:1.5;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetTitle{opacity:1}.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetText{opacity:.5;font-weight:500}.btMenuVertical .btVerticalMenuTrigger{display:block;line-height:0;font-size:0}.btMenuVertical .menuScrollPort{width:320px;overflow:hidden}@media screen and (min-width:1200px){.btMenuVertical:not(.btHideMenu) .btContentWrap{padding-top:0!important}}.btDarkSkin .iScrollIndicator,.btLightSkin .btDarkSkin .iScrollIndicator,.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator{background-color:rgb(255 255 255 / .05)!important;border:1px solid rgb(255 255 255 / .1)!important}body.btMenuVerticalOn{width:100vw;overflow:hidden}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li>ul{opacity:1;pointer-events:auto;display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul{display:block}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li>ul{display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul{display:block}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li>ul{display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li.on>ul{display:block}.admin-bar.btStickyHeaderActive .mainHeader,.admin-bar.btStickyHeaderActive .btVerticalHeaderTop{top:32px}.admin-bar.btMenuVertical .mainHeader{top:32px}@media screen and (max-width:782px){.admin-bar.btStickyHeaderActive .mainHeader,.admin-bar.btStickyHeaderActive .btVerticalHeaderTop{top:46px}.admin-bar.btMenuVertical .mainHeader{top:46px}}@media screen and (max-width:600px){.admin-bar.btStickyHeaderActive .mainHeader{top:0}.admin-bar.btMenuVertical .btVerticalHeaderTop{top:0}}.btSiteFooter{font-size:.875em}.error404 .btSiteFooter{margin-top:-1em}.btSiteFooter:after{content:" ";display:table;width:100%;clear:both}.btSiteFooter .copyLine{margin-bottom:0}.btSiteFooter .bt_bb_custom_menu{margin:0 -1em;padding:0;list-style:none}.btSiteFooter .bt_bb_custom_menu li{display:block;margin:0 1em .6em;padding:0;border:0}.btSiteFooter .bt_bb_custom_menu li a{-webkit-transition:200ms ease opacity;-moz-transition:200ms ease opacity;transition:200ms ease opacity}.btSiteFooter .bt_bb_custom_menu li a:hover{opacity:.5;color:currentColor}.btSiteFooter .bt_bb_custom_menu li a:before{display:none}.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top:before{content:"\f106";font-family:FontAwesome;margin:0 5px;color:#e94d65}.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top_alternate_arrow:before{color:#1b4962}.btSiteFooter .bt_bb_custom_menu li.current-menu-item>a{color:inherit}.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li{display:inline-block;margin-bottom:0;white-space:nowrap}.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li ul{display:none}.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li.current-menu-item>a{color:currentColor}.btSiteFooter .bt_bb_custom_menu.btTwoColFooterMenu ul{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btSiteFooter .bt_bb_custom_menu.btTwoColFooterMenu ul li{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;margin-left:0;margin-right:0;padding-left:1em;padding-right:1em}.btFixedFooter .btSiteFooter{position:fixed;bottom:0;left:0;right:0;z-index:-1}.btSiteFooterWidgets{padding-top:4em}.btSiteFooterWidgets #boldSiteFooterWidgetsRow{-webkit-justify-content:initial;justify-content:initial;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{background-color:#fff0;margin-bottom:6em;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;padding-left:20px;padding-right:20px}.bt_bb_plugin_active .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{padding-left:px;padding-right:px}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img{margin:initial}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox{-webkit-flex:0 0 33.33%;-ms-flex:0 0 33.33%;flex:0 0 33.33%;width:33.33%;max-width:33.33%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;width:20%;max-width:20%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;width:25%;max-width:25%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox{-webkit-flex:0 0 33.33%;-ms-flex:0 0 33.33%;flex:0 0 33.33%;width:33.33%;max-width:33.33%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;width:50%;max-width:50%}.btSiteFooterCopyMenu{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.btDarkSkin .btSiteFooterCopyMenu{background:#e94d65;color:#fff}.btSiteFooterCopyMenu.gutter .port{max-width:1260px;margin:auto}.btSiteFooterCopyMenu.gutter .port:before{background:currentColor!important;content:"";display:block;width:100%;height:2px;opacity:.1}.btDarkSkin .btSiteFooterCopyMenu.gutter .port:before{display:none}.btSiteFooterCopyMenu .port>div{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.btSiteFooterCopyMenu .port>div .btFooterCopy,.btSiteFooterCopyMenu .port>div .btFooterMenu{padding:1.7857143em 0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.btSiteFooterCopyMenu .port>div .btFooterMenu{text-align:right}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu{text-align:left}.btSiteFooterCopyMenu .port>div .btFooterMenu ul{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li{display:inline-block;margin:0 0 0 1.7857143em}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li:first-child{margin-left:0}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li{margin:0 2.42857em 0 0}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li:first-child{margin-right:0}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li a{color:currentColor;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;display:block;position:relative}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li a:before{content:"";display:block;width:10px;height:2px;background:#e94d65;position:absolute;left:-15px;top:50%;margin-top:-2px;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li a:before{left:auto;right:-15px;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li a:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btDarkSkin .btSiteFooterCopyMenu .port>div .btFooterMenu ul li a:before{background:#181818}.rtl .btSiteFooterCopyMenu .port>div .btFooterCopy{text-align:right}.btDarkSkin .btSiteFooterCopyMenu .port>div .btFooterCopy{opacity:1}.btLightSkin .btSiteFooterWidgets,.btDarkSkin .btLightSkin .btSiteFooterWidgets,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets{background:#fff}.btLightSkin .btSiteFooter,.btDarkSkin .btLightSkin .btSiteFooter,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter{background:#fff}.btLightSkin .btSiteFooter .port:before,.btDarkSkin .btLightSkin .btSiteFooter .port:before,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter .port:before{background-color:#181818}.btDarkSkin .btSiteFooterWidgets,.btLightSkin .btDarkSkin .btSiteFooterWidgets,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets{background:#191919}.btDarkSkin .btSiteFooter,.btLightSkin .btDarkSkin .btSiteFooter,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter{background:#191919}.btDarkSkin .btSiteFooter .port:before,.btLightSkin .btDarkSkin .btSiteFooter .port:before,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter .port:before{background-color:#e94d65}@media (max-width:992px){.btSiteFooter .port div{display:block}.btSiteFooter .port div .btFooterCopy{padding-bottom:1em;text-align:center}.btSiteFooter .port div .btFooterMenu{padding-top:1em;text-align:center}.btFixedFooter .btSiteFooter{position:relative;bottom:auto;left:auto;right:auto;z-index:inherit}.btFixedFooter .btPageWrap{margin-bottom:0!important}.btSiteFooterWidgets .btIconWidgetContent{width:100%}.btSiteFooterWidgets .btIconWidgetContent ul.cart_list{width:100%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow{display:block}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{width:100%!important;max-width:100%!important}.btSiteFooterWidgets .btIconWidgetContent{width:100%}.btSiteFooterWidgets .btIconWidgetContent ul.cart_list{width:100%}.btSiteFooterCopyMenu .port>div .btFooterMenu ul{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li,.btSiteFooterCopyMenu .port>div .btFooterMenu ul li:first-child,.btSiteFooterCopyMenu .port>div .btFooterMenu ul li:last-child{margin:0 1.07em}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li,.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li:first-child,.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu ul li:last-child{margin:0 1.07em}}.sticky .headline:before{content:'\e69b';font-family:Icon7Stroke;display:block;float:left;margin-right:.4em;font-size:.7em;padding-top:.3em}.sticky .btBlogSimpleViewCategories .headline:before{content:''}.btContent .btArticleHeadline .bt_bb_headline a:hover{color:#e94d65}.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_superheadline{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .btArticleCategories:before{display:none}.rtl .btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before{margin-left:10px;margin-right:0}.btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after{display:none}body.btNoSidebar .btPostSingleItemStandard:first-of-type{margin-top:4em}.btPostListStandard.btPostSingleItemStandard:not(:last-of-type){padding-bottom:3em}.btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after{display:block;content:"";width:100%;max-width:1200px;margin:auto;margin-top:2.5em}.btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,.btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,.btLightSkin .btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after{border-bottom:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after{border-bottom:1px solid rgb(255 255 255 / .2)}.btPostListStandard.btPostSingleItemStandard:last-of-type{padding-bottom:0}.btPostListStandard.btPostSingleItemStandard{padding-bottom:2em}.btPostSingleItemStandard .btArticleMedia{margin-bottom:2.5em;clear:both}.btPostSingleItemStandard .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow{opacity:0}.btPostSingleItemStandard .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow{opacity:1}.touch .btPostSingleItemStandard .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow,.touch .btPostSingleItemStandard .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow{opacity:0}.btPostSingleItemStandard .btArticleHeadline,.btPostSingleItemStandard .btArticleContent,.btPostSingleItemStandard .btArticleShareEtc{margin-bottom:2em;clear:both}.btHasAuthorInfo.btPostSingleItemStandard .btArticleHeadline{margin-bottom:1.5em}.btPostSingleItemStandard .btArticleHeadline .bt_bb_headline h2{font-size:2.8125rem}.btHideHeadline .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline .bt_bb_headline_content{color:#1b4962}.btPostSingleItemStandard .btArticleShareEtc{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btPostSingleItemStandard .btArticleShareEtc>div{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn{text-align:right;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn{text-align:left}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button{display:inline-block}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button{-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a{-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;background:#e94d65;color:#fff;position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;overflow:hidden;line-height:1.1;padding:1.2142857em 1.42857142em;font-family:"Sarabun",Arial,Helvetica,sans-serif!important;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_button_text,.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder{z-index:2}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:after{display:none}.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:after{left:0;right:auto}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:before{content:"\f105";font-family:FontAwesome;display:block}.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.btPostSingleItemStandard .btArticleShareEtc .btTags ul{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,.btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a{background:rgb(24 24 24 / .2);color:currentColor}.btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a{background:rgb(255 255 255 / .2);color:currentColor}.btPostSingleItemStandard .btArticleShareEtc .btTags ul a:hover{background:#e94d65;color:#fff;opacity:1}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc{max-width:initial}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:-2em;margin-right:-2em}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;padding-left:2em;padding-right:2em}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;padding-left:2em;padding-right:2em}body.single .btPostSingleItemStandard .btShareColumn{text-align:right}body.single.rtl .btPostSingleItemStandard .btShareColumn{text-align:left}.btPostSingleItemStandard .btShareColumn .bt_bb_icon .bt_bb_icon_holder:before{font-size:1.125em}.btArticleSuperMeta dl{margin-bottom:2em}.btArticleSuperMeta dl dt{min-width:100px;display:inline-block}.btArticleSuperMeta dl dd{display:inline}.btArticleSuperMeta dl dd:after{display:block;width:100%;margin-bottom:.5em}.btArticleSuperMeta .btShareColumn{margin-bottom:1em;text-align:inherit!important}@media (max-width:992px){.btPortfolioSingle.btPostSingleItemStandard .btArticleContent{display:block}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner,.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta{width:100%;display:block}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl{margin-top:2em;padding-top:2em;border-top:1px solid}.btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,.btDarkSkin .btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,.btLightSkin .btDarkSkin .btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl{border-color:rgb(24 24 24 / .2)}.btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,.btLightSkin .btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,.btDarkSkin.btLightSkin .btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl{border-color:rgb(255 255 255 / .2)}}.btAboutAuthor{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;margin:0 0 3em;padding:2em;border:2px solid #e94d65}.btHardRoundedButtons .btAboutAuthor{border-radius:20px}.btSoftRoundedButtons .btAboutAuthor{border-radius:5px}.btAboutAuthor .aaAvatar{vertical-align:top;padding:0 1em 0 0;-webkit-flex:1 1 150px;-ms-flex:1 1 150px;flex:1 1 150px}.rtl .btAboutAuthor .aaAvatar{padding:0 0 0 1em}.btAboutAuthor .aaAvatar img{display:block;width:100%;height:auto;border-radius:50%}.btAboutAuthor .aaTxt{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;padding:0}.btAboutAuthor .aaTxt h1,.btAboutAuthor .aaTxt h2,.btAboutAuthor .aaTxt h3,.btAboutAuthor .aaTxt h4,.btAboutAuthor .aaTxt h5,.btAboutAuthor .aaTxt h6,.btAboutAuthor .aaTxt h7,.btAboutAuthor .aaTxt h8{font-size:1.3em}.btAboutAuthor .aaTxt>*:last-child{margin-bottom:0}@media(max-width:520px){.btAboutAuthor{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btAboutAuthor .aaAvatar{-webkit-flex:1 0 80px;-ms-flex:1 0 80px;flex:1 0 80px;padding:0 0 20px}.btAboutAuthor .aaAvatar img{width:80px}}.btMediaBox{position:relative;overflow:hidden}.btMediaBox img{display:block;width:auto;height:auto}.btMediaBox .aspectVideo{visibility:hidden;width:100%}.btMediaBox iframe{display:block;border:none}.btMediaBox.video iframe{display:block;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;width:100%!important;height:100%!important;border:none}.btMediaBox.audio iframe{display:block;width:100%!important}.btMediaBox.btQuote,.btMediaBox.btLink{text-align:center;position:relative;display:block;margin:0;font-weight:300;padding:5em;background-size:cover;background-position:center center}.btMediaBox.btQuote:before,.btMediaBox.btLink:before{content:" ";position:absolute;top:0;left:0;bottom:0;right:0;background-color:#e94d65}.btMediaBox.btQuote[style*="background-image"]:before,.btMediaBox.btLink[style*="background-image"]:before{opacity:.6}.btArticleListItem .btMediaBox.btQuote,.btArticleListItem .btMediaBox.btLink{padding:4em}.btMediaBox.btQuote blockquote,.btMediaBox.btLink blockquote{padding:0}.btMediaBox.btQuote blockquote:before,.btMediaBox.btLink blockquote:before{content:''}.btMediaBox.btQuote p:before,.btMediaBox.btLink p:before{display:block;text-align:center;font:2em/1em Icon7Stroke;opacity:.3}.btMediaBox.btQuote p,.btMediaBox.btLink p{font-size:1.6em;line-height:1.3;margin:0;letter-spacing:-.03;font-weight:800;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btMediaBox.btQuote cite,.btMediaBox.btLink cite{display:inline-block;padding:1.5em 0 0;font-size:.8em}.btMediaBox.btQuote cite:before,.btMediaBox.btLink cite:before{display:block;background:#fff;content:"";width:100%;max-width:3em;height:2px;margin:0 auto 1.4em}.btMediaBox.btQuote a,.btMediaBox.btLink a{color:#fff;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btMediaBox.btQuote a:hover,.btMediaBox.btLink a:hover{color:#fff;opacity:.6}.btMediaBox.btLink p:before{content:"\e641"}.btMediaBox.btQuote p:before{font-family:Avantage;content:"\e901"}.btHasAuthorInfo .btArticleContentHolder{position:relative;padding-left:110px}.rtl .btHasAuthorInfo .btArticleContentHolder{padding-left:0;padding-right:110px}.articleSideGutter{position:absolute;top:0;left:0;line-height:1.4;width:90px;text-align:center}.btPostListColumns .articleSideGutter{margin-left:1em}.articleSideGutter .date{opacity:.8}.rtl .articleSideGutter{left:auto;right:0}.articleSideGutter .asgItem.title{margin:4px 0 0}.articleSideGutter .asgItem.avatar img{border-radius:50%}@media (max-width:768px){.btPostSingleItemStandard .btArticleShareEtc{display:block}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn,.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn,.btPostSingleItemStandard .btArticleShareEtc>div.btTagsColumn{max-width:100%;float:none;text-align:center}.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn,.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn,.rtl .btPostSingleItemStandard .btArticleShareEtc>div.btTagsColumn{text-align:center}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_icon,.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn .bt_bb_icon,.btPostSingleItemStandard .btArticleShareEtc>div.btTagsColumn .bt_bb_icon{padding-left:.25em;padding-right:.25em}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn:first-child,.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn:first-child,.btPostSingleItemStandard .btArticleShareEtc>div.btTagsColumn:first-child{padding-bottom:1em}.btPostSingleItemStandard .btArticleShareEtc>div.btTagsColumn .btTags ul{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:620px){.btHasAuthorInfo .btArticleContentHolder{padding-left:0;clear:both}.rtl .btHasAuthorInfo .btArticleContentHolder{padding-right:0}.btHasAuthorInfo .articleSideGutter{position:relative;left:0;margin:0;width:auto;padding:0 0 1em;clear:both}.btHasAuthorInfo .asgItem.avatar{width:45px;float:left;margin-top:-4px}.rtl .btHasAuthorInfo .asgItem.avatar{float:right}.btHasAuthorInfo .asgItem.title,.btHasAuthorInfo .asgItem.date{padding-left:55px;text-align:left}.rtl .btHasAuthorInfo .asgItem.title,.rtl .btHasAuthorInfo .asgItem.date{padding-left:0;padding-right:55px;text-align:right}}.btShareColumn,.btShareRow{opacity:.4;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease}article:hover .btShareColumn,article:hover .btShareRow{opacity:1}.btShareColumn .bt_bb_icon,.btShareRow .bt_bb_icon{pointer-events:none}.btShareColumn .bt_bb_icon a,.btShareRow .bt_bb_icon a{pointer-events:all}body.btNoSidebar .btPostListColumns:first-of-type,body.btNoSidebar .btPostSingleItemColumns:first-of-type{margin-top:4em}body.btNoSidebar .btPostListColumns:last-of-type,body.btNoSidebar .btPostSingleItemColumns:last-of-type{margin-bottom:4em}.btPostListColumns:not(:last-of-type),.btPostSingleItemColumns:not(:last-of-type){margin-bottom:3em}.btPostListColumns:not(:last-of-type):after,.btPostSingleItemColumns:not(:last-of-type):after{display:block;content:"";width:100%;max-width:1200px;margin:auto;margin-top:3em}.btLightSkin .btPostListColumns:not(:last-of-type):after,.btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type):after,.btLightSkin .btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type):after,.btLightSkin .btPostSingleItemColumns:not(:last-of-type):after,.btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type):after,.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type):after{border-bottom:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btPostListColumns:not(:last-of-type):after,.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type):after,.btDarkSkin.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type):after,.btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after,.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after,.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after{border-bottom:1px solid rgb(255 255 255 / .2)}.btPostListColumns .btArticleContentHolder,.btPostSingleItemColumns .btArticleContentHolder{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -1em}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;padding:0 1em}.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{-webkit-flex-basis:0%;flex-basis:0%;max-width:0%}.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;padding:1em}.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.btPostListColumns .btArticleContentHolder .btArticleHeadline,.btPostListColumns .btArticleContentHolder .btArticleContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,.btPostSingleItemColumns .btArticleContentHolder .btArticleContent{margin-bottom:1em}.btPostListColumns .btArticleContentHolder .btShareRow,.btPostSingleItemColumns .btArticleContentHolder .btShareRow{margin-top:2em}.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p{font-size:1.5em}.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite{padding-top:1em;font-size:.8em}.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite:before,.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite:before,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite:before,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite:before{margin-bottom:.85em}.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:768px){.btPostListColumns .btArticleContentHolder,.btPostSingleItemColumns .btArticleContentHolder{display:block;margin-left:0;margin-right:0}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{clear:both;padding:0;max-width:100%}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{padding-bottom:1em}}@media (max-width:640px){.btWithSidebar .btContent .btPostSingleItemStandard.gutter .port{padding-left:0;padding-right:0}}.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after{font-family:FontAwesome;content:"\f02b";margin:0 .5em;color:#e94d65}.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #fff inset;box-shadow:0 0 0 1em #fff inset;color:#191919}.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset;color:#fff}.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset;color:#fff}.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a{-webkit-box-shadow:0 0 0 2em #fff inset;box-shadow:0 0 0 2em #fff inset;color:#191919}.btPostSingleItemColumns .btArticleContentHolder{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.btPostSingleItemColumns .btArticleMedia,.btPostSingleItemColumns .btArticleHeadline,.btPostSingleItemColumns .btArticleContent,.btPostSingleItemColumns .btArticleShareEtc{margin-bottom:2em;clear:both}body.btNoSidebar .btPostSingleItemColumns{margin-top:4em}.btPostSingleItemColumns .btTagsColumn,.btPostSingleItemColumns .btShareColumn{margin-bottom:1em}.btPostSingleItemColumns .btShareColumn .bt_bb_icon .bt_bb_icon_holder:before{font-size:1.125em}.btPostSingleItemColumns .btTags ul{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btLightSkin .btPostSingleItemColumns .btTags ul a,.btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a,.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a{background:rgb(24 24 24 / .2);color:currentColor}.btDarkSkin .btPostSingleItemColumns .btTags ul a,.btLightSkin .btDarkSkin .btPostSingleItemColumns .btTags ul a,.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns .btTags ul a{background:rgb(255 255 255 / .2);color:currentColor}.btPostSingleItemColumns .btTags ul a:hover{background:#e94d65;color:#fff}.btPostSingleItemColumns .btArticleSuperMeta{margin-top:2em;padding-top:2em;border-top:1px solid}.btLightSkin .btPostSingleItemColumns .btArticleSuperMeta,.btDarkSkin .btLightSkin .btPostSingleItemColumns .btArticleSuperMeta,.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns .btArticleSuperMeta{border-color:rgb(24 24 24 / .2)}.btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta,.btLightSkin .btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta,.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta{border-color:rgb(255 255 255 / .2)}@media (max-width:768px){.btPostListColumns .btArticleContentHolder,.btPostSingleItemColumns .btArticleContentHolder{display:block;margin-left:0;margin-right:0}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{clear:both;padding:0;max-width:100%}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{padding-bottom:1em}}body.btNoSidebar .btArticleListItem.btPostListSimple:first-child{margin-top:4em}.btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder{padding-bottom:3em;margin-bottom:3em}.btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,.btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder{border-bottom:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder{border-bottom:1px solid rgb(255 255 255 / .2)}.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt{margin-top:2em}.btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .btArticleCategories:before{display:none}.btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rtl .btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before{margin-right:0;margin-left:10px}.btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after{display:none}.btArticleListItem.animate{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.btContentHolder .alignleft{float:left;margin:0 1em 1.5em 0}.btContentHolder .alignright{float:right;margin:0 0 1.5em 1em}.btContentHolder .aligncenter,.btContentHolder .btContent .alignnone{text-align:center;margin:0 auto}.btContentHolder figure.aligncenter,.btContentHolder .btContent figure.alignnone{margin:0 auto 1em}.btContentHolder .alignnone{width:auto!important}article .post-password-form{margin:0 auto 4em!important}.post-password-form{margin:0 auto 4em}.post-password-form p:first-child{font-family:Sarabun,Arial,Helvetica,sans-serif;font-weight:700;font-weight:800;letter-spacing:-.05}.post-password-form p:nth-child(2){display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.post-password-form p:nth-child(2) label{-webkit-flex:1 0 75%;-ms-flex:1 0 75%;flex:1 0 75%;padding-right:5px}.post-password-form p:nth-child(2) label input[type="password"]{display:inline}.rtl .post-password-form p:nth-child(2) label{padding-right:0;padding-left:5px}.post-password-form p:nth-child(2) input[type="submit"]{-webkit-flex:0 1 20%;-ms-flex:0 1 20%;flex:0 1 20%;margin:0 auto;color:#fff;width:auto;background-color:#e94d65;border:0;cursor:pointer;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;padding:1.125em 1.875em;font-size:1em;line-height:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.post-password-form p:nth-child(2) input[type="submit"]:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}@media (max-width:480px){.post-password-form p:nth-child(2){-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.post-password-form p:nth-child(2) label{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;min-width:100%;padding:0!important;margin-bottom:.5em}.post-password-form p:nth-child(2) input[type="submit"]{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}}.btPagination{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:400;font-size:1rem;line-height:2.5rem;margin-top:3em;padding-top:3em;margin-bottom:4em}.btPagination:after{content:" ";display:table;width:100%;clear:both}.btLightSkin .btPagination,.btDarkSkin .btLightSkin .btPagination,.btLightSkin .btDarkSkin .btLightSkin .btPagination{border-top:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btPagination,.btLightSkin .btDarkSkin .btPagination,.btDarkSkin.btLightSkin .btDarkSkin .btPagination{border-top:1px solid rgb(255 255 255 / .2)}.btPagination .port{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.btPagination .port:after{display:block;content:"";height:0;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-order:2;-ms-flex-order:2;order:2}.btPagination .paging a{display:-ms-flexbox;display:-webkit-flex;display:flex;color:inherit;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.btPagination .paging a:hover{color:#e94d65}.btPagination .paging p{margin:0}.btPagination .paging a:after{width:2.8125rem;display:block;text-align:center;font:1.25rem/2.8125rem Essential;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;border-radius:50%;background:#e94d65;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff}.btPagination .paging a:hover:after{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.btPagination .paging .pagePrev a:after{content:"\ea7c";margin:0 10px 0 0}.rtl .btPagination .paging .pagePrev a:after{margin:0 0 0 10px;content:"\ea7d"}.btPagination .paging .pageNext a:after{content:"\ea7d";margin:0 0 0 10px}.rtl .btPagination .paging .pageNext a:after{margin:0 10px 0 0;content:"\ea7c"}.btPagination .paging.onLeft{-webkit-order:1;-ms-flex-order:1;order:1}.btPagination .paging.onLeft a{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btPagination .paging.onRight{-webkit-order:3;-ms-flex-order:3;order:3}.btPrevNextNav:after{content:" ";display:table;width:100%;clear:both}.btPrevNextNav .btPrevNextNav{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:3em;padding-top:3em;margin-bottom:4em}.btPrevNextNav .btPrevNextNav:after{content:" ";display:table;width:100%;clear:both}.btLightSkin .btPrevNextNav .btPrevNextNav,.btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav,.btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav{border-top:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btPrevNextNav .btPrevNextNav,.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNextNav,.btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNextNav{border-top:1px solid rgb(255 255 255 / .2)}body.btNoSidebar .btPrevNextNav{margin-bottom:4em}.btPrevNextNav .btPrevNext{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:currentColor!important;min-height:1px;margin:0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.btNext.btPrevNextNav .btPrevNext{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.btPrevNextNav .btPrevNext .btPrevNextImage{-webkit-flex:0 0 4.375em;-ms-flex:0 0 4.375em;flex:0 0 4.375em;height:4.375em;background-size:cover;background-position:center center;margin:0 1em 0 0;position:relative;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}.rtl .btPrevNextNav .btPrevNext .btPrevNextImage{margin:0 0 0 1em}.btPrevNextNav .btPrevNext .btPrevNextImage:before{font-family:Essential;line-height:2.1875;text-align:center;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;color:#fff;font-size:2em;background:#e94d65;-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset;border-radius:50%;opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transition:500ms ease all;-moz-transition:500ms ease all;transition:500ms ease all}.btPrevNextNav .btPrevNext .btPrevNextItem{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;min-width:0%}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;font-size:1.125rem;-webkit-transition:color 300ms ease;-moz-transition:color 300ms ease;transition:color 300ms ease;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4em;max-height:2.8em}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir{font-size:.875em;text-transform:uppercase;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease;line-height:1}.btPrevNextNav .btPrevNext:hover .btPrevNextTitle{color:#e94d65}.btPrevNextNav .btPrevNext:hover .btPrevNextImage{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 2px 10px rgb(0 0 0 / .2);box-shadow:0 2px 10px rgb(0 0 0 / .2)}.btPrevNextNav .btPrevNext:hover .btPrevNextImage:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.btPrevNextNav .btPrevNext.btPrev .btPrevNextImage:before{content:"\ea7c"}.rtl .btPrevNextNav .btPrevNext.btPrev .btPrevNextImage:before{content:"\ea7d"}.btPrevNextNav .btPrevNext.btNext{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.btPrevNextNav .btPrevNext.btNext .btPrevNextImage{margin:0 0 0 1em}.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage{margin:0 1em 0 0}.btPrevNextNav .btPrevNext.btNext .btPrevNextImage:before{content:"\ea7d"}.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage:before{content:"\ea7c"}.rtl .btPrevNextNav .btPrevNext{float:right}.rtl .btPrevNextNav .btPrevNext.btNext{text-align:left}@media(max-width:768px){.btWithSidebar .btContent .btPrevNextNav.gutter .port{padding-left:0;padding-right:0}}@media (max-width:620px){.btPrevNext .btPrevNextItem .btPrevNextTitle{font-size:1rem}.btPrevNextNav .btPrevNextNav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btPrevNextNav .btPrevNext{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}.btNext.btPrevNextNav .btPrevNext{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;float:right;text-align:right}.btPrevNextNav .btPrevNext:nth-child(2){margin-top:1.5em;padding-top:1.5em;border-top:1px solid}.btLightSkin .btPrevNextNav .btPrevNext:nth-child(2),.btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext:nth-child(2),.btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext:nth-child(2){border-color:rgb(24 24 24 / .2)}.btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2),.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2),.btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2){border-color:rgb(255 255 255 / .2)}}.btLinkPages{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;letter-spacing:-.05em}.btLinkPages:before{content:" ";display:table;width:100%;clear:both}.btLinkPages ul{margin-left:0;padding-left:0;margin-top:30px;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800}.btLinkPages ul li{list-style:none;display:inline-block;margin:0 0 0 .5em}.rtl .btLinkPages ul li{margin:0 .5em 0 0}.btLinkPages ul a{display:inline-block;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;background:#e94d65;color:#fff;border-radius:50%;width:1.5em;height:1.5em;line-height:1.5;text-align:center;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btLinkPages ul a:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);color:#fff}.boldPhotoSlide{position:relative}.single .boldPhotoSlide h4.nbs{margin:0 30px!important}.btArticleCategories{text-transform:uppercase;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.25}.btArticleCategories a{color:currentColor!important;-webkit-transition:300ms ease opacity;-moz-transition:300ms ease opacity;transition:300ms ease opacity}.btArticleCategories a:hover{opacity:.4}.btArticleCategories a:not(:last-child):after{content:' ';display:inline-block;width:.7rem;height:1px}.btArticleCategories a.gallery{margin-bottom:0}.btArticleDate,.btArticleAuthor,.btArticleComments,.btArticleCategories{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.btArticleDate:not(:last-child):after,.btArticleAuthor:not(:last-child):after,.btArticleComments:not(:last-child):after,.btArticleCategories:not(:last-child):after{content:' ';display:inline-block;width:1.5rem;height:1px}.btContent .btArticleAuthor a,.btContent .btArticleComments{color:inherit}.btContent .btArticleAuthor a:hover,.btContent .btArticleComments:hover{color:#e94d65}.btArticleDate:before,.btArticleAuthor:before,.btArticleComments:before,.btArticleCategories:before{font-family:FontAwesome;margin:0;display:inline-block;font-size:1rem;-webkit-transition:color 200ms ease;-moz-transition:color 200ms ease;transition:color 200ms ease;color:#e94d65}body:not(.rtl) .btArticleDate:before,body:not(.rtl) .btArticleAuthor:before,body:not(.rtl) .btArticleComments:before,body:not(.rtl) .btArticleCategories:before{margin-right:6px}body.rtl .btArticleDate:before,body.rtl .btArticleAuthor:before,body.rtl .btArticleComments:before,body.rtl .btArticleCategories:before{margin-left:6px;float:none}.btHasAuthorInfo .btArticleAuthor:before{display:none}.btPostListSimple.btHasAuthorInfo .btArticleAuthor:before{display:block}.btArticleDate:before{content:"\f017"}.btArticleAuthor:before{content:"\f2be"}.btArticleComments:before{content:"\f0e5"}.btArticleCategories:before{content:"\f02c"}.btArticleAuthor a,.btArticleComments{color:currentColor!important;-webkit-transition:300ms ease opacity;-moz-transition:300ms ease opacity;transition:300ms ease opacity}.btArticleAuthor a:hover,.btArticleComments:hover{opacity:.4}.btArticleComments:before{font-family:FontAwesome;content:"\f0e5";margin:0;display:inline-block;color:#e94d65}body:not(.rtl) .btArticleComments:before{margin-right:5px}body.rtl .btArticleComments:before{margin-left:5px;float:right}.gallery{margin-bottom:1.6em}.gallery .gallery-item{display:inline-block;padding:0 4px;text-align:center;vertical-align:top;width:100%;margin:0}.gallery-columns-2.gallery .gallery-item{max-width:50%}.gallery-columns-3.gallery .gallery-item{max-width:33.33%}.gallery-columns-4.gallery .gallery-item{max-width:25%}.gallery-columns-5.gallery .gallery-item{max-width:20%}.gallery-columns-6.gallery .gallery-item{max-width:16.66%}.gallery-columns-7.gallery .gallery-item{max-width:14.28%}.gallery-columns-8.gallery .gallery-item{max-width:12.5%}.gallery-columns-9.gallery .gallery-item{max-width:11.11%}@media (max-width:1200px){.gallery-item{width:100%!important;max-width:100%!important}}.gallery-icon img{margin:0 auto}.gallery-caption{display:block;padding:5px 0}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.wp-caption-text{font-size:.9em;margin-bottom:1em}.bypostauthor{font-size:inherit}body:not(.woocommerce) .bt-comments-box .form-submit{margin-bottom:0}.bt-comments-box{margin:2em 0}.bt-comments-box>h1,.bt-comments-box>h2,.bt-comments-box>h3,.bt-comments-box>h4,.bt-comments-box>h5,.bt-comments-box>h6,.bt-comments-box>h7,.bt-comments-box>h8,.bt-comments-box .comment-respond>h1,.bt-comments-box .comment-respond>h2,.bt-comments-box .comment-respond>h3,.bt-comments-box .comment-respond>h4,.bt-comments-box .comment-respond>h5,.bt-comments-box .comment-respond>h6,.bt-comments-box .comment-respond>h7,.bt-comments-box .comment-respond>h8{margin:0 0 .625em;padding:0;font-size:2em}.bt-comments-box .comment-respond>h1,.bt-comments-box .comment-respond>h2,.bt-comments-box .comment-respond>h3,.bt-comments-box .comment-respond>h4,.bt-comments-box .comment-respond>h5,.bt-comments-box .comment-respond>h6,.bt-comments-box .comment-respond>h7,.bt-comments-box .comment-respond>h8{font-size:1.5625em}.bt-comments-box ul.comments,.bt-comments-box ul.comments li.comment{list-style:none;display:block;padding-left:0;margin:0}.bt-comments-box>ul.comments{margin:0 0 2em}.bt-comments-box ul.comments>li,.bt-comments-box ul.comments>li.comment>ul.children>li.comment{display:block;margin:0}.btLightSkin .bt-comments-box ul.comments>li,.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,.btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment{border-top:1px solid rgb(24 24 24 / .2)}.btDarkSkin .bt-comments-box ul.comments>li,.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,.btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment{border-top:1px solid rgb(255 255 255 / .2)}.bt-comments-box ul.comments li>article{padding:2em 0;position:relative;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex}.bt-comments-box ul.comments li>article .commentTxt{padding:0;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt-comments-box ul.comments li>article .commentAvatar{padding:0 20px 0 0;-webkit-flex:0 1 75px;-ms-flex:0 1 75px;flex:0 1 75px}.rtl .bt-comments-box ul.comments li>article .commentAvatar{padding:0 0 0 20px}.bt-comments-box ul.comments li>article .commentAvatar img{display:block;width:100%;height:auto;border-radius:50%}.bt-comments-box ul.comments li.pingback{padding-top:1em}.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link){font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:600;letter-spacing:-.05;color:inherit}.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link):hover{color:#e94d65}.bt-comments-box ul.comments li.pingback p .edit-link{margin-left:1em;font-size:.875rem;line-height:1;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.rtl .bt-comments-box ul.comments li.pingback p .edit-link{margin-left:0;margin-right:1em}.bt-comments-box ul.comments li.pingback p .edit-link a:before{font-family:FontAwesome;margin:0;display:inline-block;font-size:1rem;color:#e94d65;opacity:1;margin-right:6px;content:"\f040";-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease}.rtl .bt-comments-box ul.comments li.pingback p .edit-link a:before{margin-right:0;margin-left:6px}.bt-comments-box ul.comments li.pingback p .edit-link .comment-edit-link{color:inherit;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt-comments-box ul.comments li.pingback p .edit-link .comment-edit-link:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt-comments-box ul.children{margin:0 0 0 20px;font-size:.85rem}.bt-comments-box input,.bt-comments-box textarea{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.bt-comments-box .btComment{line-height:0}.bt-comments-box .btComment textarea,.bt-comments-box .btComment label{line-height:1.8}.bt-comments-box .vcard{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:1em}.bt-comments-box .vcard h1.author,.bt-comments-box .vcard h2.author,.bt-comments-box .vcard h3.author,.bt-comments-box .vcard h4.author,.bt-comments-box .vcard h5.author,.bt-comments-box .vcard h6.author,.bt-comments-box .vcard h7.author,.bt-comments-box .vcard h8.author{margin:0;padding:0;line-height:1.3;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.2em}.bt-comments-box .vcard h1.author a,.bt-comments-box .vcard h2.author a,.bt-comments-box .vcard h3.author a,.bt-comments-box .vcard h4.author a,.bt-comments-box .vcard h5.author a,.bt-comments-box .vcard h6.author a,.bt-comments-box .vcard h7.author a,.bt-comments-box .vcard h8.author a{color:inherit}.bt-comments-box .vcard h1.author a:hover,.bt-comments-box .vcard h2.author a:hover,.bt-comments-box .vcard h3.author a:hover,.bt-comments-box .vcard h4.author a:hover,.bt-comments-box .vcard h5.author a:hover,.bt-comments-box .vcard h6.author a:hover,.bt-comments-box .vcard h7.author a:hover,.bt-comments-box .vcard h8.author a:hover{color:#e94d65}.bt-comments-box .vcard .posted{margin:0;text-align:right;padding:0 0 0 10px;font-size:.875rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.5;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.rtl .bt-comments-box .vcard .posted{text-align:left;padding:0 10px 0 0}.bt-comments-box .vcard .posted:before{font-family:FontAwesome;font-size:1rem;margin:0 5px 0 0;color:#e94d65;content:"\f017"}.rtl .bt-comments-box .vcard .posted:before{margin:0 0 0 5px}.bt-comments-box .vcard .star-rating{margin-left:.5em}.bt-comments-box .vcard .star-rating strong{display:none}.rtl .bt-comments-box .vcard .star-rating{right:auto;margin-left:0;margin-right:.5em}.bt-comments-box .commentTxt p.edit-link,.bt-comments-box .commentTxt p.reply{display:inline-block;font-size:.875rem;line-height:1;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box .commentTxt p.edit-link:not(:empty),.bt-comments-box .commentTxt p.reply:not(:empty){margin:0 2em 0 0}.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),.rtl .bt-comments-box .commentTxt p.reply:not(:empty){margin:0 0 0 2em}.bt-comments-box .commentTxt p.edit-link a,.bt-comments-box .commentTxt p.reply a{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;transition:opacity 200ms ease}.bt-comments-box .commentTxt p.edit-link a:before,.bt-comments-box .commentTxt p.reply a:before{font-family:FontAwesome;font-size:1rem;margin:0 5px 0 0;color:#e94d65;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;line-height:1}.rtl .bt-comments-box .commentTxt p.edit-link a:before,.rtl .bt-comments-box .commentTxt p.reply a:before{margin:0 0 0 5px}.bt-comments-box .commentTxt p.edit-link a:hover:before,.bt-comments-box .commentTxt p.reply a:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .bt-comments-box .commentTxt p.reply a,.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a{color:#181818}.btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin .bt-comments-box .commentTxt p.reply a,.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a{color:#fff}.bt-comments-box .commentTxt p.edit-link a:before{content:"\f040"}.bt-comments-box .commentTxt p.reply a:before{content:"\f112"}.bt-comments-box .comment-form{padding-bottom:2em}.bt-comments-box .comment-form input[type="checkbox"]{width:1.5rem;height:1.5rem;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;background:#fff0;cursor:pointer;min-width:1.125rem;border-radius:50%;vertical-align:middle;-webkit-appearance:none;position:relative;content:"";-moz-appearance:none;border:0;display:inline-block;margin-right:.5em}.rtl .bt-comments-box .comment-form input[type="checkbox"]{margin-right:0;margin-left:.5em}.btLightSkin .bt-comments-box .comment-form input[type="checkbox"],.btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"],.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"]{border:1px solid rgb(24 24 24 / .2);background:#fff}.btDarkSkin .bt-comments-box .comment-form input[type="checkbox"],.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"],.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]{border:1px solid rgb(255 255 255 / .2);background:#191919}.bt-comments-box .comment-form input[type="checkbox"]:before{content:'';position:absolute;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;left:3px;top:3px;width:1rem;height:1rem;border-radius:50%;display:block;background:#e94d65;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.rtl .bt-comments-box .comment-form input[type="checkbox"]:before{left:auto;right:3px}.btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,.btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)!important}.btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)!important}.bt-comments-box .comment-form input[type="checkbox"]:checked:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt-comments-box .comments+.comment-respond .comment-form,.bt-comments-box>.comment-respond:only-child .comment-form{padding-bottom:0}.bt-comments-box .comment-navigation{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:.5em;font-size:.875rem;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box .comment-navigation a,.bt-comments-box .comment-navigation span{display:block}.bt-comments-box .comment-navigation a{display:-ms-flexbox;display:-webkit-flex;display:flex;color:inherit;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.bt-comments-box .comment-navigation a:hover{color:#e94d65}.bt-comments-box .comment-navigation a:before,.bt-comments-box .comment-navigation a:after{margin:0 5px;color:#e94d65}.bt-comments-box .comment-navigation a:first-child:before{font-family:FontAwesome;content:"\f053"}.rtl .bt-comments-box .comment-navigation a:first-child:before{content:"\f054"}.bt-comments-box .comment-navigation a:last-child:after{font-family:FontAwesome;content:"\f054"}.rtl .bt-comments-box .comment-navigation a:last-child:after{content:"\f053"}.bt-comments-box .comment-navigation span{color:#fff0}.comment-awaiting-moderation{color:#e94d65}.comment-reply-title{display:block}.comment-reply-title small{font-size:.875rem;float:right;margin:0 0 0 2em;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.comment-reply-title small a#cancel-comment-reply-link{font-weight:400;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;transition:opacity 200ms ease;color:currentColor;letter-spacing:0}.comment-reply-title small a#cancel-comment-reply-link:before{font-family:FontAwesome;content:"\f00d";margin:0 5px;font-weight:400;color:#e94d65;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;line-height:1}.comment-reply-title small a#cancel-comment-reply-link:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.rtl .comment-reply-title small{float:left;margin:0 2em 0 0}.btCommentSubmit{padding:1.125em 1.875em;font-size:1em;line-height:1;background:#e94d65;margin-top:.5em;border:0;color:#fff;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;display:-ms-flexbox;display:-webkit-flex;display:flex}.btCommentSubmit:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btCommentSubmit:before{-webkit-order:2;-ms-flex-order:2;order:2;margin-left:.625em}.rtl .btCommentSubmit:before{margin-left:0;margin-right:.625em}.btHardRoundedButtons .btCommentSubmit{border-radius:50px}.btSoftRoundedButtons .btCommentSubmit{border-radius:5px}.btSlantedRightButtons .btCommentSubmit{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.btSlantedRightButtons .btCommentSubmit>*{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.btSlantedRightButtons .btCommentSubmit:hover{-webkit-transform:translateY(-3px) skew(-8deg);-moz-transform:translateY(-3px) skew(-8deg);-ms-transform:translateY(-3px) skew(-8deg);transform:translateY(-3px) skew(-8deg)}.btSlantedLeftButtons .btCommentSubmit{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.btSlantedLeftButtons .btCommentSubmit>*{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.btSlantedLeftButtons .btCommentSubmit:hover{-webkit-transform:translateY(-3px) skew(8deg);-moz-transform:translateY(-3px) skew(8deg);-ms-transform:translateY(-3px) skew(8deg);transform:translateY(-3px) skew(8deg)}@media (max-width:520px){.bt-comments-box .vcard{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0 0 10px;margin:0 0 10px}.btLightSkin .bt-comments-box .vcard,.btDarkSkin .btLightSkin .bt-comments-box .vcard,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .vcard{border-bottom:1px dotted rgb(24 24 24 / .2)}.btDarkSkin .bt-comments-box .vcard,.btLightSkin .btDarkSkin .bt-comments-box .vcard,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .vcard{border-bottom:1px dotted rgb(255 255 255 / .2)}.bt-comments-box .vcard h5.author{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt-comments-box .vcard .posted{padding:0;margin-top:.7em;text-align:left}.rtl .bt-comments-box .vcard .posted{text-align:right}.bt-comments-box .vcard .star-rating{margin-top:.7em;margin-left:auto}.bt-comments-box .vcard .star-rating .rtl{margin-left:0;margin-right:auto}.bt-comments-box ul.comments ul.children{padding:0;margin:0}.bt-comments-box ul.comments ul.children li.comment{padding:0;border-top:none!important}.bt-comments-box ul.comments ul.children li.comment article{position:relative}.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article{background-color:rgb(0 0 0 / .055)}.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article{background-color:rgb(255 255 255 / .055)}.bt-comments-box ul.comments ul.children li.comment article .commentAvatar{padding-left:10px}.rtl .bt-comments-box ul.comments ul.children li.comment article .commentAvatar{padding-left:20px;padding-right:10px}.bt-comments-box ul.comments ul.children li.comment article .commentTxt{padding-right:15px}.rtl .bt-comments-box ul.comments ul.children li.comment article .commentTxt{padding-right:0;padding-left:15px}.bt-comments-box ul.comments ul.children li.comment article:after{content:'\f148';display:block;position:absolute;top:-15px;right:-15px;width:30px;height:30px;font:normal 16px/30px FontAwesome;vertical-align:middle;text-align:center;background:#e94d65;color:#fff;border-radius:50%}.rtl .bt-comments-box ul.comments ul.children li.comment article:after{right:auto;left:-15px}.bt-comments-box ul.comments li:last-child ul.children{margin-bottom:2rem}}.btBox{margin-bottom:4em}.btBox:after{content:" ";display:table;width:100%;clear:both}.btSidebar>.btBox:last-child{margin-bottom:0}.sidebar .widget_bt_bb_recent_posts ul,.btSidebar .widget_bt_bb_recent_posts ul,.btSiteFooterWidgets .widget_bt_bb_recent_posts ul{margin:0}.sidebar .widget_bt_bb_recent_posts ul li,.btSidebar .widget_bt_bb_recent_posts ul li,.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li{margin:0;list-style:none}.btBox>h4,.btCustomMenu>h4,.btTopBox>h4{font-size:1.3em;margin-bottom:1em;padding-bottom:0;display:inline-block;width:100%}.btBox h5,.btCustomMenu h5,.btTopBox h5{font-size:1.4em;margin-bottom:.35em}body:not(.btNoDashInSidebar) .btBox>h4:after,body:not(.btNoDashInSidebar) .btCustomMenu>h4:after,body:not(.btNoDashInSidebar) .btTopBox>h4:after{content:' ';clear:both;width:2.5em;display:block;border-bottom:2px solid #e94d65;margin:.8em 0 0}.btBox label,.btCustomMenu label,.btTopBox label{display:none}.btBox .wp-caption,.btCustomMenu .wp-caption,.btTopBox .wp-caption{margin-bottom:.5em}.btBox select,.btCustomMenu select,.btTopBox select{display:block;margin:.5em 0 0;width:100%;padding:.5em}.btBox ul,.btCustomMenu ul,.btTopBox ul{list-style:none;margin:0;display:block;padding:0}.btBox ul li,.btCustomMenu ul li,.btTopBox ul li{display:block;width:auto;margin:0;position:relative;padding:.8em 0;margin-left:0;border-bottom:1px solid}.btBox ul li a,.btCustomMenu ul li a,.btTopBox ul li a{display:block;position:relative;color:currentColor}.btBox ul li a:before,.btCustomMenu ul li a:before,.btTopBox ul li a:before{position:absolute;display:block;left:-1em;height:2px;top:50%;margin-top:-1px;content:"";background:#e94d65;-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);width:10px}.rtl .btBox ul li a:before,.rtl .btCustomMenu ul li a:before,.rtl .btTopBox ul li a:before{left:auto;right:-1em;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.btBox ul li a:hover,.btCustomMenu ul li a:hover,.btTopBox ul li a:hover{color:#e94d65}.btBox ul li a:hover:before,.btCustomMenu ul li a:hover:before,.btTopBox ul li a:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btBox ul li a:empty,.btCustomMenu ul li a:empty,.btTopBox ul li a:empty{display:none}.btBox ul li a:empty:before,.btBox ul li a:empty:after,.btCustomMenu ul li a:empty:before,.btCustomMenu ul li a:empty:after,.btTopBox ul li a:empty:before,.btTopBox ul li a:empty:after{display:none}.btLightSkin .btBox ul li,.btDarkSkin .btLightSkin .btBox ul li,.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,.btLightSkin .btCustomMenu ul li,.btDarkSkin .btLightSkin .btCustomMenu ul li,.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,.btLightSkin .btTopBox ul li,.btDarkSkin .btLightSkin .btTopBox ul li,.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li{border-bottom-color:rgb(24 24 24 / .2)}.btDarkSkin .btBox ul li,.btLightSkin .btDarkSkin .btBox ul li,.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,.btDarkSkin .btCustomMenu ul li,.btLightSkin .btDarkSkin .btCustomMenu ul li,.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,.btDarkSkin .btTopBox ul li,.btLightSkin .btDarkSkin .btTopBox ul li,.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li{border-bottom-color:rgb(255 255 255 / .2)}.btBox ul li ul,.btCustomMenu ul li ul,.btTopBox ul li ul{margin:.8em 0 0;padding:0}.btBox ul li ul li,.btCustomMenu ul li ul li,.btTopBox ul li ul li{padding-left:1em}.btBox ul li ul.children,.btBox ul li ul.sub-menu,.btCustomMenu ul li ul.children,.btCustomMenu ul li ul.sub-menu,.btTopBox ul li ul.children,.btTopBox ul li ul.sub-menu{margin:0;clear:both}.btBox ul li ul.children:before,.btBox ul li ul.sub-menu:before,.btCustomMenu ul li ul.children:before,.btCustomMenu ul li ul.sub-menu:before,.btTopBox ul li ul.children:before,.btTopBox ul li ul.sub-menu:before{display:block;width:100%;content:"";height:.8em}.btLightSkin .btBox ul li ul.children:before,.btDarkSkin .btLightSkin .btBox ul li ul.children:before,.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul.children:before,.btLightSkin .btBox ul li ul.sub-menu:before,.btDarkSkin .btLightSkin .btBox ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul.sub-menu:before,.btLightSkin .btCustomMenu ul li ul.children:before,.btDarkSkin .btLightSkin .btCustomMenu ul li ul.children:before,.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul.children:before,.btLightSkin .btCustomMenu ul li ul.sub-menu:before,.btDarkSkin .btLightSkin .btCustomMenu ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul.sub-menu:before,.btLightSkin .btTopBox ul li ul.children:before,.btDarkSkin .btLightSkin .btTopBox ul li ul.children:before,.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul.children:before,.btLightSkin .btTopBox ul li ul.sub-menu:before,.btDarkSkin .btLightSkin .btTopBox ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul.sub-menu:before{border-bottom:1px solid rgb(24 24 24 / .2)}.btDarkSkin .btBox ul li ul.children:before,.btLightSkin .btDarkSkin .btBox ul li ul.children:before,.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul.children:before,.btDarkSkin .btBox ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btBox ul li ul.sub-menu:before,.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul.sub-menu:before,.btDarkSkin .btCustomMenu ul li ul.children:before,.btLightSkin .btDarkSkin .btCustomMenu ul li ul.children:before,.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul.children:before,.btDarkSkin .btCustomMenu ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btCustomMenu ul li ul.sub-menu:before,.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul.sub-menu:before,.btDarkSkin .btTopBox ul li ul.children:before,.btLightSkin .btDarkSkin .btTopBox ul li ul.children:before,.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul.children:before,.btDarkSkin .btTopBox ul li ul.sub-menu:before,.btLightSkin .btDarkSkin .btTopBox ul li ul.sub-menu:before,.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul.sub-menu:before{border-bottom:1px solid rgb(255 255 255 / .2)}.btBox ul li.current-menu-item>a,.btCustomMenu ul li.current-menu-item>a,.btTopBox ul li.current-menu-item>a{color:#e94d65}.btBox ul li:after,.btCustomMenu ul li:after,.btTopBox ul li:after{clear:both;content:" ";display:block}.btBox ul>li:last-child,.btCustomMenu ul>li:last-child,.btTopBox ul>li:last-child{border-bottom:0!important}.btBox ul li li:last-child,.btCustomMenu ul li li:last-child,.btTopBox ul li li:last-child{border-bottom:none;padding-bottom:0}.btBox>ul>li:first-child,.btCustomMenu>ul>li:first-child,.btTopBox>ul>li:first-child{padding-top:0}.btBox>ul>li:last-child,.btCustomMenu>ul>li:last-child,.btTopBox>ul>li:last-child{padding-bottom:0}.btBox .btImageTextWidgetWrapper ul li,.btCustomMenu .btImageTextWidgetWrapper ul li,.btTopBox .btImageTextWidgetWrapper ul li{padding:0 0 1em;border:none!important}.btBox .btImageTextWidget,.btCustomMenu .btImageTextWidget,.btTopBox .btImageTextWidget{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btBox .btImageTextWidget:not(:last-child),.btCustomMenu .btImageTextWidget:not(:last-child),.btTopBox .btImageTextWidget:not(:last-child){margin-bottom:.5em}.btBox .btImageTextWidget .btImageTextWidgetImage,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,.btTopBox .btImageTextWidget .btImageTextWidgetImage{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;padding-right:10px}.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage{padding-right:0;padding-left:10px}.btBox .btImageTextWidget .btImageTextWidgetImage a,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,.btTopBox .btImageTextWidget .btImageTextWidgetImage a{display:block;line-height:0}.btBox .btImageTextWidget .btImageTextWidgetImage a img,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,.btTopBox .btImageTextWidget .btImageTextWidgetImage a img{margin:0;max-width:100%;width:100%;height:auto}.btBox .btImageTextWidget .btImageTextWidgetText,.btCustomMenu .btImageTextWidget .btImageTextWidgetText,.btTopBox .btImageTextWidget .btImageTextWidgetText{-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;overflow:hidden}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline{text-transform:uppercase}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{margin-top:.25em!important}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline{margin-top:.5em!important}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after{margin-top:.25em}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span{font-size:1rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4em;max-height:2.8em}.btBox p.posted,.btBox .quantity,.btCustomMenu p.posted,.btCustomMenu .quantity,.btTopBox p.posted,.btTopBox .quantity{font-weight:600;margin:0;font-size:.8em}.btBox p.posted del,.btBox .quantity del,.btCustomMenu p.posted del,.btCustomMenu .quantity del,.btTopBox p.posted del,.btTopBox .quantity del{color:inherit;opacity:.5;display:inline-block;margin:0 5px 0 0;font-weight:300;text-decoration:none;position:relative}.btBox p.posted del:after,.btBox .quantity del:after,.btCustomMenu p.posted del:after,.btCustomMenu .quantity del:after,.btTopBox p.posted del:after,.btTopBox .quantity del:after{display:block;position:absolute;content:"";background:currentColor;height:1px;top:50%;left:-2px;right:-2px;z-index:-1}.btBox p.posted ins,.btBox .quantity ins,.btCustomMenu p.posted ins,.btCustomMenu .quantity ins,.btTopBox p.posted ins,.btTopBox .quantity ins{text-decoration:none}.widget_calendar table{width:100%;border-collapse:collapse}.widget_calendar table caption{background:#e94d65;background:#e94d65;color:#FFF;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700;padding:5px}.widget_calendar table thead th{text-align:center;padding:3px}.widget_calendar table tfoot td{padding:3px}.widget_calendar table tfoot td#next{text-align:right}.widget_calendar table tbody tr:nth-child(odd) td{background:#fff0}.widget_calendar table tbody tr td#today{color:#e94d65}.widget_calendar table tbody td{text-align:center;padding:2px 3px}.btBox.widget_archive ul li,.btBox.widget_categories ul li,.btBox.widget_meta ul li,.btBox.widget_recent_entries ul li,.btBox.widget_product_categories ul li{text-align:right}.rtl .btBox.widget_archive ul li,.rtl .btBox.widget_categories ul li,.rtl .btBox.widget_meta ul li,.rtl .btBox.widget_recent_entries ul li,.rtl .btBox.widget_product_categories ul li{text-align:left}.btBox.widget_archive ul li .count,.btBox.widget_categories ul li .count,.btBox.widget_meta ul li .count,.btBox.widget_recent_entries ul li .count,.btBox.widget_product_categories ul li .count{opacity:.5}.btBox.widget_archive ul li a,.btBox.widget_categories ul li a,.btBox.widget_meta ul li a,.btBox.widget_recent_entries ul li a,.btBox.widget_product_categories ul li a{display:block;float:left}.rtl .btBox.widget_archive ul li a,.rtl .btBox.widget_categories ul li a,.rtl .btBox.widget_meta ul li a,.rtl .btBox.widget_recent_entries ul li a,.rtl .btBox.widget_product_categories ul li a{float:right}.btBox.widget_archive .fancy-select ul li,.btBox.widget_categories .fancy-select ul li,.btBox.widget_meta .fancy-select ul li,.btBox.widget_recent_entries .fancy-select ul li,.btBox.widget_product_categories .fancy-select ul li{text-align:initial}.btBox.widget_archive .fancy-select ul li:first-child,.btBox.widget_categories .fancy-select ul li:first-child,.btBox.widget_meta .fancy-select ul li:first-child,.btBox.widget_recent_entries .fancy-select ul li:first-child,.btBox.widget_product_categories .fancy-select ul li:first-child{padding-top:.5em}.btBox.widget_archive .fancy-select ul li a,.btBox.widget_categories .fancy-select ul li a,.btBox.widget_meta .fancy-select ul li a,.btBox.widget_recent_entries .fancy-select ul li a,.btBox.widget_product_categories .fancy-select ul li a{display:inline;float:none!important}.widget_recent_comments{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.widget_recent_comments a{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700;font-weight:800;letter-spacing:-.05em}.widget_recent_comments a:before{display:none!important}.widget_recent_comments .comment-author-link a{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;font-weight:400;display:inline;padding:0;letter-spacing:0}.widget_recent_comments .comment-author-link a:after{font-family:FontAwesome;content:"\f2bd";font-weight:400;color:#e94d65;margin-right:6px;float:left}.rtl .widget_recent_comments .comment-author-link a:after{margin-right:0;margin-left:6px;float:right}.widget_recent_comments .comment-author-link a:before{left:-40px;display:block!important}.rtl .widget_recent_comments .comment-author-link a:before{left:auto;right:-40px}.widget_rss li{margin-bottom:15px}.widget_rss li a.rsswidget{font-family:"Sarabun";font-weight:700;font-weight:800;letter-spacing:-.05em}.widget_rss li .rss-date{font-family:Roboto Condensed,Arial,Helvetica,sans-serif;display:block;margin:0 0 5px}.widget_rss li .rss-date:before{font-family:FontAwesome;content:"\f017";font-weight:400;color:#e94d65;margin-right:6px}.rtl .widget_rss li .rss-date:before{margin-right:0;margin-left:6px;float:right}.widget_rss li cite{line-height:2}.widget_shopping_cart ul li:last-child{border:none}.widget_shopping_cart .total{width:100%;padding:1em;background:rgb(24 24 24 / .07);font-family:"Sarabun",Arial,Helvetica,sans-serif;line-height:1.25;margin-bottom:.625em}.btDarkSkin .widget_shopping_cart .total,.btLightSkin .btDarkSkin .widget_shopping_cart .total,.btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total{background:rgb(255 255 255 / .07)}.widget_shopping_cart .total strong{display:block;float:left;padding-right:8px}.rtl .widget_shopping_cart .total strong{float:right;padding-right:0;padding-left:8px}.widget_shopping_cart .total .amount{display:block;float:right}.rtl .widget_shopping_cart .total .amount{float:left}.widget_shopping_cart .total:after{content:" ";display:table;width:100%;clear:both}.btSidebar .widget_shopping_cart .btCartWidgetIcon{display:none}.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.widget_shopping_cart .buttons{width:-webkit-calc(100% + 10px);width:-moz-calc(100% + 10px);width:calc(100% + 10px);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:0 -5px}.widget_shopping_cart .buttons .button{width:-webkit-calc(50% - 10px)!important;width:-moz-calc(50% - 10px)!important;width:calc(50% - 10px)!important;margin:0 5px!important;display:block;text-align:center;white-space:nowrap}.btHardRoundedButtons .widget_shopping_cart .buttons .button{border-radius:50px}.btSoftRoundedButtons .widget_shopping_cart .buttons .button{border-radius:5px}.widget_shopping_cart .buttons .button.checkout{float:right}.widget_shopping_cart .widget_shopping_cart_content ul.cart_list{width:100%;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item{position:relative}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove{display:block;float:right;margin:0 0 0 6px}.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove{float:left;margin:0 6px 0 0}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove{display:-ms-flexbox;display:-webkit-flex;display:flex;text-align:center;text-decoration:none;font-weight:700;height:1.25em;width:1.25em;line-height:1;vertical-align:middle;color:#fff;background-color:#e94d65;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;border-radius:50%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:after{content:'\e680';font-family:Icon7Stroke;display:block}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover{background:#1b4962;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget{text-align:left}.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget{text-align:right}.menuPort .widget_shopping_cart,.topTools .widget_shopping_cart,.topBarInLogoArea .widget_shopping_cart{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),.btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child){margin-left:1.5em;margin-right:0}.rtl.btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),.rtl.btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),.rtl.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child){margin-right:1.5em;margin-left:0}.btMenuVertical .menuPort .widget_shopping_cart,.btMenuVertical .topTools .widget_shopping_cart,.btMenuVertical .topBarInLogoArea .widget_shopping_cart{position:static}.menuPort .widget_shopping_cart h2.widgettitle,.topTools .widget_shopping_cart h2.widgettitle,.topBarInLogoArea .widget_shopping_cart h2.widgettitle{display:none}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidget,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidget,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidget{pointer-events:initial}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon{cursor:pointer;position:relative}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before{content:"\f290"}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{display:block;padding:0 3px;background-color:#e94d65;color:#fff;font:normal 11px/19px "Sarabun";font-weight:500;border-radius:19px;position:absolute;top:50%;right:-12px;text-align:center;min-width:19px;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;margin-top:-2em}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{right:auto;left:-12px}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{right:-1px!important}.rtl.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{right:auto!important;left:-1px!important}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{width:300px;background:#fff;max-height:70vh;overflow-y:auto;padding:1em;position:absolute;z-index:6;opacity:0;right:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);color:#181818;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;pointer-events:none;-webkit-box-shadow:0 0 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 30px 0 rgb(0 0 0 / .12);margin-left:0}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty{padding:0;line-height:2;font-size:.875em;font-family:"Roboto",Arial,Helvetica,sans-serif}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{right:auto;left:0}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove{float:left}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{left:0;top:0;right:0;min-height:100vh;width:auto;z-index:500;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);border:none!important;margin:0;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease;position:fixed}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler{display:block;text-align:right;cursor:pointer;padding:0 1.5em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after{content:'\e686\e686';display:inline-block;font-family:Icon7Stroke;font-size:4em;letter-spacing:-.75em;margin:0 auto;color:inherit;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after{color:#e94d65;letter-spacing:-.65em}.menuPort .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget,.topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget{color:inherit}.menuPort .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon span.cart-contents,.topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon span.cart-contents,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon span.cart-contents{margin-top:-2.5em;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .3);box-shadow:0 2px 5px rgb(0 0 0 / .3)}.menuPort .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover,.topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;pointer-events:auto}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents,.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents{margin-top:-2.5em;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .3);box-shadow:0 2px 5px rgb(0 0 0 / .3)}.btMenuHorizontal .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{top:-webkit-calc((140px - 16px)/4 + 16px);top:-moz-calc((140px - 16px)/4 + 16px);top:calc((140px - 16px)/4 + 16px)}.btMenuHorizontal.btMenuBelowLogo .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{top:100%}.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon{padding:0}.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon{padding-right:.2em}.rtl.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon{padding-right:0;padding-left:.2em}.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{margin-top:-2em;right:0}.rtl.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{right:auto;left:0}.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .btCartWidgetInnerContent{top:120%}.topBar .widget_shopping_cart .btCartWidgetInnerContent{font-size:1.25em;color:#181818!important;text-align:left}.topBar .btTopToolsRight .widget_shopping_cart .btIco{margin-right:.5em}.widget_recent_reviews{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:.8em;line-height:1.4}.widget_recent_reviews li a img{display:block;width:80px;height:auto;margin:0 0 0 10px;float:right;border:1px solid rgb(24 24 24 / .2)}.widget_product_categories li li{margin:0 0 0 1em}.rtl .widget_product_categories li li{margin:0 1em 0 0;padding-left:0;padding-right:1em}.product_list_widget .reviewer{display:block;line-height:1}.product_list_widget li:after{display:table!important}.widget_price_filter .price_slider_wrapper .ui-slider{border-radius:1em;background:rgb(24 24 24 / .07);border:0;position:relative;text-align:left;margin-left:.5em;margin-right:.5em;margin-bottom:1em}.btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider{background:rgb(24 24 24 / .2)}.btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider{background:rgb(255 255 255 / .2)}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background:#e94d65;border-radius:1em;cursor:ew-resize;outline:0;top:-.25em;margin-left:-.5em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,.btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,.btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{-webkit-box-shadow:0 0 0 3px #fff;box-shadow:0 0 0 3px #fff}.btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,.btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{-webkit-box-shadow:0 0 0 3px #191919;box-shadow:0 0 0 3px #191919}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;background:currentColor;opacity:.3}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.5em}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range{top:0;height:100%;position:absolute}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_price_filter .price_slider_amount{text-align:right;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .widget_price_filter .price_slider_amount{text-align:left}.widget_price_filter .price_slider_amount .button{float:left;min-width:110px}.widget_price_filter .price_slider_amount .price_label{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;font-family:Sarabun,Arial,Helvetica,sans-serif}.widget_layered_nav ul li.chosen a:before,.widget_layered_nav_filters ul li.chosen a:before{text-indent:0;display:block;float:left;content:'\e680';font-family:Icon7Stroke;margin-right:.5em;background-color:#fff0;position:relative}.btBox .tagcloud a,.btTags ul a{display:block;float:left;text-transform:uppercase;padding:.4em 1em;margin:0 4px 4px 0;font-size:.75rem!important;background:#e94d65;color:#fff;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.rtl .btBox .tagcloud a,.rtl .btTags ul a{float:right;margin:0 0 4px 4px}.btHardRoundedButtons .btBox .tagcloud a,.btHardRoundedButtons .btTags ul a{border-radius:50px}.btSoftRoundedButtons .btBox .tagcloud a,.btSoftRoundedButtons .btTags ul a{border-radius:5px}.btBox .tagcloud a:hover,.btTags ul a:hover{opacity:.6}.btTags ul{list-style:none;margin:0;padding:0}.btTags ul li{display:inline-block;float:left;padding:0;margin:0}.rtl .btTags ul li{float:right}.btInstaWrap{padding:.3em 0 1em}.btInstaGrid{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btInstaGrid span{display:block;padding:0 5px 10px 5px}.btInstaGrid span:hover img{opacity:.6}.btInstaGrid img{display:block;width:100%;opacity:1;-webkit-backface-visibility:hidden;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;transition:opacity 200ms ease}.bt_bb_columns_1 .btInstaGrid span{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.bt_bb_columns_2 .btInstaGrid span{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}.bt_bb_columns_3 .btInstaGrid span{-webkit-flex:1 1 33.333333%;-ms-flex:1 1 33.333333%;flex:1 1 33.333333%;max-width:33.333333%}.bt_bb_columns_4 .btInstaGrid span{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}.bt_bb_columns_5 .btInstaGrid span{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%}.bt_bb_columns_6 .btInstaGrid span{-webkit-flex:1 1 16.666666%;-ms-flex:1 1 16.666666%;flex:1 1 16.666666%;max-width:16.666666%}@media (max-width:992px){.bt_bb_columns_1 .btInstaGrid span{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.bt_bb_columns_2 .btInstaGrid span{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}.bt_bb_columns_3 .btInstaGrid span{-webkit-flex:1 1 33.333333%;-ms-flex:1 1 33.333333%;flex:1 1 33.333333%;max-width:33.333333%}.bt_bb_columns_4 .btInstaGrid span{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}.bt_bb_columns_5 .btInstaGrid span{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}.bt_bb_columns_6 .btInstaGrid span{-webkit-flex:1 1 33.333333%;-ms-flex:1 1 33.333333%;flex:1 1 33.333333%;max-width:33.333333%}}@media (max-width:768px){.bt_bb_columns_1 .btInstaGrid span,.bt_bb_columns_2 .btInstaGrid span{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.bt_bb_columns_3 .btInstaGrid span,.bt_bb_columns_4 .btInstaGrid span,.bt_bb_columns_5 .btInstaGrid span,.bt_bb_columns_6 .btInstaGrid span{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}}@media (max-width:480px){.bt_bb_columns_1 .btInstaGrid span,.bt_bb_columns_2 .btInstaGrid span,.bt_bb_columns_3 .btInstaGrid span,.bt_bb_columns_4 .btInstaGrid span,.bt_bb_columns_5 .btInstaGrid span,.bt_bb_columns_6 .btInstaGrid span{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}}.btBox .btImage{margin-bottom:.5em}.btBox .btImage img{width:auto;margin:auto}.topTools .btIconWidget,.topBarInMenu .btIconWidget{position:relative;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;line-height:inherit;margin-left:.5em;margin-right:.5em;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.topTools .btIconWidget .btIconWidgetIcon,.topBarInMenu .btIconWidget .btIconWidgetIcon{line-height:inherit;display:inline-block}.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon{padding:0}.topTools .btIconWidget:hover,.topBarInMenu .btIconWidget:hover{color:#e94d65}.btAccentDarkHeader .topTools .btIconWidget:hover,.btAccentDarkHeader .topBarInMenu .btIconWidget:hover{color:#181818}.btMenuHorizontal .topTools .btIconWidget,.btMenuHorizontal .topBarInMenu .btIconWidget{margin:0}.btMenuHorizontal .topTools .btIconWidget:not(:first-child),.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child){margin-left:1.5em;margin-right:0}.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child){margin-right:1.5em;margin-left:0}.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon{margin-right:.5em}.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon{margin-right:0;margin-left:.5em}.topTools .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,.topBarInMenu .btIconWidget.btAlternateIconWidget .btIconWidgetIcon{color:#1b4962}.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetText,.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle,.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetText,.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle{font-family:"Roboto",Arial,Helvetica,sans-serif}.topTools .btIconWidgetContent,.topBarInMenu .btIconWidgetContent{line-height:inherit;display:inline-block;margin-left:.5em}.rtl .topTools .btIconWidgetContent,.rtl .topBarInMenu .btIconWidgetContent{margin-left:0;margin-right:.5em}.topTools .btIconWidgetTitle,.topTools .btIconWidgetText,.topBarInMenu .btIconWidgetTitle,.topBarInMenu .btIconWidgetText{display:inline-block;line-height:inherit}.topTools .btIconWidgetText,.topBarInMenu .btIconWidgetText{opacity:.5}.topTools .btIconWidgetTitle,.topBarInMenu .btIconWidgetTitle{margin-right:.5em}.rtl .topTools .btIconWidgetTitle,.rtl .topBarInMenu .btIconWidgetTitle{margin-right:0;margin-left:.5em}.topTools div.btIconWidget,.topTools span.btIconWidget,.topBarInMenu div.btIconWidget,.topBarInMenu span.btIconWidget{pointer-events:none}.topTools a.btIconWidget,.topTools div.btIconWidget.widget_bt_button_widget,.topBarInMenu a.btIconWidget,.topBarInMenu div.btIconWidget.widget_bt_button_widget{pointer-events:initial}.btIconWidget.widget_bt_button_widget .bt_button_widget{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:1rem 0;font-size:.875em;line-height:1;position:relative;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;white-space:nowrap}.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text{z-index:2;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700}.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_icon_holder{margin-left:.5em;z-index:2}.btIconWidget.widget_bt_button_widget .bt_button_widget:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btIconWidget.widget_bt_button_widget .bt_button_widget:before{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btHardRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before{border-radius:50px}.btSoftRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before{border-radius:5px}.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before>*{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before:hover{-webkit-transform:skewX(-8deg) translateY(-3px);-moz-transform:skewX(-8deg) translateY(-3px);-ms-transform:skewX(-8deg) translateY(-3px);transform:skewX(-8deg) translateY(-3px)}.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before>*{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before:hover{-webkit-transform:skewX(8deg) translateY(-3px);-moz-transform:skewX(8deg) translateY(-3px);-ms-transform:skewX(8deg) translateY(-3px);transform:skewX(8deg) translateY(-3px)}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light{padding:1rem 1.25rem;color:#181818}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light:before{background:#fff;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light:hover:before{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark{padding:1rem 1.25rem;color:#fff}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark:before{background:#191919;-webkit-box-shadow:0 -2px 0 0 rgb(255 255 255 / .15) inset;box-shadow:0 -2px 0 0 rgb(255 255 255 / .15) inset}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark:hover:before{-webkit-box-shadow:0 -3px 0 0 rgb(255 255 255 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(255 255 255 / .15) inset,0 3px 10px rgb(0 0 0 / .3)}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent{padding:1rem 1.25rem;color:#fff}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:before{background:#e94d65;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:hover:before{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate{padding:1rem 1.25rem;color:#fff}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:before{background:#1b4962;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:hover:before{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)}.btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget .bt_bb_icon_holder{margin-left:0;margin-right:.5em}.btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget .bt_bb_icon_holder{margin-right:0;margin-left:.5em}.btMenuHorizontal .btIconWidget.widget_bt_button_widget{margin-top:-1rem;margin-bottom:-1rem}.topTools .btIconWidget.widget_bt_button_widget .bt_button_widget{font-size:1em;padding-top:.5rem;padding-bottom:.5rem}.btSidebar .btIconWidget.widget_bt_button_widget{display:block}.btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btSidebar .btIconWidget,footer .btIconWidget,.topBarInLogoArea .btIconWidget{margin:0 0 1.6em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.btSidebar .btIconWidget.widget_bt_button_widget,footer .btIconWidget.widget_bt_button_widget,.topBarInLogoArea .btIconWidget.widget_bt_button_widget{-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap}.btMenuVertical .btSidebar .btIconWidget,.btMenuVertical footer .btIconWidget,.btMenuVertical .topBarInLogoArea .btIconWidget{margin:0 0 2em;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-flow:inherit;-ms-flex-flow:inherit;flex-flow:inherit;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;float:none}.btSidebar .btIconWidget .btIconWidgetIcon,footer .btIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget .btIconWidgetIcon{line-height:1;padding:0 .2em 0 0;text-align:left;margin:0;font-size:3em}.rtl .btSidebar .btIconWidget .btIconWidgetIcon,.rtl footer .btIconWidget .btIconWidgetIcon,.rtl .topBarInLogoArea .btIconWidget .btIconWidgetIcon{padding:0 0 0 .2em}.btSidebar .btIconWidget .btIconWidgetContent,footer .btIconWidget .btIconWidgetContent,.topBarInLogoArea .btIconWidget .btIconWidgetContent{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle{font-size:.875em;opacity:.5;font-family:"Roboto",Arial,Helvetica,sans-serif;line-height:1}.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,footer .btIconWidget .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText{font-size:1.5em;display:block;line-height:1;font-weight:800;letter-spacing:-.03em}.btSidebar .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText{font-size:1.25em;margin-top:3px;margin-bottom:3px}.btSidebar .btIconWidget.btCartWidget,footer .btIconWidget.btCartWidget,.topBarInLogoArea .btIconWidget.btCartWidget{margin:0}.btSidebar .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText{color:#e94d65}.btSidebar .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText{color:#1b4962}.btSidebar .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText{color:inherit}.btSidebar .btIconWidget.btAccentIconWidget .btIconWidgetIcon,footer .btIconWidget.btAccentIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btSidebar .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,footer .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget.btAlternateIconWidget .btIconWidgetIcon{color:#1b4962}.topBarInLogoArea .btIconWidget{margin:0 0 0 1em;float:right}.rtl.topBarInLogoArea .btIconWidget{margin-right:0;margin-left:1em;float:left}.topBarInLogoArea div.btIconWidget,.topBarInLogoArea span.btIconWidget{pointer-events:none}.topBarInLogoArea a.btIconWidget,.topBarInLogoArea div.btIconWidget.widget_bt_button_widget{pointer-events:initial}.topBarInLogoArea div.btIconWidget.widget_bt_button_widget{margin-top:0;margin-bottom:0}.btAccentIconWidget.btIconWidget .btIconWidgetIcon{color:#e94d65}a.btAccentIconWidget.btIconWidget:hover{color:#e94d65}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler{display:none}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n){width:auto;float:none;padding:.8em 0;margin:0}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child{padding:0 0 .8em}.btSiteFooterWidgets .btSearch,.btSidebar .btSearch,.btSidebar .widget_product_search{padding:0;position:relative}.btSiteFooterWidgets .btSearch .port,.btSidebar .btSearch .port,.btSidebar .widget_product_search .port{padding:0}.btSiteFooterWidgets .btSearch input[type="text"],.btSiteFooterWidgets .btSearch input[type="search"],.btSidebar .btSearch input[type="text"],.btSidebar .btSearch input[type="search"],.btSidebar .widget_product_search input[type="text"],.btSidebar .widget_product_search input[type="search"]{padding:0 3.75em 0 1.25em;background:#fff0;height:3.25em;width:100%;display:block}.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"]{border-radius:5px}.rtl .btSiteFooterWidgets .btSearch input[type="text"],.rtl .btSiteFooterWidgets .btSearch input[type="search"],.rtl .btSidebar .btSearch input[type="text"],.rtl .btSidebar .btSearch input[type="search"],.rtl .btSidebar .widget_product_search input[type="text"],.rtl .btSidebar .widget_product_search input[type="search"]{padding:0 1.25em 0 3.75em}.btSiteFooterWidgets .btSearch button,.btSiteFooterWidgets .btSearch input[type=submit],.btSidebar .btSearch button,.btSidebar .btSearch input[type=submit],.btSidebar .widget_product_search button,.btSidebar .widget_product_search input[type=submit]{position:absolute;right:0;top:0;width:3.25em!important;height:3.25em!important;border:0;cursor:pointer;padding:0!important;border:0;background:transparent!important;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;color:currentColor!important;line-height:1!important;padding:0!important;font-weight:400!important;-webkit-box-shadow:none!important;box-shadow:none!important}.rtl .btSiteFooterWidgets .btSearch button,.rtl .btSiteFooterWidgets .btSearch input[type=submit],.rtl .btSidebar .btSearch button,.rtl .btSidebar .btSearch input[type=submit],.rtl .btSidebar .widget_product_search button,.rtl .btSidebar .widget_product_search input[type=submit]{left:0;right:auto}.btSiteFooterWidgets .btSearch button:hover,.btSiteFooterWidgets .btSearch input[type=submit]:hover,.btSidebar .btSearch button:hover,.btSidebar .btSearch input[type=submit]:hover,.btSidebar .widget_product_search button:hover,.btSidebar .widget_product_search input[type=submit]:hover{color:#e94d65!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],.btSoftRoundedButtons .btSidebar .btSearch button,.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],.btSoftRoundedButtons .btSidebar .widget_product_search button,.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit]{border-radius:5px;top:5px;right:5px;width:-webkit-calc(3.25em - 10px)!important;width:-moz-calc(3.25em - 10px)!important;width:calc(3.25em - 10px)!important;height:-webkit-calc(3.25em - 10px)!important;height:-moz-calc(3.25em - 10px)!important;height:calc(3.25em - 10px)!important}.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],.rtl.btSoftRoundedButtons .btSidebar .btSearch button,.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],.rtl.btSoftRoundedButtons .btSidebar .widget_product_search button,.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit]{right:auto;left:5px}.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button:hover,.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,.btSoftRoundedButtons .btSidebar .btSearch button:hover,.btSoftRoundedButtons .btSidebar .btSearch input[type=submit]:hover,.btSoftRoundedButtons .btSidebar .widget_product_search button:hover,.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover{background:#e94d65!important;color:#fff!important}.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],.btHardRoundedButtons .btSidebar .btSearch button,.btHardRoundedButtons .btSidebar .btSearch input[type=submit],.btHardRoundedButtons .btSidebar .widget_product_search button,.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit]{border-radius:50px;top:5px;right:5px;width:-webkit-calc(3.25em - 10px)!important;width:-moz-calc(3.25em - 10px)!important;width:calc(3.25em - 10px)!important;height:-webkit-calc(3.25em - 10px)!important;height:-moz-calc(3.25em - 10px)!important;height:calc(3.25em - 10px)!important}.rtl.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,.rtl.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],.rtl.btHardRoundedButtons .btSidebar .btSearch button,.rtl.btHardRoundedButtons .btSidebar .btSearch input[type=submit],.rtl.btHardRoundedButtons .btSidebar .widget_product_search button,.rtl.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit]{right:auto;left:5px}.btHardRoundedButtons .btSiteFooterWidgets .btSearch button:hover,.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,.btHardRoundedButtons .btSidebar .btSearch button:hover,.btHardRoundedButtons .btSidebar .btSearch input[type=submit]:hover,.btHardRoundedButtons .btSidebar .widget_product_search button:hover,.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover{background:#e94d65!important;color:#fff!important}.btSiteFooterWidgets .btSearch button:before,.btSidebar .btSearch button:before,.btSidebar .widget_product_search button:before{font-family:FontAwesome;content:"\f002";display:inline-block}.btSiteFooterWidgets .btSearch .bt_bb_icon,.btSidebar .btSearch .bt_bb_icon,.btSidebar .widget_product_search .bt_bb_icon{display:none}.btTopToolsRight .btSearch .bt_bb_icon{margin-left:.5em;padding-left:.5em}.rtl .btTopToolsRight .btSearch .bt_bb_icon{margin-left:0;padding-left:0;margin-right:.5em;padding-right:.5em}.btTopToolsLeft .btSearch .bt_bb_icon{margin-left:.5em;padding-left:.5em}.rtl .btTopToolsLeft .btSearch .bt_bb_icon{margin-left:0;padding-left:0;margin-right:.5em;padding-right:.5em}.widget_search .btSearch{pointer-events:initial}.widget_search .btSearch .bt_bb_icon{padding:0}.widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder{color:inherit}.widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transition:none;-moz-transition:none;transition:none}.woocommerce-product-search{position:relative}.btSearchInner.btFromTopBox{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-box-shadow:0 0 50px 0 rgb(0 0 0 / .15);box-shadow:0 0 50px 0 rgb(0 0 0 / .15);opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all 800ms ease;-moz-transition:all 800ms ease;transition:all 800ms ease;z-index:99998}.btLightSkin .btSearchInner.btFromTopBox,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox{background:#fff}.btDarkSkin .btSearchInner.btFromTopBox,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox{background:#191919}.btSearchInner.btFromTopBox .btSearchInnerContent{text-align:center;position:absolute;left:0;right:0;bottom:0;top:0}.btSearchInner.btFromTopBox form{text-align:center;position:absolute;height:6.5em;left:0;right:0;top:50%;margin:-3.25em 10% 0}.btSearchInner.btFromTopBox .btSearchInnerClose{display:block;position:absolute;right:0;top:0;cursor:pointer}.rtl .btSearchInner.btFromTopBox .btSearchInnerClose{right:auto;left:0}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon{padding:0}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon{width:auto;height:auto;-webkit-transition:none;-moz-transition:none;transition:none}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before{font:8em/1 Icon7Stroke;content:"\e680";width:auto;height:auto;-webkit-transition:none;-moz-transition:none;transition:none}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder{color:#e94d65;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder{color:#d01a36;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.btSearchInner.btFromTopBox input[type="text"]{padding:0 3em 0 1em;height:3.25em;line-height:3.25;font-size:2em!important;font-weight:300;border:none;text-align:left;-webkit-transition:500ms ease all;-moz-transition:500ms ease all;transition:500ms ease all;border:0!important}.rtl .btSearchInner.btFromTopBox input[type="text"]{padding:0 1em 0 3em;text-align:right}.btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]{color:#181818;-webkit-box-shadow:0 0 0 2px rgb(24 24 24 / .2) inset;box-shadow:0 0 0 2px rgb(24 24 24 / .2) inset}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]{color:#fff;-webkit-box-shadow:0 0 0 2px rgb(255 255 255 / .2) inset;box-shadow:0 0 0 2px rgb(255 255 255 / .2) inset}.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 3px rgb(24 24 24 / .2) inset,0 2px 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 3px rgb(24 24 24 / .2) inset,0 2px 30px 0 rgb(0 0 0 / .12)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 3px rgb(255 255 255 / .2) inset,0 2px 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 3px rgb(255 255 255 / .2) inset,0 2px 30px 0 rgb(0 0 0 / .12)}.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:100px}.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:10px}.btSquareButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:0}.btSearchInner.btFromTopBox button{border:0!important;position:absolute;margin:0;right:0;top:0;border-radius:0;width:6.5em;height:6.5em;background:#fff0;border:0;cursor:pointer;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;opacity:.2}.rtl .btSearchInner.btFromTopBox button{right:auto;left:0}.btSearchInner.btFromTopBox button:before{font:4em/1 Icon7Stroke;display:block;content:"\e618";color:inherit;font-weight:400;text-align:center}.btSearchInner.btFromTopBox button:hover{opacity:1;color:#e94d65}.btSoftRoundedButtons .btSearchInner.btFromTopBox button{top:8px;right:8px;height:-webkit-calc(6.5em - 16px);height:-moz-calc(6.5em - 16px);height:calc(6.5em - 16px);width:-webkit-calc(6.5em - 16px);width:-moz-calc(6.5em - 16px);width:calc(6.5em - 16px);border-radius:6px}.btSoftRoundedButtons .btSearchInner.btFromTopBox button:hover{background:#e94d65;color:#fff}.rtl.btSoftRoundedButtons .btSearchInner.btFromTopBox button{right:auto;left:8px}.btHardRoundedButtons .btSearchInner.btFromTopBox button{top:8px;right:8px;height:-webkit-calc(6.5em - 16px);height:-moz-calc(6.5em - 16px);height:calc(6.5em - 16px);width:-webkit-calc(6.5em - 16px);width:-moz-calc(6.5em - 16px);width:calc(6.5em - 16px);border-radius:50%}.btHardRoundedButtons .btSearchInner.btFromTopBox button:hover{background:#e94d65;color:#fff}.rtl.btHardRoundedButtons .btSearchInner.btFromTopBox button{right:auto;left:8px}.btTopToolsSearchOpen .btSearchInner.btFromTopBox{opacity:1;pointer-events:auto;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);visibility:visible}@media (max-width:768px){.btSearchInner.btFromTopBox .btSearchInnerClose{top:2em;right:2em}.rtl .btSearchInner.btFromTopBox .btSearchInnerClose{right:auto;left:2em}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before{font:4rem/1 Icon7Stroke}.btSearchInner.btFromTopBox input[type="text"]{font-size:1.5em;height:2.5em!important;line-height:3.5;padding:0 2.5em 0 .5em}.rtl .btSearchInner.btFromTopBox input[type="text"]{padding:0 .5em 0 2.5em}.btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]{-webkit-box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset;box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]{-webkit-box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset;box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset}.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 2px rgb(24 24 24 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 2px rgb(24 24 24 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 2px rgb(255 255 255 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 2px rgb(255 255 255 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12)}.btSearchInner.btFromTopBox button{width:5em;height:5em}.btSearchInner.btFromTopBox button:before{font-size:2.5em}.btSoftRoundedButtons .btSearchInner.btFromTopBox button{top:5px;right:5px;height:-webkit-calc(5em - 10px);height:-moz-calc(5em - 10px);height:calc(5em - 10px);width:-webkit-calc(5em - 10px);width:-moz-calc(5em - 10px);width:calc(5em - 10px);border-radius:5px}.rtl.btSoftRoundedButtons .btSearchInner.btFromTopBox button{right:auto;left:5px}.btHardRoundedButtons .btSearchInner.btFromTopBox button{top:5px;right:5px;height:-webkit-calc(5em - 10px);height:-moz-calc(5em - 10px);height:calc(5em - 10px);width:-webkit-calc(5em - 10px);width:-moz-calc(5em - 10px);width:calc(5em - 10px);border-radius:50%}.rtl.btHardRoundedButtons .btSearchInner.btFromTopBox button{right:auto;left:5px}}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder{color:rgb(255 255 255 / .07)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder{color:rgb(255 255 255 / .07)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder{color:rgb(255 255 255 / .07)}.btMenuHorizontal .menuPort .widget_bt_divider_widget:not(:first-child),.btMenuHorizontal .topTools .widget_bt_divider_widget:not(:first-child){margin-right:-1.5em;margin-left:0}.rtl.btMenuHorizontal .menuPort .widget_bt_divider_widget:not(:first-child),.rtl.btMenuHorizontal .topTools .widget_bt_divider_widget:not(:first-child){margin-left:-1.5em!important;margin-right:0!important}.btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child){margin-right:-1em;margin-left:0}.btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child)>span{height:3rem}.btMenuBelowLogoShowArea.btStickyHeaderActive.btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child)>span{height:2rem}.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget>span{height:-webkit-calc(140px * .5);height:-moz-calc(140px * .5);height:calc(140px * .5)}.btMenuBelowLogoShowArea.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget>span{height:2rem}.btMenuBelowLogo.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget>span{height:70px}.btMenuVertical .menuPort .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,.btMenuVertical .topTools .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,.btMenuVertical .topBarInLogoArea .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,.btMenuVertical .topBarInMenu .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu{display:none!important}.btSidebar .widget_bt_button_widget:not(:first-child)+.widget_bt_divider_widget{margin-top:0}.widget_bt_divider_widget{line-height:inherit}.btSidebar .widget_bt_divider_widget:not(:first-child){margin:-4em 0 0}.btSidebar .widget_bt_divider_widget+.widget_bt_divider_widget{margin:0}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border{opacity:1}.btLightSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border,.btDarkSkin .btLightSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border,.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border{border-color:rgb(24 24 24 / .2)}.btDarkSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border,.btLightSkin .btDarkSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border,.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border{border-color:rgb(255 255 255 / .2)}.btMenuVertical .widget_bt_divider_widget{display:block!important}.widget_bt_divider_widget>span{display:block}.widget_bt_divider_widget>span.bt_divider_widget_show_border{border:0;border-style:solid;border-color:inherit;opacity:.1}.topBar .widget_bt_divider_widget>span.bt_divider_widget_show_border{line-height:2.5em}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_show_border,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_show_border{width:100%;height:0;border-left:0}.widget_bt_divider_widget>span:after{display:block;content:"|";color:#fff0;width:0}.widget_bt_divider_widget>span.bt_divider_widget_border_style_solid{border-style:solid}.widget_bt_divider_widget>span.bt_divider_widget_border_style_dotted{border-style:dotted}.widget_bt_divider_widget>span.bt_divider_widget_border_width_1px{border-left-width:1px}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_border_width_1px,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_border_width_1px{border-top-width:1px}.widget_bt_divider_widget>span.bt_divider_widget_border_width_2px{border-left-width:2px}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_border_width_2px,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_border_width_2px{border-top-width:2px}.widget_bt_divider_widget>span.bt_divider_widget_border_width_3px{border-left-width:3px}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_border_width_3px,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_border_width_3px{border-top-width:3px}.widget_bt_divider_widget>span.bt_divider_widget_spacing_round_small{margin-left:.3125rem;margin-right:.3125rem}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_small,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_small{margin:0;margin-top:.3125rem;margin-bottom:.3125rem}.widget_bt_divider_widget>span.bt_divider_widget_spacing_round_normal{margin-left:.625rem;margin-right:.625rem}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_normal,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_normal{margin:0;margin-top:.625rem;margin-bottom:.625rem}.widget_bt_divider_widget>span.bt_divider_widget_spacing_round_medium{margin-left:1.25rem;margin-right:1.25rem}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_medium,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_medium{margin:0;margin-top:1.25rem;margin-bottom:1.25rem}.widget_bt_divider_widget>span.bt_divider_widget_spacing_round_large{margin-left:2.5rem;margin-right:2.5rem}.btSidebar .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_large,.btMenuVertical .widget_bt_divider_widget>span.bt_divider_widget_spacing_round_large{margin:0;margin-top:2.5rem;margin-bottom:2.5rem}::selection{background:#e94d65;color:#fff}.bt_bb_headline h1,.bt_bb_headline h2,.bt_bb_headline h3,.bt_bb_headline h4,.bt_bb_headline h5,.bt_bb_headline h6{display:block;margin-bottom:0;margin-top:0;padding:0}.bt_bb_size_extrasmall.bt_bb_headline h1,.bt_bb_size_extrasmall.bt_bb_headline h2,.bt_bb_size_extrasmall.bt_bb_headline h3,.bt_bb_size_extrasmall.bt_bb_headline h4,.bt_bb_size_extrasmall.bt_bb_headline h5,.bt_bb_size_extrasmall.bt_bb_headline h6{font-size:1.25rem}.bt_bb_size_small.bt_bb_headline h1,.bt_bb_size_small.bt_bb_headline h2,.bt_bb_size_small.bt_bb_headline h3,.bt_bb_size_small.bt_bb_headline h4,.bt_bb_size_small.bt_bb_headline h5,.bt_bb_size_small.bt_bb_headline h6{font-size:1.5625rem}.bt_bb_size_normal.bt_bb_headline h1,.bt_bb_size_normal.bt_bb_headline h2,.bt_bb_size_normal.bt_bb_headline h3,.bt_bb_size_normal.bt_bb_headline h4,.bt_bb_size_normal.bt_bb_headline h5,.bt_bb_size_normal.bt_bb_headline h6{font-size:1.875rem}.bt_bb_size_medium.bt_bb_headline h1,.bt_bb_size_medium.bt_bb_headline h2,.bt_bb_size_medium.bt_bb_headline h3,.bt_bb_size_medium.bt_bb_headline h4,.bt_bb_size_medium.bt_bb_headline h5,.bt_bb_size_medium.bt_bb_headline h6{font-size:2.5rem}.bt_bb_size_large.bt_bb_headline h1,.bt_bb_size_large.bt_bb_headline h2,.bt_bb_size_large.bt_bb_headline h3,.bt_bb_size_large.bt_bb_headline h4,.bt_bb_size_large.bt_bb_headline h5,.bt_bb_size_large.bt_bb_headline h6{font-size:3.75rem}.bt_bb_size_extralarge.bt_bb_headline h1,.bt_bb_size_extralarge.bt_bb_headline h2,.bt_bb_size_extralarge.bt_bb_headline h3,.bt_bb_size_extralarge.bt_bb_headline h4,.bt_bb_size_extralarge.bt_bb_headline h5,.bt_bb_size_extralarge.bt_bb_headline h6{font-size:4.375rem}.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6{font-size:5rem}.bt_bb_font_weight_normal.bt_bb_headline h1,.bt_bb_font_weight_normal.bt_bb_headline h2,.bt_bb_font_weight_normal.bt_bb_headline h3,.bt_bb_font_weight_normal.bt_bb_headline h4,.bt_bb_font_weight_normal.bt_bb_headline h5,.bt_bb_font_weight_normal.bt_bb_headline h6{font-weight:400}.bt_bb_font_weight_black.bt_bb_headline h1,.bt_bb_font_weight_black.bt_bb_headline h2,.bt_bb_font_weight_black.bt_bb_headline h3,.bt_bb_font_weight_black.bt_bb_headline h4,.bt_bb_font_weight_black.bt_bb_headline h5,.bt_bb_font_weight_black.bt_bb_headline h6{font-weight:#000}.bt_bb_font_weight_bold.bt_bb_headline h1,.bt_bb_font_weight_bold.bt_bb_headline h2,.bt_bb_font_weight_bold.bt_bb_headline h3,.bt_bb_font_weight_bold.bt_bb_headline h4,.bt_bb_font_weight_bold.bt_bb_headline h5,.bt_bb_font_weight_bold.bt_bb_headline h6{font-weight:700}.bt_bb_font_weight_bolder.bt_bb_headline h1,.bt_bb_font_weight_bolder.bt_bb_headline h2,.bt_bb_font_weight_bolder.bt_bb_headline h3,.bt_bb_font_weight_bolder.bt_bb_headline h4,.bt_bb_font_weight_bolder.bt_bb_headline h5,.bt_bb_font_weight_bolder.bt_bb_headline h6{font-weight:bolder}.bt_bb_font_weight_lighter.bt_bb_headline h1,.bt_bb_font_weight_lighter.bt_bb_headline h2,.bt_bb_font_weight_lighter.bt_bb_headline h3,.bt_bb_font_weight_lighter.bt_bb_headline h4,.bt_bb_font_weight_lighter.bt_bb_headline h5,.bt_bb_font_weight_lighter.bt_bb_headline h6{font-weight:300}.bt_bb_font_weight_100.bt_bb_headline h1,.bt_bb_font_weight_100.bt_bb_headline h2,.bt_bb_font_weight_100.bt_bb_headline h3,.bt_bb_font_weight_100.bt_bb_headline h4,.bt_bb_font_weight_100.bt_bb_headline h5,.bt_bb_font_weight_100.bt_bb_headline h6{font-weight:100}.bt_bb_font_weight_200.bt_bb_headline h1,.bt_bb_font_weight_200.bt_bb_headline h2,.bt_bb_font_weight_200.bt_bb_headline h3,.bt_bb_font_weight_200.bt_bb_headline h4,.bt_bb_font_weight_200.bt_bb_headline h5,.bt_bb_font_weight_200.bt_bb_headline h6{font-weight:200}.bt_bb_font_weight_300.bt_bb_headline h1,.bt_bb_font_weight_300.bt_bb_headline h2,.bt_bb_font_weight_300.bt_bb_headline h3,.bt_bb_font_weight_300.bt_bb_headline h4,.bt_bb_font_weight_300.bt_bb_headline h5,.bt_bb_font_weight_300.bt_bb_headline h6{font-weight:300}.bt_bb_font_weight_400.bt_bb_headline h1,.bt_bb_font_weight_400.bt_bb_headline h2,.bt_bb_font_weight_400.bt_bb_headline h3,.bt_bb_font_weight_400.bt_bb_headline h4,.bt_bb_font_weight_400.bt_bb_headline h5,.bt_bb_font_weight_400.bt_bb_headline h6{font-weight:400}.bt_bb_font_weight_500.bt_bb_headline h1,.bt_bb_font_weight_500.bt_bb_headline h2,.bt_bb_font_weight_500.bt_bb_headline h3,.bt_bb_font_weight_500.bt_bb_headline h4,.bt_bb_font_weight_500.bt_bb_headline h5,.bt_bb_font_weight_500.bt_bb_headline h6{font-weight:500}.bt_bb_font_weight_600.bt_bb_headline h1,.bt_bb_font_weight_600.bt_bb_headline h2,.bt_bb_font_weight_600.bt_bb_headline h3,.bt_bb_font_weight_600.bt_bb_headline h4,.bt_bb_font_weight_600.bt_bb_headline h5,.bt_bb_font_weight_600.bt_bb_headline h6{font-weight:600}.bt_bb_font_weight_700.bt_bb_headline h1,.bt_bb_font_weight_700.bt_bb_headline h2,.bt_bb_font_weight_700.bt_bb_headline h3,.bt_bb_font_weight_700.bt_bb_headline h4,.bt_bb_font_weight_700.bt_bb_headline h5,.bt_bb_font_weight_700.bt_bb_headline h6{font-weight:700}.bt_bb_font_weight_800.bt_bb_headline h1,.bt_bb_font_weight_800.bt_bb_headline h2,.bt_bb_font_weight_800.bt_bb_headline h3,.bt_bb_font_weight_800.bt_bb_headline h4,.bt_bb_font_weight_800.bt_bb_headline h5,.bt_bb_font_weight_800.bt_bb_headline h6{font-weight:800}.bt_bb_font_weight_900.bt_bb_headline h1,.bt_bb_font_weight_900.bt_bb_headline h2,.bt_bb_font_weight_900.bt_bb_headline h3,.bt_bb_font_weight_900.bt_bb_headline h4,.bt_bb_font_weight_900.bt_bb_headline h5,.bt_bb_font_weight_900.bt_bb_headline h6{font-weight:900}.bt_bb_headline .bt_bb_headline_superheadline{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .bt_bb_headline .bt_bb_headline_superheadline{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{content:' ';width:2.1875rem;border-top:2px solid #e94d65;margin-top:-1px;margin-bottom:0;display:block;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.bt_bb_size_extrasmall.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_extrasmall.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:1.875rem}.bt_bb_size_small.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_small.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:1.875rem}.bt_bb_size_normal.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_normal.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:2.5rem}.bt_bb_size_medium.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_medium.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:3.125rem}.bt_bb_size_large.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_large.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:3.125rem}.bt_bb_size_extralarge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_extralarge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:3.75rem}.bt_bb_size_huge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_huge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{width:4.375rem}.bt_bb_color_scheme_5 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_5.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_5 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_5.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{border-color:currentColor}.bt_bb_color_scheme_6 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_6.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_6 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_6.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{border-color:currentColor}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before{margin-right:10px}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{margin-left:10px}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after{display:block}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before{display:none}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after{margin-right:0;margin-left:auto;float:right}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before{display:block}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after{display:none}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after{margin-left:0;margin-right:auto;float:left}.bt_bb_align_left .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,.bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after{display:block}.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after{margin-left:auto;margin-right:auto;float:none}.bt_bb_headline .bt_bb_headline_content{display:block;color:inherit}.bt_bb_headline .bt_bb_headline_content a{color:inherit;-webkit-box-shadow:none;box-shadow:none}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before{border-width:0!important;border-color:transparent!important;margin-bottom:0!important}.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{content:' ';width:2.1875rem;border-color:#e94d65;margin-top:0;margin-bottom:.3em}.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:1.875rem}.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:1.875rem}.bt_bb_size_normal.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:2.5rem}.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:3.125rem}.bt_bb_size_large.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:3.125rem}.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:3.75rem}.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{width:4.375rem}.bt_bb_color_scheme_5 .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_5.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{border-color:currentColor}.bt_bb_color_scheme_6 .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_6.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{border-color:currentColor}.bt_bb_video{padding-bottom:0}.bt_bb_section{position:relative}.bt_bb_section[class*="dark_solid"]:before{background-color:rgb(0 0 0 / .5)}.bt_bb_section[class*="accent_solid"]:before{background:#e94d65;opacity:.7}.bt_bb_section[class*="alternate_solid"]:before{background:#1b4962;opacity:.7}.bt_bb_section[class*="bt_bb_background_overlay"]:before{content:' ';pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell{position:relative;z-index:1}.bt_bb_section.bt_bb_top_spacing_extra_small>.bt_bb_port{padding-top:.625em}.bt_bb_section.bt_bb_top_spacing_small>.bt_bb_port{padding-top:1em}.bt_bb_section.bt_bb_top_spacing_normal>.bt_bb_port{padding-top:2em}.bt_bb_section.bt_bb_top_spacing_medium>.bt_bb_port{padding-top:5em}.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port{padding-top:8.75em}.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port{padding-top:16em}.bt_bb_section.bt_bb_bottom_spacing_extra_small>.bt_bb_port{padding-bottom:.625em}.bt_bb_section.bt_bb_bottom_spacing_small>.bt_bb_port{padding-bottom:1em}.bt_bb_section.bt_bb_bottom_spacing_normal>.bt_bb_port{padding-bottom:2em}.bt_bb_section.bt_bb_bottom_spacing_medium>.bt_bb_port{padding-bottom:5em}.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port{padding-bottom:8.75em}.bt_bb_section.bt_bb_bottom_spacing_extra_large>.bt_bb_port{padding-bottom:16em}.bt_bb_section.bt_bb_section_allow_content_outside>.bt_bb_port{z-index:3;position:relative}.bt_bb_section.bt_bb_section_with_top_coverage_image,.bt_bb_section.bt_bb_section_with_bottom_coverage_image{overflow:hidden}.bt_bb_section .bt_bb_section_top_section_coverage_image,.bt_bb_section .bt_bb_section_bottom_section_coverage_image{position:absolute;right:0;left:0;z-index:2;pointer-events:none}.bt_bb_section .bt_bb_section_top_section_coverage_image img,.bt_bb_section .bt_bb_section_bottom_section_coverage_image img{width:100%;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bt_bb_section .bt_bb_section_top_section_coverage_image{top:-1px}.bt_bb_section .bt_bb_section_bottom_section_coverage_image{bottom:-1px}.bt_bb_section[class*="light_solid"]:before{background-color:rgb(255 255 255 / .8)}.bt_bb_section[class*="dark_solid"]:before{background-color:rgb(24 24 24 / .5)}.bt_bb_section[class*="dark_gradient"]:before{background:-webkit-linear-gradient(top,rgb(24 24 24) 0%,#fff0 25%,#fff0 75%,rgb(24 24 24) 100%);background:-moz-linear-gradient(top,rgb(24 24 24) 0%,#fff0 25%,#fff0 75%,rgb(24 24 24) 100%);background:linear-gradient(to bottom,rgb(24 24 24) 0%,#fff0 25%,#fff0 75%,rgb(24 24 24) 100%)}.bt_bb_section[class*="light_gradient"]:before{background:-webkit-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:-moz-linear-gradient(top,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%);background:linear-gradient(to bottom,rgb(255 255 255) 0%,#fff0 25%,#fff0 75%,rgb(255 255 255) 100%)}.bt_bb_section.bt_bb_section_show_boxed_content:not(.bt_bb_layout_wide)>.bt_bb_port .bt_bb_cell,.bt_bb_section.bt_bb_section_show_left_boxed_content:not(.bt_bb_layout_wide)>.bt_bb_port .bt_bb_cell,.bt_bb_section.bt_bb_section_show_right_boxed_content:not(.bt_bb_layout_wide)>.bt_bb_port .bt_bb_cell{width:100vw;max-width:100%}@media (max-width:768px){.bt_bb_section.bt_bb_top_spacing_medium>.bt_bb_port{padding-top:3em}.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port{padding-top:4.375em}.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port{padding-top:12em}.bt_bb_section.bt_bb_bottom_spacing_medium>.bt_bb_port{padding-bottom:3em}.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port{padding-bottom:4.375em}.bt_bb_section.bt_bb_bottom_spacing_extra_large>.bt_bb_port{padding-bottom:12em}}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(600px / 2 - 20px);max-width:-moz-calc(600px / 2 - 20px);max-width:calc(600px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 11);max-width:-moz-calc(600px / 12 * 11);max-width:calc(600px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 10);max-width:-moz-calc(600px / 12 * 10);max-width:calc(600px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 9);max-width:-moz-calc(600px / 12 * 9);max-width:calc(600px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 8);max-width:-moz-calc(600px / 12 * 8);max-width:calc(600px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 7);max-width:-moz-calc(600px / 12 * 7);max-width:calc(600px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 6);max-width:-moz-calc(600px / 12 * 6);max-width:calc(600px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 5);max-width:-moz-calc(600px / 12 * 5);max-width:calc(600px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 4);max-width:-moz-calc(600px / 12 * 4);max-width:calc(600px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 3);max-width:-moz-calc(600px / 12 * 3);max-width:calc(600px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 2);max-width:-moz-calc(600px / 12 * 2);max-width:calc(600px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12);max-width:-moz-calc(600px / 12);max-width:calc(600px / 12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(600px / 2 - 20px);max-width:-moz-calc(600px / 2 - 20px);max-width:calc(600px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 11);max-width:-moz-calc(600px / 12 * 11);max-width:calc(600px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 10);max-width:-moz-calc(600px / 12 * 10);max-width:calc(600px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 9);max-width:-moz-calc(600px / 12 * 9);max-width:calc(600px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 8);max-width:-moz-calc(600px / 12 * 8);max-width:calc(600px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 7);max-width:-moz-calc(600px / 12 * 7);max-width:calc(600px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 6);max-width:-moz-calc(600px / 12 * 6);max-width:calc(600px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 5);max-width:-moz-calc(600px / 12 * 5);max-width:calc(600px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 4);max-width:-moz-calc(600px / 12 * 4);max-width:calc(600px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 3);max-width:-moz-calc(600px / 12 * 3);max-width:calc(600px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 2);max-width:-moz-calc(600px / 12 * 2);max-width:calc(600px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12);max-width:-moz-calc(600px / 12);max-width:calc(600px / 12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:600px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(700px / 2 - 20px);max-width:-moz-calc(700px / 2 - 20px);max-width:calc(700px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 11);max-width:-moz-calc(700px / 12 * 11);max-width:calc(700px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 10);max-width:-moz-calc(700px / 12 * 10);max-width:calc(700px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 9);max-width:-moz-calc(700px / 12 * 9);max-width:calc(700px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 8);max-width:-moz-calc(700px / 12 * 8);max-width:calc(700px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 7);max-width:-moz-calc(700px / 12 * 7);max-width:calc(700px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 6);max-width:-moz-calc(700px / 12 * 6);max-width:calc(700px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 5);max-width:-moz-calc(700px / 12 * 5);max-width:calc(700px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 4);max-width:-moz-calc(700px / 12 * 4);max-width:calc(700px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 3);max-width:-moz-calc(700px / 12 * 3);max-width:calc(700px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 2);max-width:-moz-calc(700px / 12 * 2);max-width:calc(700px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12);max-width:-moz-calc(700px / 12);max-width:calc(700px / 12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(700px / 2 - 20px);max-width:-moz-calc(700px / 2 - 20px);max-width:calc(700px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 11);max-width:-moz-calc(700px / 12 * 11);max-width:calc(700px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 10);max-width:-moz-calc(700px / 12 * 10);max-width:calc(700px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 9);max-width:-moz-calc(700px / 12 * 9);max-width:calc(700px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 8);max-width:-moz-calc(700px / 12 * 8);max-width:calc(700px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 7);max-width:-moz-calc(700px / 12 * 7);max-width:calc(700px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 6);max-width:-moz-calc(700px / 12 * 6);max-width:calc(700px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 5);max-width:-moz-calc(700px / 12 * 5);max-width:calc(700px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 4);max-width:-moz-calc(700px / 12 * 4);max-width:calc(700px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 3);max-width:-moz-calc(700px / 12 * 3);max-width:calc(700px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 2);max-width:-moz-calc(700px / 12 * 2);max-width:calc(700px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12);max-width:-moz-calc(700px / 12);max-width:calc(700px / 12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:700px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(800px / 2 - 20px);max-width:-moz-calc(800px / 2 - 20px);max-width:calc(800px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 11);max-width:-moz-calc(800px / 12 * 11);max-width:calc(800px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 10);max-width:-moz-calc(800px / 12 * 10);max-width:calc(800px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 9);max-width:-moz-calc(800px / 12 * 9);max-width:calc(800px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 8);max-width:-moz-calc(800px / 12 * 8);max-width:calc(800px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 7);max-width:-moz-calc(800px / 12 * 7);max-width:calc(800px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 6);max-width:-moz-calc(800px / 12 * 6);max-width:calc(800px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 5);max-width:-moz-calc(800px / 12 * 5);max-width:calc(800px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 4);max-width:-moz-calc(800px / 12 * 4);max-width:calc(800px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 3);max-width:-moz-calc(800px / 12 * 3);max-width:calc(800px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 2);max-width:-moz-calc(800px / 12 * 2);max-width:calc(800px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12);max-width:-moz-calc(800px / 12);max-width:calc(800px / 12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(800px / 2 - 20px);max-width:-moz-calc(800px / 2 - 20px);max-width:calc(800px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 11);max-width:-moz-calc(800px / 12 * 11);max-width:calc(800px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 10);max-width:-moz-calc(800px / 12 * 10);max-width:calc(800px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 9);max-width:-moz-calc(800px / 12 * 9);max-width:calc(800px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 8);max-width:-moz-calc(800px / 12 * 8);max-width:calc(800px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 7);max-width:-moz-calc(800px / 12 * 7);max-width:calc(800px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 6);max-width:-moz-calc(800px / 12 * 6);max-width:calc(800px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 5);max-width:-moz-calc(800px / 12 * 5);max-width:calc(800px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 4);max-width:-moz-calc(800px / 12 * 4);max-width:calc(800px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 3);max-width:-moz-calc(800px / 12 * 3);max-width:calc(800px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 2);max-width:-moz-calc(800px / 12 * 2);max-width:calc(800px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12);max-width:-moz-calc(800px / 12);max-width:calc(800px / 12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:800px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(900px / 2 - 20px);max-width:-moz-calc(900px / 2 - 20px);max-width:calc(900px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 11);max-width:-moz-calc(900px / 12 * 11);max-width:calc(900px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 10);max-width:-moz-calc(900px / 12 * 10);max-width:calc(900px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 9);max-width:-moz-calc(900px / 12 * 9);max-width:calc(900px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 8);max-width:-moz-calc(900px / 12 * 8);max-width:calc(900px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 7);max-width:-moz-calc(900px / 12 * 7);max-width:calc(900px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 6);max-width:-moz-calc(900px / 12 * 6);max-width:calc(900px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 5);max-width:-moz-calc(900px / 12 * 5);max-width:calc(900px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 4);max-width:-moz-calc(900px / 12 * 4);max-width:calc(900px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 3);max-width:-moz-calc(900px / 12 * 3);max-width:calc(900px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 2);max-width:-moz-calc(900px / 12 * 2);max-width:calc(900px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12);max-width:-moz-calc(900px / 12);max-width:calc(900px / 12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(900px / 2 - 20px);max-width:-moz-calc(900px / 2 - 20px);max-width:calc(900px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 11);max-width:-moz-calc(900px / 12 * 11);max-width:calc(900px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 10);max-width:-moz-calc(900px / 12 * 10);max-width:calc(900px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 9);max-width:-moz-calc(900px / 12 * 9);max-width:calc(900px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 8);max-width:-moz-calc(900px / 12 * 8);max-width:calc(900px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 7);max-width:-moz-calc(900px / 12 * 7);max-width:calc(900px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 6);max-width:-moz-calc(900px / 12 * 6);max-width:calc(900px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 5);max-width:-moz-calc(900px / 12 * 5);max-width:calc(900px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 4);max-width:-moz-calc(900px / 12 * 4);max-width:calc(900px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 3);max-width:-moz-calc(900px / 12 * 3);max-width:calc(900px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 2);max-width:-moz-calc(900px / 12 * 2);max-width:calc(900px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12);max-width:-moz-calc(900px / 12);max-width:calc(900px / 12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:900px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1000px / 2 - 20px);max-width:-moz-calc(1000px / 2 - 20px);max-width:calc(1000px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 11);max-width:-moz-calc(1000px / 12 * 11);max-width:calc(1000px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 10);max-width:-moz-calc(1000px / 12 * 10);max-width:calc(1000px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 9);max-width:-moz-calc(1000px / 12 * 9);max-width:calc(1000px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 8);max-width:-moz-calc(1000px / 12 * 8);max-width:calc(1000px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 7);max-width:-moz-calc(1000px / 12 * 7);max-width:calc(1000px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 6);max-width:-moz-calc(1000px / 12 * 6);max-width:calc(1000px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 5);max-width:-moz-calc(1000px / 12 * 5);max-width:calc(1000px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 4);max-width:-moz-calc(1000px / 12 * 4);max-width:calc(1000px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 3);max-width:-moz-calc(1000px / 12 * 3);max-width:calc(1000px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 2);max-width:-moz-calc(1000px / 12 * 2);max-width:calc(1000px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12);max-width:-moz-calc(1000px / 12);max-width:calc(1000px / 12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1000px / 2 - 20px);max-width:-moz-calc(1000px / 2 - 20px);max-width:calc(1000px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 11);max-width:-moz-calc(1000px / 12 * 11);max-width:calc(1000px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 10);max-width:-moz-calc(1000px / 12 * 10);max-width:calc(1000px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 9);max-width:-moz-calc(1000px / 12 * 9);max-width:calc(1000px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 8);max-width:-moz-calc(1000px / 12 * 8);max-width:calc(1000px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 7);max-width:-moz-calc(1000px / 12 * 7);max-width:calc(1000px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 6);max-width:-moz-calc(1000px / 12 * 6);max-width:calc(1000px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 5);max-width:-moz-calc(1000px / 12 * 5);max-width:calc(1000px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 4);max-width:-moz-calc(1000px / 12 * 4);max-width:calc(1000px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 3);max-width:-moz-calc(1000px / 12 * 3);max-width:calc(1000px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 2);max-width:-moz-calc(1000px / 12 * 2);max-width:calc(1000px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12);max-width:-moz-calc(1000px / 12);max-width:calc(1000px / 12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1000px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1100px / 2 - 20px);max-width:-moz-calc(1100px / 2 - 20px);max-width:calc(1100px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 11);max-width:-moz-calc(1100px / 12 * 11);max-width:calc(1100px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 10);max-width:-moz-calc(1100px / 12 * 10);max-width:calc(1100px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 9);max-width:-moz-calc(1100px / 12 * 9);max-width:calc(1100px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 8);max-width:-moz-calc(1100px / 12 * 8);max-width:calc(1100px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 7);max-width:-moz-calc(1100px / 12 * 7);max-width:calc(1100px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 6);max-width:-moz-calc(1100px / 12 * 6);max-width:calc(1100px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 5);max-width:-moz-calc(1100px / 12 * 5);max-width:calc(1100px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 4);max-width:-moz-calc(1100px / 12 * 4);max-width:calc(1100px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 3);max-width:-moz-calc(1100px / 12 * 3);max-width:calc(1100px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 2);max-width:-moz-calc(1100px / 12 * 2);max-width:calc(1100px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12);max-width:-moz-calc(1100px / 12);max-width:calc(1100px / 12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1100px / 2 - 20px);max-width:-moz-calc(1100px / 2 - 20px);max-width:calc(1100px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 11);max-width:-moz-calc(1100px / 12 * 11);max-width:calc(1100px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 10);max-width:-moz-calc(1100px / 12 * 10);max-width:calc(1100px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 9);max-width:-moz-calc(1100px / 12 * 9);max-width:calc(1100px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 8);max-width:-moz-calc(1100px / 12 * 8);max-width:calc(1100px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 7);max-width:-moz-calc(1100px / 12 * 7);max-width:calc(1100px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 6);max-width:-moz-calc(1100px / 12 * 6);max-width:calc(1100px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 5);max-width:-moz-calc(1100px / 12 * 5);max-width:calc(1100px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 4);max-width:-moz-calc(1100px / 12 * 4);max-width:calc(1100px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 3);max-width:-moz-calc(1100px / 12 * 3);max-width:calc(1100px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 2);max-width:-moz-calc(1100px / 12 * 2);max-width:calc(1100px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12);max-width:-moz-calc(1100px / 12);max-width:calc(1100px / 12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1100px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1200px / 2 - 20px);max-width:-moz-calc(1200px / 2 - 20px);max-width:calc(1200px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 11);max-width:-moz-calc(1200px / 12 * 11);max-width:calc(1200px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 10);max-width:-moz-calc(1200px / 12 * 10);max-width:calc(1200px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 9);max-width:-moz-calc(1200px / 12 * 9);max-width:calc(1200px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 8);max-width:-moz-calc(1200px / 12 * 8);max-width:calc(1200px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 7);max-width:-moz-calc(1200px / 12 * 7);max-width:calc(1200px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 6);max-width:-moz-calc(1200px / 12 * 6);max-width:calc(1200px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 5);max-width:-moz-calc(1200px / 12 * 5);max-width:calc(1200px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 4);max-width:-moz-calc(1200px / 12 * 4);max-width:calc(1200px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 3);max-width:-moz-calc(1200px / 12 * 3);max-width:calc(1200px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 2);max-width:-moz-calc(1200px / 12 * 2);max-width:calc(1200px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12);max-width:-moz-calc(1200px / 12);max-width:calc(1200px / 12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1200px / 2 - 20px);max-width:-moz-calc(1200px / 2 - 20px);max-width:calc(1200px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 11);max-width:-moz-calc(1200px / 12 * 11);max-width:calc(1200px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 10);max-width:-moz-calc(1200px / 12 * 10);max-width:calc(1200px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 9);max-width:-moz-calc(1200px / 12 * 9);max-width:calc(1200px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 8);max-width:-moz-calc(1200px / 12 * 8);max-width:calc(1200px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 7);max-width:-moz-calc(1200px / 12 * 7);max-width:calc(1200px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 6);max-width:-moz-calc(1200px / 12 * 6);max-width:calc(1200px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 5);max-width:-moz-calc(1200px / 12 * 5);max-width:calc(1200px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 4);max-width:-moz-calc(1200px / 12 * 4);max-width:calc(1200px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 3);max-width:-moz-calc(1200px / 12 * 3);max-width:calc(1200px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 2);max-width:-moz-calc(1200px / 12 * 2);max-width:calc(1200px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12);max-width:-moz-calc(1200px / 12);max-width:calc(1200px / 12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1200px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1400px / 2 - 20px);max-width:-moz-calc(1400px / 2 - 20px);max-width:calc(1400px / 2 - 20px);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 11);max-width:-moz-calc(1400px / 12 * 11);max-width:calc(1400px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 10);max-width:-moz-calc(1400px / 12 * 10);max-width:calc(1400px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 9);max-width:-moz-calc(1400px / 12 * 9);max-width:calc(1400px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 8);max-width:-moz-calc(1400px / 12 * 8);max-width:calc(1400px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 7);max-width:-moz-calc(1400px / 12 * 7);max-width:calc(1400px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 6);max-width:-moz-calc(1400px / 12 * 6);max-width:calc(1400px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 5);max-width:-moz-calc(1400px / 12 * 5);max-width:calc(1400px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 4);max-width:-moz-calc(1400px / 12 * 4);max-width:calc(1400px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 3);max-width:-moz-calc(1400px / 12 * 3);max-width:calc(1400px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 2);max-width:-moz-calc(1400px / 12 * 2);max-width:calc(1400px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12);max-width:-moz-calc(1400px / 12);max-width:calc(1400px / 12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1400px / 2 - 20px);max-width:-moz-calc(1400px / 2 - 20px);max-width:calc(1400px / 2 - 20px);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 11);max-width:-moz-calc(1400px / 12 * 11);max-width:calc(1400px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 10);max-width:-moz-calc(1400px / 12 * 10);max-width:calc(1400px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 9);max-width:-moz-calc(1400px / 12 * 9);max-width:calc(1400px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 8);max-width:-moz-calc(1400px / 12 * 8);max-width:calc(1400px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 7);max-width:-moz-calc(1400px / 12 * 7);max-width:calc(1400px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 6);max-width:-moz-calc(1400px / 12 * 6);max-width:calc(1400px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 5);max-width:-moz-calc(1400px / 12 * 5);max-width:calc(1400px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 4);max-width:-moz-calc(1400px / 12 * 4);max-width:calc(1400px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 3);max-width:-moz-calc(1400px / 12 * 3);max-width:calc(1400px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 2);max-width:-moz-calc(1400px / 12 * 2);max-width:calc(1400px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12);max-width:-moz-calc(1400px / 12);max-width:calc(1400px / 12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1400px;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(600px / 2);max-width:-moz-calc(600px / 2);max-width:calc(600px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 11);max-width:-moz-calc(600px / 12 * 11);max-width:calc(600px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 10);max-width:-moz-calc(600px / 12 * 10);max-width:calc(600px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 9);max-width:-moz-calc(600px / 12 * 9);max-width:calc(600px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 8);max-width:-moz-calc(600px / 12 * 8);max-width:calc(600px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 7);max-width:-moz-calc(600px / 12 * 7);max-width:calc(600px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 6);max-width:-moz-calc(600px / 12 * 6);max-width:calc(600px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 5);max-width:-moz-calc(600px / 12 * 5);max-width:calc(600px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 4);max-width:-moz-calc(600px / 12 * 4);max-width:calc(600px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 3);max-width:-moz-calc(600px / 12 * 3);max-width:calc(600px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 2);max-width:-moz-calc(600px / 12 * 2);max-width:calc(600px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12);max-width:-moz-calc(600px / 12);max-width:calc(600px / 12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:600px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(700px / 2);max-width:-moz-calc(700px / 2);max-width:calc(700px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 11);max-width:-moz-calc(700px / 12 * 11);max-width:calc(700px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 10);max-width:-moz-calc(700px / 12 * 10);max-width:calc(700px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 9);max-width:-moz-calc(700px / 12 * 9);max-width:calc(700px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 8);max-width:-moz-calc(700px / 12 * 8);max-width:calc(700px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 7);max-width:-moz-calc(700px / 12 * 7);max-width:calc(700px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 6);max-width:-moz-calc(700px / 12 * 6);max-width:calc(700px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 5);max-width:-moz-calc(700px / 12 * 5);max-width:calc(700px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 4);max-width:-moz-calc(700px / 12 * 4);max-width:calc(700px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 3);max-width:-moz-calc(700px / 12 * 3);max-width:calc(700px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 2);max-width:-moz-calc(700px / 12 * 2);max-width:calc(700px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12);max-width:-moz-calc(700px / 12);max-width:calc(700px / 12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:700px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(800px / 2);max-width:-moz-calc(800px / 2);max-width:calc(800px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 11);max-width:-moz-calc(800px / 12 * 11);max-width:calc(800px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 10);max-width:-moz-calc(800px / 12 * 10);max-width:calc(800px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 9);max-width:-moz-calc(800px / 12 * 9);max-width:calc(800px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 8);max-width:-moz-calc(800px / 12 * 8);max-width:calc(800px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 7);max-width:-moz-calc(800px / 12 * 7);max-width:calc(800px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 6);max-width:-moz-calc(800px / 12 * 6);max-width:calc(800px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 5);max-width:-moz-calc(800px / 12 * 5);max-width:calc(800px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 4);max-width:-moz-calc(800px / 12 * 4);max-width:calc(800px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 3);max-width:-moz-calc(800px / 12 * 3);max-width:calc(800px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 2);max-width:-moz-calc(800px / 12 * 2);max-width:calc(800px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12);max-width:-moz-calc(800px / 12);max-width:calc(800px / 12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:800px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(900px / 2);max-width:-moz-calc(900px / 2);max-width:calc(900px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 11);max-width:-moz-calc(900px / 12 * 11);max-width:calc(900px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 10);max-width:-moz-calc(900px / 12 * 10);max-width:calc(900px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 9);max-width:-moz-calc(900px / 12 * 9);max-width:calc(900px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 8);max-width:-moz-calc(900px / 12 * 8);max-width:calc(900px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 7);max-width:-moz-calc(900px / 12 * 7);max-width:calc(900px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 6);max-width:-moz-calc(900px / 12 * 6);max-width:calc(900px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 5);max-width:-moz-calc(900px / 12 * 5);max-width:calc(900px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 4);max-width:-moz-calc(900px / 12 * 4);max-width:calc(900px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 3);max-width:-moz-calc(900px / 12 * 3);max-width:calc(900px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 2);max-width:-moz-calc(900px / 12 * 2);max-width:calc(900px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12);max-width:-moz-calc(900px / 12);max-width:calc(900px / 12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:900px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1000px / 2);max-width:-moz-calc(1000px / 2);max-width:calc(1000px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 11);max-width:-moz-calc(1000px / 12 * 11);max-width:calc(1000px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 10);max-width:-moz-calc(1000px / 12 * 10);max-width:calc(1000px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 9);max-width:-moz-calc(1000px / 12 * 9);max-width:calc(1000px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 8);max-width:-moz-calc(1000px / 12 * 8);max-width:calc(1000px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 7);max-width:-moz-calc(1000px / 12 * 7);max-width:calc(1000px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 6);max-width:-moz-calc(1000px / 12 * 6);max-width:calc(1000px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 5);max-width:-moz-calc(1000px / 12 * 5);max-width:calc(1000px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 4);max-width:-moz-calc(1000px / 12 * 4);max-width:calc(1000px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 3);max-width:-moz-calc(1000px / 12 * 3);max-width:calc(1000px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 2);max-width:-moz-calc(1000px / 12 * 2);max-width:calc(1000px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12);max-width:-moz-calc(1000px / 12);max-width:calc(1000px / 12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1000px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1100px / 2);max-width:-moz-calc(1100px / 2);max-width:calc(1100px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 11);max-width:-moz-calc(1100px / 12 * 11);max-width:calc(1100px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 10);max-width:-moz-calc(1100px / 12 * 10);max-width:calc(1100px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 9);max-width:-moz-calc(1100px / 12 * 9);max-width:calc(1100px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 8);max-width:-moz-calc(1100px / 12 * 8);max-width:calc(1100px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 7);max-width:-moz-calc(1100px / 12 * 7);max-width:calc(1100px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 6);max-width:-moz-calc(1100px / 12 * 6);max-width:calc(1100px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 5);max-width:-moz-calc(1100px / 12 * 5);max-width:calc(1100px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 4);max-width:-moz-calc(1100px / 12 * 4);max-width:calc(1100px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 3);max-width:-moz-calc(1100px / 12 * 3);max-width:calc(1100px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 2);max-width:-moz-calc(1100px / 12 * 2);max-width:calc(1100px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12);max-width:-moz-calc(1100px / 12);max-width:calc(1100px / 12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1100px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1200px / 2);max-width:-moz-calc(1200px / 2);max-width:calc(1200px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 11);max-width:-moz-calc(1200px / 12 * 11);max-width:calc(1200px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 10);max-width:-moz-calc(1200px / 12 * 10);max-width:calc(1200px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 9);max-width:-moz-calc(1200px / 12 * 9);max-width:calc(1200px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 8);max-width:-moz-calc(1200px / 12 * 8);max-width:calc(1200px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 7);max-width:-moz-calc(1200px / 12 * 7);max-width:calc(1200px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 6);max-width:-moz-calc(1200px / 12 * 6);max-width:calc(1200px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 5);max-width:-moz-calc(1200px / 12 * 5);max-width:calc(1200px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 4);max-width:-moz-calc(1200px / 12 * 4);max-width:calc(1200px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 3);max-width:-moz-calc(1200px / 12 * 3);max-width:calc(1200px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 2);max-width:-moz-calc(1200px / 12 * 2);max-width:calc(1200px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12);max-width:-moz-calc(1200px / 12);max-width:calc(1200px / 12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1200px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:-webkit-calc(1400px / 2);max-width:-moz-calc(1400px / 2);max-width:calc(1400px / 2);margin-left:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 11);max-width:-moz-calc(1400px / 12 * 11);max-width:calc(1400px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 10);max-width:-moz-calc(1400px / 12 * 10);max-width:calc(1400px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 9);max-width:-moz-calc(1400px / 12 * 9);max-width:calc(1400px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 8);max-width:-moz-calc(1400px / 12 * 8);max-width:calc(1400px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 7);max-width:-moz-calc(1400px / 12 * 7);max-width:calc(1400px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 6);max-width:-moz-calc(1400px / 12 * 6);max-width:calc(1400px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 5);max-width:-moz-calc(1400px / 12 * 5);max-width:calc(1400px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 4);max-width:-moz-calc(1400px / 12 * 4);max-width:calc(1400px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 3);max-width:-moz-calc(1400px / 12 * 3);max-width:calc(1400px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 2);max-width:-moz-calc(1400px / 12 * 2);max-width:calc(1400px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12);max-width:-moz-calc(1400px / 12);max-width:calc(1400px / 12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1400px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(600px / 2);max-width:-moz-calc(600px / 2);max-width:calc(600px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12);max-width:calc(100% - (100% - 600px)/2 - 600px/12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 11);max-width:-moz-calc(600px / 12 * 11);max-width:calc(600px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*2);max-width:calc(100% - (100% - 600px)/2 - 600px/12*2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 10);max-width:-moz-calc(600px / 12 * 10);max-width:calc(600px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*3);max-width:calc(100% - (100% - 600px)/2 - 600px/12*3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 9);max-width:-moz-calc(600px / 12 * 9);max-width:calc(600px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*4);max-width:calc(100% - (100% - 600px)/2 - 600px/12*4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 8);max-width:-moz-calc(600px / 12 * 8);max-width:calc(600px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*5);max-width:calc(100% - (100% - 600px)/2 - 600px/12*5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 7);max-width:-moz-calc(600px / 12 * 7);max-width:calc(600px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*6);max-width:calc(100% - (100% - 600px)/2 - 600px/12*6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 6);max-width:-moz-calc(600px / 12 * 6);max-width:calc(600px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*7);max-width:calc(100% - (100% - 600px)/2 - 600px/12*7)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 5);max-width:-moz-calc(600px / 12 * 5);max-width:calc(600px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*8);max-width:calc(100% - (100% - 600px)/2 - 600px/12*8)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 4);max-width:-moz-calc(600px / 12 * 4);max-width:calc(600px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*9);max-width:calc(100% - (100% - 600px)/2 - 600px/12*9)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 3);max-width:-moz-calc(600px / 12 * 3);max-width:calc(600px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*10);max-width:calc(100% - (100% - 600px)/2 - 600px/12*10)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12 * 2);max-width:-moz-calc(600px / 12 * 2);max-width:calc(600px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);-webkit-flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);flex-basis:calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:-moz-calc(100% - (100% - 600px)/2 - 600px/12*11);max-width:calc(100% - (100% - 600px)/2 - 600px/12*11)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(600px / 12);max-width:-moz-calc(600px / 12);max-width:calc(600px / 12)}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:600px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(700px / 2);max-width:-moz-calc(700px / 2);max-width:calc(700px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12);max-width:calc(100% - (100% - 700px)/2 - 700px/12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 11);max-width:-moz-calc(700px / 12 * 11);max-width:calc(700px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*2);max-width:calc(100% - (100% - 700px)/2 - 700px/12*2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 10);max-width:-moz-calc(700px / 12 * 10);max-width:calc(700px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*3);max-width:calc(100% - (100% - 700px)/2 - 700px/12*3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 9);max-width:-moz-calc(700px / 12 * 9);max-width:calc(700px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*4);max-width:calc(100% - (100% - 700px)/2 - 700px/12*4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 8);max-width:-moz-calc(700px / 12 * 8);max-width:calc(700px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*5);max-width:calc(100% - (100% - 700px)/2 - 700px/12*5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 7);max-width:-moz-calc(700px / 12 * 7);max-width:calc(700px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*6);max-width:calc(100% - (100% - 700px)/2 - 700px/12*6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 6);max-width:-moz-calc(700px / 12 * 6);max-width:calc(700px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*7);max-width:calc(100% - (100% - 700px)/2 - 700px/12*7)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 5);max-width:-moz-calc(700px / 12 * 5);max-width:calc(700px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*8);max-width:calc(100% - (100% - 700px)/2 - 700px/12*8)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 4);max-width:-moz-calc(700px / 12 * 4);max-width:calc(700px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*9);max-width:calc(100% - (100% - 700px)/2 - 700px/12*9)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 3);max-width:-moz-calc(700px / 12 * 3);max-width:calc(700px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*10);max-width:calc(100% - (100% - 700px)/2 - 700px/12*10)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12 * 2);max-width:-moz-calc(700px / 12 * 2);max-width:calc(700px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);-webkit-flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);flex-basis:calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:-moz-calc(100% - (100% - 700px)/2 - 700px/12*11);max-width:calc(100% - (100% - 700px)/2 - 700px/12*11)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(700px / 12);max-width:-moz-calc(700px / 12);max-width:calc(700px / 12)}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:700px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(800px / 2);max-width:-moz-calc(800px / 2);max-width:calc(800px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12);max-width:calc(100% - (100% - 800px)/2 - 800px/12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 11);max-width:-moz-calc(800px / 12 * 11);max-width:calc(800px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*2);max-width:calc(100% - (100% - 800px)/2 - 800px/12*2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 10);max-width:-moz-calc(800px / 12 * 10);max-width:calc(800px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*3);max-width:calc(100% - (100% - 800px)/2 - 800px/12*3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 9);max-width:-moz-calc(800px / 12 * 9);max-width:calc(800px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*4);max-width:calc(100% - (100% - 800px)/2 - 800px/12*4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 8);max-width:-moz-calc(800px / 12 * 8);max-width:calc(800px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*5);max-width:calc(100% - (100% - 800px)/2 - 800px/12*5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 7);max-width:-moz-calc(800px / 12 * 7);max-width:calc(800px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*6);max-width:calc(100% - (100% - 800px)/2 - 800px/12*6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 6);max-width:-moz-calc(800px / 12 * 6);max-width:calc(800px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*7);max-width:calc(100% - (100% - 800px)/2 - 800px/12*7)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 5);max-width:-moz-calc(800px / 12 * 5);max-width:calc(800px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*8);max-width:calc(100% - (100% - 800px)/2 - 800px/12*8)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 4);max-width:-moz-calc(800px / 12 * 4);max-width:calc(800px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*9);max-width:calc(100% - (100% - 800px)/2 - 800px/12*9)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 3);max-width:-moz-calc(800px / 12 * 3);max-width:calc(800px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*10);max-width:calc(100% - (100% - 800px)/2 - 800px/12*10)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12 * 2);max-width:-moz-calc(800px / 12 * 2);max-width:calc(800px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);-webkit-flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);flex-basis:calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:-moz-calc(100% - (100% - 800px)/2 - 800px/12*11);max-width:calc(100% - (100% - 800px)/2 - 800px/12*11)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(800px / 12);max-width:-moz-calc(800px / 12);max-width:calc(800px / 12)}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:800px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(900px / 2);max-width:-moz-calc(900px / 2);max-width:calc(900px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12);max-width:calc(100% - (100% - 900px)/2 - 900px/12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 11);max-width:-moz-calc(900px / 12 * 11);max-width:calc(900px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*2);max-width:calc(100% - (100% - 900px)/2 - 900px/12*2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 10);max-width:-moz-calc(900px / 12 * 10);max-width:calc(900px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*3);max-width:calc(100% - (100% - 900px)/2 - 900px/12*3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 9);max-width:-moz-calc(900px / 12 * 9);max-width:calc(900px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*4);max-width:calc(100% - (100% - 900px)/2 - 900px/12*4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 8);max-width:-moz-calc(900px / 12 * 8);max-width:calc(900px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*5);max-width:calc(100% - (100% - 900px)/2 - 900px/12*5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 7);max-width:-moz-calc(900px / 12 * 7);max-width:calc(900px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*6);max-width:calc(100% - (100% - 900px)/2 - 900px/12*6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 6);max-width:-moz-calc(900px / 12 * 6);max-width:calc(900px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*7);max-width:calc(100% - (100% - 900px)/2 - 900px/12*7)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 5);max-width:-moz-calc(900px / 12 * 5);max-width:calc(900px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*8);max-width:calc(100% - (100% - 900px)/2 - 900px/12*8)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 4);max-width:-moz-calc(900px / 12 * 4);max-width:calc(900px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*9);max-width:calc(100% - (100% - 900px)/2 - 900px/12*9)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 3);max-width:-moz-calc(900px / 12 * 3);max-width:calc(900px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*10);max-width:calc(100% - (100% - 900px)/2 - 900px/12*10)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12 * 2);max-width:-moz-calc(900px / 12 * 2);max-width:calc(900px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);-webkit-flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);flex-basis:calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:-moz-calc(100% - (100% - 900px)/2 - 900px/12*11);max-width:calc(100% - (100% - 900px)/2 - 900px/12*11)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(900px / 12);max-width:-moz-calc(900px / 12);max-width:calc(900px / 12)}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:900px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1000px / 2);max-width:-moz-calc(1000px / 2);max-width:calc(1000px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 11);max-width:-moz-calc(1000px / 12 * 11);max-width:calc(1000px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 10);max-width:-moz-calc(1000px / 12 * 10);max-width:calc(1000px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 9);max-width:-moz-calc(1000px / 12 * 9);max-width:calc(1000px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 8);max-width:-moz-calc(1000px / 12 * 8);max-width:calc(1000px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 7);max-width:-moz-calc(1000px / 12 * 7);max-width:calc(1000px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 6);max-width:-moz-calc(1000px / 12 * 6);max-width:calc(1000px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 5);max-width:-moz-calc(1000px / 12 * 5);max-width:calc(1000px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 4);max-width:-moz-calc(1000px / 12 * 4);max-width:calc(1000px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 3);max-width:-moz-calc(1000px / 12 * 3);max-width:calc(1000px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12 * 2);max-width:-moz-calc(1000px / 12 * 2);max-width:calc(1000px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);-webkit-flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);flex-basis:calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:-moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);max-width:calc(100% - (100% - 1000px)/2 - 1000px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1000px / 12);max-width:-moz-calc(1000px / 12);max-width:calc(1000px / 12)}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1000px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1100px / 2);max-width:-moz-calc(1100px / 2);max-width:calc(1100px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 11);max-width:-moz-calc(1100px / 12 * 11);max-width:calc(1100px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 10);max-width:-moz-calc(1100px / 12 * 10);max-width:calc(1100px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 9);max-width:-moz-calc(1100px / 12 * 9);max-width:calc(1100px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 8);max-width:-moz-calc(1100px / 12 * 8);max-width:calc(1100px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 7);max-width:-moz-calc(1100px / 12 * 7);max-width:calc(1100px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 6);max-width:-moz-calc(1100px / 12 * 6);max-width:calc(1100px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 5);max-width:-moz-calc(1100px / 12 * 5);max-width:calc(1100px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 4);max-width:-moz-calc(1100px / 12 * 4);max-width:calc(1100px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 3);max-width:-moz-calc(1100px / 12 * 3);max-width:calc(1100px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12 * 2);max-width:-moz-calc(1100px / 12 * 2);max-width:calc(1100px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);-webkit-flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);flex-basis:calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:-moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);max-width:calc(100% - (100% - 1100px)/2 - 1100px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1100px / 12);max-width:-moz-calc(1100px / 12);max-width:calc(1100px / 12)}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1100px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1200px / 2);max-width:-moz-calc(1200px / 2);max-width:calc(1200px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 11);max-width:-moz-calc(1200px / 12 * 11);max-width:calc(1200px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 10);max-width:-moz-calc(1200px / 12 * 10);max-width:calc(1200px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 9);max-width:-moz-calc(1200px / 12 * 9);max-width:calc(1200px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 8);max-width:-moz-calc(1200px / 12 * 8);max-width:calc(1200px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 7);max-width:-moz-calc(1200px / 12 * 7);max-width:calc(1200px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 6);max-width:-moz-calc(1200px / 12 * 6);max-width:calc(1200px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 5);max-width:-moz-calc(1200px / 12 * 5);max-width:calc(1200px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 4);max-width:-moz-calc(1200px / 12 * 4);max-width:calc(1200px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 3);max-width:-moz-calc(1200px / 12 * 3);max-width:calc(1200px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12 * 2);max-width:-moz-calc(1200px / 12 * 2);max-width:calc(1200px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);-webkit-flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);flex-basis:calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:-moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);max-width:calc(100% - (100% - 1200px)/2 - 1200px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1200px / 12);max-width:-moz-calc(1200px / 12);max-width:calc(1200px / 12)}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1200px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content{max-width:100%}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"]{max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content{max-width:-webkit-calc(1400px / 2);max-width:-moz-calc(1400px / 2);max-width:calc(1400px / 2);margin-right:auto}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 11);max-width:-moz-calc(1400px / 12 * 11);max-width:calc(1400px / 12 * 11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 10);max-width:-moz-calc(1400px / 12 * 10);max-width:calc(1400px / 12 * 10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 9);max-width:-moz-calc(1400px / 12 * 9);max-width:calc(1400px / 12 * 9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 8);max-width:-moz-calc(1400px / 12 * 8);max-width:calc(1400px / 12 * 8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 7);max-width:-moz-calc(1400px / 12 * 7);max-width:calc(1400px / 12 * 7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 6);max-width:-moz-calc(1400px / 12 * 6);max-width:calc(1400px / 12 * 6)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*7)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 5);max-width:-moz-calc(1400px / 12 * 5);max-width:calc(1400px / 12 * 5)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*8)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 4);max-width:-moz-calc(1400px / 12 * 4);max-width:calc(1400px / 12 * 4)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*9)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 3);max-width:-moz-calc(1400px / 12 * 3);max-width:calc(1400px / 12 * 3)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*10)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12 * 2);max-width:-moz-calc(1400px / 12 * 2);max-width:calc(1400px / 12 * 2)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"]{-webkit-flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);-webkit-flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);flex-basis:calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:-moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);max-width:calc(100% - (100% - 1400px)/2 - 1400px/12*11)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content{max-width:-webkit-calc(1400px / 12);max-width:-moz-calc(1400px / 12);max-width:calc(1400px / 12)}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:1400px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}@media (max-width:992px){.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child,.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child,.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child{padding-left:20px!important;padding-right:20px!important;max-width:100%!important;-webkit-flex-basis:100%!important;flex-basis:100%!important}.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row>.bt_bb_column:only-child .bt_bb_column_content{max-width:100%!important}.bt_bb_section.bt_bb_layout_boxed_600>.bt_bb_port .bt_bb_cell{width:600px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_700>.bt_bb_port .bt_bb_cell{width:700px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_800>.bt_bb_port .bt_bb_cell{width:800px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_900>.bt_bb_port .bt_bb_cell{width:900px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_1000>.bt_bb_port .bt_bb_cell{width:1000px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_1100>.bt_bb_port .bt_bb_cell{width:1100px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_1200>.bt_bb_port .bt_bb_cell{width:1200px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_layout_boxed_1400>.bt_bb_port .bt_bb_cell{width:1400px!important;max-width:-webkit-calc(100% - 60px)!important;max-width:-moz-calc(100% - 60px)!important;max-width:calc(100% - 60px)!important}.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge{padding-left:0!important;padding-right:0!important;margin-left:-10px;max-width:-webkit-calc(100% + 10px)!important;max-width:-moz-calc(100% + 10px)!important;max-width:calc(100% + 10px)!important}.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge{padding-left:0!important;padding-right:0!important;margin-right:-10px;max-width:-webkit-calc(100% + 10px)!important;max-width:-moz-calc(100% + 10px)!important;max-width:calc(100% + 10px)!important}.bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges,.bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges,.bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges{max-width:-webkit-calc(100% + 20px)!important;max-width:-moz-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;margin-left:-10px;margin-right:-10px;padding-left:0!important;padding-right:0!important}}.bt_bb_headline{position:relative}.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:1.125rem}.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:1.125rem}.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:1.125rem}.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:1.125rem}.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:1rem}.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:.9375rem}.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline_outside{line-height:.875rem}.bt_bb_headline .bt_bb_headline_superheadline{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;letter-spacing:0;font-size:1rem;margin:0 0 .6em;font-weight:400}.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline{font-size:1.125rem}.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline{font-size:1.125rem}.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline{font-size:1.125rem}.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline{font-size:1.125rem}.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline{font-size:1rem}.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline{font-size:.9375rem}.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline{font-size:.875rem}.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline{font-size:.875rem!important}.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline .bt_bb_headline_content:after{width:2em!important}.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-family:"Roboto",Arial,Helvetica,sans-serif;margin-top:1.3em;line-height:1.5em;font-size:1em}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.125rem}.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.125rem}.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.125rem}.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.125rem}.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1rem}.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.9375rem}.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.875rem}.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.875rem!important;margin-top:1em}.bt_bb_headline.bt_bb_subheadline.bt_bb_semitransparent_text_true .bt_bb_headline_subheadline,.bt_bb_headline.bt_bb_subheadline.bt_bb_semitransparent_subheadline .bt_bb_headline_subheadline{opacity:.5}.bt_bb_size_extrasmall.bt_bb_headline h1,.bt_bb_size_extrasmall.bt_bb_headline h2,.bt_bb_size_extrasmall.bt_bb_headline h3,.bt_bb_size_extrasmall.bt_bb_headline h4,.bt_bb_size_extrasmall.bt_bb_headline h5,.bt_bb_size_extrasmall.bt_bb_headline h6{font-size:1.25rem}.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.7em}.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_superheadline,.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_superheadline,.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_superheadline,.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_superheadline,.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_superheadline,.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_superheadline{font-size:.7rem}.bt_bb_size_small.bt_bb_headline h1,.bt_bb_size_small.bt_bb_headline h2,.bt_bb_size_small.bt_bb_headline h3,.bt_bb_size_small.bt_bb_headline h4,.bt_bb_size_small.bt_bb_headline h5,.bt_bb_size_small.bt_bb_headline h6{font-size:1.5625rem}.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.6em}.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_superheadline,.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_superheadline,.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_superheadline,.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_superheadline,.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_superheadline,.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_superheadline{font-size:.875rem}.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.6em}.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.6em}.bt_bb_font_weight_bolder.bt_bb_headline h1,.bt_bb_font_weight_bolder.bt_bb_headline h2,.bt_bb_font_weight_bolder.bt_bb_headline h3,.bt_bb_font_weight_bolder.bt_bb_headline h4,.bt_bb_font_weight_bolder.bt_bb_headline h5,.bt_bb_font_weight_bolder.bt_bb_headline h6{font-weight:800}.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin:.35em 0 0}.bt_bb_headline b{font-weight:inherit;color:#e94d65}.bt_bb_headline u{font-weight:inherit;text-decoration:none;color:#1b4962}.bt_bb_headline em{font-style:inherit;color:#fff}.bt_bb_headline s{font-weight:inherit;text-decoration:none;text-shadow:0 2px 5px rgb(0 0 0 / .5)}.bt_bb_headline strong{font-weight:800}body.btHeadingStyle_compact header.bt_bb_headline .bt_bb_headline_superheadline,body.btHeadingStyle_compact header.bt_bb_headline .bt_bb_headline_subheadline{font-size:1rem;letter-spacing:initial;text-transform:initial;font-style:italic}body.btHeadingStyle_compact header.bt_bb_headline.bt_bb_size_extralarge .bt_bb_headline_superheadline,body.btHeadingStyle_compact header.bt_bb_headline.bt_bb_size_extralarge .bt_bb_headline_subheadline{font-size:1.2rem}body.btHeadingStyle_compact h1,body.btHeadingStyle_compact h2,body.btHeadingStyle_compact h3,body.btHeadingStyle_compact h4,body.btHeadingStyle_compact h5,body.btHeadingStyle_compact h6{text-transform:uppercase;line-height:1!important;font-weight:600}body.btHeadingStyle_compact .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title{line-height:1em;max-height:2em}section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline:after{display:none}.rtl section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rtl section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline:before{margin-right:0;margin-left:10px}.bt_bb_progress_bar{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_progress_bar .bt_bb_progress_bar_inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percent{font-size:1.125em;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700;color:currentColor}.rtl .bt_bb_progress_bar{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner{-webkit-transform:scaleX(-1) translateX(100%);-moz-transform:scaleX(-1) translateX(100%);-ms-transform:scaleX(-1) translateX(100%);transform:scaleX(-1) translateX(100%)}.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated{-webkit-transform:scaleX(-1) translateX(0%);-moz-transform:scaleX(-1) translateX(0%);-ms-transform:scaleX(-1) translateX(0%);transform:scaleX(-1) translateX(0%)}.bt_bb_progress_bar.bt_bb_size_small{font-size:.875em}.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner{padding:.5em 1em}.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner{border-width:2px}.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg{background:transparent!important;border-bottom:4px solid currentColor;opacity:.1}.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_small .bt_bb_progress_bar_bg{border-bottom:2px solid currentColor}.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner{padding-left:0;padding-right:0}.bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner{border-bottom-width:4px}.bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line){border-radius:50px}.bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line) .bt_bb_progress_bar_inner,.bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line) .bt_bb_progress_bar_bg{border-radius:50px}.bt_bb_icon{pointer-events:none}.bt_bb_icon>span{pointer-events:none}.bt_bb_icon>a{pointer-events:auto}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before{font-size:14px;width:1.75em;height:1.75em}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder>span{font-size:.875rem}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before{font-size:25px;width:2em;height:2em}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder>span{font-size:1em}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before{font-size:32px;width:1.8em;height:1.8em}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder>span{font-size:1em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before{font-size:50px;width:1.8em;height:1.8em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.125em}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before{font-size:70px;width:2em;height:2em}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.5625em}.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder:before{font-size:108.5px;width:2em;height:2em}.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.5625em}.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before{width:1em!important;height:1em!important}.rtl .bt_bb_icon .bt_bb_icon_holder>span{padding-left:0;padding-right:.5em}.bt_bb_icon .bt_bb_icon_colored_icon{padding:0!important}.bt_bb_icon .bt_bb_icon_colored_icon>span{display:block}.bt_bb_icon .bt_bb_icon_colored_icon svg{display:block}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_colored_icon svg{width:25px;height:25px}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_colored_icon svg{width:14px;height:14px}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_colored_icon svg{width:32px;height:32px}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_colored_icon svg{width:50px;height:50px}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_colored_icon svg{width:70px;height:70px}.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_colored_icon svg{width:108.5px;height:108.5px}.bt_bb_icon .bt_bb_icon_colored_icon svg .cls-1{fill:currentColor}.bt_bb_icon .bt_bb_icon_colored_icon svg .cls-2{fill:#e94d65}.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder,.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder{position:relative;-webkit-transition:280ms ease all;-moz-transition:280ms ease all;transition:280ms ease all}.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder:before{z-index:1;-webkit-box-shadow:none!important;box-shadow:none!important}.bt_bb_shape_slanted_right.bt_bb_icon:hover .bt_bb_icon_holder:before,.bt_bb_shape_slanted_left.bt_bb_icon:hover .bt_bb_icon_holder:before{-webkit-box-shadow:none!important;box-shadow:none!important;background:transparent!important}.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.rtl .bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.rtl .bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder{-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #181818 inset;box-shadow:0 0 0 2px #181818 inset}.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2em #181818 inset;box-shadow:0 0 0 2em #181818 inset}.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2em #181818 inset;box-shadow:0 0 0 2em #181818 inset}.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #181818 inset;box-shadow:0 0 0 2px #181818 inset}.bt_bb_icon.bt_bb_style_borderless a{color:inherit!important;-webkit-transition:none;-moz-transition:none;transition:none}.bt_bb_icon.bt_bb_style_borderless a>span{-webkit-transition:color 280ms ease;-moz-transition:color 280ms ease;transition:color 280ms ease}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above{position:relative;z-index:1}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_xsmall{margin-top:-7px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_small{margin-top:-12.5px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_normal{margin-top:-16px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_large{margin-top:-25px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_xlarge{margin-top:-35px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_huge{margin-top:-54.25px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above{position:relative;z-index:1}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_xsmall{margin-top:-14px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_small{margin-top:-25px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_normal{margin-top:-32px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_large{margin-top:-50px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_xlarge{margin-top:-70px}.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_huge{margin-top:-108.5px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above{position:relative;z-index:1}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_xsmall,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_xsmall{margin-top:-12.25px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_small,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_small{margin-top:-25px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_normal,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_normal{margin-top:-28.8px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_large,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_large{margin-top:-45px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_xlarge,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_xlarge{margin-top:-70px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_huge,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_huge{margin-top:-108.5px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above{position:relative;z-index:1}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_xsmall,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_xsmall{margin-top:-24.5px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_small,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_small{margin-top:-50px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_normal,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_normal{margin-top:-57.6px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_large,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_large{margin-top:-90px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_xlarge,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_xlarge{margin-top:-140px}.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_huge,.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_huge{margin-top:-217px}.btIcoFacebook.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #3b5998 inset!important;box-shadow:0 0 0 1em #3b5998 inset!important}.btIcoFacebook.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #3b5998 inset!important;box-shadow:0 0 0 2px #3b5998 inset!important;color:#3b5998!important}.btIcoTwitter.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #1da1f2 inset!important;box-shadow:0 0 0 1em #1da1f2 inset!important}.btIcoTwitter.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #1da1f2 inset!important;box-shadow:0 0 0 2px #1da1f2 inset!important;color:#1da1f2!important}.btIcoLinkedin.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #007bb5 inset!important;box-shadow:0 0 0 1em #007bb5 inset!important}.btIcoLinkedin.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #007bb5 inset!important;box-shadow:0 0 0 2px #007bb5 inset!important;color:#007bb5!important}.btIcoGooglePlus.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #dc4e40 inset!important;box-shadow:0 0 0 1em #dc4e40 inset!important}.btIcoGooglePlus.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #dc4e40 inset!important;box-shadow:0 0 0 2px #dc4e40 inset!important;color:#dc4e40!important}.btIcoWhatsApp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #3fbd50 inset!important;box-shadow:0 0 0 1em #3fbd50 inset!important}.btIcoWhatsApp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #3fbd50 inset!important;box-shadow:0 0 0 2px #3fbd50 inset!important;color:#3fbd50!important}.btIcoVK.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #4c75a5 inset!important;box-shadow:0 0 0 1em #4c75a5 inset!important}.btIcoVK.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #4c75a5 inset!important;box-shadow:0 0 0 2px #4c75a5 inset!important;color:#4c75a5!important}.btIcoInstagram.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:none!important;box-shadow:none!important;background:-webkit-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important;background:-moz-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important;background:radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important}.btIcoInstagram.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #ac38a2 inset!important;box-shadow:0 0 0 2px #ac38a2 inset!important;background:transparent!important;color:#ac38a2!important}.btIcoPinterest.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #bd081b inset!important;box-shadow:0 0 0 1em #bd081b inset!important}.btIcoPinterest.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #bd081b inset!important;box-shadow:0 0 0 2px #bd081b inset!important;color:#bd081b!important}.btIcoYelp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #e21c2d inset!important;box-shadow:0 0 0 1em #e21c2d inset!important}.btIcoYelp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #e21c2d inset!important;box-shadow:0 0 0 2px #e21c2d inset!important;color:#e21c2d!important}.btIcoYoutube.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #e21c2d inset!important;box-shadow:0 0 0 1em #e21c2d inset!important}.btIcoYoutube.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #e21c2d inset!important;box-shadow:0 0 0 2px #e21c2d inset!important;color:#e21c2d!important}.btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #3b5998 inset!important;box-shadow:0 0 0 1em #3b5998 inset!important;color:#FFF!important}.btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #3b5998 inset!important;box-shadow:0 0 0 2px #3b5998 inset!important;color:#3b5998!important}.btIcoTwitter.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #1da1f2 inset!important;box-shadow:0 0 0 1em #1da1f2 inset!important;color:#FFF!important}.btIcoTwitter.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #1da1f2 inset!important;box-shadow:0 0 0 2px #1da1f2 inset!important;color:#1da1f2!important}.btIcoLinkedin.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #007bb5 inset!important;box-shadow:0 0 0 1em #007bb5 inset!important;color:#FFF!important}.btIcoLinkedin.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #007bb5 inset!important;box-shadow:0 0 0 2px #007bb5 inset!important;color:#007bb5!important}.btIcoGooglePlus.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #dc4e40 inset!important;box-shadow:0 0 0 1em #dc4e40 inset!important;color:#FFF!important}.btIcoGooglePlus.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #dc4e40 inset!important;box-shadow:0 0 0 2px #dc4e40 inset!important;color:#dc4e40!important}.btIcoWhatsApp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #3fbd50 inset!important;box-shadow:0 0 0 1em #3fbd50 inset!important}.btIcoWhatsApp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #3fbd50 inset!important;box-shadow:0 0 0 2px #3fbd50 inset!important;color:#3fbd50!important}.btIcoVK.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #4c75a5 inset!important;box-shadow:0 0 0 1em #4c75a5 inset!important;color:#FFF!important}.btIcoVK.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #4c75a5 inset!important;box-shadow:0 0 0 2px #4c75a5 inset!important;color:#4c75a5!important}.btIcoInstagram.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:none!important;box-shadow:none!important;background:-webkit-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important;background:-moz-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important;background:radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf)!important;color:#FFF!important}.btIcoInstagram.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #ac38a2 inset!important;box-shadow:0 0 0 2px #ac38a2 inset!important;background:transparent!important;color:#ac38a2!important}.btIcoPinterest.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #bd081b inset!important;box-shadow:0 0 0 1em #bd081b inset!important;color:#FFF!important}.btIcoPinterest.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #bd081b inset!important;box-shadow:0 0 0 2px #bd081b inset!important;color:#bd081b!important}.btIcoYelp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #e21c2d inset!important;box-shadow:0 0 0 1em #e21c2d inset!important;color:#FFF!important}.btIcoYelp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #e21c2d inset!important;box-shadow:0 0 0 2px #e21c2d inset!important;color:#e21c2d!important}.btIcoYoutube.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #e21c2d inset!important;box-shadow:0 0 0 1em #e21c2d inset!important;color:#FFF!important}.btIcoYoutube.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 2px #e21c2d inset!important;box-shadow:0 0 0 2px #e21c2d inset!important;color:#e21c2d!important}.btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoInstagram.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before{-webkit-box-shadow:none!important;box-shadow:none!important}.btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoInstagram.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,.btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{opacity:.5}.btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#3b5998!important}.btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#1da1f2!important}.btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#007bb5!important}.btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#dc4e40!important}.btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#3fbd50!important}.btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#4c75a5!important}.btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#bd081b!important}.btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#e21c2d!important}.btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,.btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before{color:#e21c2d!important}.bt_bb_button:hover a.bt_bb_link{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btSoftRoundedButtons .bt_bb_button a{border-radius:5px}.btHardRoundedButtons .bt_bb_button a{border-radius:50px}.btSlantedRightButtons .bt_bb_button a{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.btSlantedRightButtons .bt_bb_button a>*{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.btSlantedRightButtons .bt_bb_button:hover a{-webkit-transform:translateY(-3px) skew(-8deg);-moz-transform:translateY(-3px) skew(-8deg);-ms-transform:translateY(-3px) skew(-8deg);transform:translateY(-3px) skew(-8deg)}.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean a{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean a>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean:hover a{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btSlantedLeftButtons .bt_bb_button a{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.btSlantedLeftButtons .bt_bb_button a>*{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.btSlantedLeftButtons .bt_bb_button:hover a{-webkit-transform:translateY(-3px) skew(-8deg);-moz-transform:translateY(-3px) skew(-8deg);-ms-transform:translateY(-3px) skew(-8deg);transform:translateY(-3px) skew(-8deg)}.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean a{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean a>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean:hover a{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_slanted_right a.bt_bb_link{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.bt_bb_button.bt_bb_shape_slanted_right a.bt_bb_link>*{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.bt_bb_button.bt_bb_shape_slanted_right:hover a.bt_bb_link{-webkit-transform:translateY(-3px) skew(-8deg);-moz-transform:translateY(-3px) skew(-8deg);-ms-transform:translateY(-3px) skew(-8deg);transform:translateY(-3px) skew(-8deg)}.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean a{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean a>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean:hover a{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_slanted_left a.bt_bb_link{-webkit-transform:skew(8deg);-moz-transform:skew(8deg);-ms-transform:skew(8deg);transform:skew(8deg)}.bt_bb_button.bt_bb_shape_slanted_left a.bt_bb_link>*{-webkit-transform:skew(-8deg);-moz-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.bt_bb_button.bt_bb_shape_slanted_left:hover a.bt_bb_link{-webkit-transform:translateY(-3px) skew(8deg);-moz-transform:translateY(-3px) skew(8deg);-ms-transform:translateY(-3px) skew(8deg);transform:translateY(-3px) skew(8deg)}.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean a{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean a>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean:hover a{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_square a.bt_bb_link{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_square a.bt_bb_link>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_square a.bt_bb_link:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_round a.bt_bb_link{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_round a.bt_bb_link>*{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_button.bt_bb_shape_round a.bt_bb_link:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link{border-radius:5px}.bt_bb_button.bt_bb_shape_round a.bt_bb_link{border-radius:50px}.btContent .bt_bb_button a{color:inherit}.bt_bb_button .bt_bb_button_text{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700}.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder{-webkit-order:1;-ms-flex-order:1;order:1;margin-right:.625em}.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder{margin-left:.625em}.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_button.bt_bb_style_clean a,.bt_bb_button.bt_bb_style_lined a{padding:0!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.bt_bb_button.bt_bb_style_lined a>*{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.bt_bb_button.bt_bb_size_small{font-size:.875em;line-height:1.1}.bt_bb_button.bt_bb_size_small a{padding:1.2142857em 1.42857142em}.bt_bb_button.bt_bb_size_normal{font-size:1em}.bt_bb_button.bt_bb_size_normal a{padding:1.125em 1.875em}.bt_bb_button.bt_bb_size_medium{font-size:1.125em}.bt_bb_button.bt_bb_size_medium a{padding:1em 1.944444em}.bt_bb_button.bt_bb_size_large{font-size:1.25em}.bt_bb_button.bt_bb_size_large a{padding:1em 2em}.bt_bb_button.bt_bb_style_lined{margin-left:0;margin-right:0;width:100%}.bt_bb_button.bt_bb_style_lined a.bt_bb_link{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_button.bt_bb_style_lined a.bt_bb_link .bt_bb_button_text{white-space:nowrap}.bt_bb_button.bt_bb_style_lined a.bt_bb_link:after{display:block;content:"";height:2px;width:auto;-webkit-order:3;-ms-flex-order:3;order:3;margin-left:10px;margin-top:.25em;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}.rtl .bt_bb_button.bt_bb_style_lined a.bt_bb_link:after{-webkit-order:0;-ms-flex-order:0;order:0;margin-left:auto;margin-right:10px}.bt_bb_button.bt_bb_style_lined a.bt_bb_link:hover:after{-webkit-flex:0 1 10%;-ms-flex:0 1 10%;flex:0 1 10%}.bt_bb_service.bt_bb_vertical_align_center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:lighter;font-size:1.5625em;font-weight:800;letter-spacing:-.03em}.bt_bb_font_weight_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:400}.bt_bb_font_weight_black.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:#000}.bt_bb_font_weight_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:700}.bt_bb_font_weight_bolder.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:bolder}.bt_bb_font_weight_lighter.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:300}.bt_bb_font_weight_100.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:100}.bt_bb_font_weight_200.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:200}.bt_bb_font_weight_300.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:300}.bt_bb_font_weight_400.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:400}.bt_bb_font_weight_500.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:500}.bt_bb_font_weight_600.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:600}.bt_bb_font_weight_700.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:700}.bt_bb_font_weight_800.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:800}.bt_bb_font_weight_900.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:900}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a{color:inherit}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title b{font-weight:inherit;color:#e94d65}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title u{font-weight:inherit;text-decoration:none;color:#1b4962}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title em{font-style:inherit;color:#fff}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s{font-weight:inherit;text-decoration:none;text-shadow:0 2px 5px rgb(0 0 0 / .5)}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title strong{font-weight:800}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text{padding-top:.7rem}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text:empty{padding:0}.bt_bb_semitransparent_text_true.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text{opacity:.5}.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,.bt_bb_align_center.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_service .bt_bb_service_content{padding:0}.bt_bb_service:hover .bt_bb_service_content_title a:hover{color:#e94d65}.bt_bb_service .bt_bb_icon_holder{-webkit-flex-basis:auto;flex-basis:auto}.bt_bb_service .bt_bb_icon_holder:before{display:block}.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder,.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder{font-size:14px;width:1.75em;height:1.75em;line-height:1.75em}.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder,.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder{font-size:14px}.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder{font-size:25px;width:2em;height:2em;line-height:2em}.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder{font-size:25px}.bt_bb_size_medium.bt_bb_service .bt_bb_icon_holder{font-size:32px;width:1.8em;height:1.8em;line-height:1.8em}.bt_bb_style_borderless.bt_bb_size_medium.bt_bb_service .bt_bb_icon_holder{font-size:32px}.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder{font-size:50px;width:1.8em;height:1.8em;line-height:1.8em}.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder{font-size:50px}.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder{font-size:70px;width:2em;height:2em;line-height:2em}.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder{font-size:70px}.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder{line-height:1;width:auto;height:auto}.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder,.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder{position:relative;-webkit-transition:280ms ease all;-moz-transition:280ms ease all;transition:280ms ease all}.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder:before,.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder:before{z-index:1;-webkit-box-shadow:none!important;box-shadow:none!important}.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder:before{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder:before{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.bt_bb_service.bt_bb_highlight_service_true{position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.25em;width:100%}.bt_bb_service.bt_bb_highlight_service_true:before{display:block;content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:currentColor;opacity:.05;pointer-events:none}.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder{position:relative;pointer-events:none}.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder:after{display:block;content:"";position:absolute;left:0;top:0;bottom:0;right:0;-webkit-box-shadow:0 2px 10px rgb(0 0 0 / .2);box-shadow:0 2px 10px rgb(0 0 0 / .2)}.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder a{pointer-events:none}.bt_bb_service.bt_bb_highlight_service_true .bt_bb_service_content{-webkit-flex-basis:100%;flex-basis:100%}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small{padding-left:14px;padding-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small .bt_bb_icon_holder{margin-left:-14px;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small:before{left:14px;right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal{padding-left:25px;padding-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal .bt_bb_icon_holder{margin-left:-25px;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal:before{left:25px;right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium{padding-left:32px;padding-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium .bt_bb_icon_holder{margin-left:-32px;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium:before{left:32px;right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large{padding-left:50px;padding-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large .bt_bb_icon_holder{margin-left:-50px;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large:before{left:50px;right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge{padding-left:70px;padding-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge .bt_bb_icon_holder{margin-left:-70px;margin-right:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge:before{left:70px;right:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small{padding-right:14px;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small .bt_bb_icon_holder{margin-right:-14px;margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small:before{right:14px;left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal{padding-right:25px;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal .bt_bb_icon_holder{margin-right:-25px;margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal:before{right:25px;left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium{padding-right:32px;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium .bt_bb_icon_holder{margin-right:-32px;margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium:before{right:32px;left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large{padding-right:50px;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large .bt_bb_icon_holder{margin-right:-50px;margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large:before{right:50px;left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge{padding-right:70px;padding-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge .bt_bb_icon_holder{margin-right:-70px;margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before,.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge:before{right:70px;left:0}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true{display:block}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder{margin-left:auto;margin-right:auto}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true .bt_bb_service_content{display:block}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small{padding-top:14px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder{margin-top:-14px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before{top:14px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal{padding-top:25px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder{margin-top:-25px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before{top:25px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium{padding-top:32px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder{margin-top:-32px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before{top:32px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large{padding-top:50px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder{margin-top:-50px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before{top:50px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge{padding-top:70px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder{margin-top:-70px}.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before{top:70px}.bt_bb_service .bt_bb_service_colored_icon{display:block;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;vertical-align:middle;text-align:center;-webkit-transition:all 280ms ease;-moz-transition:all 280ms ease;transition:all 280ms ease}.bt_bb_service .bt_bb_service_colored_icon a{display:block;line-height:1}.bt_bb_service .bt_bb_service_colored_icon svg .cls-1{fill:currentColor}.bt_bb_service .bt_bb_service_colored_icon svg .cls-2{fill:#e94d65}.bt_bb_size_xsmall.bt_bb_service .bt_bb_service_colored_icon svg,.bt_bb_size_small.bt_bb_service .bt_bb_service_colored_icon svg{width:14px;height:14px}.bt_bb_size_normal.bt_bb_service .bt_bb_service_colored_icon svg{width:25px;height:25px}.bt_bb_size_medium.bt_bb_service .bt_bb_service_colored_icon svg{width:32px;height:32px}.bt_bb_size_large.bt_bb_service .bt_bb_service_colored_icon svg{height:50px;width:50px}.bt_bb_size_xlarge.bt_bb_service .bt_bb_service_colored_icon svg{width:70px;height:70px}.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon{-webkit-order:2;-ms-flex-order:2;order:2;-webkit-align-self:initial;align-self:initial;margin-bottom:0}.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:.25em}.bt_bb_content_slider_item[class*="light_solid"]:before{background-color:rgb(255 255 255 / .5)}.bt_bb_content_slider_item[class*="dark_solid"]:before{background-color:rgb(24 24 24 / .5)}.bt_bb_content_slider_item[class*="dark_gradient"]:before{background:-webkit-linear-gradient(top,rgb(255 255 255 / .5) 0%,rgb(255 255 255 / .1) 25%,rgb(255 255 255 / .1) 75%,rgb(255 255 255 / .5) 100%);background:-moz-linear-gradient(top,rgb(255 255 255 / .5) 0%,rgb(255 255 255 / .1) 25%,rgb(255 255 255 / .1) 75%,rgb(255 255 255 / .5) 100%);background:linear-gradient(to bottom,rgb(255 255 255 / .5) 0%,rgb(255 255 255 / .1) 25%,rgb(255 255 255 / .1) 75%,rgb(255 255 255 / .5) 100%)}.bt_bb_content_slider_item[class*="light_gradient"]:before{background:-webkit-linear-gradient(top,rgb(24 24 24 / .5) 0%,rgb(24 24 24 / .1) 25%,rgb(24 24 24 / .1) 75%,rgb(255 255 255 / .5) 100%);background:-moz-linear-gradient(top,rgb(24 24 24 / .5) 0%,rgb(24 24 24 / .1) 25%,rgb(24 24 24 / .1) 75%,rgb(255 255 255 / .5) 100%);background:linear-gradient(to bottom,rgb(24 24 24 / .5) 0%,rgb(24 24 24 / .1) 25%,rgb(24 24 24 / .1) 75%,rgb(255 255 255 / .5) 100%)}.bt_bb_slider.slick-slider button.slick-arrow{background-color:rgb(0 0 0 / .3)}.bt_bb_slider .bt_bb_slider_item>img{width:100%}.bt_bb_gap_extra_large .slick-list{margin:0 -2rem}.bt_bb_gap_extra_large .slick-list .slick-slide .content{padding:0 2rem}.bt_bb_gap_huge .slick-list{margin:0 -4rem}.bt_bb_gap_huge .slick-list .slick-slide .content{padding:0 4rem}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list{position:static!important;max-width:1200px;margin:0 auto;overflow:hidden}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track{position:relative}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item{overflow:hidden}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content{max-width:1260px;padding:0 30px;margin:0 auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item[style*="background-image"]{background-position:center;background-size:cover}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content{width:100vw;max-width:100%;padding:0}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content{max-width:580px;margin-left:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content{max-width:580px;margin-right:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content{max-width:1200px;margin-left:auto;margin-right:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content{max-width:550px;margin-left:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"]{-webkit-flex-basis:60.3958%;flex-basis:60.3958%;max-width:60.3958%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"] .bt_bb_column_inner_content{max-width:750px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"]{-webkit-flex-basis:54.6875%;flex-basis:54.6875%;max-width:54.6875%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"] .bt_bb_column_inner_content{max-width:650px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"]{-webkit-flex-basis:45.3125%;flex-basis:45.3125%;max-width:45.3125%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"] .bt_bb_column_inner_content{max-width:450px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"]{-webkit-flex-basis:40.1042%;flex-basis:40.1042%;max-width:40.1042%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"] .bt_bb_column_inner_content{max-width:350px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"]{-webkit-flex-basis:34.584166667%;flex-basis:34.584166667%;max-width:34.584166667%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"] .bt_bb_column_inner_content{max-width:250px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"]{-webkit-flex-basis:65.415833333%;flex-basis:65.415833333%;max-width:65.415833333%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"] .bt_bb_column_inner_content{max-width:850px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content{max-width:100%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"]{-webkit-flex-basis:59.8958%;flex-basis:59.8958%;max-width:59.8958%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"]{-webkit-flex-basis:54.6875%;flex-basis:54.6875%;max-width:54.6875%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"]{-webkit-flex-basis:45.3125%;flex-basis:45.3125%;max-width:45.3125%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"]{-webkit-flex-basis:39.5042%;flex-basis:39.5042%;max-width:39.5042%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"]{-webkit-flex-basis:34.584166667%;flex-basis:34.584166667%;max-width:34.584166667%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"]{-webkit-flex-basis:65.415833333%;flex-basis:65.415833333%;max-width:65.415833333%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content{max-width:1200px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content{max-width:100%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"]{-webkit-flex-basis:59.8958%;flex-basis:59.8958%;max-width:59.8958%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"]{-webkit-flex-basis:54.6875%;flex-basis:54.6875%;max-width:54.6875%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"]{-webkit-flex-basis:45.3125%;flex-basis:45.3125%;max-width:45.3125%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"]{-webkit-flex-basis:39.5042%;flex-basis:39.5042%;max-width:39.5042%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"]{-webkit-flex-basis:34.584166667%;flex-basis:34.584166667%;max-width:34.584166667%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"]{-webkit-flex-basis:65.415833333%;flex-basis:65.415833333%;max-width:65.415833333%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content{max-width:550px;margin-right:auto}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"]{-webkit-flex-basis:60.3958%;flex-basis:60.3958%;max-width:60.3958%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"] .bt_bb_column_inner_content{max-width:750px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"]{-webkit-flex-basis:54.6875%;flex-basis:54.6875%;max-width:54.6875%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"] .bt_bb_column_inner_content{max-width:650px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"]{-webkit-flex-basis:45.3125%;flex-basis:45.3125%;max-width:45.3125%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"] .bt_bb_column_inner_content{max-width:450px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"]{-webkit-flex-basis:40.1042%;flex-basis:40.1042%;max-width:40.1042%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"] .bt_bb_column_inner_content{max-width:350px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"]{-webkit-flex-basis:34.584166667%;flex-basis:34.584166667%;max-width:34.584166667%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"] .bt_bb_column_inner_content{max-width:250px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"]{-webkit-flex-basis:65.415833333%;flex-basis:65.415833333%;max-width:65.415833333%}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"] .bt_bb_column_inner_content{max-width:850px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content{max-width:1200px;-webkit-flex-basis:100%;flex-basis:100%;margin-left:auto;margin-right:auto}@media (max-width:1260px){.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{padding-left:50.0001px;padding-right:50.0001px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{padding-left:50.0001px}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{padding-right:50.0001px}}@media (max-width:992px){.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child{padding-left:50px!important;padding-right:50px!important;-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner>.bt_bb_column_inner:only-child .bt_bb_column_inner_content{max-width:100%!important;-webkit-flex-basis:100%!important;flex-basis:100%!important}}.bt_bb_arrows_position_outside .slick-slider,.bt_bb_arrows_position_below .slick-slider,.bt_bb_arrows_position_below_left .slick-slider,.bt_bb_arrows_position_below_right .slick-slider{overflow:visible}button.slick-arrow{width:2.8125em;height:2.8125em;line-height:1;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#e94d65;border-radius:50%;margin-top:-1.40625em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;font-size:1em;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_arrows_style_transparent_light button.slick-arrow{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.bt_bb_arrows_style_transparent_light button.slick-arrow:before{color:#fff}.bt_bb_arrows_style_transparent_dark button.slick-arrow{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.bt_bb_arrows_style_transparent_dark button.slick-arrow:before{color:#181818}.bt_bb_arrows_style_accent_light button.slick-arrow{background:#e94d65!important}.bt_bb_arrows_style_accent_light button.slick-arrow:before{color:#fff}.bt_bb_arrows_style_accent_dark button.slick-arrow{background:#e94d65!important}.bt_bb_arrows_style_accent_dark button.slick-arrow:before{color:#181818}.bt_bb_arrows_style_alternate_light button.slick-arrow{background:#1b4962!important}.bt_bb_arrows_style_alternate_light button.slick-arrow:before{color:#fff}.bt_bb_arrows_style_alternate_dark button.slick-arrow{background:#1b4962!important}.bt_bb_arrows_style_alternate_dark button.slick-arrow:before{color:#181818}button.slick-arrow:before{font-family:Essential;font-size:1.25rem;line-height:1}.bt_bb_arrows_size_large button.slick-arrow{width:4.375em;height:4.375em;margin-top:-2.1875em}.bt_bb_arrows_size_large button.slick-arrow:before{font-size:2rem}.bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next{right:-6em}.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next{right:auto;left:-6em}.bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev{left:-6em}.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev{left:auto;right:-6em}.bt_bb_arrows_position_below.bt_bb_arrows_size_large button.slick-arrow,.bt_bb_arrows_position_below_left.bt_bb_arrows_size_large button.slick-arrow,.bt_bb_arrows_position_below_right.bt_bb_arrows_size_large button.slick-arrow{bottom:-5.35em}.bt_bb_arrows_size_small button.slick-arrow{width:2.25em;height:2.25em;margin-top:-1.125em}.bt_bb_arrows_size_small button.slick-arrow:before{font-size:1rem}.bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next{right:-4em}.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next{right:auto;left:-4em}.bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev{left:-4em}.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev{left:auto;right:-4em}.bt_bb_arrows_position_below.bt_bb_arrows_size_small button.slick-arrow,.bt_bb_arrows_position_below_left.bt_bb_arrows_size_small button.slick-arrow,.bt_bb_arrows_position_below_right.bt_bb_arrows_size_small button.slick-arrow{bottom:-3.25em}button.slick-arrow.slick-next{right:1em}button.slick-arrow.slick-next:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.rtl button.slick-arrow.slick-next{right:auto;left:1em}.rtl button.slick-arrow.slick-next:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}button.slick-arrow.slick-prev{left:1em}button.slick-arrow.slick-prev:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.rtl button.slick-arrow.slick-prev{left:auto;right:1em}.rtl button.slick-arrow.slick-prev:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}button.slick-arrow:hover{background:#e94d65;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.bt_bb_arrows_position_outside button.slick-arrow.slick-next{right:-4.5em}.rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-next{right:auto;left:-4.5em}.bt_bb_arrows_position_outside button.slick-arrow.slick-prev{left:-4.5em}.rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-prev{left:auto;right:-4.5em}.bt_bb_arrows_position_bottom_left button.slick-arrow,.bt_bb_arrows_position_bottom_right button.slick-arrow{margin-top:-2em;top:auto;bottom:2em}.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{right:auto;left:4.5em}.rtl .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:1em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:4em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:1em}.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:1em;right:auto}.rtl .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:4.5em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:1em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:4em}.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{right:auto;left:6em}.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:1em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:4em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next{left:1em}.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:1em;right:auto}.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:6em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:1em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev{left:4em}.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{left:auto;right:4.5em}.rtl .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:1em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:4em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:1em}.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:1em;left:auto}.rtl .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:4.5em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:1em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:4em}.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{left:auto;right:6em}.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:1em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:4em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev{right:1em}.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:1em;left:auto}.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:6em}.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,.bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:1em}.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,.rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next{right:4em}.bt_bb_arrows_position_below button.slick-arrow,.bt_bb_arrows_position_below_left button.slick-arrow,.bt_bb_arrows_position_below_right button.slick-arrow{margin-top:0;top:auto;bottom:-3.875em}.slick-dots{bottom:1.25em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:0!important}.bt_bb_show_dots_below .slick-dots{bottom:-2em}.bt_bb_show_dots_hide .slick-dots{display:none}.bt_bb_show_dots_right .slick-dots{right:2em;top:0;bottom:0;width:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bt_bb_show_dots_left .slick-dots{left:2em;top:0;bottom:0;width:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.slick-dots li{margin:0 3px;width:1em;height:1em;border:0;background:transparent!important;position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;border-radius:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_show_dots_right .slick-dots li,.bt_bb_show_dots_left .slick-dots li{margin:3px 0}.slick-dots li:before{content:"";display:block;background:currentColor;height:2px;width:100%;opacity:.2;-webkit-transform:scaleX(.8);-moz-transform:scaleX(.8);-ms-transform:scaleX(.8);transform:scaleX(.8);-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.bt_bb_show_dots_right .slick-dots li:before,.bt_bb_show_dots_left .slick-dots li:before{height:100%;width:2px;-webkit-transform:scaleY(.8);-moz-transform:scaleY(.8);-ms-transform:scaleY(.8);transform:scaleY(.8)}.slick-dots li:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";display:block;border-radius:50%;background:#e94d65;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.bt_bb_dots_style_accent_dot .slick-dots li:after{background:#e94d65}.bt_bb_dots_style_alternate_dot .slick-dots li:after{background:#1b4962}.bt_bb_dots_style_light_dot .slick-dots li:after{background:#fff}.bt_bb_dots_style_dark_dot .slick-dots li:after{background:#191919}.slick-dots li:hover:before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.slick-dots li:hover:after{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.slick-dots li.slick-active:before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.slick-dots li.slick-active:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:1400px){.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider button.slick-arrow{display:none!important}.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bt_bb_arrows_position button.slick-arrow,.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow,.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow,.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below button.slick-arrow,.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below_left button.slick-arrow,.bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below_right button.slick-arrow{display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}}.bt_bb_custom_menu div ul{margin:0}.bt_bb_custom_menu div ul li{list-style:none}.bt_bb_direction_horizontal.bt_bb_custom_menu div ul li{float:none;padding:0;margin-left:1em;margin-right:1em}.bt_bb_custom_menu div ul a{color:inherit}.bt_bb_custom_menu div ul a:hover{color:#e94d65}.bt_bb_custom_menu div ul>li{margin-left:0}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content{padding-left:2em;padding-right:2em}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image{margin:0 -2em}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex{padding:2em}.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner>*:last-child{margin-bottom:0}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height .bt_bb_image_content .bt_bb_image_content_flex{background-color:inherit}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_top .bt_bb_image_content{bottom:auto}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_top .bt_bb_image_content .bt_bb_image_content_flex{bottom:auto}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_bottom .bt_bb_image_content{top:auto}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_bottom .bt_bb_image_content .bt_bb_image_content_flex{top:auto}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_middle .bt_bb_image_content{top:auto;bottom:50%}.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_middle .bt_bb_image_content .bt_bb_image_content_flex{top:auto;bottom:50%;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image{clear:none;display:inline-block}.bt_bb_google_maps,.bt_bb_map{position:relative}.bt_bb_google_maps.bt_bb_map_with_coverage_image,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image,.bt_bb_map.bt_bb_map_with_coverage_image,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image,.bt_bb_map.bt_bb_google_maps_with_coverage_image{position:relative}.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image{z-index:2;pointer-events:none;position:relative}.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image img,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image img,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image img,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image img,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image img,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image img,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image img{display:block;width:100%;height:auto}.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_map,.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_map,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_map,.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_map,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_map,.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_map,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_map,.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_map,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_map,.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_map,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_map,.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_map{position:absolute;left:0;top:0;right:0;bottom:0;height:auto!important;z-index:1}.bt_bb_map .bt_bb_map_content,.bt_bb_google_maps .bt_bb_google_maps_content{max-width:1260px;margin:0 auto;padding:0 30px}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper{width:33%;margin:0;position:relative;overflow:visible;padding:0}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location{padding:2.5em;background:#fff;z-index:1;-webkit-box-shadow:0 0 30px rgb(24 24 24 / .1);box-shadow:0 0 30px rgb(24 24 24 / .1);position:absolute;left:0;bottom:0;right:0;top:0}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location:first-child,.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location:first-child,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location:first-child,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location:first-child,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location:first-child,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location:first-child,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location:first-child,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location:first-child{position:relative}.bt_bb_map.bt_bb_map_with_content,.bt_bb_google_maps.bt_bb_google_maps_with_content{padding-top:2.5em;padding-bottom:2.5em;position:relative;overflow:hidden}@media (max-width:640px){.bt_bb_map.bt_bb_map_with_content,.bt_bb_google_maps.bt_bb_google_maps_with_content{padding-top:0;padding-bottom:0}.bt_bb_map .bt_bb_map_content,.bt_bb_google_maps .bt_bb_google_maps_content{margin-top:0;margin-bottom:0;padding:0}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper{width:100%}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper:after,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper:after,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper:after,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper:after{display:none}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location{-webkit-box-shadow:none;box-shadow:none;background:inherit!important}.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location{background:inherit!important}.bt_bb_google_maps .bt_bb_google_maps_map{height:400px!important}}.bt_bb_style_simple ul.bt_bb_tabs_header li.on{border-color:#e94d65}.bt_bb_tabs ul.bt_bb_tabs_header{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:1em;font-weight:800;letter-spacing:-.03em;margin:0}.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header,.bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header{border-width:2px}.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,.bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li{border-width:0 0 0 2px;float:none}.rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,.rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li{border-width:0 2px 0 0}.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li:first-child,.bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li:first-child{border-width:0}.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li span,.bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li span{padding:1em 1.875em}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header{padding:0 0 0 15px;margin:0 0 0 -15px}.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header{padding:0 15px 0 0;margin:0 -15px 0 0}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li{border:0!important;position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:after{content:' ';display:block;position:absolute;z-index:5;left:-15px;width:10px;pointer-events:none;height:2px;background-color:#e94d65;top:50%;margin-top:-1px;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:after{left:auto;right:-15px;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li.on:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span{padding:.5em 50px .5em 0}.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span{padding:.5em 0 .5em 50px}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span{padding:.5em 0}.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item{-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;min-height:0;max-height:1000em}.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item .bt_bb_tab_content{display:block;overflow:hidden;height:0;opacity:0;-webkit-transition:450ms ease opacity;-moz-transition:450ms ease opacity;transition:450ms ease opacity}.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item.on .bt_bb_tab_content{padding-top:1em;display:block;opacity:1;height:auto}@media (max-width:580px){.bt_bb_tabs ul.bt_bb_tabs_header{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,.bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li{border-width:2px 0 0}.rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,.rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li{border-width:2px 0 0}.rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li:first-child,.rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li:first-child{border-width:0}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span,.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span{padding:.5em 0}.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span,.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span{padding:.5em 0}}.bt_bb_accordion .bt_bb_accordion_item{border-style:solid;border-width:0 2px 2px;overflow:visible;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{padding:1em 1.875em;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:1em;font-weight:800;letter-spacing:-.03em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{font-family:FontAwesome;content:"\f107";display:block;-webkit-transition:300ms ease transform;-moz-transition:300ms ease transform;transition:300ms ease transform;font-size:1.25em;padding:0 1em;margin-right:-1em;font-weight:400;opacity:.5}.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{margin-right:0;margin-left:-1em}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{border-width:0!important;position:relative;padding-top:.5em;padding-bottom:.5em}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before{content:' ';display:block;position:absolute;z-index:5;left:-15px;width:10px;pointer-events:none;height:2px;background-color:#e94d65!important;top:50%;margin:-1px 0 0;padding:0;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);opacity:1;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before{left:auto;right:-15px;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{background:transparent!important}.bt_bb_accordion .bt_bb_accordion_item.on{min-height:1px;max-height:1000em}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title{border-width:0 0 2px}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content{display:block;opacity:1;height:auto;padding-top:1em;padding-bottom:1em}.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title:after{opacity:1}.bt_bb_accordion .bt_bb_accordion_item:first-child{border-width:2px}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child{border-radius:5px 5px 0 0}.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child{border-radius:10px 10px 0 0}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child{border-width:0;border-radius:0}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child{border-radius:0 0 5px 5px}.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child{border-radius:0 0 10px 10px}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child{border-width:0;border-radius:0}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content{padding:0 1.875em;display:block;overflow:hidden;height:0;opacity:0;-webkit-transition:450ms ease all;-moz-transition:450ms ease all;transition:450ms ease all}.bt_bb_price_list{padding:0 1.875em 1.875em;border:0}.bt_bb_price_list .bt_bb_icon{float:none}.bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_full_above){margin-top:1.875em}.bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_half_above){margin-top:1.875em}.bt_bb_price_list .bt_bb_icon .bt_bb_icon_holder{pointer-events:none}.bt_bb_price_list .bt_bb_icon+.bt_bb_price_list_title_subtitle_price{margin-top:1.25em}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price{margin-bottom:1.25em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:before,.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:after{display:block;width:100%;height:2px;content:"";background:currentColor;opacity:.1}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:first-child{padding-top:1.875em}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_wrap{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:1.25em 0;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price{margin:0;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:-.5em;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price .bt_bb_price_list_amount{font-size:3.75em;letter-spacing:-.03em;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price .bt_bb_price_list_currency{font-size:1.875em;margin-top:.25em;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price:after{display:block;content:"";width:1.25em}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_title{background:transparent!important;color:currentColor;font-size:1.5625em;font-weight:800;letter-spacing:-.03em;line-height:1;padding:0;font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_subtitle{font-size:.875em;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;margin:0;line-height:1.5}.bt_bb_price_list ul{margin:0;padding:0}.bt_bb_price_list ul li{border:0;padding:.275em 0;display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_price_list ul li:before{font-family:FontAwesome;content:"\f00c";margin:0 8px 0 0}.rtl .bt_bb_price_list ul li:before{margin:0 0 0 8px}.bt_bb_align_left .bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list ul li,.bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_price_list ul li{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_align_right .bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_left .bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_left .bt_bb_price_list ul li,.bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_price_list ul li{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list ul li,.bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_price_list ul li{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}div.wpcf7 .ajax-loader{background:#fff0;border-radius:50%;-webkit-animation:btSpinner 1.5s infinite linear;-moz-animation:btSpinner 1.5s infinite linear;animation:btSpinner 1.5s infinite linear;background:#fff0;border:2px solid #fff0;border-top:2px solid currentColor}.darkSkinSelector .wpcf7-form input:not([type='radio']),.darkSkinSelector .wpcf7-form input:not([type='checkbox']),.darkSkinSelector .wpcf7-form textarea,.darkSkinSelector .wpcf7-form .fancy-select .trigger{color:#181818}.wpcf7-form .fancy-select .trigger{line-height:3.25}.wpcf7-form .fancy-select .options.overflowing{bottom:3.75em}.wpcf7-form .wpcf7-submit{font-size:1em;background:#e94d65!important;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff!important;font-weight:700!important;border:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;cursor:pointer;width:auto!important;padding:0 1.875em!important;font-family:"Sarabun",Arial,Helvetica,sans-serif!important}.wpcf7-form .wpcf7-submit:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bt_bb_align_center .wpcf7-form .wpcf7-submit{margin-left:auto;margin-right:auto}.bt_bb_align_right .wpcf7-form .wpcf7-submit{margin-left:auto}.btHardRoundedButtons .wpcf7-form .wpcf7-submit{border-radius:50px}.btSoftRoundedButtons .wpcf7-form .wpcf7-submit{border-radius:5px}.wpcf7-form .bt_bb_alternate_submit .wpcf7-submit{background:#1b4962!important}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing,div.wpcf7-response-output{border:2px solid #e94d65;color:currentColor;margin:0 0 1em}span.wpcf7-not-valid-tip{color:currentColor;opacity:.6}.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row{margin-left:-.625em;margin-right:-.625em;margin-bottom:.625em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element{padding-left:.625em;padding-right:.625em;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-flex-basis:100%;flex-basis:100%}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_larger_spacing .bt_bb_cf7_row{margin-bottom:1.25em}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-flex-basis:50%;flex-basis:50%}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row{margin-left:0;margin-right:0;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_element{padding:0;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:.625em}.rtl .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button{margin-left:0;margin-right:.625em}.wpcf7 .bt_bb_cf7_form .bt_bb_align_submit_right .wpcf7-submit{margin-left:auto}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"],.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"]{background:#fff0;border-top:0;border-right:0;border-left:0;border-radius:0}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"]:focus,.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"]:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_light_alternate_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"],.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_light_alternate_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"]{color:#fff;border-bottom-color:#fff}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_form_dark_text,.bt_bb_cf7_form_dark_text .wpcf7 .bt_bb_cf7_form{color:#181818!important}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_form_light_text,.bt_bb_cf7_form_light_text .wpcf7 .bt_bb_cf7_form{color:#fff!important}.bt_bb_cf7_form_dark_text{color:#181818!important}.bt_bb_cf7_form_light_text{color:#fff!important}@media (max-width:580px){.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-flex-basis:100%;flex-basis:100%}.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child{margin-bottom:.625em}}.btNewsletter{display:-ms-flexbox;display:-webkit-flex;display:flex}.btNewsletter .btNewsletterColumn{-webkit-flex:1 0 46%;-ms-flex:1 0 46%;flex:1 0 46%;max-width:46%;padding-right:10px}.btNewsletter .btNewsletterButton input{height:4em}@media (max-width:991px){.btNewsletter{display:block}.btNewsletter .btNewsletterColumn{max-width:100%;padding-right:0;padding-bottom:10px}}.bt_bb_required:after{content:"*";display:inline-block;color:#e94d65!important;font-weight:700;margin:0 0 0 .5em}.rtl .bt_bb_required:after{margin:0 .5em 0 0}.required{color:#e94d65!important;font-weight:700;margin:0 0 0 .5em}.rtl .required{margin:0 .5em 0 0}.mfp-iframe-holder .mfp-content{max-width:1200px}.mfp-zoom-out-cur{overflow:hidden;height:100vh;min-height:100vh!important}.mfp-container{background:rgb(0 0 0 / .9)!important}button.mfp-close{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;width:90px;height:90px;opacity:1;color:#fff;font-size:0}.rtl button.mfp-close{right:auto;left:0}button.mfp-close:before{font:5.625em/1 Icon7Stroke;content:"\e680";position:absolute;left:0;top:0;bottom:0;right:0;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:90px;width:90px;height:90px;font-size:90px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}button.mfp-close:hover{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);color:#e94d65}button.mfp-arrow{width:4.375em;height:4.375em;margin-top:-2.1875em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center;cursor:pointer;outline:none;border:none;border-radius:50%;opacity:1;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}button.mfp-arrow:active{margin-top:-2.1875em}button.mfp-arrow:before{font-size:2em;color:#fff;font-family:Essential;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;border:0;opacity:1;margin:0;width:100%;line-height:1;top:auto;left:auto;right:auto;bottom:auto;position:relative;height:auto}button.mfp-arrow:after{display:none}button.mfp-arrow:hover{background:#e94d65;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}button.mfp-arrow.mfp-arrow-left{left:1em}button.mfp-arrow.mfp-arrow-left:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.rtl button.mfp-arrow.mfp-arrow-left{left:auto;right:1em}.rtl button.mfp-arrow.mfp-arrow-left:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}button.mfp-arrow.mfp-arrow-right{right:1em}button.mfp-arrow.mfp-arrow-right:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.rtl button.mfp-arrow.mfp-arrow-right{right:auto;left:1em}.rtl button.mfp-arrow.mfp-arrow-right:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.mfp-counter{left:0;text-align:center}@media (max-width:900px){button.mfp-arrow{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}button.mfp-arrow:hover{-webkit-transform:translateY(-3px) scale(.75);-moz-transform:translateY(-3px) scale(.75);-ms-transform:translateY(-3px) scale(.75);transform:translateY(-3px) scale(.75)}}@media (max-width:768px){button.mfp-close{width:64px;height:64px}button.mfp-close:before{font:4rem/1 Icon7Stroke;line-height:64px;width:64px;height:64px}}.btLightSkin .bt_bb_separator.bt_bb_border_style_solid,.btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,.btLightSkin .bt_bb_separator.bt_bb_border_style_dashed,.btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_solid,.btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,.btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dashed,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_solid,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dashed{border-bottom-color:rgb(24 24 24 / .1)}.btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,.btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,.btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed,.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed{border-bottom-color:rgb(255 255 255 / .1)}.bt_bb_separator.bt_bb_border_style_solid{border-bottom-style:solid}.bt_bb_separator.bt_bb_border_style_dotted{border-bottom-style:dotted}.bt_bb_separator.bt_bb_border_style_dashed{border-bottom-style:dashed}.bt_bb_separator.bt_bb_bottom_spacing_extra_small{margin-bottom:.625em}.bt_bb_separator.bt_bb_bottom_spacing_small{margin-bottom:1em}.bt_bb_separator.bt_bb_bottom_spacing_normal{margin-bottom:2em}.bt_bb_separator.bt_bb_bottom_spacing_medium{margin-bottom:3.75em}.bt_bb_separator.bt_bb_bottom_spacing_large{margin-bottom:8.75em}.bt_bb_separator.bt_bb_bottom_spacing_extra_large{margin-bottom:16em}.bt_bb_separator.bt_bb_top_spacing_extra_small{margin-top:.625em}.bt_bb_separator.bt_bb_top_spacing_small{margin-top:1em}.bt_bb_separator.bt_bb_top_spacing_normal{margin-top:2em}.bt_bb_separator.bt_bb_top_spacing_medium{margin-top:3.75em}.bt_bb_separator.bt_bb_top_spacing_large{margin-top:8.75em}.bt_bb_separator.bt_bb_top_spacing_extra_large{margin-top:16em}.bt_bb_separator:after{display:none}@media (max-width:768px){.bt_bb_separator.bt_bb_bottom_spacing_medium{margin-bottom:3em}.bt_bb_separator.bt_bb_bottom_spacing_large{margin-bottom:4.375em}.bt_bb_separator.bt_bb_bottom_spacing_extra_large{margin-bottom:12em}.bt_bb_separator.bt_bb_top_spacing_medium{margin-top:3em}.bt_bb_separator.bt_bb_top_spacing_large{margin-top:4.375em}.bt_bb_separator.bt_bb_top_spacing_extra_large{margin-top:12em}}.bt_bb_cost_calculator .bt_bb_cost_calculator_item{margin:0 0 1em}.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{outline:none;font:inherit;width:100%;background:#fff0;line-height:1.5;width:100%;display:block;padding:.8em 1em;background:#fff0;font-size:.875rem;color:inherit;min-height:3.142857em;-webkit-box-shadow:0 0 0 0 transparent,0 0 0 0 #fff0 inset;box-shadow:0 0 0 0 transparent,0 0 0 0 #fff0 inset}.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{background:#fff;color:#181818;background:#fff;border:1px solid rgb(24 24 24 / .2)}.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{background:#191919;color:#fff;background:#191919;border:1px solid rgb(255 255 255 / .2)}.btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{border-radius:50px}.btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),.btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),.btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),.btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected{border-radius:5px}.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus{-webkit-box-shadow:0 3px 10px,3px 0 0 0 #e94d65 inset;box-shadow:0 3px 10px,3px 0 0 0 #e94d65 inset}.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,.btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus{border:1px solid #191919}.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus{border:1px solid #fff}.bt_bb_cost_calculator .bt_bb_cost_calculator_total{background:#e94d65;line-height:3.5714rem}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text{background:#fff0;color:#fff;padding:0 1em;font-size:.875em;text-transform:uppercase;text-align:right}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount{font-family:Sarabun,Arial,Helvetica,sans-serif;background:rgb(0 0 0 / .25);font-size:1.4em;padding:0 1em;font-weight:400}.bt_bb_widget_select_items{border:1px solid rgb(24 24 24 / .07);background:#fff;color:#181818;-webkit-box-shadow:0 3px 10px;box-shadow:0 3px 10px;margin:0;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);font-size:.875rem}.bt_bb_widget_select_items>div[data-value]{border-bottom:1px solid rgb(24 24 24 / .07);background:#fff;padding:.8em 1em;min-height:38px;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;position:relative}.bt_bb_widget_select_items>div[data-value]:last-child{border:0}.bt_bb_widget_select_items>div[data-value]:before{position:absolute;display:block;left:1em;height:2px;bottom:8px;content:"";background:#e94d65;-webkit-transition:transform 300ms ease;-moz-transition:transform 300ms ease;transition:transform 300ms ease;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);width:40px}.rtl .bt_bb_widget_select_items>div[data-value]:before{left:auto;right:1em}.bt_bb_widget_select_items>div[data-value]:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.bt_bb_widget_select_items>div[data-value]>div:last-child{font-size:1em}.bt_bb_widget_select_selected>div:first-child{font-weight:400}.bt_bb_widget_select_selected>div:last-child:empty{display:none}.bt_bb_widget_switch{height:38px;width:76px;border-radius:38px;padding:5px}.btLightSkin .bt_bb_widget_switch,.btDarkSkin .btLightSkin .bt_bb_widget_switch,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch{background-color:#fff;border:1px solid rgb(24 24 24 / .2)}.btDarkSkin .bt_bb_widget_switch,.btLightSkin .btDarkSkin .bt_bb_widget_switch,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch{background-color:#191919;border:1px solid rgb(255 255 255 / .2)}.bt_bb_widget_switch>div{width:26px;height:26px;border:0;-webkit-transition:all 190ms cubic-bezier(.8,.1,.8,.1);-moz-transition:all 190ms cubic-bezier(.8,.1,.8,.1);transition:all 190ms cubic-bezier(.8,.1,.8,.1)}.btLightSkin .bt_bb_widget_switch>div,.btDarkSkin .btLightSkin .bt_bb_widget_switch>div,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch>div{background:rgb(24 24 24 / .2)}.btDarkSkin .bt_bb_widget_switch>div,.btLightSkin .btDarkSkin .bt_bb_widget_switch>div,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch>div{background:rgb(255 255 255 / .2)}.on.bt_bb_widget_switch>div{background:#e94d65;-webkit-transform:translateX(38px);-moz-transform:translateX(38px);-ms-transform:translateX(38px);transform:translateX(38px)}.bt_bb_progress_bar_advanced{margin-left:auto;margin-right:auto}.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar_advanced,.bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_left .bt_bb_progress_bar_advanced{margin-left:0}.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar_advanced,.bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_right .bt_bb_progress_bar_advanced{margin-right:0}.bt_bb_progress_bar_advanced>div{position:relative}.rtl .bt_bb_progress_bar_advanced>div svg{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.bt_bb_progress_bar_advanced .progressbar-text{position:absolute;left:0;top:0;right:0;bottom:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;font-size:2em;line-height:1;font-family:"Sarabun",Arial,Helvetica,sans-serif;letter-spacing:-.05em}.bt_bb_progress_bar_advanced a .progressbar-text{color:inherit}.bt_bb_progress_bar_advanced .bt_bb_icon_holder{display:-ms-flexbox;display:-webkit-flex;display:flex;font-weight:400;letter-spacing:0}.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{line-height:1}.bt_bb_size_small.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{font-size:14px}.bt_bb_size_normal.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{font-size:25px}.bt_bb_size_medium.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{font-size:32px}.bt_bb_size_large.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{font-size:50px}.bt_bb_size_xlarge.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before{font-size:70px}.bt_bb_progress_bar_advanced.bt_bb_trail_transparent>.container>svg>path:first-child{opacity:.1}.bt_bb_counter_holder{font-family:"Sarabun",Arial,Helvetica,sans-serif;height:1em;line-height:1;display:inline-block;font-weight:800}.bt_bb_counter_holder .bt_bb_counter{height:1em}.bt_bb_counter_holder .bt_bb_counter span.onedigit{height:1em;margin:0 -.015em}.bt_bb_counter_holder .bt_bb_counter span.onedigit span{height:1em}.bt_bb_counter_holder.bt_bb_size_xsmall{font-size:.875em}.bt_bb_counter_holder.bt_bb_size_small{font-size:1em}.bt_bb_counter_holder.bt_bb_size_normal{font-size:1.5625em}.bt_bb_counter_holder.bt_bb_size_large{font-size:2.5em}.bt_bb_counter_holder.bt_bb_size_xlarge{font-size:3.75em}.btFixDroppedCase.bt_bb_counter_holder{height:1.25em;line-height:1.25}.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter{height:1.25em}.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter span.onedigit{height:1.25em}.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter span.onedigit span{height:1.25em}.btCounterHolder{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btCounterHolder .btCountdownHolder{padding:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:-1rem;margin-right:-1rem}.btCounterHolder .btCountdownHolder .days,.btCounterHolder .btCountdownHolder .hours,.btCounterHolder .btCountdownHolder .minutes,.btCounterHolder .btCountdownHolder .seconds{float:none;width:auto;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;padding:0 1rem}.btCounterHolder .btCountdownHolder span[class$="_text"]{font-family:"Roboto",Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;padding:0 0 .5rem;margin:0}.btCounterHolder .btCountdownHolder>span{padding-top:10px;padding-bottom:0}.btCounterHolder .btCountdownHolder span[class^="n"],.btCounterHolder .btCountdownHolder .days>span:first-child,.btCounterHolder .btCountdownHolder .days>span:nth-child(2),.btCounterHolder .btCountdownHolder .days>span:nth-child(3){margin-left:-.0125em;margin-right:-.0125em}.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder span[class^="n"],.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:first-child,.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:nth-child(2),.btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days>span:nth-child(3){color:#e94d65}.bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder span[class^="n"],.bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days>span:first-child,.bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days>span:nth-child(2),.bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days>span:nth-child(3){color:#fff}.btCounterHolder.btCounterLargeSize{font-size:3.75rem;font-weight:500}.btCounterHolder.btCounterLargeSize .btCountdownHolder{padding:0}.btCounterHolder .hours:before,.btCounterHolder .minutes:before,.btCounterHolder .seconds:before{content:"";text-align:center;display:block;line-height:0;top:0;bottom:0;left:0;position:absolute;border-right:1px solid;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.btLightSkin .btCounterHolder .hours:before,.btLightSkin .btCounterHolder .minutes:before,.btLightSkin .btCounterHolder .seconds:before,.btDarkSkin .btLightSkin .btCounterHolder .hours:before,.btDarkSkin .btLightSkin .btCounterHolder .minutes:before,.btDarkSkin .btLightSkin .btCounterHolder .seconds:before,.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .hours:before,.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .minutes:before,.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .seconds:before{border-color:rgb(24 24 24 / .2)}.btDarkSkin .btCounterHolder .hours:before,.btDarkSkin .btCounterHolder .minutes:before,.btDarkSkin .btCounterHolder .seconds:before,.btLightSkin .btDarkSkin .btCounterHolder .hours:before,.btLightSkin .btDarkSkin .btCounterHolder .minutes:before,.btLightSkin .btDarkSkin .btCounterHolder .seconds:before,.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .hours:before,.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .minutes:before,.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .seconds:before{border-color:rgb(255 255 255 / .2)}.btCountDownNoLines.btCounterHolder .hours:before,.btCountDownNoLines.btCounterHolder .minutes:before,.btCountDownNoLines.btCounterHolder .seconds:before{display:none}@media (max-width:780px){.btCounterHolder .btCountdownHolder{margin-left:0;margin-right:0}.btCounterHolder .btCountdownHolder .days,.btCounterHolder .btCountdownHolder .hours,.btCounterHolder .btCountdownHolder .minutes,.btCounterHolder .btCountdownHolder .seconds{padding:0}.btCounterHolder .btCountdownHolder{display:block}.btCounterHolder .btCountdownHolder .days,.btCounterHolder .btCountdownHolder .hours,.btCounterHolder .btCountdownHolder .minutes,.btCounterHolder .btCountdownHolder .seconds{display:block}.btCounterHolder .btCountdownHolder .days:before,.btCounterHolder .btCountdownHolder .hours:before,.btCounterHolder .btCountdownHolder .minutes:before,.btCounterHolder .btCountdownHolder .seconds:before{display:none}.btCounterHolder .btCountdownHolder .days_text{padding:0;margin:0}}.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_title,.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_content{font-size:.875em}.btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,.btDarkSkin .btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,.btLightSkin .btDarkSkin .btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after{border-color:#181818}.btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,.btDarkSkin.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after{border-color:#fff}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link{overflow:visible}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{background-color:#e94d65;color:#fff;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;border-radius:0;overflow:hidden}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:after{background:rgb(24 24 24 / .2);color:currentColor;border-radius:0;content:"\f017";font-family:FontAwesome}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover{background:#1b4962;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover,.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover,.btDarkSkin.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover{color:#fff}.lightColorBookButton.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{background:#fff;color:#181818}.btHardRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{border-radius:50px}.btSoftRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{border-radius:5px}@media (max-width:580px){.bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content{padding-left:0!important;padding-right:0!important}.bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;margin:0;width:100%;float:none;text-align:inherit}.bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{margin:0}}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner{overflow:hidden}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image{position:relative}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:before{position:absolute;content:"";display:block;background:rgb(24 24 24 / .5);top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:1;opacity:0;pointer-events:none;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{font-size:1.25em;display:block;content:"\ea08";font-family:Essential;width:2.25em;height:2.25em;line-height:2.25;text-align:center;background:#e94d65;color:#fff;border-radius:50%;position:absolute;left:50%;top:50%;margin:-1.625em 0 0 -1.625em;opacity:0;z-index:2;pointer-events:none;-webkit-box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:hover:before{opacity:.8}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:hover:after{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms;-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after,.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:before{display:none}.bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content{margin-left:0;margin-top:0}.bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{margin:-1.125em 0 0 -1.125em}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content{margin-left:-.625em;margin-top:-.625em}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(.625em,.625em);-moz-transform:translate(.625em,.625em);-ms-transform:translate(.625em,.625em);transform:translate(.625em,.625em)}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{margin:-1.375em 0 0 -1.375em}.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content{margin-left:-1.25em;margin-top:-1.25em}.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(1.25em,1.25em);-moz-transform:translate(1.25em,1.25em);-ms-transform:translate(1.25em,1.25em);transform:translate(1.25em,1.25em)}.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{margin:-1.625em 0 0 -1.625em}.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content{margin-left:-2.5em;margin-top:-2.5em}.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner{-webkit-transform:translate(2.5em,2.5em);-moz-transform:translate(2.5em,2.5em);-ms-transform:translate(2.5em,2.5em);transform:translate(2.5em,2.5em)}.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{margin:-2.125em 0 0 -2.125em}.bt_bb_post_grid_loader{margin:0 auto 1.5em auto;font-size:6px;position:absolute;text-indent:-9999em;width:64px;height:64px;display:block;-webkit-animation:none;-moz-animation:none;animation:none;border:0;left:50%;margin-left:-32px;top:10em}.bt_bb_post_grid_loader>div,.bt_bb_post_grid_loader>span{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:#e94d65;-webkit-animation-timing-function:cubic-bezier(0,1,1,0);-moz-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0)}.bt_bb_post_grid_loader>div:nth-child(1),.bt_bb_post_grid_loader>span:nth-child(1){left:6px;-webkit-animation:lds-ellipsis1 .6s infinite;-moz-animation:lds-ellipsis1 .6s infinite;animation:lds-ellipsis1 .6s infinite}.bt_bb_post_grid_loader>div:nth-child(2),.bt_bb_post_grid_loader>span:nth-child(2){left:6px;-webkit-animation:lds-ellipsis2 .6s infinite;-moz-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.bt_bb_post_grid_loader>div:nth-child(3),.bt_bb_post_grid_loader>span:nth-child(3){left:26px;-webkit-animation:lds-ellipsis2 .6s infinite;-moz-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.bt_bb_post_grid_loader>div:nth-child(4),.bt_bb_post_grid_loader>span:nth-child(4){left:45px;-webkit-animation:lds-ellipsis3 .6s infinite;-moz-animation:lds-ellipsis3 .6s infinite;animation:lds-ellipsis3 .6s infinite}.bt_bb_post_grid_loader>div:nth-child(5),.bt_bb_post_grid_loader>div:nth-child(6),.bt_bb_post_grid_loader>span:nth-child(5),.bt_bb_post_grid_loader>span:nth-child(6){display:none}.bt_bb_post_grid_filter{text-align:inherit;padding:1em 0 1.5em;font-weight:700;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:1em}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item{padding:.5em 0;margin:0 50px 0 0;background:transparent!important;position:relative;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:last-child{margin:0}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before{content:' ';display:block;position:absolute;z-index:5;left:-15px;width:10px;pointer-events:none;height:2px;background-color:#e94d65;top:50%;margin-top:-1px;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before{left:auto;right:-15px;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover{color:#e94d65}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item{margin:0 0 0 50px}.rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:last-child{margin:0}.bt_bb_masonry_post_tiles,.bt_bb_masonry_portfolio_tiles{position:relative}.bt_bb_masonry_post_tiles .bt_bb_grid_item,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item{-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after{content:"";display:block;position:absolute;left:0;top:0;bottom:0;right:0;z-index:1;-webkit-box-shadow:0 0 0 #191919;box-shadow:0 0 0 #191919;opacity:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after{left:.625em;top:.625em}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after{left:1.25em;top:1.25em}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after{left:2.5em;top:2.5em}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner{position:relative;overflow:hidden;z-index:2}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail img,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail img{display:block}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a{display:block}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{position:absolute;left:0;right:0;bottom:0;pointer-events:none;padding:1em}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title{padding:0;font-size:1.5625em;color:#e94d65}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt{font-size:.875em;line-height:1.5;margin-top:1em;color:#181818;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.5em;max-height:4.5em}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt:empty,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt:empty{display:none;margin:0}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init{display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1em;text-align:center;pointer-events:none;opacity:1;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5{padding-bottom:0;color:#fff;text-shadow:0 2px 5px rgb(24 24 24 / .7);font-size:1.875em}.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover{z-index:100;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover:after,.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover:after{-webkit-box-shadow:0 2px 20px #191919;box-shadow:0 2px 20px #191919;opacity:.2}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{background:#fff;padding:.625em 1.875em 1.5625em;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus{width:1.875em;height:1.875em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:1.875em;top:.875em;z-index:1;-webkit-transform:scale(2) skewY(15deg);-moz-transform:scale(2) skewY(15deg);-ms-transform:scale(2) skewY(15deg);transform:scale(2) skewY(15deg);opacity:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:before,.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:before,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after{display:block;width:100%;height:2px;background:#fff;content:"";-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;position:absolute}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter{position:absolute;background:#fff;height:50em;left:0;right:-1px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;margin-top:-.625em;-webkit-transition:500ms ease transform;-moz-transition:500ms ease transform;transition:500ms ease transform}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after{display:block;content:"";width:0;height:0;border-style:solid;border-width:0 120px 100px 0;border-color:#fff0 #1b4962 #fff0 #fff0;position:absolute;right:0;top:-.5px}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt{position:relative;z-index:1}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:before,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:before{display:block;content:"";width:100%;left:0;height:150px;background:-webkit-linear-gradient(bottom,#191919 0%,transparent 100%);background:-moz-linear-gradient(bottom,#191919 0%,transparent 100%);background:linear-gradient(to top,#191919 0%,transparent 100%);position:absolute;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:.5;position:absolute;top:0}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter{-webkit-transform:skewY(-15deg);-moz-transform:skewY(-15deg);-ms-transform:skewY(-15deg);transform:skewY(-15deg)}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-plus,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-plus{-webkit-transform:scale(1) skewY(15deg);-moz-transform:scale(1) skewY(15deg);-ms-transform:scale(1) skewY(15deg);transform:scale(1) skewY(15deg);opacity:1;-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all;padding:5em 2.5em 1.5625em;background:-webkit-linear-gradient(top,transparent 0%,rgb(255 255 255 / .85) 50%);background:-moz-linear-gradient(top,transparent 0%,rgb(255 255 255 / .85) 50%);background:linear-gradient(to bottom,transparent 0%,rgb(255 255 255 / .85) 50%)}.bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all;padding:1.5625em 2.5em;background:#fff}.bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,.bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after{display:block;content:"";background:-webkit-linear-gradient(bottom,#191919 0%,transparent 100%);background:-moz-linear-gradient(bottom,#191919 0%,transparent 100%);background:linear-gradient(to top,#191919 0%,transparent 100%);position:absolute;height:50px;left:0;right:-1px;top:0;-webkit-transform:translateY(-100%) scaleY(0);-moz-transform:translateY(-100%) scaleY(0);-ms-transform:translateY(-100%) scaleY(0);transform:translateY(-100%) scaleY(0);-webkit-transition:400ms ease all;-moz-transition:400ms ease all;transition:400ms ease all;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;opacity:0}.bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,.bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after{-webkit-transform:translateY(-100%) scaleY(1);-moz-transform:translateY(-100%) scaleY(1);-ms-transform:translateY(-100%) scaleY(1);transform:translateY(-100%) scaleY(1);opacity:.3}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before{display:block;content:"";width:4em;height:4em;position:absolute;right:0;top:-2em;background:#e94d65;z-index:1;-webkit-transform:rotate(45deg) translate(140%,-140%) scale(2);-moz-transform:rotate(45deg) translate(140%,-140%) scale(2);-ms-transform:rotate(45deg) translate(140%,-140%) scale(2);transform:rotate(45deg) translate(140%,-140%) scale(2);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus{width:1.875em;height:1.875em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:.875em;top:-.9em;z-index:1;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after{display:block;width:100%;height:2px;background:#fff;content:"";-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;position:absolute;z-index:2}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before{opacity:1;-webkit-transform:rotate(45deg) translate(50%,-50%) scale(2);-moz-transform:rotate(45deg) translate(50%,-50%) scale(2);-ms-transform:rotate(45deg) translate(50%,-50%) scale(2);transform:rotate(45deg) translate(50%,-50%) scale(2);-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1;-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before{display:block;content:"";width:4em;height:4em;position:absolute;right:1em;top:-2em;background:#1b4962;z-index:1;border-radius:50%;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus{width:1.875em;height:1.875em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:2.075em;top:-.9em;z-index:1;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after{display:block;width:100%;height:2px;background:#fff;content:"";-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;position:absolute;z-index:2}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1;-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_gap_no_gap.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content{margin-left:0;margin-top:0}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content{margin-left:-.625em;margin-top:-.625em}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner{position:relative}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail{-webkit-transform:translate(.625em,.625em);-moz-transform:translate(.625em,.625em);-ms-transform:translate(.625em,.625em);transform:translate(.625em,.625em)}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init{left:.625em;top:.625em}.bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{left:.625em}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content{margin-left:-1.25em;margin-top:-1.25em}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner{position:relative}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail{-webkit-transform:translate(1.25em,1.25em);-moz-transform:translate(1.25em,1.25em);-ms-transform:translate(1.25em,1.25em);transform:translate(1.25em,1.25em)}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init{left:1.25em;top:1.25em}.bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{left:1.25em}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content{margin-left:-2.5em;margin-top:-2.5em}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner{position:relative}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail{-webkit-transform:translate(2.5em,2.5em);-moz-transform:translate(2.5em,2.5em);-ms-transform:translate(2.5em,2.5em);transform:translate(2.5em,2.5em)}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init{left:2.5em;top:2.5em}.bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content{left:2.5em}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_date{padding-left:0;font-weight:400}.bt_bb_latest_posts_item .bt_bb_latest_posts_item_date:before{content:''}.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_22{width:100%}.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_22{width:66.6666687%}.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_22{width:50%}.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_22{width:40%}.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_22{width:33.3333334%}@media screen and (max-width:768px){.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_22,.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_22,.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_22,.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_22,.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_22{width:100%}}.bt_bb_latest_posts{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%;flex-basis:100%}.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:16.66666%;flex-basis:16.66666%;max-width:16.66666%}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{margin-bottom:1em;width:10.625em;height:10.625em}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img{display:block}.bt_bb_image_shape_rounded.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{border-radius:5px}.bt_bb_image_shape_round.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{border-radius:50%}.bt_bb_image_shape_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.bt_bb_image_shape_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img{-webkit-transform:skewX(-8deg) scale(1.175);-moz-transform:skewX(-8deg) scale(1.175);-ms-transform:skewX(-8deg) scale(1.175);transform:skewX(-8deg) scale(1.175)}.rtl .bt_bb_image_shape_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img{-webkit-transform:skewX(8deg) scale(1.175);-moz-transform:skewX(8deg) scale(1.175);-ms-transform:skewX(8deg) scale(1.175);transform:skewX(8deg) scale(1.175)}.rtl .bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.bt_bb_latest_posts .bt_bb_latest_posts_item_content{overflow:hidden}.bt_bb_latest_posts .bt_bb_latest_posts_item_content>*{z-index:10}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category{padding-bottom:.5em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories{font-size:.875em;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;text-transform:uppercase;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.bt_bb_show_dash_true.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before{background:currentColor;height:2px;width:1.42857em;display:block;content:"";-webkit-transform:translate(-2.142857em,8px);-moz-transform:translate(-2.142857em,8px);-ms-transform:translate(-2.142857em,8px);transform:translate(-2.142857em,8px);position:absolute}.rtl .bt_bb_show_dash_true.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before{-webkit-transform:translate(2.142857em,8px);-moz-transform:translate(2.142857em,8px);-ms-transform:translate(2.142857em,8px);transform:translate(2.142857em,8px)}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li{margin:0;line-height:1.5;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li a{padding:0;background:#fff0;color:currentColor;-webkit-transition:200ms ease opacity;-moz-transition:200ms ease opacity;transition:200ms ease opacity}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li a:hover{opacity:.6}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li:not(:last-child):after{display:block;width:1em;content:""}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:.5em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span{font-weight:400;padding:0;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;line-height:1.5}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:before{font-family:FontAwesome;color:#e94d65;margin:0 .3em 0 0}.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:before{margin:0 0 0 .3em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:after{content:"";display:block;width:1em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_author a{color:currentColor}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_author a:hover{color:#e94d65}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_date:before{content:"\f017"}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_author:before{content:"\f2be"}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span.bt_bb_latest_posts_item_comments:before{content:"\f0e5"}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:last-child:after{display:none}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:1.5625em;font-weight:800;padding:0;margin-bottom:.5em;position:relative;height:auto;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3em;max-height:2.6em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a{color:#e94d65;line-height:inherit;display:inline-block}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover{color:currentColor}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt{font-size:.875em;margin-bottom:1em;position:relative;height:auto;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.5em;max-height:4.5em}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt:empty{margin:0}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:.875em;font-weight:800}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#e94d65}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:after{font-family:FontAwesome;content:"\f105";margin:0 .6em}.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:after{content:"\f104"}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:hover{color:currentColor}.bt_bb_latest_posts .bt_bb_latest_posts_item_content>*:last-child{margin-bottom:0}.bt_bb_latest_posts.bt_bb_look_standard,.bt_bb_latest_posts.bt_bb_look_standard_highlighted{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item,.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image,.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{display:none}.bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{padding:1.875em;position:relative;-webkit-flex-basis:100%;flex-basis:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:22.5em}.bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after,.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after{display:block;content:"";background:currentColor;position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.05;pointer-events:none;z-index:1}.bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title,.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-size:1.25em}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type{position:relative}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image{display:block;border-radius:0;position:absolute;left:0;top:0;right:0;bottom:0;width:auto;height:auto;margin:0}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image a{display:block;left:50%;top:50%;position:relative}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image a img{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt_bb_gap_small.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image{left:.625em;right:.625em;bottom:1.25em}.bt_bb_gap_normal.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image{left:1.25em;right:1.25em;bottom:2.5em}.bt_bb_gap_large.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_image{left:2.5em;right:2.5em;bottom:5em}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content{color:#fff}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content:after{opacity:.85;background:-webkit-linear-gradient(top,transparent 30%,#191919 60%);background:-moz-linear-gradient(top,transparent 30%,#191919 60%);background:linear-gradient(to bottom,transparent 30%,#191919 60%)}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before{background:#e94d65}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a{color:currentColor}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover{color:#e94d65}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-size:1.5625em}.bt_bb_columns_3.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type{-webkit-flex-basis:66.66666%;flex-basis:66.66666%;max-width:66.66666%}.bt_bb_columns_4.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_columns_5.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type{-webkit-flex-basis:40%;flex-basis:40%;max-width:40%}.bt_bb_columns_6.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:last-child{display:none}.bt_bb_latest_posts.bt_bb_look_highlighted{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item{display:-ms-flexbox;display:-webkit-flex;display:flex}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{padding:1.875em;position:relative;-webkit-flex-basis:100%;flex-basis:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:22.5em;overflow:hidden}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item{position:relative}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{display:block;border-radius:0;position:absolute;left:0;top:0;right:0;bottom:0;width:auto;height:auto;margin:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a{display:block;left:50%;top:50%;position:relative}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a img{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt_bb_gap_small.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{left:.625em;right:.625em;bottom:1.25em}.bt_bb_gap_normal.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{left:1.25em;right:1.25em;bottom:2.5em}.bt_bb_gap_large.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{left:2.5em;right:2.5em;bottom:5em}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{color:#181818}.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after{display:block;content:"";position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.1;pointer-events:none;z-index:1;background:-webkit-linear-gradient(top,transparent 20%,#fff 40%);background:-moz-linear-gradient(top,transparent 20%,#fff 40%);background:linear-gradient(to bottom,transparent 20%,#fff 40%);opacity:.9}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta{padding:0}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{font-size:1.25em;font-weight:300;text-transform:uppercase;line-height:1}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before{display:none}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day,.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date>.bt_bb_latest_posts_item_date_day{font-size:1.5em;font-weight:800;display:block}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before,.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date span:before{display:none}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta{padding:0}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{position:absolute;top:0;right:0;color:#181818;padding:.8em;text-align:right;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:.8}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before{display:block;content:"";background:#fff;width:9em;height:5em;position:absolute;z-index:-1;right:-1px;top:0;margin:0;-webkit-transform:skewY(30deg);-moz-transform:skewY(30deg);-ms-transform:skewY(30deg);transform:skewY(30deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.rtl .bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{right:auto;left:0;text-align:left}.rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.rtl .bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before,.rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date:before{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewY(-30deg);-moz-transform:skewY(-30deg);-ms-transform:skewY(-30deg);transform:skewY(-30deg);right:auto;left:0}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta{padding:0}.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{width:3.6em;height:3.6em;position:absolute;top:1em;right:1em;border-radius:50%;background:#e94d65;color:#fff;padding:.25em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:.8}.rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.rtl .bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date,.rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{right:auto;left:1em}.bt_bb_latest_posts.bt_bb_look_clean .bt_bb_latest_posts_item_content{overflow:visible}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap{margin:0}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap .bt_bb_latest_posts_item{padding-left:2.5em}.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap .bt_bb_latest_posts_item{padding-left:0;padding-right:2.5em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small{margin:0 -.625em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item{padding-left:3.125em;padding-right:.3125em}.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item{padding-left:.3125em;padding-right:3.125em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{margin-left:-.625em;margin-right:-.625em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal{margin:0 -1.25em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item{padding-left:3.75em;padding-right:.625em}.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item{padding-left:.625em;padding-right:3.75em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{margin-left:-1.25em;margin-right:-1.25em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large{margin:0 -2.5em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item{padding-left:5em;padding-right:1.25em}.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item{padding-left:1.25em;padding-right:5em}.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{margin-left:-2.5em;margin-right:-2.5em}.bt_bb_latest_posts.bt_bb_gap_no_gap{margin:0}.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item{padding:0}.bt_bb_latest_posts.bt_bb_gap_small{margin:0 -.625em}.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item{padding:0 .625em 1.25em}.bt_bb_latest_posts.bt_bb_gap_normal{margin:0 -1.25em}.bt_bb_latest_posts.bt_bb_gap_normal .bt_bb_latest_posts_item{padding:0 1.25em 2.5em}.bt_bb_latest_posts.bt_bb_gap_large{margin:0 -2.5em}.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item{padding:0 2.5em 5em}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.bt_bb_columns_3.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child{width:66.66666%}.bt_bb_columns_4.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child{width:50%}.bt_bb_columns_5.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child{width:40%}.bt_bb_columns_6.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child{width:33.333333%}}@media (max-width:992px){.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%!important;flex-basis:50%!important;max-width:50%!important;width:50%!important}.bt_bb_look_standard_highlighted.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item:first-child{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:33.33%!important;flex-basis:33.33%!important;max-width:33.33%!important;width:33.33%!important}.bt_bb_look_standard_highlighted.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item:first-child{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}}@media (max-width:768px){.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:50%!important;flex-basis:50%!important;max-width:50%!important;width:50%!important}.bt_bb_look_standard_highlighted.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item:first-child{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}}@media (max-width:480px){.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important;width:100%!important}}.bt_bb_masonry_post_grid,.bt_bb_masonry_portfolio_grid{position:relative}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content{background:#fff0;padding:0}.bt_bb_columns_1.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_1.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_1.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_1.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%}.bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:33.333333%;flex-basis:33.333333%;max-width:33.333333%}.bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}.bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:16.66666%;flex-basis:16.66666%;max-width:16.66666%}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail{display:block;border-radius:0}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content{-webkit-flex-basis:100%;flex-basis:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*{z-index:10}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category{padding-bottom:.5em;font-size:.875em;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;text-transform:uppercase;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before{background:currentColor;height:2px;width:1.42857em;display:block;content:"";-webkit-transform:translate(-2.142857em,8px);-moz-transform:translate(-2.142857em,8px);-ms-transform:translate(-2.142857em,8px);transform:translate(-2.142857em,8px);position:absolute}.rtl .bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,.rtl .bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before{-webkit-transform:translate(2.142857em,8px);-moz-transform:translate(2.142857em,8px);-ms-transform:translate(2.142857em,8px);transform:translate(2.142857em,8px)}.bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_true.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_show_dash.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_true.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,.bt_bb_show_dash_show_dash.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty{display:none}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a{padding:0;background:transparent!important;color:currentColor;-webkit-transition:200ms ease opacity;-moz-transition:200ms ease opacity;transition:200ms ease opacity}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover{opacity:.6}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a:not(:last-child):after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a:not(:last-child):after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a:not(:last-child):after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category>a:not(:last-child):after{display:block;width:1em;content:""}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li{margin:0;line-height:1.5;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a{padding:0}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after{display:block;width:1em;content:""}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 .5em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span{font-weight:400;padding:0;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;line-height:1.5;font-size:.875em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before{font-family:FontAwesome;color:#e94d65;margin:0 .3em 0 0}.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before,.rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before{margin:0 0 0 .3em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:after{content:"";display:block;width:1em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a{color:currentColor}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a:hover,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author a:hover{color:#e94d65}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_date:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_date:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_date:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_date:before{content:"\f017"}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_author:before{content:"\f2be"}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_comments:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_comments:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_comments:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span.bt_bb_grid_item_item_comments:before{content:"\f0e5"}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:last-child:after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:last-child:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:last-child:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:last-child:after{display:none}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:1.5625em;font-weight:800;padding:0;margin-bottom:.5em;position:relative;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3em;max-height:2.6em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a{color:#e94d65;line-height:inherit;display:inline-block}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover{color:currentColor}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt{font-size:.875em;margin-bottom:1em;margin-top:0;position:relative;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.5em;max-height:4.5em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty{margin:0}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share{opacity:.5;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease;margin-bottom:1em;margin-top:0}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after{display:block;content:"";clear:both;width:100%}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty{display:none}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{padding:0}.bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_left .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_left .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{padding-right:.5em}.bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{padding-left:.5em}.bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,.bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{padding-right:.25em;padding-left:.25em}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder{-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before{font-size:.875em;width:2em;height:2em;color:#e94d65;border-radius:50%}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:.875em;font-weight:800}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#e94d65}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after{font-family:FontAwesome;content:"\f105";margin:0 .6em}.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,.rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after{content:"\f104"}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover{color:currentColor}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*:last-child,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*:last-child,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*:last-child,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content>*:last-child{margin-bottom:0}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before{opacity:.8}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share{opacity:1}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta{padding:0}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{font-size:1.25em!important;font-weight:300;text-transform:uppercase;line-height:1!important}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before,.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before{display:none}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date>.bt_bb_grid_item_date_day,.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date>.bt_bb_grid_item_date_day,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date>.bt_bb_grid_item_date_day,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date>.bt_bb_grid_item_date_day{font-size:1.5em;font-weight:800;display:block}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date span:before,.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date span:before,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date span:before,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date span:before{display:none}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta{padding:0}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{position:absolute;top:0;right:0;color:#181818;padding:.8em!important;text-align:right;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:.8!important;pointer-events:none}.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before{display:block;content:""!important;background:#fff;width:9em;height:5em;position:absolute;z-index:-1;right:-1px;top:0;margin:0!important;-webkit-transform:skewY(30deg);-moz-transform:skewY(30deg);-ms-transform:skewY(30deg);transform:skewY(30deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.rtl .bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{right:auto;left:0;text-align:left}.rtl .bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before,.rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date:before{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewY(-30deg);-moz-transform:skewY(-30deg);-ms-transform:skewY(-30deg);transform:skewY(-30deg);right:auto;left:0}.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta{padding:0}.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{width:3.6em;height:3.6em;position:absolute;top:1em;right:1em;border-radius:50%;background:#e94d65;color:#fff;padding:.25em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:.8!important;pointer-events:none}.rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date,.rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{right:auto;left:1em}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail{position:relative;z-index:10}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a{display:block;position:relative;overflow:hidden}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img{display:block;-webkit-transition:500ms ease all;-moz-transition:500ms ease all;transition:500ms ease all}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before{position:absolute;content:"";display:block;background:rgb(24 24 24 / .5);top:-1px;bottom:0;left:-1px;right:-1px;z-index:1;opacity:0;pointer-events:none;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after{font-size:1.25em;display:block;content:"\e900";font-family:Essential;width:2.25em;height:2.25em;line-height:2.25;text-align:center;background:#e94d65;color:#fff;border-radius:50%;position:absolute;left:50%;top:50%;margin:-1.125em 0 0 -1.125em;opacity:0;z-index:2;pointer-events:none;-webkit-box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before{opacity:.8}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms;-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content{padding:1.375em 1.875em 1.875em;background:#fff0}.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after{display:block;content:"";background:currentColor;position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.05;pointer-events:none;z-index:1}.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail{position:absolute;left:0;top:0;right:0;bottom:0;width:auto;height:auto;margin:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;height:auto!important}.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a{display:block;left:50%;top:50%;position:relative}.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img{display:block;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content{padding:1.875em;position:relative;min-height:22.5em;overflow:hidden;line-height:1.5;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#181818}.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,.bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after{display:block;content:"";position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.1;pointer-events:none;z-index:1;background:-webkit-linear-gradient(top,transparent 15%,#fff 50%);background:-moz-linear-gradient(top,transparent 15%,#fff 50%);background:linear-gradient(to bottom,transparent 15%,#fff 50%);opacity:.9}.bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content{margin:0}.bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{padding:0}.bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,.bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content{margin:0 -.3125em}.bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{padding:0 .3125em .625em}.bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,.bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content{margin:0 -.625em}.bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{padding:0 .625em 1.25em}.bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,.bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,.bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content{margin:0 -1.25em}.bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{padding:0 1.25em 2.5em}@media (max-width:768px){.bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,.bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}.bt_facebook.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #3b5998 inset!important;box-shadow:0 0 0 1em #3b5998 inset!important}.bt_facebook.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #3b5998 inset!important;box-shadow:0 0 0 2px #3b5998 inset!important;color:#3b5998!important}.bt_twitter.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #1da1f2 inset!important;box-shadow:0 0 0 1em #1da1f2 inset!important}.bt_twitter.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #1da1f2 inset!important;box-shadow:0 0 0 2px #1da1f2 inset!important;color:#1da1f2!important}.bt_linkedin.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #007bb5 inset!important;box-shadow:0 0 0 1em #007bb5 inset!important}.bt_linkedin.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #007bb5 inset!important;box-shadow:0 0 0 2px #007bb5 inset!important;color:#007bb5!important}.bt_google_plus.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #dc4e40 inset!important;box-shadow:0 0 0 1em #dc4e40 inset!important}.bt_google_plus.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #dc4e40 inset!important;box-shadow:0 0 0 2px #dc4e40 inset!important;color:#dc4e40!important}.bt_vk.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #4c75a5 inset!important;box-shadow:0 0 0 1em #4c75a5 inset!important}.bt_vk.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #4c75a5 inset!important;box-shadow:0 0 0 2px #4c75a5 inset!important;color:#4c75a5!important}.bt_whatsapp.bt_bb_icon .bt_bb_icon_holder:before{color:#FFF!important;-webkit-box-shadow:0 0 0 1em #3fbd50 inset!important;box-shadow:0 0 0 1em #3fbd50 inset!important}.bt_whatsapp.bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 2px #3fbd50 inset!important;box-shadow:0 0 0 2px #3fbd50 inset!important;color:#3fbd50!important}.search-results.btNoSidebar .btContent .btArticleListItem:first-child{margin-top:4em}.btNoSearchResults{border:2px solid #e94d65;padding:3em}.btNoSidebar .btNoSearchResults{max-width:1260px;margin:0 auto}.bt_bb_plugin_active.btNoSidebar .btNoSearchResults{margin-top:4em}.btSoftRoundedButtons .btNoSearchResults{border-radius:5px}.btHardRoundedButtons .btNoSearchResults{border-radius:50px}.btNoSearchResults .bt_bb_headline h2{font-size:1.25rem;font-family:Roboto,Arial,Helvetica,sans-serif}.btNoSearchResults .bt_bb_headline h2 .bt_bb_headline_content .bt_bb_search_keyword{font-weight:700}.btNoSearchResults .bt_bb_headline_subheadline{margin-top:2em!important;font-size:.875em!important}.btNoSearchResults #searchform{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btNoSearchResults #searchform input[type='search']{-webkit-flex-basis:78%;flex-basis:78%;margin-right:2%}.rtl .btNoSearchResults #searchform input[type='search']{margin-right:0;margin-left:2%}.btNoSearchResults #searchform input[type='submit']{-webkit-flex-basis:20%;flex-basis:20%;height:auto;cursor:pointer;font-size:1em;line-height:1;font-weight:500;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;border:0;background:#e94d65;padding:0 1.875em;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700}.btSoftRoundedButtons .btNoSearchResults #searchform input[type='submit']{border-radius:5px}.btHardRoundedButtons .btNoSearchResults #searchform input[type='submit']{border-radius:50px}.btNoSearchResults #searchform input[type='submit']:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btNoSearchResults .bt_bb_button:last-child{display:inline-block;line-height:1;margin-bottom:.25em}.btNoSearchResults .bt_bb_button:last-child a{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;color:#e94d65;background:#fff;display:-ms-flexbox;display:-webkit-flex;display:flex}.btNoSearchResults .bt_bb_button:last-child a:hover{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important;box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);color:#e94d65!important}.rtl .btNoSearchResults .bt_bb_button:last-child{float:right;margin-left:.5em;margin-right:0}.bt_bb_service_image .bt_bb_service_image_content_image{margin-bottom:1em}.bt_bb_service_image .bt_bb_service_image_content_image img{display:block}.bt_bb_shape_soft_rounded.bt_bb_service_image .bt_bb_service_image_content_image img{border-radius:5px}.bt_bb_shape_hard_rounded.bt_bb_service_image .bt_bb_service_image_content_image img{border-radius:50%}.bt_bb_shape_slanted_right.bt_bb_service_image .bt_bb_service_image_content_image img{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.bt_bb_shape_slanted_left.bt_bb_service_image .bt_bb_service_image_content_image img{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.bt_bb_service_image .bt_bb_service_image_content_image:last-child{margin-bottom:0}.bt_bb_service_image .bt_bb_service_image_content{margin-bottom:1em}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3{font-size:1.875em;padding-bottom:.75em}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 b{font-weight:inherit;color:#e94d65}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 u{font-weight:inherit;text-decoration:none;color:#1b4962}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 em{font-style:inherit;color:#fff}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 s{font-weight:inherit;text-decoration:none;color:#181818}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 strong{font-weight:800}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title:last-child h3{padding-bottom:0}.bt_bb_service_image .bt_bb_service_image_content:last-child{margin-bottom:0}.bt_bb_service_image .bt_bb_service_image_content_read_more{font-size:.875em;font-weight:700;font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_service_image .bt_bb_service_image_content_read_more a{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.bt_bb_service_image .bt_bb_service_image_content_read_more a:after{font-family:FontAwesome;content:"\f105";margin:0 .5em}.bt_bb_align_right .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_left.bt_bb_service_image,.bt_bb_align_left .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_image{padding-right:23%}.bt_bb_align_right .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_left.bt_bb_service_image,.bt_bb_align_left .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,.bt_bb_align_right .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_left.bt_bb_service_image,.bt_bb_align_left .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more{padding-left:23%}.bt_bb_align_left .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_right.bt_bb_service_image,.bt_bb_align_right .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_image{padding-left:23%}.bt_bb_align_left .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_right.bt_bb_service_image,.bt_bb_align_right .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,.bt_bb_align_left .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_right.bt_bb_service_image,.bt_bb_align_right .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more{padding-right:23%}.bt_bb_align_left .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_center.bt_bb_service_image,.bt_bb_align_center .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_image{padding-left:11.5%;padding-right:11.5%}.bt_bb_align_left .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_center.bt_bb_service_image,.bt_bb_align_center .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,.bt_bb_align_left .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_center.bt_bb_service_image,.bt_bb_align_center .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more{padding-left:11.5%;padding-right:11.5%}.bt_bb_highlight.bt_bb_column .bt_bb_column_content{-webkit-box-shadow:0 2px 20px rgb(0 0 0 / .2);box-shadow:0 2px 20px rgb(0 0 0 / .2)}.bt_bb_highlight.bt_bb_column_inner .bt_bb_column_inner_content{-webkit-box-shadow:0 2px 20px rgb(0 0 0 / .2);box-shadow:0 2px 20px rgb(0 0 0 / .2)}.bold_timeline_item_button{font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:700;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btSlantedRightButtons .bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.btSlantedLeftButtons .bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.bold_timeline_item_button_style_filled.bold_timeline_item_button .bold_timeline_item_button_inner,.bold_timeline_container_button_style_filled .bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset!important;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset!important}.bold_timeline_item_button_style_outline.bold_timeline_item_button .bold_timeline_item_button_inner,.bold_timeline_container_button_style_outline .bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-box-shadow:0 2px 0 0 rgb(24 24 24 / .15) inset!important;box-shadow:0 2px 0 0 rgb(24 24 24 / .15) inset!important}.bold_timeline_item_button_style_clear.bold_timeline_item_button .bold_timeline_item_button_inner,.bold_timeline_container_button_style_clear .bold_timeline_item_button .bold_timeline_item_button_inner{-webkit-box-shadow:none!important;box-shadow:none!important}.btSlantedRightButtons .bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.btSlantedLeftButtons .bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.bold_timeline_item_button.bold_timeline_item_button_size_small{font-size:.875em!important;line-height:1.1}.bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:1.2142857em 1.42857142em}.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:0}.bold_timeline_item_button.bold_timeline_item_button_size_normal{font-size:1em!important}.bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:1.125em 1.875em}.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:0}.bold_timeline_item_button.bold_timeline_item_button_size_large{font-size:1.25em!important}.bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:1em 2em}.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text{padding:0}.bold_timeline_item_button:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.bold_timeline_item_button_style_filled.bold_timeline_item_button:hover .bold_timeline_item_button_inner,.bold_timeline_container_button_style_filled .bold_timeline_item_button:hover .bold_timeline_item_button_inner{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)!important;box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)!important}.bold_timeline_item_button_style_outline.bold_timeline_item_button:hover .bold_timeline_item_button_inner,.bold_timeline_container_button_style_outline .bold_timeline_item_button:hover .bold_timeline_item_button_inner{-webkit-box-shadow:0 3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)!important;box-shadow:0 3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)!important}.bold_timeline_item_button_style_clear.bold_timeline_item_button:hover .bold_timeline_item_button_inner{-webkit-box-shadow:none!important;box-shadow:none!important}.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner,.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner{padding-right:3rem}.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner:after,.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner:after{-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_header_inner:after,.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_header_inner:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);content:"\f107"}.bt_bb_splitted_headline{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.rtl .bt_bb_splitted_headline{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_splitted_headline.bt_bb_line_orientation_right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .bt_bb_splitted_headline.bt_bb_line_orientation_right{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bt_bb_align_right .bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_left .bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_left .bt_bb_splitted_headline,.bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_splitted_headline{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_align_left .bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_align_right .bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_right .bt_bb_splitted_headline,.bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_splitted_headline{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_align_left .bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_align_center .bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_center .bt_bb_splitted_headline,.bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_splitted_headline{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_splitted_headline .bt_bb_splitted_headline_first{white-space:nowrap;padding-bottom:1.5em}.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_first{padding-right:.5em}.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_first{padding-left:.5em;padding-right:0}.bt_bb_splitted_headline .bt_bb_splitted_headline_second{white-space:nowrap;padding-top:1.5em}.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_second{padding-left:.5em}.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_second{padding-right:.5em;padding-left:0}.bt_bb_splitted_headline .bt_bb_splitted_headline_line{background:currentColor;min-height:100px;margin-top:-14px;margin-bottom:-14px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-grow:0;flex-grow:0}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_1{width:1px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_2{width:2px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_3{width:3px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_4{width:4px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_5{width:5px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_6{width:6px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_3{border-radius:3px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_4{border-radius:4px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_5{border-radius:5px}.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_6{border-radius:6px}.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_line{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_line{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bt_bb_splitted_headline h1,.bt_bb_splitted_headline h2,.bt_bb_splitted_headline h3,.bt_bb_splitted_headline h4,.bt_bb_splitted_headline h5,.bt_bb_splitted_headline h6{padding-bottom:0}.bt_bb_splitted_headline h1.bt_bb_size_extrasmall,.bt_bb_splitted_headline h2.bt_bb_size_extrasmall,.bt_bb_splitted_headline h3.bt_bb_size_extrasmall,.bt_bb_splitted_headline h4.bt_bb_size_extrasmall,.bt_bb_splitted_headline h5.bt_bb_size_extrasmall,.bt_bb_splitted_headline h6.bt_bb_size_extrasmall{font-size:1.25rem}.bt_bb_splitted_headline h1.bt_bb_size_small,.bt_bb_splitted_headline h2.bt_bb_size_small,.bt_bb_splitted_headline h3.bt_bb_size_small,.bt_bb_splitted_headline h4.bt_bb_size_small,.bt_bb_splitted_headline h5.bt_bb_size_small,.bt_bb_splitted_headline h6.bt_bb_size_small{font-size:1.5625rem}.bt_bb_splitted_headline h1.bt_bb_size_normal,.bt_bb_splitted_headline h2.bt_bb_size_normal,.bt_bb_splitted_headline h3.bt_bb_size_normal,.bt_bb_splitted_headline h4.bt_bb_size_normal,.bt_bb_splitted_headline h5.bt_bb_size_normal,.bt_bb_splitted_headline h6.bt_bb_size_normal{font-size:1.875rem}.bt_bb_splitted_headline h1.bt_bb_size_medium,.bt_bb_splitted_headline h2.bt_bb_size_medium,.bt_bb_splitted_headline h3.bt_bb_size_medium,.bt_bb_splitted_headline h4.bt_bb_size_medium,.bt_bb_splitted_headline h5.bt_bb_size_medium,.bt_bb_splitted_headline h6.bt_bb_size_medium{font-size:2.5rem}.bt_bb_splitted_headline h1.bt_bb_size_large,.bt_bb_splitted_headline h2.bt_bb_size_large,.bt_bb_splitted_headline h3.bt_bb_size_large,.bt_bb_splitted_headline h4.bt_bb_size_large,.bt_bb_splitted_headline h5.bt_bb_size_large,.bt_bb_splitted_headline h6.bt_bb_size_large{font-size:3.75rem}.bt_bb_splitted_headline h1.bt_bb_size_extralarge,.bt_bb_splitted_headline h2.bt_bb_size_extralarge,.bt_bb_splitted_headline h3.bt_bb_size_extralarge,.bt_bb_splitted_headline h4.bt_bb_size_extralarge,.bt_bb_splitted_headline h5.bt_bb_size_extralarge,.bt_bb_splitted_headline h6.bt_bb_size_extralarge{font-size:4.375rem}.bt_bb_splitted_headline h1.bt_bb_size_huge,.bt_bb_splitted_headline h2.bt_bb_size_huge,.bt_bb_splitted_headline h3.bt_bb_size_huge,.bt_bb_splitted_headline h4.bt_bb_size_huge,.bt_bb_splitted_headline h5.bt_bb_size_huge,.bt_bb_splitted_headline h6.bt_bb_size_huge{font-size:5rem}.bt_bb_splitted_headline h1.bt_bb_font_weight_normal,.bt_bb_splitted_headline h2.bt_bb_font_weight_normal,.bt_bb_splitted_headline h3.bt_bb_font_weight_normal,.bt_bb_splitted_headline h4.bt_bb_font_weight_normal,.bt_bb_splitted_headline h5.bt_bb_font_weight_normal,.bt_bb_splitted_headline h6.bt_bb_font_weight_normal{font-weight:400}.bt_bb_splitted_headline h1.bt_bb_font_weight_black,.bt_bb_splitted_headline h2.bt_bb_font_weight_black,.bt_bb_splitted_headline h3.bt_bb_font_weight_black,.bt_bb_splitted_headline h4.bt_bb_font_weight_black,.bt_bb_splitted_headline h5.bt_bb_font_weight_black,.bt_bb_splitted_headline h6.bt_bb_font_weight_black{font-weight:#000}.bt_bb_splitted_headline h1.bt_bb_font_weight_bold,.bt_bb_splitted_headline h2.bt_bb_font_weight_bold,.bt_bb_splitted_headline h3.bt_bb_font_weight_bold,.bt_bb_splitted_headline h4.bt_bb_font_weight_bold,.bt_bb_splitted_headline h5.bt_bb_font_weight_bold,.bt_bb_splitted_headline h6.bt_bb_font_weight_bold{font-weight:700}.bt_bb_splitted_headline h1.bt_bb_font_weight_bolder,.bt_bb_splitted_headline h2.bt_bb_font_weight_bolder,.bt_bb_splitted_headline h3.bt_bb_font_weight_bolder,.bt_bb_splitted_headline h4.bt_bb_font_weight_bolder,.bt_bb_splitted_headline h5.bt_bb_font_weight_bolder,.bt_bb_splitted_headline h6.bt_bb_font_weight_bolder{font-weight:bolder}.bt_bb_splitted_headline h1.bt_bb_font_weight_lighter,.bt_bb_splitted_headline h2.bt_bb_font_weight_lighter,.bt_bb_splitted_headline h3.bt_bb_font_weight_lighter,.bt_bb_splitted_headline h4.bt_bb_font_weight_lighter,.bt_bb_splitted_headline h5.bt_bb_font_weight_lighter,.bt_bb_splitted_headline h6.bt_bb_font_weight_lighter{font-weight:300}.bt_bb_splitted_headline h1.bt_bb_font_weight_100,.bt_bb_splitted_headline h2.bt_bb_font_weight_100,.bt_bb_splitted_headline h3.bt_bb_font_weight_100,.bt_bb_splitted_headline h4.bt_bb_font_weight_100,.bt_bb_splitted_headline h5.bt_bb_font_weight_100,.bt_bb_splitted_headline h6.bt_bb_font_weight_100{font-weight:100}.bt_bb_splitted_headline h1.bt_bb_font_weight_200,.bt_bb_splitted_headline h2.bt_bb_font_weight_200,.bt_bb_splitted_headline h3.bt_bb_font_weight_200,.bt_bb_splitted_headline h4.bt_bb_font_weight_200,.bt_bb_splitted_headline h5.bt_bb_font_weight_200,.bt_bb_splitted_headline h6.bt_bb_font_weight_200{font-weight:200}.bt_bb_splitted_headline h1.bt_bb_font_weight_300,.bt_bb_splitted_headline h2.bt_bb_font_weight_300,.bt_bb_splitted_headline h3.bt_bb_font_weight_300,.bt_bb_splitted_headline h4.bt_bb_font_weight_300,.bt_bb_splitted_headline h5.bt_bb_font_weight_300,.bt_bb_splitted_headline h6.bt_bb_font_weight_300{font-weight:300}.bt_bb_splitted_headline h1.bt_bb_font_weight_400,.bt_bb_splitted_headline h2.bt_bb_font_weight_400,.bt_bb_splitted_headline h3.bt_bb_font_weight_400,.bt_bb_splitted_headline h4.bt_bb_font_weight_400,.bt_bb_splitted_headline h5.bt_bb_font_weight_400,.bt_bb_splitted_headline h6.bt_bb_font_weight_400{font-weight:400}.bt_bb_splitted_headline h1.bt_bb_font_weight_500,.bt_bb_splitted_headline h2.bt_bb_font_weight_500,.bt_bb_splitted_headline h3.bt_bb_font_weight_500,.bt_bb_splitted_headline h4.bt_bb_font_weight_500,.bt_bb_splitted_headline h5.bt_bb_font_weight_500,.bt_bb_splitted_headline h6.bt_bb_font_weight_500{font-weight:500}.bt_bb_splitted_headline h1.bt_bb_font_weight_600,.bt_bb_splitted_headline h2.bt_bb_font_weight_600,.bt_bb_splitted_headline h3.bt_bb_font_weight_600,.bt_bb_splitted_headline h4.bt_bb_font_weight_600,.bt_bb_splitted_headline h5.bt_bb_font_weight_600,.bt_bb_splitted_headline h6.bt_bb_font_weight_600{font-weight:600}.bt_bb_splitted_headline h1.bt_bb_font_weight_700,.bt_bb_splitted_headline h2.bt_bb_font_weight_700,.bt_bb_splitted_headline h3.bt_bb_font_weight_700,.bt_bb_splitted_headline h4.bt_bb_font_weight_700,.bt_bb_splitted_headline h5.bt_bb_font_weight_700,.bt_bb_splitted_headline h6.bt_bb_font_weight_700{font-weight:700}.bt_bb_splitted_headline h1.bt_bb_font_weight_800,.bt_bb_splitted_headline h2.bt_bb_font_weight_800,.bt_bb_splitted_headline h3.bt_bb_font_weight_800,.bt_bb_splitted_headline h4.bt_bb_font_weight_800,.bt_bb_splitted_headline h5.bt_bb_font_weight_800,.bt_bb_splitted_headline h6.bt_bb_font_weight_800{font-weight:800}.bt_bb_splitted_headline h1.bt_bb_font_weight_900,.bt_bb_splitted_headline h2.bt_bb_font_weight_900,.bt_bb_splitted_headline h3.bt_bb_font_weight_900,.bt_bb_splitted_headline h4.bt_bb_font_weight_900,.bt_bb_splitted_headline h5.bt_bb_font_weight_900,.bt_bb_splitted_headline h6.bt_bb_font_weight_900{font-weight:900}.bt_bb_star_bullet_list ul,.bt_bb_check_bullet_list ul{list-style:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.bt_bb_star_bullet_list ul li,.bt_bb_check_bullet_list ul li{margin-left:0;margin-right:0;margin-bottom:.5em}.bt_bb_star_bullet_list ul li:before,.bt_bb_check_bullet_list ul li:before{font-family:FontAwesome;color:#e94d65;margin-right:8px}.rtl .bt_bb_star_bullet_list ul li:before,.rtl .bt_bb_check_bullet_list ul li:before{margin-right:auto;margin-left:8px}.bt_bb_star_bullet_list ul li:before{content:"\f005"}.bt_bb_check_bullet_list ul li:before{content:"\f00c"}.bt_bb_floating_image{position:absolute}.bt_bb_floating_image_vertical_position_top.bt_bb_floating_image{top:0}.bt_bb_floating_image_vertical_position_middle.bt_bb_floating_image{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto}.bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image{bottom:0}.bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image{left:0}.bt_bb_floating_image_horizontal_position_center.bt_bb_floating_image{margin-left:auto;margin-right:auto;left:0;right:0}.bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image{right:0}.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:transform 1200ms ease-out;-moz-transition:transform 1200ms ease-out;transition:transform 1200ms ease-out}.bt_bb_floating_image_animation_style_ease_out.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms ease-out;-moz-transition:transform 1200ms ease-out;transition:transform 1200ms ease-out}.bt_bb_floating_image_animation_style_ease_out_sine.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms cubic-bezier(.390,.575,.565,1);-moz-transition:transform 1200ms cubic-bezier(.390,.575,.565,1);transition:transform 1200ms cubic-bezier(.390,.575,.565,1)}.bt_bb_floating_image_animation_style_ease_in.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms ease-in;-moz-transition:transform 1200ms ease-in;transition:transform 1200ms ease-in}.bt_bb_floating_image_animation_style_ease_in_sine.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms cubic-bezier(.470,0,.745,.715);-moz-transition:transform 1200ms cubic-bezier(.470,0,.745,.715);transition:transform 1200ms cubic-bezier(.470,0,.745,.715)}.bt_bb_floating_image_animation_style_ease_in_out.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms ease-in-out;-moz-transition:transform 1200ms ease-in-out;transition:transform 1200ms ease-in-out}.bt_bb_floating_image_animation_style_ease_in_out_sine.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms cubic-bezier(.445,.050,.550,.950);-moz-transition:transform 1200ms cubic-bezier(.445,.050,.550,.950);transition:transform 1200ms cubic-bezier(.445,.050,.550,.950)}.bt_bb_floating_image_animation_style_ease_in_out_back.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55);-moz-transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55);transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55)}.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+2){-webkit-transition-duration:1400ms;-moz-transition-duration:1400ms;transition-duration:1400ms}.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+3){-webkit-transition-duration:1600ms;-moz-transition-duration:1600ms;transition-duration:1600ms}.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+4){-webkit-transition-duration:1800ms;-moz-transition-duration:1800ms;transition-duration:1800ms}.bt_bb_floating_image_animation_duration_0.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:0ms;-moz-transition-duration:0ms;transition-duration:0ms}.bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:100ms;-moz-transition-duration:100ms;transition-duration:100ms}.bt_bb_floating_image_animation_duration_200.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:200ms;-moz-transition-duration:200ms;transition-duration:200ms}.bt_bb_floating_image_animation_duration_300.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:300ms;-moz-transition-duration:300ms;transition-duration:300ms}.bt_bb_floating_image_animation_duration_400.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:400ms;-moz-transition-duration:400ms;transition-duration:400ms}.bt_bb_floating_image_animation_duration_500.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:500ms;-moz-transition-duration:500ms;transition-duration:500ms}.bt_bb_floating_image_animation_duration_600.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:600ms;-moz-transition-duration:600ms;transition-duration:600ms}.bt_bb_floating_image_animation_duration_700.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:700ms;-moz-transition-duration:700ms;transition-duration:700ms}.bt_bb_floating_image_animation_duration_800.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:800ms;-moz-transition-duration:800ms;transition-duration:800ms}.bt_bb_floating_image_animation_duration_900.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:900ms;-moz-transition-duration:900ms;transition-duration:900ms}.bt_bb_floating_image_animation_duration_1000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1000ms;-moz-transition-duration:1000ms;transition-duration:1000ms}.bt_bb_floating_image_animation_duration_1100.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1100ms;-moz-transition-duration:1100ms;transition-duration:1100ms}.bt_bb_floating_image_animation_duration_1200.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1200ms;-moz-transition-duration:1200ms;transition-duration:1200ms}.bt_bb_floating_image_animation_duration_1300.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1300ms;-moz-transition-duration:1300ms;transition-duration:1300ms}.bt_bb_floating_image_animation_duration_1400.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1400ms;-moz-transition-duration:1400ms;transition-duration:1400ms}.bt_bb_floating_image_animation_duration_1500.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1500ms;-moz-transition-duration:1500ms;transition-duration:1500ms}.bt_bb_floating_image_animation_duration_1600.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1600ms;-moz-transition-duration:1600ms;transition-duration:1600ms}.bt_bb_floating_image_animation_duration_1700.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1700ms;-moz-transition-duration:1700ms;transition-duration:1700ms}.bt_bb_floating_image_animation_duration_1800.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1800ms;-moz-transition-duration:1800ms;transition-duration:1800ms}.bt_bb_floating_image_animation_duration_1900.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:1900ms;-moz-transition-duration:1900ms;transition-duration:1900ms}.bt_bb_floating_image_animation_duration_2000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:2000ms;-moz-transition-duration:2000ms;transition-duration:2000ms}.bt_bb_floating_image_animation_duration_2500.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:2500ms;-moz-transition-duration:2500ms;transition-duration:2500ms}.bt_bb_floating_image_animation_duration_3000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:3000ms;-moz-transition-duration:3000ms;transition-duration:3000ms}.bt_bb_floating_image_animation_duration_3500.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:3500ms;-moz-transition-duration:3500ms;transition-duration:3500ms}.bt_bb_floating_image_animation_duration_4000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:4000ms;-moz-transition-duration:4000ms;transition-duration:4000ms}.bt_bb_floating_image_animation_duration_5000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:5000ms;-moz-transition-duration:5000ms;transition-duration:5000ms}.bt_bb_floating_image_animation_duration_6000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-duration:6000ms;-moz-transition-duration:6000ms;transition-duration:6000ms}.bt_bb_floating_image_animation_delay_0.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.bt_bb_floating_image_animation_delay_100.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.bt_bb_floating_image_animation_delay_200.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_floating_image_animation_delay_300.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_floating_image_animation_delay_400.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.bt_bb_floating_image_animation_delay_500.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:500ms;-moz-transition-delay:500ms;transition-delay:500ms}.bt_bb_floating_image_animation_delay_600.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.bt_bb_floating_image_animation_delay_700.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.bt_bb_floating_image_animation_delay_800.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.bt_bb_floating_image_animation_delay_900.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.bt_bb_floating_image_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_image_image{-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.bt_bb_floating_element{position:absolute;pointer-events:none}.bt_bb_floating_element_vertical_position_top.bt_bb_floating_element{top:0}.bt_bb_floating_element_vertical_position_middle.bt_bb_floating_element{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:auto}.bt_bb_floating_element_vertical_position_bottom.bt_bb_floating_element{bottom:0}.bt_bb_floating_element_horizontal_position_left.bt_bb_floating_element{left:0}.bt_bb_floating_element_horizontal_position_center.bt_bb_floating_element{margin-left:auto;margin-right:auto;left:0;right:0}.bt_bb_floating_element_horizontal_position_right.bt_bb_floating_element{right:0}.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:transform 1200ms ease-out;-moz-transition:transform 1200ms ease-out;transition:transform 1200ms ease-out}.bt_bb_floating_element_animation_style_ease_out.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms ease-out;-moz-transition:transform 1200ms ease-out;transition:transform 1200ms ease-out}.bt_bb_floating_element_animation_style_ease_out_sine.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms cubic-bezier(.390,.575,.565,1);-moz-transition:transform 1200ms cubic-bezier(.390,.575,.565,1);transition:transform 1200ms cubic-bezier(.390,.575,.565,1)}.bt_bb_floating_element_animation_style_ease_in.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms ease-in;-moz-transition:transform 1200ms ease-in;transition:transform 1200ms ease-in}.bt_bb_floating_element_animation_style_ease_in_sine.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms cubic-bezier(.470,0,.745,.715);-moz-transition:transform 1200ms cubic-bezier(.470,0,.745,.715);transition:transform 1200ms cubic-bezier(.470,0,.745,.715)}.bt_bb_floating_element_animation_style_ease_in_out.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms ease-in-out;-moz-transition:transform 1200ms ease-in-out;transition:transform 1200ms ease-in-out}.bt_bb_floating_element_animation_style_ease_in_out_sine.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms cubic-bezier(.445,.050,.550,.950);-moz-transition:transform 1200ms cubic-bezier(.445,.050,.550,.950);transition:transform 1200ms cubic-bezier(.445,.050,.550,.950)}.bt_bb_floating_element_animation_style_ease_in_out_back.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55);-moz-transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55);transition:transform 1200ms cubic-bezier(.680,-.550,.265,1.55)}.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n+2){-webkit-transition-duration:1400ms;-moz-transition-duration:1400ms;transition-duration:1400ms}.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n+3){-webkit-transition-duration:1600ms;-moz-transition-duration:1600ms;transition-duration:1600ms}.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n+4){-webkit-transition-duration:1800ms;-moz-transition-duration:1800ms;transition-duration:1800ms}.bt_bb_floating_element .bt_bb_floating_element_html>span{display:block}.bt_bb_floating_element_animation_duration_0.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:0ms;-moz-transition-duration:0ms;transition-duration:0ms}.bt_bb_floating_element_animation_duration_100.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:100ms;-moz-transition-duration:100ms;transition-duration:100ms}.bt_bb_floating_element_animation_duration_200.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:200ms;-moz-transition-duration:200ms;transition-duration:200ms}.bt_bb_floating_element_animation_duration_300.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:300ms;-moz-transition-duration:300ms;transition-duration:300ms}.bt_bb_floating_element_animation_duration_400.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:400ms;-moz-transition-duration:400ms;transition-duration:400ms}.bt_bb_floating_element_animation_duration_500.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:500ms;-moz-transition-duration:500ms;transition-duration:500ms}.bt_bb_floating_element_animation_duration_600.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:600ms;-moz-transition-duration:600ms;transition-duration:600ms}.bt_bb_floating_element_animation_duration_700.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:700ms;-moz-transition-duration:700ms;transition-duration:700ms}.bt_bb_floating_element_animation_duration_800.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:800ms;-moz-transition-duration:800ms;transition-duration:800ms}.bt_bb_floating_element_animation_duration_900.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:900ms;-moz-transition-duration:900ms;transition-duration:900ms}.bt_bb_floating_element_animation_duration_1000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1000ms;-moz-transition-duration:1000ms;transition-duration:1000ms}.bt_bb_floating_element_animation_duration_1100.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1100ms;-moz-transition-duration:1100ms;transition-duration:1100ms}.bt_bb_floating_element_animation_duration_1200.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1200ms;-moz-transition-duration:1200ms;transition-duration:1200ms}.bt_bb_floating_element_animation_duration_1300.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1300ms;-moz-transition-duration:1300ms;transition-duration:1300ms}.bt_bb_floating_element_animation_duration_1400.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1400ms;-moz-transition-duration:1400ms;transition-duration:1400ms}.bt_bb_floating_element_animation_duration_1500.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1500ms;-moz-transition-duration:1500ms;transition-duration:1500ms}.bt_bb_floating_element_animation_duration_1600.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1600ms;-moz-transition-duration:1600ms;transition-duration:1600ms}.bt_bb_floating_element_animation_duration_1700.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1700ms;-moz-transition-duration:1700ms;transition-duration:1700ms}.bt_bb_floating_element_animation_duration_1800.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1800ms;-moz-transition-duration:1800ms;transition-duration:1800ms}.bt_bb_floating_element_animation_duration_1900.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:1900ms;-moz-transition-duration:1900ms;transition-duration:1900ms}.bt_bb_floating_element_animation_duration_2000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:2000ms;-moz-transition-duration:2000ms;transition-duration:2000ms}.bt_bb_floating_element_animation_duration_2500.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:2500ms;-moz-transition-duration:2500ms;transition-duration:2500ms}.bt_bb_floating_element_animation_duration_3000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:3000ms;-moz-transition-duration:3000ms;transition-duration:3000ms}.bt_bb_floating_element_animation_duration_3500.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:3500ms;-moz-transition-duration:3500ms;transition-duration:3500ms}.bt_bb_floating_element_animation_duration_4000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:4000ms;-moz-transition-duration:4000ms;transition-duration:4000ms}.bt_bb_floating_element_animation_duration_5000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:5000ms;-moz-transition-duration:5000ms;transition-duration:5000ms}.bt_bb_floating_element_animation_duration_6000.bt_bb_floating_element .bt_bb_floating_element_html{-webkit-transition-duration:6000ms;-moz-transition-duration:6000ms;transition-duration:6000ms}.bt_bb_floating_element_animation_delay_0.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.bt_bb_floating_element_animation_delay_100.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.bt_bb_floating_element_animation_delay_200.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.bt_bb_floating_element_animation_delay_300.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:300ms;-moz-transition-delay:300ms;transition-delay:300ms}.bt_bb_floating_element_animation_delay_400.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms}.bt_bb_floating_element_animation_delay_500.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:500ms;-moz-transition-delay:500ms;transition-delay:500ms}.bt_bb_floating_element_animation_delay_600.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.bt_bb_floating_element_animation_delay_700.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:700ms;-moz-transition-delay:700ms;transition-delay:700ms}.bt_bb_floating_element_animation_delay_800.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:800ms;-moz-transition-delay:800ms;transition-delay:800ms}.bt_bb_floating_element_animation_delay_900.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:900ms;-moz-transition-delay:900ms;transition-delay:900ms}.bt_bb_floating_element_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_element_html{-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;transition-delay:1000ms}.woocommerce-result-count,.woocommerce-ordering{width:50%;float:left;margin:0;line-height:2.5em;margin-bottom:2em}.rtl .woocommerce-result-count,.rtl .woocommerce-ordering{float:right}.woocommerce-ordering{padding-left:1em}.rtl .woocommerce-ordering{padding-left:0;padding-right:1em}.products ul,ul.products{margin:0 -.625em 1.25rem;padding:0;list-style:none;clear:both;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.products ul li.product,ul.products li.product{width:100%;padding:0 .625em;margin:0 0 1.25em;position:relative;list-style:none;display:-ms-flexbox;display:-webkit-flex;display:flex}.woocommerce-page .products ul li.product,.woocommerce-page ul.products li.product{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}.columns-2 .products ul li.product,.columns-2 ul.products li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.columns-3 .products ul li.product,.columns-3 ul.products li.product{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}.columns-4 .products ul li.product,.columns-4 ul.products li.product{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.columns-5 .products ul li.product,.columns-5 ul.products li.product{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.columns-6 .products ul li.product,.columns-6 ul.products li.product{-webkit-flex:0 0 16.6666%;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.products ul li.product.first,ul.products li.product.first{clear:both}.products ul li.product .btWooShopLoopItemInner,ul.products li.product .btWooShopLoopItemInner{padding:0 1.875em 6em;position:relative;overflow:hidden;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;width:100%}.products ul li.product .btWooShopLoopItemInner:after,ul.products li.product .btWooShopLoopItemInner:after{content:" ";display:table;width:100%;clear:both}.products ul li.product .btWooShopLoopItemInner:after,ul.products li.product .btWooShopLoopItemInner:after{display:block;content:"";background:currentColor;position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.05;pointer-events:none;z-index:-1;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,.btDarkSkin ul.products li.product .btWooShopLoopItemInner:after,.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:after,.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:after{opacity:.05}.products ul li.product .btWooShopLoopItemInner>img,ul.products li.product .btWooShopLoopItemInner>img{margin-left:-1.875em;margin-right:-1.875em;margin-bottom:1.875em;width:auto;display:block;max-width:-webkit-calc(100% + 3.75em);max-width:-moz-calc(100% + 3.75em);max-width:calc(100% + 3.75em)}.products ul li.product .btWooShopLoopItemInner .bt_bb_image,ul.products li.product .btWooShopLoopItemInner .bt_bb_image{margin-left:-1.875em;margin-right:-1.875em;margin-bottom:1.875em;float:none;position:relative}.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,ul.products li.product .btWooShopLoopItemInner .bt_bb_image img{border-bottom:1px solid rgb(0 0 0 / .05);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;width:100%;display:block}.btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,.btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img{border:1px solid rgb(255 255 255 / .05)}.products ul li.product .btWooShopLoopItemInner .bt_bb_image a:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_image a:before{font-size:1.25em;display:block;content:"\ea08";font-family:Essential;width:2.25em;height:2.25em;line-height:2.25;text-align:center;background:#e94d65;color:#fff;border-radius:50%;position:absolute;left:50%;top:50%;margin:-1.125em 0 0 -1.125em;opacity:0;z-index:2;pointer-events:none;-webkit-box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.products ul li.product .btWooShopLoopItemInner .bt_bb_image:after,ul.products li.product .btWooShopLoopItemInner .bt_bb_image:after{position:absolute;display:block;content:"";left:0;bottom:0;right:0;height:5em;background:-webkit-linear-gradient(top,transparent 0%,#fff 80%);background:-moz-linear-gradient(top,transparent 0%,#fff 80%);background:linear-gradient(to bottom,transparent 0%,#fff 80%);opacity:.75;pointer-events:none}.products ul li.product .btWooShopLoopItemInner .bt_bb_image:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_image:before{position:absolute;content:"";display:block;background:rgb(24 24 24 / .5);top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:1;opacity:0;pointer-events:none;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline{margin:1em 0 .75em}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover{color:#e94d65}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline{margin-top:.5em}.rtl .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline,.rtl ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline{margin:0;position:absolute;top:-5.5em;z-index:1;pointer-events:none}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating{display:none}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before{content:'-';opacity:0}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating{font-size:1rem}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating:before{color:#181818}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating span:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating span:before{color:#e94d65}.products ul li.product .btWooShopLoopItemInner .price,ul.products li.product .btWooShopLoopItemInner .price{display:block;font-weight:600;margin-bottom:0;font-size:1.25em}.products ul li.product .btWooShopLoopItemInner .price:after,ul.products li.product .btWooShopLoopItemInner .price:after{content:" ";display:table;width:100%;clear:both}.products ul li.product .btWooShopLoopItemInner .price del,ul.products li.product .btWooShopLoopItemInner .price del{color:inherit;opacity:.5;display:inline-block;margin:0 5px 0 0;font-weight:300;text-decoration:none;position:relative}.products ul li.product .btWooShopLoopItemInner .price del:after,ul.products li.product .btWooShopLoopItemInner .price del:after{display:block;position:absolute;content:"";background:currentColor;height:1px;top:50%;left:-2px;right:-2px;z-index:-1}.products ul li.product .btWooShopLoopItemInner .price ins,ul.products li.product .btWooShopLoopItemInner .price ins{background:0 0;font-weight:700;text-decoration:none}.products ul li.product .btWooShopLoopItemInner .price .from,ul.products li.product .btWooShopLoopItemInner .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;opacity:.5}.products ul li.product .btWooShopLoopItemInner a.button,ul.products li.product .btWooShopLoopItemInner a.button{text-decoration:none;display:inline-block;position:relative;font-size:.875em;line-height:1.1;padding:1.2142857em 1.42857142em;height:auto;position:absolute;left:1.875rem;bottom:1.875rem;max-width:-webkit-calc(100% - 3.75rem);max-width:-moz-calc(100% - 3.75rem);max-width:calc(100% - 3.75rem)}.rtl .products ul li.product .btWooShopLoopItemInner a.button,.rtl ul.products li.product .btWooShopLoopItemInner a.button{left:auto;right:1.875em}.products ul li.product .btWooShopLoopItemInner .added:after,.products ul li.product .btWooShopLoopItemInner .loading:after,ul.products li.product .btWooShopLoopItemInner .added:after,ul.products li.product .btWooShopLoopItemInner .loading:after{position:absolute;z-index:5;right:0;top:0;font:400 1.125em/1.7em WooCommerce;vertical-align:middle;text-align:center;-webkit-font-smoothing:antialiased;width:1.7em;height:1.7em;margin:-.85em -.85em 0 0;border-radius:50%;background-color:#1b4962;color:#fff}.products ul li.product .btWooShopLoopItemInner .loading:after,ul.products li.product .btWooShopLoopItemInner .loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.products ul li.product .btWooShopLoopItemInner .added:after,ul.products li.product .btWooShopLoopItemInner .added:after{content:"\e017"}.products ul li.product .btWooShopLoopItemInner .added_to_cart,ul.products li.product .btWooShopLoopItemInner .added_to_cart{font-size:.75em;font-weight:700;color:#e94d65;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;position:absolute;bottom:.25em;font-family:"Sarabun",Arial,Helvetica,sans-serif}.products ul li.product .btWooShopLoopItemInner .added_to_cart:hover,ul.products li.product .btWooShopLoopItemInner .added_to_cart:hover{opacity:.5}.products ul li.product .btWooShopLoopItemInner:hover,ul.products li.product .btWooShopLoopItemInner:hover{-webkit-box-shadow:0 2px 20px rgb(0 0 0 / .2);box-shadow:0 2px 20px rgb(0 0 0 / .2)}.products ul li.product .btWooShopLoopItemInner:hover .bt_bb_image:before,ul.products li.product .btWooShopLoopItemInner:hover .bt_bb_image:before{opacity:.5}.products ul li.product .btWooShopLoopItemInner:hover .bt_bb_image a:before,ul.products li.product .btWooShopLoopItemInner:hover .bt_bb_image a:before{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms;-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.products ul li.product .btWooShopLoopItemInner:hover:after,ul.products li.product .btWooShopLoopItemInner:hover:after{background:#fff0}.btShopSaleTagDesignRounded .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRound .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRounded ul.products li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRound ul.products li.product .btWooShopLoopItemInner:hover .onsale{background:#1b4962}.btShopSaleTagDesignSlanted_right .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignSlanted_left .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignSlanted_right ul.products li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignSlanted_left ul.products li.product .btWooShopLoopItemInner:hover .onsale{background:transparent!important}.btShopSaleTagDesignSlanted_right .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_left .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_right ul.products li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_left ul.products li.product .btWooShopLoopItemInner:hover .onsale:before{background:#1b4962}.products ul li.product .onsale,ul.products li.product .onsale{position:absolute;top:1em;right:1em;left:auto;z-index:2;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btShopSaleTagDesignTriangle .products ul li.product .onsale,.btShopSaleTagDesignTriangle ul.products li.product .onsale{font-size:1.25em;text-transform:uppercase;text-align:right;top:0;right:0;padding:.8em}.rtl.btShopSaleTagDesignTriangle .products ul li.product .onsale,.rtl.btShopSaleTagDesignTriangle ul.products li.product .onsale{text-align:left;right:auto;left:0}.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,.btShopSaleTagDesignTriangle ul.products li.product .onsale:after{display:block;content:"";background:#fff;width:9em;height:5em;position:absolute;z-index:-1;right:-1px;top:0;margin:0;-webkit-transform:skewY(30deg);-moz-transform:skewY(30deg);-ms-transform:skewY(30deg);transform:skewY(30deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.rtl.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,.rtl.btShopSaleTagDesignTriangle ul.products li.product .onsale:after{right:auto;left:-1px;-webkit-transform:skewY(-30deg);-moz-transform:skewY(-30deg);-ms-transform:skewY(-30deg);transform:skewY(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.btLightSkin.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,.btLightSkin.btShopSaleTagDesignTriangle ul.products li.product .onsale:after{background:#fff}.btDarkSkin.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,.btDarkSkin.btShopSaleTagDesignTriangle ul.products li.product .onsale:after{background:#191919}.btShopSaleTagDesignRounded .products ul li.product .onsale,.btShopSaleTagDesignRound .products ul li.product .onsale,.btShopSaleTagDesignSquare .products ul li.product .onsale,.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,.btShopSaleTagDesignRounded ul.products li.product .onsale,.btShopSaleTagDesignRound ul.products li.product .onsale,.btShopSaleTagDesignSquare ul.products li.product .onsale,.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale{border-radius:5px;background:#e94d65;color:#fff;font-size:1.25em;font-weight:400;text-transform:uppercase;width:3.6em;height:3.6em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:.8}.rtl.btShopSaleTagDesignRounded .products ul li.product .onsale,.rtl.btShopSaleTagDesignRound .products ul li.product .onsale,.rtl.btShopSaleTagDesignSquare .products ul li.product .onsale,.rtl.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,.rtl.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,.rtl.btShopSaleTagDesignRounded ul.products li.product .onsale,.rtl.btShopSaleTagDesignRound ul.products li.product .onsale,.rtl.btShopSaleTagDesignSquare ul.products li.product .onsale,.rtl.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,.rtl.btShopSaleTagDesignSlanted_left ul.products li.product .onsale{right:auto;left:1em}.btShopSaleTagDesignRound .products ul li.product .onsale,.btShopSaleTagDesignRound ul.products li.product .onsale{border-radius:50%}.btShopSaleTagDesignSquare .products ul li.product .onsale,.btShopSaleTagDesignSquare ul.products li.product .onsale{border-radius:0}.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale{background:transparent!important}.btShopSaleTagDesignSlanted_right .products ul li.product .onsale:before,.btShopSaleTagDesignSlanted_left .products ul li.product .onsale:before,.btShopSaleTagDesignSlanted_right ul.products li.product .onsale:before,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale:before{position:absolute;left:0;top:0;bottom:0;right:0;background:#e94d65;display:block;content:"";-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;z-index:-1;-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.btShopSaleTagDesignSlanted_left .products ul li.product .onsale:before,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale:before{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}.products ul li.product.product-category,ul.products li.product.product-category{text-align:initial}.products ul li.product.product-category a,ul.products li.product.product-category a{color:inherit;display:block;position:relative;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;width:100%}.products ul li.product.product-category a:before,ul.products li.product.product-category a:before{display:block;content:"";background:currentColor;position:absolute;left:0;top:0;right:-1px;bottom:0;opacity:.05;pointer-events:none;z-index:-1;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.products ul li.product.product-category a h2,ul.products li.product.product-category a h2{display:block;padding:1.2em;font-size:1.5625em;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;position:relative}.products ul li.product.product-category a h2 .count,ul.products li.product.product-category a h2 .count{opacity:.5;background:#fff0;font-weight:400}.btLightSkin .products ul li.product.product-category a h2 .count,.btDarkSkin .btLightSkin .products ul li.product.product-category a h2 .count,.btLightSkin .btDarkSkin .btLightSkin .products ul li.product.product-category a h2 .count,.btLightSkin ul.products li.product.product-category a h2 .count,.btDarkSkin .btLightSkin ul.products li.product.product-category a h2 .count,.btLightSkin .btDarkSkin .btLightSkin ul.products li.product.product-category a h2 .count{color:#181818}.btDarkSkin .products ul li.product.product-category a h2 .count,.btLightSkin .btDarkSkin .products ul li.product.product-category a h2 .count,.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product.product-category a h2 .count,.btDarkSkin ul.products li.product.product-category a h2 .count,.btLightSkin .btDarkSkin ul.products li.product.product-category a h2 .count,.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product.product-category a h2 .count{color:#fff}.products ul li.product.product-category a img,ul.products li.product.product-category a img{display:block}.products ul li.product.product-category a:hover,ul.products li.product.product-category a:hover{-webkit-box-shadow:0 2px 20px rgb(0 0 0 / .2);box-shadow:0 2px 20px rgb(0 0 0 / .2)}.products ul li.product.product-category a:hover:before,ul.products li.product.product-category a:hover:before{opacity:0}.products ul li.product.product-category a:hover h2,ul.products li.product.product-category a:hover h2{color:#e94d65}.btLightSkin .products ul li.product.product-category a:hover h2 .count,.btDarkSkin .btLightSkin .products ul li.product.product-category a:hover h2 .count,.btLightSkin .btDarkSkin .btLightSkin .products ul li.product.product-category a:hover h2 .count,.btLightSkin ul.products li.product.product-category a:hover h2 .count,.btDarkSkin .btLightSkin ul.products li.product.product-category a:hover h2 .count,.btLightSkin .btDarkSkin .btLightSkin ul.products li.product.product-category a:hover h2 .count{color:#181818}.btDarkSkin .products ul li.product.product-category a:hover h2 .count,.btLightSkin .btDarkSkin .products ul li.product.product-category a:hover h2 .count,.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product.product-category a:hover h2 .count,.btDarkSkin ul.products li.product.product-category a:hover h2 .count,.btLightSkin .btDarkSkin ul.products li.product.product-category a:hover h2 .count,.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product.product-category a:hover h2 .count{color:#fff}.woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}nav.woocommerce-pagination{clear:both;display:block;text-align:center;margin-bottom:3em}nav.woocommerce-pagination ul{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-weight:800}nav.woocommerce-pagination ul li{margin:0;display:block}nav.woocommerce-pagination ul li a,nav.woocommerce-pagination ul li span{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;color:currentColor;min-width:2em;min-height:2em;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}nav.woocommerce-pagination ul li span{opacity:.4}nav.woocommerce-pagination ul li a:hover{background:rgb(24 24 24 / .15)}nav.woocommerce-pagination ul li a.next,nav.woocommerce-pagination ul li a.prev{font-size:0;display:-ms-flexbox;display:-webkit-flex;display:flex;border-radius:50%}nav.woocommerce-pagination ul li a.next:before,nav.woocommerce-pagination ul li a.prev:before{width:2.8125rem;display:block;text-align:center;font:1.25rem/2.8125rem Essential;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;border-radius:50%;background:#e94d65;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff;font-weight:400;margin:0 .5em}nav.woocommerce-pagination ul li a.next:hover,nav.woocommerce-pagination ul li a.prev:hover{background:#fff0}nav.woocommerce-pagination ul li a.next:hover:before,nav.woocommerce-pagination ul li a.prev:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}nav.woocommerce-pagination ul li a.next:before{content:"\ea7d"}.rtl nav.woocommerce-pagination ul li a.next:before{content:"\ea7c"}nav.woocommerce-pagination ul li a.prev:before{content:"\ea7c"}.rtl nav.woocommerce-pagination ul li a.prev:before{content:"\ea7d"}div.product{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1em;position:relative;overflow:hidden}div.product>.onsale{position:absolute;top:1em;left:1.75em;right:auto;z-index:2;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.btShopSaleTagDesignTriangle div.product>.onsale{font-size:1.25em;text-transform:uppercase;text-align:right;top:0;left:.875em;padding:.8em}.rtl.btShopSaleTagDesignTriangle div.product>.onsale{text-align:left;right:.875em;left:auto}.btShopSaleTagDesignTriangle div.product>.onsale:after{display:block;content:"";background:#fff;width:9em;height:5em;position:absolute;z-index:-1;left:-1px;top:0;margin:0;-webkit-transform:skewY(-30deg);-moz-transform:skewY(-30deg);-ms-transform:skewY(-30deg);transform:skewY(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl.btShopSaleTagDesignTriangle div.product>.onsale:after{left:auto;right:-1px;-webkit-transform:skewY(30deg);-moz-transform:skewY(30deg);-ms-transform:skewY(30deg);transform:skewY(30deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.btLightSkin.btShopSaleTagDesignTriangle div.product>.onsale:after{background:#fff}.btDarkSkin.btShopSaleTagDesignTriangle div.product>.onsale:after{background:#191919}.btShopSaleTagDesignRounded div.product>.onsale,.btShopSaleTagDesignRound div.product>.onsale,.btShopSaleTagDesignSquare div.product>.onsale,.btShopSaleTagDesignSlanted_right div.product>.onsale,.btShopSaleTagDesignSlanted_left div.product>.onsale{border-radius:5px;background:#e94d65;color:#fff;font-size:1.25em;font-weight:400;text-transform:uppercase;width:3.6em;height:3.6em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:.8}.rtl.btShopSaleTagDesignRounded div.product>.onsale,.rtl.btShopSaleTagDesignRound div.product>.onsale,.rtl.btShopSaleTagDesignSquare div.product>.onsale,.rtl.btShopSaleTagDesignSlanted_right div.product>.onsale,.rtl.btShopSaleTagDesignSlanted_left div.product>.onsale{left:auto;right:1.75em}.btShopSaleTagDesignRound div.product>.onsale{border-radius:50%}.btShopSaleTagDesignSquare div.product>.onsale{border-radius:0}.btShopSaleTagDesignSlanted_right div.product>.onsale,.btShopSaleTagDesignSlanted_left div.product>.onsale{background:transparent!important;left:2em}.btShopSaleTagDesignSlanted_right div.product>.onsale:before,.btShopSaleTagDesignSlanted_left div.product>.onsale:before{position:absolute;left:0;top:0;bottom:0;right:0;background:#e94d65;display:block;content:"";-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;z-index:-1;-webkit-transform:skewX(-8deg);-moz-transform:skewX(-8deg);-ms-transform:skewX(-8deg);transform:skewX(-8deg)}.rtl.btShopSaleTagDesignSlanted_right div.product>.onsale,.rtl.btShopSaleTagDesignSlanted_left div.product>.onsale{left:auto;right:2em}.btShopSaleTagDesignSlanted_left div.product>.onsale:before{-webkit-transform:skewX(8deg);-moz-transform:skewX(8deg);-ms-transform:skewX(8deg);transform:skewX(8deg)}div.product div.images{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 .5em;margin:0 0 1em;position:relative}div.product div.images .woocommerce-product-gallery__trigger{position:absolute;z-index:1;width:2em}div.product div.images .woocommerce-product-gallery__wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{padding:1em .5em 0}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{position:relative;display:block}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{width:100%;display:block}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:before{position:absolute;content:"";display:block;background:rgb(24 24 24 / .5);top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:1;opacity:0;pointer-events:none;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:after{font-size:1.25em;display:block;content:"\ea08";font-family:Essential;width:2.25em;height:2.25em;line-height:2.25;text-align:center;background:#e94d65;color:#fff;border-radius:50%;position:absolute;left:50%;top:50%;margin:-1.125em 0 0 -1.125em;opacity:0;z-index:2;pointer-events:none;-webkit-box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:before{opacity:.8}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:after{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms;-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;padding:0;margin:0 .5em}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:before,div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:after{display:none}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img{border:none;display:block}div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%}div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%}div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%}div.product div.images .woocommerce-product-gallery__image{float:left;padding:0 px 0 0}div.product div.images .woocommerce-product-gallery__image img{border:0}div.product div.images .woocommerce-product-gallery__image:first-child{float:none;overflow:hidden;margin:0 px 0 0;padding:0;width:auto!important}div.product div.images .woocommerce-product-gallery__trigger{position:absolute;right:70px;top:20px;font-size:0;line-height:0;z-index:1}div.product div.images .woocommerce-product-gallery__trigger:after{display:block;font-family:FontAwesome;content:"\f002";border-radius:50%;font-size:19.2px;width:36.8px;line-height:36.8px;text-align:center;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;background:#e94d65;color:#fff}div.product div.images .woocommerce-product-gallery__trigger:hover:after{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.rtl div.product div.images .woocommerce-product-gallery__trigger{right:auto;left:70px}div.product div.summary{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:1em;margin-bottom:1em}div.product div.summary header{margin-bottom:2em}div.product div.summary .price{font-size:3em;font-weight:600;letter-spacing:-.03em;margin-bottom:.5em}div.product div.summary .price del{color:inherit;opacity:.5;display:inline-block;margin:0 5px 0 0;font-weight:300;text-decoration:none;position:relative}div.product div.summary .price del:after{display:block;position:absolute;content:"";background:currentColor;height:2.5px;top:50%;left:-2px;right:-2px;z-index:-1}div.product div.summary .price ins{text-decoration:none}div.product div.summary .group_table .price{font-size:2em}div.product div.summary div[itemprop="description"]{margin-bottom:2em}div.product div.summary form.cart .quantity{width:100px;margin-right:.5em;display:inline-block;height:3.25em}.rtl div.product div.summary form.cart .quantity{margin-right:0;margin-left:.5em;float:right}div.product div.summary form.cart .quantity input{height:3.25em;display:inline-block;padding-right:0}.rtl div.product div.summary form.cart .quantity input{padding-right:1.25em padding-left:0}div.product div.summary form.cart .group_table{border-bottom:0;border-left:0;border-right:0}div.product div.summary form.cart .group_table th,div.product div.summary form.cart .group_table td{border-top:0;border-left:0;border-right:0;padding-left:0;padding-right:0}div.product div.summary form.cart .group_table .quantity{width:70px;margin:0}div.product div.summary form.cart .group_table a{font-family:"Sarabun",Arial,Helvetica;color:inherit;font-weight:800;letter-spacing:-.03em;margin:0 1em}div.product div.summary form.cart .group_table a:hover{color:#e94d65}div.product div.summary form.cart .group_table del{color:inherit;opacity:.5;display:inline-block;margin:0 5px 0 0;font-weight:300;text-decoration:none;position:relative}div.product div.summary form.cart .group_table del:after{display:block;position:absolute;content:"";background:currentColor;height:1px;top:50%;left:-2px;right:-2px;z-index:-1}div.product div.summary form.cart .group_table ins{background:0 0;font-weight:700;text-decoration:none}div.product div.summary form.cart .single_add_to_cart_button{display:inline-block;height:3.25em}div.product div.summary form.cart:after{content:" ";display:table;width:100%;clear:both}div.product span.btProductSKU{display:block;opacity:.6}div.product div.summary+section.products.related{padding-top:1em}div.product div.product-description,div.product div.products,div.product div.product-meta,div.product section.products.related{padding:0 1em;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}div.product div.product-description{padding:0 1em;margin-bottom:1em}div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header{display:none}.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header{display:block}.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header:after{display:block;content:"";background:currentColor;height:1px;width:100%;margin:3em 0 .5em;opacity:.2}.rtl.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header li{float:right}div.product div.product-meta .btArticleShareEtc{max-width:initial}div.product table.variations{border:none;display:block;margin:0}div.product table.variations tbody,div.product table.variations tr,div.product table.variations td{padding:0;border:none;display:block}div.product .single_variation_wrap .woocommerce-variation.single_variation{margin-bottom:2em}div.product section.products.upsells{width:100%;padding:0 1em}table.shop_table .coupon{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}table.shop_table .coupon label,table.shop_table .coupon .input-text{margin-right:.5em}.rtl table.shop_table .coupon label,.rtl table.shop_table .coupon .input-text{margin-right:0;margin-left:.5em}table.shop_table button[name="apply_coupon"]{white-space:nowrap;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;-webkit-flex:1 0 100px;-ms-flex:1 0 100px;flex:1 0 100px}table.shop_table input[name="update_cart"]{float:right;width:300px}table.shop_table input.qty{padding-right:0}.rtl table.shop_table input.qty{padding-right:1.25em padding-left:0}table.shop_table{margin-bottom:2em;border:0!important}table.shop_table td,table.shop_table th{border-left:none!important;border-right:none!important}table.shop_table td.product-remove{width:3em}table.shop_table td.product-remove a.remove{display:inline-block;font-size:1.5rem;text-align:center;padding:0;width:2rem;height:2rem;line-height:1.75rem;color:#fff;background-color:#e94d65;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;border-radius:50%;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}table.shop_table td.product-remove a.remove:hover{background:#1b4962;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}table.shop_table td.product-thumbnail{width:100px;text-align:center;line-height:0}table.shop_table td.product-thumbnail img{width:80px;height:auto;display:inline-block;-webkit-box-shadow:none;box-shadow:none}table.shop_table td.product-name{font-size:1.25em;font-weight:800;font-family:"Sarabun",Arial,Helvetica,sans-serif;letter-spacing:-.03em}table.shop_table td.product-name a{color:inherit}table.shop_table td.product-name a:hover{color:#e94d65}table.shop_table .product-quantity{text-align:center}table.shop_table .product-quantity .quantity{width:70px;display:inline-block}table.shop_table .product-subtotal,table.shop_table .product-total,table.shop_table .product-price,table.shop_table .order-actions{text-align:right}.cart-collaterals{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0 -1em}.cart-collaterals .cross-sells,.cart-collaterals .cart_totals{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 1em}.cart-collaterals .cross-sells ul.products li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}.cart-collaterals .cart_totals th{text-align:left}.rtl .cart-collaterals .cart_totals th{text-align:right}.cart-collaterals .cart_totals td{text-align:right}.rtl .cart-collaterals .cart_totals td{text-align:left}tr.cart-subtotal,tfoot{border-top:2px solid}tr.order-total,tfoot{border-bottom:2px solid}table.woocommerce-checkout-review-order-table td.product-total,table.woocommerce-checkout-review-order-table tr.cart-subtotal td,table.woocommerce-checkout-review-order-table tr.order-total td{text-align:right}ul.wc_payment_methods{margin:0 0 1em;list-style:none}.rtl ul.wc_payment_methods{text-align:right}ul.wc_payment_methods li:not(.woocommerce-info){margin-left:0;padding-left:0}ul.wc_payment_methods li .input-radio{margin-right:.2em}ul.wc_payment_methods li img{max-height:40px;margin-left:10px;vertical-align:middle}ul.wc_payment_methods li .about_paypal{margin-left:.5em;color:#e94d65}ul.wc_payment_methods li div.payment_box{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;margin:10px 0;background-color:#dfdcde}ul.wc_payment_methods li div.payment_box:before{content:"";display:block;border:10px solid #dfdcde;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;left:1em;top:-20px}ul.wc_payment_methods li div.payment_box span.help{font-size:.857em}ul.wc_payment_methods li div.payment_box p:last-child{margin-bottom:0}ul.woocommerce-shipping-methods{list-style:none;margin:0 0 1em;padding:0}ul.woocommerce-shipping-methods li{margin:0;text-align:right}.woocommerce-shipping-calculator .shipping-calculator-form{text-align:left}.rtl .woocommerce-shipping-calculator .shipping-calculator-form{text-align:right}#customer_details .col-1,#customer_details .col-2{margin-bottom:2em}.wc-proceed-to-checkout{margin:0 auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:3.25em}.wc-proceed-to-checkout .checkout-button{margin:0 auto;display:inline;text-align:center}#payment .place-order{margin:0 auto;text-align:center}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0 0 2em;padding:0;font-family:"Sarabun",Arial,Helvetica,sans-serif;font-size:16px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-MyAccount-navigation ul li{margin:0 50px 0 0;padding:0;display:block}.rtl .woocommerce-MyAccount-navigation ul li{margin:0 0 0 50px}.woocommerce-MyAccount-navigation ul li:last-child{margin:0!important}.woocommerce-MyAccount-navigation ul li a{display:block;padding:.5em 0;font-weight:700;color:currentColor;position:relative}.woocommerce-MyAccount-navigation ul li a:after{content:' ';display:block;position:absolute;z-index:5;left:-15px;width:10px;pointer-events:none;height:2px;background-color:#e94d65;top:50%;margin-top:-1px;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .woocommerce-MyAccount-navigation ul li a:after{left:auto;right:-15px;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.woocommerce-MyAccount-navigation ul li a:hover{color:#e94d65}.woocommerce-MyAccount-navigation ul li a:hover:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.woocommerce-MyAccount-navigation ul li.is-active a:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.woocommerce-MyAccount-navigation .shop_table{margin-bottom:2em}.woocommerce-MyAccount-navigation .shop_table tfoot{text-align:right}.woocommerce-orders-table__cell-order-actions a{width:100%;display:inline-block;text-align:center}.woocommerce-EditAccountForm fieldset{margin-bottom:2em}.col2-set{width:100%}.col2-set .col-1{float:left;width:48%}.col2-set .col-2{float:right;width:48%}img{height:auto;max-width:100%}div.product form.cart .reset_variations,form .form-row label.hidden{visibility:hidden}.reset_variations{font-size:.875rem;line-height:1;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;margin:.75em 0!important;-webkit-transition:200ms ease opacity;-moz-transition:200ms ease opacity;transition:200ms ease opacity;font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.btLightSkin .reset_variations,.btDarkSkin .btLightSkin .reset_variations,.btLightSkin .btDarkSkin .btLightSkin .reset_variations{color:#181818}.btDarkSkin .reset_variations,.btLightSkin .btDarkSkin .reset_variations,.btDarkSkin.btLightSkin .btDarkSkin .reset_variations{color:#fff}.reset_variations:before{font-family:FontAwesome;content:"\f00d";margin:0 5px;color:#e94d65;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;line-height:1;font-size:1rem}.rtl .reset_variations:before{margin:0 0 0 .5em}.reset_variations:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.woocommerce-variation-price{position:relative;padding-top:.5em;line-height:1}.woocommerce-variation-price:before{display:block;height:1px;content:"";width:100%;background:currentColor;opacity:.1;position:absolute;left:0;top:0}.woocommerce-variation-price .price{margin-bottom:0!important;display:inline-block}form fieldset{padding:0;border:0}form fieldset legend{font-size:1.875em;font-family:Sarabun,Arial,Helvetica,sans-serif;padding:1em 0;font-weight:700;font-weight:800;letter-spacing:-.05em}form .form-row{margin:0 0 1em}form input[type="submit"].button{text-align:center}form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}form .form-row label{display:block;margin-bottom:.5em}form .form-row label.inline,form .form-row label.checkbox{display:inline;margin-bottom:0}form .form-row select{cursor:pointer;margin:0}form .form-row .select2-container{line-height:2.5}.rtlform .form-row .select2-container{text-align:right}form .form-row .select2-container .select2-choice{padding-left:1em;height:3.2em;line-height:3.2}.rtlform .form-row .select2-container .select2-choice{padding-left:0;padding-right:1em}form .form-row .required{text-decoration:none}form .form-row .input-checkbox{margin:0 8px 0 0;vertical-align:middle;width:auto;display:inline}form .form-row textarea{height:5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}form .form-row.woocommerce-invalid .select2-container,form .form-row.woocommerce-invalid input.input-text,form .form-row.woocommerce-invalid select{border-color:#a00}form .form-row.woocommerce-validated .select2-container,form .form-row.woocommerce-validated input.input-text,form .form-row.woocommerce-validated select{border-color:#69bf29}form .form-row::-webkit-input-placeholder{line-height:normal}form .form-row:-moz-placeholder{line-height:normal}form .form-row:-ms-input-placeholder{line-height:normal}.blockUI.blockOverlay{position:relative}.blockUI.blockOverlay:before,.loader:before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 1em 1em 3em;margin:0 0 2em;position:relative;background-color:rgb(24 24 24 / .07);color:inherit;list-style:none!important;width:auto;word-wrap:break-word;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btDarkSkin .woocommerce-error,.btLightSkin .btDarkSkin .woocommerce-error,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-error,.btDarkSkin .woocommerce-info,.btLightSkin .btDarkSkin .woocommerce-info,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-info,.btDarkSkin .woocommerce-message,.btLightSkin .btDarkSkin .woocommerce-message,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-message{background-color:rgb(255 255 255 / .07)}.rtl .woocommerce-error,.rtl .woocommerce-info,.rtl .woocommerce-message{padding:1em 3em 1em 1em}.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button{-webkit-order:9999;-ms-flex-order:9999;order:9999}.woocommerce-info a:not(.button),.woocommerce-message a:not(.button){color:#e94d65;text-decoration:underline}.woocommerce-info a.showcoupon,.woocommerce-message a.showcoupon{color:currentColor;display:-ms-flexbox;display:-webkit-flex;display:flex;text-decoration:none}.woocommerce-info a.showcoupon:before,.woocommerce-message a.showcoupon:before{font-family:FontAwesome;content:"\f02b";margin:0 5px;color:#e94d65}.woocommerce-info a.showcoupon:hover,.woocommerce-message a.showcoupon:hover{color:#e94d65}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error a{color:#b81c23}.woocommerce-info a:hover,.woocommerce-message a:hover{text-decoration:none}.woocommerce-error a:hover{color:#fff}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{display:none}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:FontAwesome;font-size:1.5em;font-weight:400;position:absolute;left:.5em;height:1em;width:1em;line-height:1;text-align:center;-webkit-order:1;-ms-flex-order:1;order:1}.rtl .woocommerce-error:before,.rtl .woocommerce-info:before,.rtl .woocommerce-message:before{left:auto;right:.5em}.woocommerce-message:before,.woocommerce-info:before{content:"\f129";background:#e94d65;color:#fff;border-radius:50%;width:1.25em;height:1.25em;line-height:1.25}.woocommerce-error:before{content:'\f071';color:#b81c23}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right;border:none!important;padding:1.2142857em 1.42857142em!important;line-height:1.1!important;height:auto!important;font-size:.875em!important}.rtl .woocommerce-error .button,.rtl .woocommerce-info .button,.rtl .woocommerce-message .button{float:left}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em}.woocommerce-breadcrumb a{color:inherit}.woocommerce-breadcrumb:after,.woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce-form-coupon{background-color:rgb(24 24 24 / .07);padding:2em;margin:0 0 2em}.woocommerce-form-coupon>p.form-row:last-of-type{margin-bottom:0}.btDarkSkin .woocommerce-form-coupon,.btLightSkin .btDarkSkin .woocommerce-form-coupon,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-form-coupon{background-color:rgb(255 255 255 / .07)}.wc-credit-card-form-card-cvc.visa,.wc-credit-card-form-card-expiry.visa,.wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png)}.wc-credit-card-form-card-cvc.mastercard,.wc-credit-card-form-card-expiry.mastercard,.wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png)}.wc-credit-card-form-card-cvc.laser,.wc-credit-card-form-card-expiry.laser,.wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png)}.wc-credit-card-form-card-cvc.dinersclub,.wc-credit-card-form-card-expiry.dinersclub,.wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png)}.wc-credit-card-form-card-cvc.maestro,.wc-credit-card-form-card-expiry.maestro,.wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png)}.wc-credit-card-form-card-cvc.jcb,.wc-credit-card-form-card-expiry.jcb,.wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png)}.wc-credit-card-form-card-cvc.amex,.wc-credit-card-form-card-expiry.amex,.wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png)}.wc-credit-card-form-card-cvc.discover,.wc-credit-card-form-card-expiry.discover,.wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png)}.products>h1,.products>h2,.products>h3,.products>h4,.products>h5,.products>h6,.products>h7,.products>h8,div.bt_bb_tab_content>h1,div.bt_bb_tab_content>h2,div.bt_bb_tab_content>h3,div.bt_bb_tab_content>h4,div.bt_bb_tab_content>h5,div.bt_bb_tab_content>h6,div.bt_bb_tab_content>h7,div.bt_bb_tab_content>h8,.cross-sells>h1,.cross-sells>h2,.cross-sells>h3,.cross-sells>h4,.cross-sells>h5,.cross-sells>h6,.cross-sells>h7,.cross-sells>h8,.comment-respond>h1,.comment-respond>h2,.comment-respond>h3,.comment-respond>h4,.comment-respond>h5,.comment-respond>h6,.comment-respond>h7,.comment-respond>h8,section.related.products>h1,section.related.products>h2,section.related.products>h3,section.related.products>h4,section.related.products>h5,section.related.products>h6,section.related.products>h7,section.related.products>h8,div.cart_totals>h1,div.cart_totals>h2,div.cart_totals>h3,div.cart_totals>h4,div.cart_totals>h5,div.cart_totals>h6,div.cart_totals>h7,div.cart_totals>h8,div.woocommerce-billing-fields>h1,div.woocommerce-billing-fields>h2,div.woocommerce-billing-fields>h3,div.woocommerce-billing-fields>h4,div.woocommerce-billing-fields>h5,div.woocommerce-billing-fields>h6,div.woocommerce-billing-fields>h7,div.woocommerce-billing-fields>h8,div.woocommerce-additional-fields>h1,div.woocommerce-additional-fields>h2,div.woocommerce-additional-fields>h3,div.woocommerce-additional-fields>h4,div.woocommerce-additional-fields>h5,div.woocommerce-additional-fields>h6,div.woocommerce-additional-fields>h7,div.woocommerce-additional-fields>h8,div.woocommerce-shipping-fields>h1,div.woocommerce-shipping-fields>h2,div.woocommerce-shipping-fields>h3,div.woocommerce-shipping-fields>h4,div.woocommerce-shipping-fields>h5,div.woocommerce-shipping-fields>h6,div.woocommerce-shipping-fields>h7,div.woocommerce-shipping-fields>h8,form.woocommerce-checkout>h1,form.woocommerce-checkout>h2,form.woocommerce-checkout>h3,form.woocommerce-checkout>h4,form.woocommerce-checkout>h5,form.woocommerce-checkout>h6,form.woocommerce-checkout>h7,form.woocommerce-checkout>h8,div.woocommerce-MyAccount-content>h1,div.woocommerce-MyAccount-content>h2,div.woocommerce-MyAccount-content>h3,div.woocommerce-MyAccount-content>h4,div.woocommerce-MyAccount-content>h5,div.woocommerce-MyAccount-content>h6,div.woocommerce-MyAccount-content>h7,div.woocommerce-MyAccount-content>h8,div.woocommerce-MyAccount-content header>h1,div.woocommerce-MyAccount-content header>h2,div.woocommerce-MyAccount-content header>h3,div.woocommerce-MyAccount-content header>h4,div.woocommerce-MyAccount-content header>h5,div.woocommerce-MyAccount-content header>h6,div.woocommerce-MyAccount-content header>h7,div.woocommerce-MyAccount-content header>h8,div.woocommerce-MyAccount-content form>h1,div.woocommerce-MyAccount-content form>h2,div.woocommerce-MyAccount-content form>h3,div.woocommerce-MyAccount-content form>h4,div.woocommerce-MyAccount-content form>h5,div.woocommerce-MyAccount-content form>h6,div.woocommerce-MyAccount-content form>h7,div.woocommerce-MyAccount-content form>h8,.woocommerce-customer-details>h1,.woocommerce-customer-details>h2,.woocommerce-customer-details>h3,.woocommerce-customer-details>h4,.woocommerce-customer-details>h5,.woocommerce-customer-details>h6,.woocommerce-customer-details>h7,.woocommerce-customer-details>h8,.woocommerce-order-details>h1,.woocommerce-order-details>h2,.woocommerce-order-details>h3,.woocommerce-order-details>h4,.woocommerce-order-details>h5,.woocommerce-order-details>h6,.woocommerce-order-details>h7,.woocommerce-order-details>h8{margin:0 0 1em;padding:0;font-size:1.4em}.woocommerce .btSidebar a.button,.woocommerce .btContent a.button,.woocommerce-page .btSidebar a.button,.woocommerce-page .btContent a.button,.woocommerce .btSidebar input[type="submit"],.woocommerce .btContent input[type="submit"],.woocommerce-page .btSidebar input[type="submit"],.woocommerce-page .btContent input[type="submit"],.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],.woocommerce .btContent :not(.widget_product_search) button[type="submit"],.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],.woocommerce .btSidebar input.button,.woocommerce .btContent input.button,.woocommerce-page .btSidebar input.button,.woocommerce-page .btContent input.button,div.woocommerce a.button,div.woocommerce input[type="submit"],div.woocommerce :not(.widget_product_search) button[type="submit"],div.woocommerce input.button{font-size:1em;background:#e94d65;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .2) inset;color:#fff;font-weight:700;border:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;cursor:pointer;width:auto;padding:0 1.875em;font-family:"Sarabun",Arial,Helvetica,sans-serif!important;height:3.25em;line-height:3.25;display:inline-block}.btHardRoundedButtons.woocommerce .btSidebar a.button,.btHardRoundedButtons.woocommerce .btContent a.button,.btHardRoundedButtons.woocommerce-page .btSidebar a.button,.btHardRoundedButtons.woocommerce-page .btContent a.button,.btHardRoundedButtons .woocommerce .btSidebar a.button,.btHardRoundedButtons .woocommerce .btContent a.button,.btHardRoundedButtons .woocommerce-page .btSidebar a.button,.btHardRoundedButtons .woocommerce-page .btContent a.button,.btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],.btHardRoundedButtons.woocommerce .btContent input[type="submit"],.btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],.btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],.btHardRoundedButtons .woocommerce .btSidebar input[type="submit"],.btHardRoundedButtons .woocommerce .btContent input[type="submit"],.btHardRoundedButtons .woocommerce-page .btSidebar input[type="submit"],.btHardRoundedButtons .woocommerce-page .btContent input[type="submit"],.btHardRoundedButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons.woocommerce .btSidebar input.button,.btHardRoundedButtons.woocommerce .btContent input.button,.btHardRoundedButtons.woocommerce-page .btSidebar input.button,.btHardRoundedButtons.woocommerce-page .btContent input.button,.btHardRoundedButtons .woocommerce .btSidebar input.button,.btHardRoundedButtons .woocommerce .btContent input.button,.btHardRoundedButtons .woocommerce-page .btSidebar input.button,.btHardRoundedButtons .woocommerce-page .btContent input.button,.btHardRoundedButtonsdiv.woocommerce a.button,.btHardRoundedButtons div.woocommerce a.button,.btHardRoundedButtonsdiv.woocommerce input[type="submit"],.btHardRoundedButtons div.woocommerce input[type="submit"],.btHardRoundedButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],.btHardRoundedButtons div.woocommerce :not(.widget_product_search) button[type="submit"],.btHardRoundedButtonsdiv.woocommerce input.button,.btHardRoundedButtons div.woocommerce input.button{border-radius:50px}.btSoftRoundedButtons.woocommerce .btSidebar a.button,.btSoftRoundedButtons.woocommerce .btContent a.button,.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,.btSoftRoundedButtons.woocommerce-page .btContent a.button,.btSoftRoundedButtons .woocommerce .btSidebar a.button,.btSoftRoundedButtons .woocommerce .btContent a.button,.btSoftRoundedButtons .woocommerce-page .btSidebar a.button,.btSoftRoundedButtons .woocommerce-page .btContent a.button,.btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],.btSoftRoundedButtons.woocommerce .btContent input[type="submit"],.btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],.btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],.btSoftRoundedButtons .woocommerce .btSidebar input[type="submit"],.btSoftRoundedButtons .woocommerce .btContent input[type="submit"],.btSoftRoundedButtons .woocommerce-page .btSidebar input[type="submit"],.btSoftRoundedButtons .woocommerce-page .btContent input[type="submit"],.btSoftRoundedButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons.woocommerce .btSidebar input.button,.btSoftRoundedButtons.woocommerce .btContent input.button,.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,.btSoftRoundedButtons.woocommerce-page .btContent input.button,.btSoftRoundedButtons .woocommerce .btSidebar input.button,.btSoftRoundedButtons .woocommerce .btContent input.button,.btSoftRoundedButtons .woocommerce-page .btSidebar input.button,.btSoftRoundedButtons .woocommerce-page .btContent input.button,.btSoftRoundedButtonsdiv.woocommerce a.button,.btSoftRoundedButtons div.woocommerce a.button,.btSoftRoundedButtonsdiv.woocommerce input[type="submit"],.btSoftRoundedButtons div.woocommerce input[type="submit"],.btSoftRoundedButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtons div.woocommerce :not(.widget_product_search) button[type="submit"],.btSoftRoundedButtonsdiv.woocommerce input.button,.btSoftRoundedButtons div.woocommerce input.button{border-radius:5px}.woocommerce .btSidebar a.button:hover,.woocommerce .btContent a.button:hover,.woocommerce-page .btSidebar a.button:hover,.woocommerce-page .btContent a.button:hover,.woocommerce .btSidebar input[type="submit"]:hover,.woocommerce .btContent input[type="submit"]:hover,.woocommerce-page .btSidebar input[type="submit"]:hover,.woocommerce-page .btContent input[type="submit"]:hover,.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"]:hover,.woocommerce .btContent :not(.widget_product_search) button[type="submit"]:hover,.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"]:hover,.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"]:hover,.woocommerce .btSidebar input.button:hover,.woocommerce .btContent input.button:hover,.woocommerce-page .btSidebar input.button:hover,.woocommerce-page .btContent input.button:hover,div.woocommerce a.button:hover,div.woocommerce input[type="submit"]:hover,div.woocommerce :not(.widget_product_search) button[type="submit"]:hover,div.woocommerce input.button:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.woocommerce .btSidebar input.alt,.woocommerce .btContent input.alt,.woocommerce-page .btSidebar input.alt,.woocommerce-page .btContent input.alt,.woocommerce .btSidebar a.button.alt,.woocommerce .btContent a.button.alt,.woocommerce-page .btSidebar a.button.alt,.woocommerce-page .btContent a.button.alt,.woocommerce .btSidebar .button.alt,.woocommerce .btContent .button.alt,.woocommerce-page .btSidebar .button.alt,.woocommerce-page .btContent .button.alt,.woocommerce .btSidebar button.alt,.woocommerce .btContent button.alt,.woocommerce-page .btSidebar button.alt,.woocommerce-page .btContent button.alt,.woocommerce .btSidebar .shipping-calculator-button,.woocommerce .btContent .shipping-calculator-button,.woocommerce-page .btSidebar .shipping-calculator-button,.woocommerce-page .btContent .shipping-calculator-button,div.woocommerce input.alt,div.woocommerce a.button.alt,div.woocommerce .button.alt,div.woocommerce button.alt,div.woocommerce .shipping-calculator-button{font-size:1em;background:#fff0;-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;color:#e94d65;font-weight:700;border:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;cursor:pointer;width:auto;padding:0 1.875em;font-family:"Sarabun",Arial,Helvetica,sans-serif!important;height:3.25em;line-height:3.25;display:inline-block}.btHardRoundedButtons.woocommerce .btSidebar input.alt,.btHardRoundedButtons.woocommerce .btContent input.alt,.btHardRoundedButtons.woocommerce-page .btSidebar input.alt,.btHardRoundedButtons.woocommerce-page .btContent input.alt,.btHardRoundedButtons .woocommerce .btSidebar input.alt,.btHardRoundedButtons .woocommerce .btContent input.alt,.btHardRoundedButtons .woocommerce-page .btSidebar input.alt,.btHardRoundedButtons .woocommerce-page .btContent input.alt,.btHardRoundedButtons.woocommerce .btSidebar a.button.alt,.btHardRoundedButtons.woocommerce .btContent a.button.alt,.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt,.btHardRoundedButtons.woocommerce-page .btContent a.button.alt,.btHardRoundedButtons .woocommerce .btSidebar a.button.alt,.btHardRoundedButtons .woocommerce .btContent a.button.alt,.btHardRoundedButtons .woocommerce-page .btSidebar a.button.alt,.btHardRoundedButtons .woocommerce-page .btContent a.button.alt,.btHardRoundedButtons.woocommerce .btSidebar .button.alt,.btHardRoundedButtons.woocommerce .btContent .button.alt,.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt,.btHardRoundedButtons.woocommerce-page .btContent .button.alt,.btHardRoundedButtons .woocommerce .btSidebar .button.alt,.btHardRoundedButtons .woocommerce .btContent .button.alt,.btHardRoundedButtons .woocommerce-page .btSidebar .button.alt,.btHardRoundedButtons .woocommerce-page .btContent .button.alt,.btHardRoundedButtons.woocommerce .btSidebar button.alt,.btHardRoundedButtons.woocommerce .btContent button.alt,.btHardRoundedButtons.woocommerce-page .btSidebar button.alt,.btHardRoundedButtons.woocommerce-page .btContent button.alt,.btHardRoundedButtons .woocommerce .btSidebar button.alt,.btHardRoundedButtons .woocommerce .btContent button.alt,.btHardRoundedButtons .woocommerce-page .btSidebar button.alt,.btHardRoundedButtons .woocommerce-page .btContent button.alt,.btHardRoundedButtons.woocommerce .btSidebar .shipping-calculator-button,.btHardRoundedButtons.woocommerce .btContent .shipping-calculator-button,.btHardRoundedButtons.woocommerce-page .btSidebar .shipping-calculator-button,.btHardRoundedButtons.woocommerce-page .btContent .shipping-calculator-button,.btHardRoundedButtons .woocommerce .btSidebar .shipping-calculator-button,.btHardRoundedButtons .woocommerce .btContent .shipping-calculator-button,.btHardRoundedButtons .woocommerce-page .btSidebar .shipping-calculator-button,.btHardRoundedButtons .woocommerce-page .btContent .shipping-calculator-button,.btHardRoundedButtonsdiv.woocommerce input.alt,.btHardRoundedButtons div.woocommerce input.alt,.btHardRoundedButtonsdiv.woocommerce a.button.alt,.btHardRoundedButtons div.woocommerce a.button.alt,.btHardRoundedButtonsdiv.woocommerce .button.alt,.btHardRoundedButtons div.woocommerce .button.alt,.btHardRoundedButtonsdiv.woocommerce button.alt,.btHardRoundedButtons div.woocommerce button.alt,.btHardRoundedButtonsdiv.woocommerce .shipping-calculator-button,.btHardRoundedButtons div.woocommerce .shipping-calculator-button{border-radius:50px}.btSoftRoundedButtons.woocommerce .btSidebar input.alt,.btSoftRoundedButtons.woocommerce .btContent input.alt,.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt,.btSoftRoundedButtons.woocommerce-page .btContent input.alt,.btSoftRoundedButtons .woocommerce .btSidebar input.alt,.btSoftRoundedButtons .woocommerce .btContent input.alt,.btSoftRoundedButtons .woocommerce-page .btSidebar input.alt,.btSoftRoundedButtons .woocommerce-page .btContent input.alt,.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt,.btSoftRoundedButtons.woocommerce .btContent a.button.alt,.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt,.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt,.btSoftRoundedButtons .woocommerce .btSidebar a.button.alt,.btSoftRoundedButtons .woocommerce .btContent a.button.alt,.btSoftRoundedButtons .woocommerce-page .btSidebar a.button.alt,.btSoftRoundedButtons .woocommerce-page .btContent a.button.alt,.btSoftRoundedButtons.woocommerce .btSidebar .button.alt,.btSoftRoundedButtons.woocommerce .btContent .button.alt,.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt,.btSoftRoundedButtons.woocommerce-page .btContent .button.alt,.btSoftRoundedButtons .woocommerce .btSidebar .button.alt,.btSoftRoundedButtons .woocommerce .btContent .button.alt,.btSoftRoundedButtons .woocommerce-page .btSidebar .button.alt,.btSoftRoundedButtons .woocommerce-page .btContent .button.alt,.btSoftRoundedButtons.woocommerce .btSidebar button.alt,.btSoftRoundedButtons.woocommerce .btContent button.alt,.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt,.btSoftRoundedButtons.woocommerce-page .btContent button.alt,.btSoftRoundedButtons .woocommerce .btSidebar button.alt,.btSoftRoundedButtons .woocommerce .btContent button.alt,.btSoftRoundedButtons .woocommerce-page .btSidebar button.alt,.btSoftRoundedButtons .woocommerce-page .btContent button.alt,.btSoftRoundedButtons.woocommerce .btSidebar .shipping-calculator-button,.btSoftRoundedButtons.woocommerce .btContent .shipping-calculator-button,.btSoftRoundedButtons.woocommerce-page .btSidebar .shipping-calculator-button,.btSoftRoundedButtons.woocommerce-page .btContent .shipping-calculator-button,.btSoftRoundedButtons .woocommerce .btSidebar .shipping-calculator-button,.btSoftRoundedButtons .woocommerce .btContent .shipping-calculator-button,.btSoftRoundedButtons .woocommerce-page .btSidebar .shipping-calculator-button,.btSoftRoundedButtons .woocommerce-page .btContent .shipping-calculator-button,.btSoftRoundedButtonsdiv.woocommerce input.alt,.btSoftRoundedButtons div.woocommerce input.alt,.btSoftRoundedButtonsdiv.woocommerce a.button.alt,.btSoftRoundedButtons div.woocommerce a.button.alt,.btSoftRoundedButtonsdiv.woocommerce .button.alt,.btSoftRoundedButtons div.woocommerce .button.alt,.btSoftRoundedButtonsdiv.woocommerce button.alt,.btSoftRoundedButtons div.woocommerce button.alt,.btSoftRoundedButtonsdiv.woocommerce .shipping-calculator-button,.btSoftRoundedButtons div.woocommerce .shipping-calculator-button{border-radius:5px}.woocommerce .btSidebar input.alt:hover,.woocommerce .btContent input.alt:hover,.woocommerce-page .btSidebar input.alt:hover,.woocommerce-page .btContent input.alt:hover,.woocommerce .btSidebar a.button.alt:hover,.woocommerce .btContent a.button.alt:hover,.woocommerce-page .btSidebar a.button.alt:hover,.woocommerce-page .btContent a.button.alt:hover,.woocommerce .btSidebar .button.alt:hover,.woocommerce .btContent .button.alt:hover,.woocommerce-page .btSidebar .button.alt:hover,.woocommerce-page .btContent .button.alt:hover,.woocommerce .btSidebar button.alt:hover,.woocommerce .btContent button.alt:hover,.woocommerce-page .btSidebar button.alt:hover,.woocommerce-page .btContent button.alt:hover,.woocommerce .btSidebar .shipping-calculator-button:hover,.woocommerce .btContent .shipping-calculator-button:hover,.woocommerce-page .btSidebar .shipping-calculator-button:hover,.woocommerce-page .btContent .shipping-calculator-button:hover,div.woocommerce input.alt:hover,div.woocommerce a.button.alt:hover,div.woocommerce .button.alt:hover,div.woocommerce button.alt:hover,div.woocommerce .shipping-calculator-button:hover{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.woocommerce .btSidebar a.edit,.woocommerce .btContent a.edit,.woocommerce-page .btSidebar a.edit,.woocommerce-page .btContent a.edit,div.woocommerce a.edit{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;font-size:.875rem;line-height:1;font-family:Roboto Condensed,Arial,Helvetica,sans-serif;-webkit-transition:color 200ms ease;-moz-transition:color 200ms ease;transition:color 200ms ease;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.btLightSkin .woocommerce .btSidebar a.edit,.btLightSkin .woocommerce .btContent a.edit,.btLightSkin .woocommerce-page .btSidebar a.edit,.btLightSkin .woocommerce-page .btContent a.edit,.btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit,.btDarkSkin .btLightSkin .woocommerce .btContent a.edit,.btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit,.btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit,.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit,.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btContent a.edit,.btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit,.btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit,.btLightSkin div.woocommerce a.edit,.btDarkSkin .btLightSkin div.woocommerce a.edit,.btLightSkin .btDarkSkin .btLightSkin div.woocommerce a.edit{color:#181818}.btDarkSkin .woocommerce .btSidebar a.edit,.btDarkSkin .woocommerce .btContent a.edit,.btDarkSkin .woocommerce-page .btSidebar a.edit,.btDarkSkin .woocommerce-page .btContent a.edit,.btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit,.btLightSkin .btDarkSkin .woocommerce .btContent a.edit,.btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit,.btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btContent a.edit,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit,.btDarkSkin div.woocommerce a.edit,.btLightSkin .btDarkSkin div.woocommerce a.edit,.btDarkSkin.btLightSkin .btDarkSkin div.woocommerce a.edit{color:#fff}.woocommerce .btSidebar a.edit:before,.woocommerce .btContent a.edit:before,.woocommerce-page .btSidebar a.edit:before,.woocommerce-page .btContent a.edit:before,div.woocommerce a.edit:before{font-family:FontAwesome;margin:0 5px 0 0;color:#e94d65;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;line-height:1;font-size:1rem;display:block}.rtl .woocommerce .btSidebar a.edit:before,.rtl .woocommerce .btContent a.edit:before,.rtl .woocommerce-page .btSidebar a.edit:before,.rtl .woocommerce-page .btContent a.edit:before,.rtl div.woocommerce a.edit:before{margin:0 0 0 5px;float:right}.woocommerce .btSidebar a.edit:before,.woocommerce .btContent a.edit:before,.woocommerce-page .btSidebar a.edit:before,.woocommerce-page .btContent a.edit:before,div.woocommerce a.edit:before{content:"\f040"}.woocommerce .btSidebar a.edit:hover:before,.woocommerce .btContent a.edit:hover:before,.woocommerce-page .btSidebar a.edit:hover:before,.woocommerce-page .btContent a.edit:hover:before,div.woocommerce a.edit:hover:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.widget_price_filter .price_slider_wrapper .ui-slider{border-radius:1em;background-color:rgb(24 24 24 / .07);border:0;position:relative;text-align:left;margin-left:.5em;margin-right:.5em;margin-bottom:1em}.btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider{background-color:rgb(24 24 24 / .2)}.btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider{background-color:rgb(255 255 255 / .2)}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background:#e94d65;border-radius:1em;cursor:ew-resize;outline:0;border:0;top:-.25em;margin-left:-.5em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.5em}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_price_filter .price_slider_amount{text-align:right;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .widget_price_filter .price_slider_amount{text-align:left}.widget_price_filter .price_slider_amount .button{float:left;min-width:100px}.widget_price_filter .price_slider_amount .price_label{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;font-family:Sarabun,Arial,Helvetica,sans-serif}.widget_price_filter .price_slider_amount .price_label span{font-weight:800}.star-rating:before{content:"\f006\f006\f006\f006\f006";letter-spacing:.1em;opacity:.2}.star-rating{overflow:hidden;position:relative;line-height:1;font-family:FontAwesome;margin:0;display:inline-block}.star-rating .rating{display:none}.star-rating span{overflow:hidden;top:0;left:0;position:absolute;color:#fff0;white-space:nowrap}.rtl .star-rating span{left:auto;right:0}.star-rating span:before{content:"\f005\f005\f005\f005\f005";letter-spacing:.1em;color:#e94d65}.rtl .star-rating span:before{position:absolute;right:0}.header.large .star-rating{line-height:inherit;margin-top:2px}.widget_recent_reviews .star-rating{font-size:12px}.products .star-rating{margin:7px 0 0}.widget_recent_reviews li a:after,.widget_recent_reviews .reviewer:after{display:table;content:' '}p.stars{position:relative;margin-bottom:1.5em;font-size:1.5em;letter-spacing:.125em}p.stars a{display:inline-block;font-weight:400;text-indent:-9999px;position:relative;border-bottom:0!important;outline:0;position:absolute;top:0;left:0}.rtl p.stars a{left:auto;right:0}p.stars a:last-child{border-right:0}p.stars a[class^="star-"]:after{font-family:FontAwesome;text-indent:0;position:absolute;top:0;left:0;color:rgb(24 24 24 / .2)}.btLightSkin p.stars a[class^="star-"]:after,.btDarkSkin .btLightSkin p.stars a[class^="star-"]:after,.btLightSkin .btDarkSkin .btLightSkin p.stars a[class^="star-"]:after{color:rgb(24 24 24 / .2)}.btDarkSkin p.stars a[class^="star-"]:after,.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after,.btDarkSkin.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after{color:rgb(255 255 255 / .2)}.rtl p.stars a[class^="star-"]:after{left:auto;right:0}p.stars a[class^="star-"].active:after,p.stars a[class^="star-"]:hover:after{color:#e94d65}p.stars a.star-1{width:1em;z-index:10}p.stars a.star-1:after{content:"\f006"}p.stars a.star-1.active:after,p.stars a.star-1:hover:after{content:"\f005"}p.stars a.star-2{width:2em;z-index:9}p.stars a.star-2:after{content:"\f006\f006"}p.stars a.star-2.active:after,p.stars a.star-2:hover:after{content:"\f005\f005"}p.stars a.star-3{width:3em;z-index:8}p.stars a.star-3:after{content:"\f006\f006\f006"}p.stars a.star-3.active:after,p.stars a.star-3:hover:after{content:"\f005\f005\f005"}p.stars a.star-4{width:4em;z-index:7}p.stars a.star-4:after{content:"\f006\f006\f006\f006"}p.stars a.star-4.active:after,p.stars a.star-4:hover:after{content:"\f005\f005\f005\f005"}p.stars a.star-5{width:5em;border:0;z-index:6}p.stars a.star-5:after{content:"\f006\f006\f006\f006\f006"}p.stars a.star-5.active:after,p.stars a.star-5:hover:after{content:"\f005\f005\f005\f005\f005"}@-webkit-keyframes spin{from{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(100%);transform:rotateX(100%)}}@-moz-keyframes spin{from{-moz-transform:rotateX(0);transform:rotateX(0)}to{-moz-transform:rotateX(100%);transform:rotateX(100%)}}@keyframes spin{from{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(100%);-moz-transform:rotateX(100%);-ms-transform:rotateX(100%);transform:rotateX(100%)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce .select2-container--default .select2-selection--single{height:3.2rem;border:none;-webkit-box-shadow:0 0 0 1px rgb(0 0 0 / .2) inset;box-shadow:0 0 0 1px rgb(0 0 0 / .2) inset;padding:0 1em}.btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single{border-radius:50px}.btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single{border-radius:5px}.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;line-height:3}.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\f078';font-family:FontAwesome;display:block;float:right;padding-right:1em;padding-top:.2em;-webkit-transition:150ms ease transform,150ms ease color;-moz-transition:150ms ease transform,150ms ease color;transition:150ms ease transform,150ms ease color}.rtl .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before{padding-right:0;padding-left:1em}.woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#e94d65}.woocommerce-terms-and-conditions-wrapper{padding-bottom:1em}.pswp{z-index:11000}.pswp__bg{opacity:1}.pswp__caption__center{text-align:center;color:#fff;font-size:12px;line-height:18px}.pswp__counter{font-size:12px}button.pswp__button.pswp__button--arrow--left,button.pswp__button.pswp__button--arrow--right{width:4.375em;height:4.375em;margin-top:-2.1875em;display:-ms-flexbox;display:-webkit-flex;display:flex;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center;cursor:pointer;outline:none;border:none;border-radius:50%;opacity:1;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}button.pswp__button.pswp__button--arrow--left:active,button.pswp__button.pswp__button--arrow--right:active{margin-top:-2.1875em}button.pswp__button.pswp__button--arrow--left:before,button.pswp__button.pswp__button--arrow--right:before{font-size:2em;color:#fff;font-family:Essential;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;border:0;opacity:1;margin:0;width:100%;line-height:1;top:auto;left:auto;right:auto;bottom:auto;position:relative;height:auto;background:none!important}button.pswp__button.pswp__button--arrow--left:after,button.pswp__button.pswp__button--arrow--right:after{display:none}button.pswp__button.pswp__button--arrow--left:hover,button.pswp__button.pswp__button--arrow--right:hover{background:#e94d65!important;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important;box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important}button.pswp__button.pswp__button--arrow--left{left:1em}button.pswp__button.pswp__button--arrow--left:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.rtl button.pswp__button.pswp__button--arrow--left{left:auto;right:1em}.rtl button.pswp__button.pswp__button--arrow--left:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}button.pswp__button--arrow--right{right:1em}button.pswp__button--arrow--right:before{content:"\ea7d";-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.rtl button.pswp__button--arrow--right{right:auto;left:1em}.rtl button.pswp__button--arrow--right:before{content:"\ea7c";-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.bt_bb_text .woocommerce-address-fields .form-row{margin:0 0 1em}.woocommerce input[type="checkbox"]{width:1.5rem;height:1.5rem;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;background:#fff0;cursor:pointer;min-width:1.125rem;border-radius:50%;vertical-align:middle;-webkit-appearance:none;position:relative;content:"";-moz-appearance:none;display:inline-block;margin-right:.5em}.rtl.woocommerce input[type="checkbox"]{margin-right:0;margin-left:.5em}.btLightSkin.woocommerce input[type="checkbox"],.btDarkSkin .btLightSkin.woocommerce input[type="checkbox"],.btLightSkin .btDarkSkin .btLightSkin.woocommerce input[type="checkbox"]{border:1px solid rgb(24 24 24 / .2);background:#fff}.btDarkSkin.woocommerce input[type="checkbox"],.btLightSkin .btDarkSkin.woocommerce input[type="checkbox"],.btDarkSkin.btLightSkin .btDarkSkin.woocommerce input[type="checkbox"]{border:1px solid rgb(255 255 255 / .2);background:#191919}.woocommerce input[type="checkbox"]:before{content:'';position:absolute;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;left:3px;top:3px;width:1rem;height:1rem;border-radius:50%;display:block;background:#e94d65;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.rtl .woocommerce input[type="checkbox"]:before{left:auto;right:3px}.btLightSkin .woocommerce input[type="checkbox"]:hover,.btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover,.btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)!important}.btDarkSkin .woocommerce input[type="checkbox"]:hover,.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)!important}.woocommerce input[type="checkbox"]:checked:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.woocommerce-page ul.products.columns-2 li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.woocommerce-page ul.products.columns-4 li.product{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.woocommerce-page ul.products.columns-5 li.product{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.woocommerce-page ul.products.columns-6 li.product{-webkit-flex:0 0 16.6666%;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.btQuoteBooking .btQuoteItem{margin-bottom:15px}.btQuoteBooking .btQuoteItem label{margin-top:14px}.btQuoteBooking .btContactNext{border:0;background:#e94d65;color:#fff!important;border-radius:0;text-transform:none;font-size:1em;padding:0 1.875em;height:3.25em;line-height:3.25;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;-webkit-transform:translate(250px,0);-moz-transform:translate(250px,0);-ms-transform:translate(250px,0);transform:translate(250px,0);font-weight:800}.btHardRoundedButtons .btQuoteBooking .btContactNext{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking .btContactNext{border-radius:5px}.btQuoteBooking .btContactNext:hover{-webkit-transform:translate(250px,-3px);-moz-transform:translate(250px,-3px);-ms-transform:translate(250px,-3px);transform:translate(250px,-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3)}.rtl .btQuoteBooking .btContactNext{-webkit-transform:translate(-250px,0);-moz-transform:translate(-250px,0);-ms-transform:translate(-250px,0);transform:translate(-250px,0)}.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext:hover{-webkit-transform:translate(0,-3px);-moz-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}.btQuoteBooking .btQuoteSlider{height:10px;margin-top:20px;margin-bottom:20px;border-radius:0}.btLightSkin .btQuoteBooking .btQuoteSlider,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider{border:1px solid rgb(24 24 24 / .2);background:#fff}.btDarkSkin .btQuoteBooking .btQuoteSlider,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider{border:1px solid rgb(255 255 255 / .2);background:#191919}.btHardRoundedButtons .btQuoteBooking .btQuoteSlider,.btSoftRoundedButtons .btQuoteBooking .btQuoteSlider{border-radius:50px}.btLightSkin .btQuoteBooking .btQuoteSlider:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}.btDarkSkin .btQuoteBooking .btQuoteSlider:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)}.btQuoteBooking .btQuoteSlider .ui-slider-handle{top:-15px;background:#e94d65}.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-hover,.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-active{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12)!important;box-shadow:0 2px 10px 0 rgb(0 0 0 / .12)!important}.btQuoteBooking .btQuoteSwitch{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}.btLightSkin .btQuoteBooking .btQuoteSwitch,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch{border:1px solid rgb(24 24 24 / .2);background:#fff}.btDarkSkin .btQuoteBooking .btQuoteSwitch,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch{border:1px solid rgb(255 255 255 / .2);background:#191919}.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgb(24 24 24 / .2)}.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgb(24 24 24 / .2)}.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgb(255 255 255 / .2)}.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner{background:#e94d65}.btLightSkin .btQuoteBooking .btQuoteSwitch:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}.btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)}.btQuoteBooking input[type="text"],.btQuoteBooking input[type="email"],.btQuoteBooking input[type="password"],.btQuoteBooking textarea,.btQuoteBooking .fancy-select .trigger,.btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{height:3.25em;line-height:3.25;border-radius:0}.btHardRoundedButtons .btQuoteBooking input[type="text"],.btHardRoundedButtons .btQuoteBooking input[type="email"],.btHardRoundedButtons .btQuoteBooking input[type="password"],.btHardRoundedButtons .btQuoteBooking textarea,.btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking input[type="text"],.btSoftRoundedButtons .btQuoteBooking input[type="email"],.btSoftRoundedButtons .btQuoteBooking input[type="password"],.btSoftRoundedButtons .btQuoteBooking textarea,.btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{border-radius:5px}.btQuoteBooking .btQuoteItem textarea{padding:.75em 1.25em;color:inherit}.btSoftRoundedButtons .btQuoteBooking .btQuoteItem textarea{border-radius:5pxpx}.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea{border-radius:20px}.btLightSkin .btQuoteBooking input[type="text"]:hover,.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:hover,.btLightSkin .btQuoteBooking input[type="email"]:hover,.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:hover,.btLightSkin .btQuoteBooking input[type="password"]:hover,.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:hover,.btLightSkin .btQuoteBooking textarea:hover,.btDarkSkin .btLightSkin .btQuoteBooking textarea:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea:hover,.btLightSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btQuoteBooking textarea:focus,.btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,.btLightSkin .btQuoteBooking .fancy-select .trigger:hover,.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:hover,.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}.btDarkSkin .btQuoteBooking input[type="text"]:hover,.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:hover,.btDarkSkin .btQuoteBooking input[type="email"]:hover,.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:hover,.btDarkSkin .btQuoteBooking input[type="password"]:hover,.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:hover,.btDarkSkin .btQuoteBooking textarea:hover,.btLightSkin .btDarkSkin .btQuoteBooking textarea:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea:hover,.btDarkSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin .btQuoteBooking textarea:focus,.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,.btDarkSkin .btQuoteBooking .fancy-select .trigger:hover,.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:hover,.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)}.btQuoteBooking .btDropDown .ddTitle .arrow{right:0;top:0;bottom:0;margin:0;padding:0 .75em;opacity:.5;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all}.btQuoteBooking .btDropDown .ddTitle .arrow:before{border:0;content:'\f107';font-family:FontAwesome;display:block;float:none;font-size:1rem;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;line-height:3.25;width:11px;height:auto}.rtl .btQuoteBooking .btDropDown .ddTitle .arrow{right:auto;left:0}.btQuoteBooking .btDropDown .ddTitle .ddTitleText{padding:0 2.5em 0 0;color:inherit!important}.rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText{padding:0 0 0 2.5em}.btQuoteBooking .btDropDown .ddTitle .ddTitleText span{padding:0 0 0 1.25em;color:inherit}.rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText span{padding:0 1.25em 0 0;text-align:right}.btQuoteBooking .btDropDown .ddTitle .ddTitleText span .description{padding:0}.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText,.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddTitleText{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .arrow,.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1}.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddChild{margin-top:0}.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddChild{margin-top:-1em}.btQuoteBooking .btDropDown.btNotSelected .ddTitle .ddTitleText span{opacity:.5}.btQuoteBooking .ddChild{border:0;background:#fff;-webkit-box-shadow:0 0 30px 0 rgb(0 0 0 / .12);box-shadow:0 0 30px 0 rgb(0 0 0 / .12);font-size:.875em;padding:.5em 0;color:#181818!important}.btQuoteBooking .ddChild ul li{border:0;padding:.85714em 1.42857em;position:relative;color:#181818!important;background:transparent!important}.rtl .btQuoteBooking .ddChild ul li{padding:.85714em 1.42857em}.btQuoteBooking .ddChild ul li span{padding:0}.btQuoteBooking .ddChild ul li span.ddlabel{line-height:1.5}.rtl .btQuoteBooking .ddChild ul li span{text-align:right}.btQuoteBooking .ddChild ul li:before{position:absolute;display:block;left:0;height:2px;top:50%;margin-top:-1px;content:"";background:#e94d65;-webkit-transition:transform 300ms ease;-moz-transition:transform 300ms ease;transition:transform 300ms ease;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);width:10px}.rtl .btQuoteBooking .ddChild ul li:before{left:auto;right:0;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.btQuoteBooking .ddChild ul li.hover{color:#e94d65!important}.btQuoteBooking .ddChild ul li.hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btQuoteBooking .ddChild ul li.selected:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btQuoteBooking .ddChild ul li:first-child{color:inherit!important}.btQuoteBooking .ddChild ul li:first-child span.ddlabel{opacity:.5}.btQuoteBooking .ddChild ul li:first-child:before{display:none}.btQuoteBooking .ddChild ul li span.description{margin:0}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{color:#fff;background:#e94d65;font-size:1em;border-radius:0}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal{border-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal{border-radius:5px;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText{margin:0 1em}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc{border-radius:0;padding:0 1em 0 2px;line-height:2.4}.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc{padding:0 2px 0 1em}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency{border-radius:0;padding:0 2px 0 1em;line-height:2.4}.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency{padding:0 1em 0 2px}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc{border-radius:0 50px 50px 0;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc{border-radius:0 5px 5px 0;overflow:hidden}.btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc{border-radius:50px 0 0 50px;overflow:hidden}.btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc{border-radius:5px 0 0 5px;overflow:hidden}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency{border-radius:50px 0 0 50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency{border-radius:5px 0 0 5px;overflow:hidden}.btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency{border-radius:0 50px 50px 0;overflow:hidden}.btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency{border-radius:0 5px 5px 0;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{padding:0 2px 0 1em}.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{padding:0 1em 0 2px}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{border-radius:50px 0 0 50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{border-radius:5px 0 0 5px;overflow:hidden}.btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{border-radius:0 50px 50px 0;overflow:hidden}.btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc{border-radius:0 5px 5px 0;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{padding:0 1em 0 2px}.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{padding:0 2px 0 1em}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{border-radius:0 50px 50px 0;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{border-radius:0 5px 5px 0;overflow:hidden}.btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{border-radius:50px 0 0 50px;overflow:hidden}.btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency{border-radius:5px 0 0 5px;overflow:hidden}.btLightSkin .btQuoteBooking .btContactFieldMandatory input,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input,.btLightSkin .btQuoteBooking .btContactFieldMandatory textarea,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea{border:1px solid rgb(24 24 24 / .2);-webkit-box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset;box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset}.btDarkSkin .btQuoteBooking .btContactFieldMandatory input,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,.btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea{border:1px solid rgb(255 255 255 / .2);-webkit-box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset;box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset}.btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus{-webkit-box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px rgb(24 24 24 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)}.btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,.btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,.btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,.btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus{-webkit-box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px rgb(255 255 255 / .2) inset,0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset;box-shadow:0 0 0 1px #e94d65 inset}.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12)}.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12)}.btQuoteBooking .btSubmitMessage{color:#e94d65;height:auto;line-height:1.5;padding:1em 0}.btQuoteBooking .btContactSubmit{border:0;background:#e94d65;color:#fff!important;border-radius:0;text-transform:none;font-size:1em;padding:0 1.875em;height:3.25em;line-height:3.25;-webkit-box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;box-shadow:0 -2px 0 0 rgb(24 24 24 / .15) inset;font-weight:800}.btHardRoundedButtons .btQuoteBooking .btContactSubmit{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking .btContactSubmit{border-radius:5px}.btQuoteBooking .btContactSubmit:hover{opacity:1;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);box-shadow:0 -3px 0 0 rgb(24 24 24 / .15) inset,0 3px 10px rgb(0 0 0 / .3);text-shadow:none}.btQuoteBooking .btPayPalButton{border-radius:0}.btHardRoundedButtons .btQuoteBooking .btPayPalButton{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking .btPayPalButton{border-radius:5px}.btQuoteBooking .btDatePicker .ui-datepicker-header{background-color:#e94d65}.rtl .btQuoteBooking .bt_cc_email_confirmation_container{text-align:right}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label,.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label{position:relative;padding-left:1.95em;cursor:pointer}.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label,.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label{padding-left:0;padding-right:1.95em}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;width:1.5rem;height:1.5rem;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;border-radius:50%;top:0;-webkit-transform:translateY(-webkit-calc(-.25rem + 1px));-webkit-transform:translateY(calc(-.25rem + 1px));-moz-transform:translateY(-moz-calc(-.25rem + 1px));-moz-transform:translateY(calc(-.25rem + 1px));-ms-transform:translateY(calc(-.25rem + 1px));transform:translateY(-webkit-calc(-.25rem + 1px));transform:translateY(-moz-calc(-.25rem + 1px));transform:translateY(calc(-.25rem + 1px))}.btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before,.btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before{border:1px solid rgb(24 24 24 / .2);background:#fff}.btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before,.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before{border:1px solid rgb(255 255 255 / .2);background:#191919}.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:before,.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:before{left:auto;right:0}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:after,.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:after{content:'';position:absolute;-webkit-transition:200ms ease all;-moz-transition:200ms ease all;transition:200ms ease all;left:4px;width:1rem;height:1rem;border-radius:50%;display:block;top:50%;background:#e94d65;-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%}.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:after,.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:after{left:auto;right:4px}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0) translateY(-50%);-moz-transform:scale(0) translateY(-50%);-ms-transform:scale(0) translateY(-50%);transform:scale(0) translateY(-50%)}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1) translateY(-50%);-moz-transform:scale(1) translateY(-50%);-ms-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%)}.btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,.btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(24 24 24 / .4)!important}.btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before{-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 2px 10px 0 rgb(0 0 0 / .12);border:1px solid rgb(255 255 255 / .4)!important}@media (max-width:440px){.btQuoteBooking .btTotalNextWrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,.btQuoteBooking .btQuoteBookingForm .boldBtn{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;width:100%;max-width:100%;padding-top:0}.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,.btQuoteBooking .btQuoteBookingForm .btContactNext{width:100%}.btQuoteBooking .btQuoteBookingForm .btContactNext{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.btQuoteBooking .btContactSubmit{width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);width:calc(100% - 20px)}}@media (max-width:1399px){.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6{font-size:3.5rem!important}.bt_bb_size_extralarge.bt_bb_headline h1,.bt_bb_size_extralarge.bt_bb_headline h2,.bt_bb_size_extralarge.bt_bb_headline h3,.bt_bb_size_extralarge.bt_bb_headline h4,.bt_bb_size_extralarge.bt_bb_headline h5,.bt_bb_size_extralarge.bt_bb_headline h6{font-size:3rem!important}.bt_bb_size_large.bt_bb_headline h1,.bt_bb_size_large.bt_bb_headline h2,.bt_bb_size_large.bt_bb_headline h3,.bt_bb_size_large.bt_bb_headline h4,.bt_bb_size_large.bt_bb_headline h5,.bt_bb_size_large.bt_bb_headline h6{font-size:2.4rem!important}.bt_bb_size_medium.bt_bb_headline h1,.bt_bb_size_medium.bt_bb_headline h2,.bt_bb_size_medium.bt_bb_headline h3,.bt_bb_size_medium.bt_bb_headline h4,.bt_bb_size_medium.bt_bb_headline h5,.bt_bb_size_medium.bt_bb_headline h6{font-size:2.25rem!important}.bt_bb_splitted_headline h1.bt_bb_size_huge,.bt_bb_splitted_headline h2.bt_bb_size_huge,.bt_bb_splitted_headline h3.bt_bb_size_huge,.bt_bb_splitted_headline h4.bt_bb_size_huge,.bt_bb_splitted_headline h5.bt_bb_size_huge,.bt_bb_splitted_headline h6.bt_bb_size_huge{font-size:3.5rem!important}.bt_bb_splitted_headline h1.bt_bb_size_extralarge,.bt_bb_splitted_headline h2.bt_bb_size_extralarge,.bt_bb_splitted_headline h3.bt_bb_size_extralarge,.bt_bb_splitted_headline h4.bt_bb_size_extralarge,.bt_bb_splitted_headline h5.bt_bb_size_extralarge,.bt_bb_splitted_headline h6.bt_bb_size_extralarge{font-size:3rem!important}.bt_bb_splitted_headline h1.bt_bb_size_large,.bt_bb_splitted_headline h2.bt_bb_size_large,.bt_bb_splitted_headline h3.bt_bb_size_large,.bt_bb_splitted_headline h4.bt_bb_size_large,.bt_bb_splitted_headline h5.bt_bb_size_large,.bt_bb_splitted_headline h6.bt_bb_size_large{font-size:2.4rem!important}.bt_bb_splitted_headline h1.bt_bb_size_medium,.bt_bb_splitted_headline h2.bt_bb_size_medium,.bt_bb_splitted_headline h3.bt_bb_size_medium,.bt_bb_splitted_headline h4.bt_bb_size_medium,.bt_bb_splitted_headline h5.bt_bb_size_medium,.bt_bb_splitted_headline h6.bt_bb_size_medium{font-size:2.25rem!important}}@media (max-width:1199px){.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6{font-size:3.5rem!important}.bt_bb_size_extralarge.bt_bb_headline h1,.bt_bb_size_extralarge.bt_bb_headline h2,.bt_bb_size_extralarge.bt_bb_headline h3,.bt_bb_size_extralarge.bt_bb_headline h4,.bt_bb_size_extralarge.bt_bb_headline h5,.bt_bb_size_extralarge.bt_bb_headline h6{font-size:3rem!important}.bt_bb_size_large.bt_bb_headline h1,.bt_bb_size_large.bt_bb_headline h2,.bt_bb_size_large.bt_bb_headline h3,.bt_bb_size_large.bt_bb_headline h4,.bt_bb_size_large.bt_bb_headline h5,.bt_bb_size_large.bt_bb_headline h6{font-size:2.4rem!important}.bt_bb_size_medium.bt_bb_headline h1,.bt_bb_size_medium.bt_bb_headline h2,.bt_bb_size_medium.bt_bb_headline h3,.bt_bb_size_medium.bt_bb_headline h4,.bt_bb_size_medium.bt_bb_headline h5,.bt_bb_size_medium.bt_bb_headline h6{font-size:2.25rem!important}.bt_bb_splitted_headline h1.bt_bb_size_huge,.bt_bb_splitted_headline h2.bt_bb_size_huge,.bt_bb_splitted_headline h3.bt_bb_size_huge,.bt_bb_splitted_headline h4.bt_bb_size_huge,.bt_bb_splitted_headline h5.bt_bb_size_huge,.bt_bb_splitted_headline h6.bt_bb_size_huge{font-size:3.5rem!important}.bt_bb_splitted_headline h1.bt_bb_size_extralarge,.bt_bb_splitted_headline h2.bt_bb_size_extralarge,.bt_bb_splitted_headline h3.bt_bb_size_extralarge,.bt_bb_splitted_headline h4.bt_bb_size_extralarge,.bt_bb_splitted_headline h5.bt_bb_size_extralarge,.bt_bb_splitted_headline h6.bt_bb_size_extralarge{font-size:3rem!important}.bt_bb_splitted_headline h1.bt_bb_size_large,.bt_bb_splitted_headline h2.bt_bb_size_large,.bt_bb_splitted_headline h3.bt_bb_size_large,.bt_bb_splitted_headline h4.bt_bb_size_large,.bt_bb_splitted_headline h5.bt_bb_size_large,.bt_bb_splitted_headline h6.bt_bb_size_large{font-size:2.4rem!important}.bt_bb_splitted_headline h1.bt_bb_size_medium,.bt_bb_splitted_headline h2.bt_bb_size_medium,.bt_bb_splitted_headline h3.bt_bb_size_medium,.bt_bb_splitted_headline h4.bt_bb_size_medium,.bt_bb_splitted_headline h5.bt_bb_size_medium,.bt_bb_splitted_headline h6.bt_bb_size_medium{font-size:2.25rem!important}body{font-size:14px}}@media (max-width:380px){.btMenuVertical .mainHeader{width:260px}.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);transform:translateX(260px)}.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);transform:translateX(-260px)}.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateX(260px)!important;-moz-transform:translateX(260px)!important;-ms-transform:translateX(260px)!important;transform:translateX(260px)!important}.btMenuVerticalRight.btMenuVerticalOn .btContentWrap{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);transform:translateX(-260px)}}@media (max-width:360px){body{font-size:13px}.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6{font-size:3rem!important}.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,.bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{font-size:.9rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.9rem}.bt_bb_splitted_headline h1.bt_bb_size_huge,.bt_bb_splitted_headline h2.bt_bb_size_huge,.bt_bb_splitted_headline h3.bt_bb_size_huge,.bt_bb_splitted_headline h4.bt_bb_size_huge,.bt_bb_splitted_headline h5.bt_bb_size_huge,.bt_bb_splitted_headline h6.bt_bb_size_huge{font-size:3rem!important}}@media (min-width:1028px){.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter{-webkit-transition:none;-moz-transition:none;transition:none;padding-left:320px}.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter{padding-left:0;padding-right:320px}.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .mainHeader{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop{display:none}.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter{-webkit-transition:none;-moz-transition:none;transition:none;padding-right:320px}.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter{padding-right:0;padding-left:320px}.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .mainHeader{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop{display:none}}@media (max-width:1199px){.widget_shopping_cart .buttons .button{width:100%}.widget_shopping_cart .buttons .button.checkout{margin-top:10px}}@media (max-width:992px){.col2-set .col-1,.col2-set .col-2,.cart-collaterals .cross-sells,.cart-collaterals .cart_totals{float:none;-webkit-flex-basis:100%;flex-basis:100%;display:block;width:100%}ul.products li.product{-webkit-flex-basis:50%!important;flex-basis:50%!important;max-width:50%!important}table.shop_table input[name="update_cart"]{width:auto}}@media (max-width:768px){div.product{display:block}div.product div.summary,div.product div.images{text-align:center;margin-bottom:2rem;padding:0;max-width:100%}div.product div.summary .price{text-align:center;margin-bottom:2rem}div.product form.cart{text-align:center;margin-bottom:2rem}}@media (max-width:620px){ul.products li.product{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important}table.shop_table_responsive{display:block}table.shop_table_responsive tbody th,table.shop_table_responsive thead{display:none}table.shop_table_responsive tbody{display:block;width:100%!important}table.shop_table_responsive tr,table.shop_table_responsive th{display:block;width:100%!important;border-bottom:1px solid rgb(24 24 24 / .2);margin-bottom:2em;padding-bottom:2em;position:relative}.btLightSkin table.shop_table_responsive tr,.btDarkSkin .btLightSkin table.shop_table_responsive tr,.btLightSkin .btDarkSkin .btLightSkin table.shop_table_responsive tr,.btLightSkin table.shop_table_responsive th,.btDarkSkin .btLightSkin table.shop_table_responsive th,.btLightSkin .btDarkSkin .btLightSkin table.shop_table_responsive th{border-bottom:1px solid rgb(24 24 24 / .2)}.btDarkSkin table.shop_table_responsive tr,.btLightSkin .btDarkSkin table.shop_table_responsive tr,.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,.btDarkSkin table.shop_table_responsive th,.btLightSkin .btDarkSkin table.shop_table_responsive th,.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th{border-bottom:1px solid rgb(255 255 255 / .2)}table.shop_table_responsive tr td,table.shop_table_responsive th td{display:block;width:100%!important;clear:left;text-align:center!important;word-break:break-word;border:none;padding:.5em 0 0}table.shop_table_responsive tr td.product-remove,table.shop_table_responsive th td.product-remove{padding:.5em;text-align:center;position:absolute;top:.5em;text-align:right!important}table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before{content:attr(data-title) ": ";font-weight:700}table.shop_table_responsive tr td.product-thumbnail img,table.shop_table_responsive th td.product-thumbnail img{width:100%}.cart-collaterals{display:block}table.shop_table .coupon{display:block}table.shop_table .coupon input[name="coupon_code"]{margin-bottom:1em}table.shop_table .coupon button[name="apply_coupon"]{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;margin-bottom:.5em}table.shop_table input[name="update_cart"]{margin-top:1em;float:none;width:100%}}html .bt_bb_separator:where([style*="border-width"]){border-top:0;border-left:0;border-right:0}.wp-block-separator,hr{margin:1em auto;max-width:100px}.wp-block-separator.is-style-wide,hr.is-style-wide{max-width:100%}.wp-block-separator:not(.is-style-wide):not(.is-style-dots),hr:not(.is-style-wide):not(.is-style-dots){border-bottom:1px solid #8f98a1}.wp-block-gallery{margin:0}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:3em;line-height:.9;font-weight:800}p.has-drop-cap{line-height:1.2}p.has-background{border-radius:none}.btSoftRoundedButtons p.has-background{border-radius:5px}.btHardRoundedButtons p.has-background{border-radius:5px}p.has-medium-font-size{line-height:1.5}p.has-large-font-size{line-height:1.5}p.wp-block-subhead{opacity:.6}em{line-height:1}.wp-block-quote p{font-size:1em}.wp-block-quote p:last-of-type{margin-bottom:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{font-size:2em;padding:1.25em 0 1.25em .625em;margin:0;line-height:1.3}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:inherit;line-height:inherit}.wp-block-quote.is-large cite,.wp-block-quote.is-style-large cite{font-size:1.25rem;text-align:center}.wp-block-pullquote{padding:0;margin-bottom:1em;text-align:inherit}.wp-block-pullquote.alignnone blockquote,.wp-block-pullquote.aligncenter blockquote{padding:1.6em .8em}.wp-block-pullquote.alignnone blockquote:before,.wp-block-pullquote.aligncenter blockquote:before{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-pullquote blockquote p{font-size:inherit!important;line-height:1.3!important}.wp-block-pullquote blockquote p:last-of-type{margin-bottom:0}.btContentHolder .wp-block-table.is-style-stripes td{border-color:rgb(24 24 24 / .07)}.wp-block-file .wp-block-file__button{border-radius:none}.btSoftRoundedButtons .wp-block-file .wp-block-file__button{border-radius:5px}.btHardRoundedButtons .wp-block-file .wp-block-file__button{border-radius:50px}p.has-background{border-radius:none}.btSoftRoundedButtons p.has-background{border-radius:5px}.btHardRoundedButtons p.has-background{border-radius:5px}.wp-block-button{margin-bottom:1.5em!important}.wp-block-button__link{font-size:1em;padding:.8em 2.2em;font-weight:500}.btContent .wp-block-button__link:not(.has-text-color),.btContent .wp-block-button__link:not(.has-text-color):hover{color:inherit}.btNoSidebar .alignfull{width:100vw;margin-left:-webkit-calc(-50vw + 600px);margin-left:-moz-calc(-50vw + 600px);margin-left:calc(-50vw + 600px);margin-right:-webkit-calc(-50vw + 600px);margin-right:-moz-calc(-50vw + 600px);margin-right:calc(-50vw + 600px);max-width:100vw}@media print{@page{size:210mm 297mm;margin:0}body{font-size:15px;line-height:1.8;page-break-inside:avoid}*{box-sizing:border-box!important;background:#FFF!important;color:#000!important}.animate{display:block!important;opacity:1!important}.mainHeader,.btSidebar,.btSearchInner,.btAltLogo,.btVerticalHeaderTop,.slick-arrow,.slick-dots{display:none!important;opacity:0!important;visibility:hidden!important}.bt_bb_section[style*="background-image"]{background:#FFF!important}.bt_bb_section:before{display:none!important}a{text-decoration:none!important;color:#000!important}.bt_bb_icon_holder:before,.bt_bb_icon_holder{background:transparent!important;box-shadow:none!important;color:#000!important}.bt_bb_button a,.bt_bb_button a span{background:#FFF!important;color:#000!important;box-shadow:none!important;border:2px solid #000!important}.bt_bb_button a span{border:0!important}}.wpcf7-date{width:100%}.wpcf7-date:before{width:100%;content:attr(placeholder)}.wpcf7-date:hover:before{width:0%;content:""}.wpcf7-date.bt-date-input-has-value:before{display:none}.wpcf7-date.placeholderclass:before{width:0%;content:""}#nta-wa-gdpr{vertical-align:text-top!important;padding:0!important;margin:0!important}.nta-wa-gdpr{font-size:11px;padding:5px;margin-left:-5px;margin-right:-5px;border-radius:4px}.nta-wa-gdpr a{text-decoration:underline;color:inherit}.pointer-disable{pointer-events:none}.nta-woo-products-button:before,.nta-woo-products-button:after{content:'';display:block;clear:both}.wa__button{border-bottom:none!important}.wa__btn_w_img:hover{text-decoration:none}.wa__button,.wa__btn_popup,.wa__button *,.wa__btn_popup *,.wa__btn_popup :before,.wa__button :before,.wa__button :after,.wa__btn_popup :after,.wa__popup_chat_box,.wa__popup_chat_box *,.wa__popup_chat_box :before,.wa__popup_chat_box :after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.wa__button{position:relative;width:300px;min-height:64px;display:block;font-family:Arial,Helvetica,sans-serif;text-decoration:none;color:#fff;box-shadow:0 4px 8px 1px rgb(32 32 37 / .09);-webkit-box-shadow:0 4px 8px 1px rgb(32 32 37 / .09);-moz-box-shadow:0 4px 8px 1px rgb(32 32 37 / .09)}.wa__btn_txt{display:inline-block;font-size:12px;line-height:1.33em}.wa__btn_w_icon .wa__btn_txt{padding:16px 20px 15px 71px}.wa__button_text_only .wa__btn_txt,.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{padding-top:25px;padding-bottom:24px}.wa__btn_w_icon .wa__btn_txt .wa__btn_title{font-weight:600;padding-left:2px;font-size:14px}.wa__cs_info{margin-bottom:2px}.wa__btn_status{color:#F5A623;font-size:9px;padding:2px 0 0;font-weight:700}.wa__cs_info .wa__cs_name,.wa__cs_info .wa__cs_status{display:inline-block}.wa__cs_info .wa__cs_name{font-weight:400;font-size:12px;line-height:1.36em}.wa__stt_online .wa__cs_info .wa__cs_name{color:#d5f0d9}.wa__stt_offline .wa__cs_info .wa__cs_name{color:#76787d}.wa__cs_info .wa__cs_status{width:36px;height:14px;margin-left:3px;padding:1px;font-size:9px;line-height:1.34em;border-radius:5px;color:rgb(255 255 255 / .98);position:relative;top:-1px;left:0;text-align:center}.wa__stt_online .wa__cs_info .wa__cs_status{background:#62c971}.wa__stt_offline .wa__cs_info .wa__cs_status{background:#b9bbbe}.wa__stt_online{background:#2DB742;cursor:pointer;transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all;backface-visibility:hidden;will-change:transform}.wa__stt_online .wa__btn_txt{position:relative;z-index:4}.wa__r_button.wa__stt_online:before{border-radius:50vh}.wa__sq_button.wa__stt_online:before{border-radius:5px}.wa__stt_online:before{content:'';transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all;background:rgb(0 0 0 / .2);position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;opacity:0;will-change:opacity}.wa__button.wa__stt_online:focus,.wa__button.wa__stt_online:active,.wa__button.wa__stt_online:hover{box-shadow:0 4px 8px 1px rgb(32 32 37 / .19);transform:translate(0,-3px);-webkit-transform:translate(0,-3px);-moz-transform:translate(0,-3px);-ms-transform:translate(0,-3px)}.wa__button.wa__stt_online:focus:before,.wa__button.wa__stt_online:active:before,.wa__button.wa__stt_online:hover:before{opacity:1}.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transition:0.2s ease all;-webkit-transition:0.2s ease all;-moz-transition:0.2s ease all}.wa__stt_offline{background:#EBEDF0;color:#595B60;box-shadow:none;cursor:initial}.wa__stt_offline.wa__btn_w_icon .wa__btn_txt{padding:8px 20px 6px 71px}.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{padding:8px 20px 8px 100px}.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt{padding:8px 20px 8px 70px}.wa__btn_w_icon .wa__btn_icon{position:absolute;top:50%;left:16px;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%)}.wa__btn_w_icon .wa__btn_icon img{width:41px;height:69px}.wa__btn_w_img{position:relative;width:300px;margin:20px 0 20px}.wa__btn_w_img .wa__cs_img{position:absolute;top:50%;left:0;text-align:center;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%)}.wa__btn_w_img .wa__cs_img_wrap{width:79px;height:79px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;border:3px solid #fff;position:relative;overflow:hidden}.wa__btn_w_img .wa__cs_img img{max-width:100%;height:auto;transition:0.2s ease transform;-webkit-transition:0.2s ease transform;-moz-transition:0.2s ease transform}.wa__btn_w_img .wa__cs_img:after{content:'';background:#fff url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg) center center no-repeat;background-size:21px;display:block;width:27px;height:27px;position:absolute;top:20px;right:-14px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 4px 6px 0 rgb(39 38 38 / .3);-webkit-box-shadow:0 4px 6px 0 rgb(39 38 38 / .3);-moz-box-shadow:0 4px 6px 0 rgb(39 38 38 / .3)}.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{content:'';background:#fff url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_gray.svg) center center no-repeat;background-size:21px;display:block;width:27px;height:27px;position:absolute;top:20px;right:-14px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 4px 6px 0 rgb(39 38 38 / .3);-webkit-box-shadow:0 4px 6px 0 rgb(39 38 38 / .3);-moz-box-shadow:0 4px 6px 0 rgb(39 38 38 / .3)}.wa__btn_w_img .wa__btn_txt{padding:14px 20px 12px 103px}.wa__r_button{border-radius:50vh}.wa__sq_button{border-radius:5px}.wa__sq_button.wa__btn_w_img{width:270px;margin-left:30px}.wa__r_button.wa__btn_w_img .wa__cs_img{left:-5px}.wa__sq_button.wa__btn_w_img .wa__cs_img{left:-35px}.wa__sq_button.wa__btn_w_img .wa__btn_txt{padding:10px 20px 10px 70px;display:table-cell;vertical-align:middle;height:66px}.wa__btn_txt .wa__btn_title{font-weight:600}.wa__r_button.wa__btn_w_img .wa__btn_txt{padding:8px 20px 8px 100px;display:table-cell;vertical-align:middle;height:66px}.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{margin-left:3px}.wa__popup_chat_box{font-family:Arial,Helvetica,sans-serif;width:351px;border-radius:5px 5px 8px 8px;-webkit-border-radius:5px 5px 8px 8px;-moz-border-radius:5px 5px 8px 8px;position:fixed;overflow:hidden;box-shadow:0 10px 10px 4px rgb(0 0 0 / .04);-webkit-box-shadow:0 10px 10px 4px rgb(0 0 0 / .04);-moz-box-shadow:0 10px 10px 4px rgb(0 0 0 / .04);bottom:102px;right:25px;z-index:998;opacity:0;visibility:hidden;-ms-transform:translate(0,50px);transform:translate(0,50px);-webkit-transform:translate(0,50px);-moz-transform:translate(0,50px);transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all;will-change:transform,visibility,opacity;max-width:calc(100% - 50px)}.wa__popup_chat_box:hover,.wa__popup_chat_box:focus,.wa__popup_chat_box:active{box-shadow:0 10px 10px 4px rgb(32 32 37 / .23);-webkit-box-shadow:0 10px 10px 4px rgb(32 32 37 / .23);-moz-box-shadow:0 10px 10px 4px rgb(32 32 37 / .23)}.wa__popup_chat_box.wa__active{-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);visibility:visible;opacity:1}.wa__popup_chat_box .wa__popup_heading{position:relative;padding:15px 43px 17px 74px;color:#d9ebc6;background:#2db742}.wa__popup_chat_box .wa__popup_heading_sm{padding:12px 15px 17px 74px}.wa__popup_chat_box .wa__popup_heading:before{content:'';background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg) center top no-repeat;background-size:33px;display:block;width:55px;height:33px;position:absolute;top:20px;left:12px}.wa__popup_chat_box .wa__popup_heading_sm:before{top:19px;left:11px}.wa__popup_chat_box .wa__popup_heading .wa__popup_title{padding-top:2px;padding-bottom:3;color:#fff;font-size:18px;line-height:24px}.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{padding-top:4px;font-size:12px;line-height:20px}.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{padding-top:0}.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{display:inline-block;color:#fff;text-decoration:none}.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{text-decoration:underline}.wa__popup_chat_box .wa__popup_notice{font-size:11px;color:#a5abb7;font-weight:500;padding:0 3px}.wa__popup_chat_box .wa__popup_content{background:#fff;padding:13px 20px 21px 19px;text-align:center}.wa__popup_chat_box .wa__popup_content_left{text-align:left}.wa__popup_chat_box .wa__popup_avatar{position:absolute;overflow:hidden;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;left:12px;top:12px}.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{border-radius:unset;-webkit-border-radius:unset;-moz-border-radius:unset}.wa__popup_chat_box .wa__stt{padding:13px 40px 12px 74px;position:relative;text-decoration:none;display:table;width:100%;border-left:2px solid #2db742;background:#f5f7f9;border-radius:2px 4px 2px 4px;-webkit-border-radius:2px 4px 2px 4px;-moz-border-radius:2px 4px 2px 4px}.wa__popup_chat_box .wa__stt:after{content:'';background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg) 0 0 no-repeat;position:absolute;right:14px;top:26px;width:20px;height:20px;background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%}.wa__popup_chat_box .wa__stt.wa__stt_offline:after{background-image:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_gray_sm.svg)}.wa__popup_chat_box .wa__stt.wa__stt_online{transition:0.2s ease all;-webkit-transition:0.2s ease all;-moz-transition:0.2s ease all}.wa__popup_chat_box .wa__stt.wa__stt_online:hover,.wa__popup_chat_box .wa__stt.wa__stt_online:active,.wa__popup_chat_box .wa__stt.wa__stt_online:focus{background:#fff;box-shadow:0 7px 15px 1px rgb(55 62 70 / .07);-webkit-box-shadow:0 7px 15px 1px rgb(55 62 70 / .07);-moz-box-shadow:0 7px 15px 1px rgb(55 62 70 / .07)}.wa__popup_content_list .wa__popup_content_item{margin:14px 0 0;transform:translate(0,20px);-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);will-change:opacity,transform;opacity:0}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all;transition-delay:2.1s;-webkit-transition-delay:2.1s;-moz-transition-delay:2.1s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){transition-delay:0.5s;-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){transition-delay:0.7s;-webkit-transition-delay:0.7s;-moz-transition-delay:0.7s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){transition-delay:0.9s;-webkit-transition-delay:0.9s;-moz-transition-delay:0.9s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){transition-delay:1.1s;-webkit-transition-delay:1.1s;-moz-transition-delay:1.1s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){transition-delay:1.3s;-webkit-transition-delay:1.3s;-moz-transition-delay:1.3s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){transition-delay:1.5s;-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){transition-delay:1.7s;-webkit-transition-delay:1.7s;-moz-transition-delay:1.7s}.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){transition-delay:1.9s;-webkit-transition-delay:1.9s;-moz-transition-delay:1.9s}.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0)}.wa__popup_content_list .wa__popup_content_item .wa__member_name{font-size:14px;color:#363c47;line-height:1.188em!important}.wa__popup_content_list .wa__popup_content_item .wa__member_duty{font-size:11px;color:#989b9f;padding:2px 0 0;line-height:1.125em!important}.wa__popup_content_list .wa__popup_content_item .wa__member_status{color:#F5A623;font-size:10px;padding:5px 0 0;line-height:1.125em!important}.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{display:table-cell;vertical-align:middle;min-height:48px;height:48px}.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{border-left-color:#c0c5ca}.wa__popup_avt_list{font-size:0;margin:7px 0 24px}.wa__popup_avt_list .wa__popup_avt_item{display:inline-block;position:relative;width:46px}.wa__popup_avt_list .wa__popup_avt_img{width:60px;height:60px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:relative;overflow:hidden;border:2px solid #fff;left:-7px}.wa__popup_call_btn{background:#2db742;color:#fff;text-decoration:none;display:inline-block;width:275px;max-width:100%;font-size:16px;padding:14px 10px;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;margin:25px 0 15px;box-shadow:0 8px 17px 2px rgb(13 15 18 / .2);-webkit-box-shadow:0 8px 17px 2px rgb(13 15 18 / .2);-moz-box-shadow:0 8px 17px 2px rgb(13 15 18 / .2)}.wa__popup_call_btn.wa__popup_call_btn_lg:before{content:'';display:inline-block;width:20px;height:20px;position:relative;background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green_sm.svg) 0 0 no-repeat;background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;vertical-align:top;top:0;margin-right:-19px;left:-31px;transition:0.2s ease background-image;-webkit-transition:0.2s ease background-image;-moz-transition:0.2s ease background-image}.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{background-image:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg)}.wa__popup_chat_box_gray{border-radius:2px 2px 8px 8px}.wa__popup_chat_box_gray .wa__popup_heading_gray{background:#f8f8f8;border-top:3px solid #2db742;color:#868c9a;font-weight:500}.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{color:#595b60}.wa__popup_chat_box_gray .wa__popup_heading_gray:before{content:'';background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg) center top no-repeat;background-size:33px;display:block;width:55px;height:33px;position:absolute;top:20px;left:12px}.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{color:#595b60}.wa__popup_chat_box_ct{width:384px;text-align:center}.wa__popup_chat_box_ct .wa__popup_heading_ct{text-align:center;padding:18px 0 18px}.wa__popup_chat_box_ct .wa__popup_heading_ct:before{content:'';background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg) center top no-repeat;background-size:30px;display:block;width:30px;height:31px;position:absolute;top:15px;left:72px}.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{padding-left:22px;padding-bottom:14px}.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{margin-top:-5px;line-height:12px}.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{content:'';clear:both;display:block}.wa__popup_chat_box_ct .wa__popup_ct_content{background:#fff;padding:0 0 14px}.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{padding-top:18px;padding-bottom:15px}.wa__popup_chat_box_ct .wa__popup_ct_content_item{width:33%;float:left;font-size:10px}.wa__popup_chat_box_ct .wa__popup_ct_content_item a{text-decoration:none;color:#989b9f}.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{padding-top:8px}.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{color:#363c47;font-size:13px}.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{color:#989b9f;padding:3px 0 0}.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{color:#2db742;font-size:9px;line-height:12px;display:inline-block;padding:3px 0 0 16px;background:url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg) 0 3px no-repeat;background-size:12px auto;-webkit-background-size:12px auto;-moz-background-size:12px auto}.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{color:#f5a623;font-size:9px;line-height:12px;padding:2px 0 0}.wa__popup_chat_box_ct .wa__popup_ct_avatar img{border-radius:50%}.wa__popup_chat_box_ct .wa__popup_ct_call_btn{width:97px;font-size:11px;padding:9px 10px 11px;margin:15px 0 15px}.wa__btn_popup{position:fixed;right:30px;bottom:30px;cursor:pointer;font-family:Arial,Helvetica,sans-serif;z-index:999}.wa__btn_popup .wa__btn_popup_icon{width:56px;height:56px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 6px 8px 2px rgb(0 0 0 / .14);-webkit-box-shadow:0 6px 8px 2px rgb(0 0 0 / .14);-moz-box-shadow:0 6px 8px 2px rgb(0 0 0 / .14)}.wa__btn_popup .wa__btn_popup_icon:before{content:'';position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background:#fff0 url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg) center center no-repeat;background-size:30px auto;-webkit-background-size:30px auto;-moz-background-size:30px auto;transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all}.wa__btn_popup .wa__btn_popup_icon:after{content:'';opacity:0;position:absolute;z-index:2;width:100%;height:100%;left:0;top:0;background:#fff0 url(/wp-content/plugins/whatsapp-for-wordpress/assets/img/x_icon.svg) center center no-repeat;background-size:14px auto;-webkit-background-size:14px auto;-moz-background-size:14px auto;transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all;-ms-transform:scale(0) rotate(-360deg);transform:scale(0) rotate(-360deg);-webkit-transform:scale(0) rotate(-360deg);-moz-transform:scale(0) rotate(-360deg)}.wa__btn_popup.wa__active .wa__btn_popup_icon:before{opacity:0;-ms-transform:scale(0) rotate(360deg);transform:scale(0) rotate(360deg);-webkit-transform:scale(0) rotate(360deg);-moz-transform:scale(0) rotate(360deg)}.wa__btn_popup.wa__active .wa__btn_popup_icon:after{opacity:1;-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg)}.wa__btn_popup .wa__btn_popup_txt{position:absolute;width:156px;right:100%;background-color:#f5f7f9;font-size:12px;color:#43474e;top:15px;padding:7px 0 7px 12px;margin-right:7px;letter-spacing:-.03em;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:0.4s ease all;-webkit-transition:0.4s ease all;-moz-transition:0.4s ease all}.wa__btn_popup.wa__active .wa__btn_popup_txt{-ms-transform:translate(0,15px);transform:translate(0,15px);-webkit-transform:translate(0,15px);-moz-transform:translate(0,15px);opacity:0;visibility:hidden}