*{
    box-sizing: border-box;
}

html:not(.blogapp) .sqs-blockicon-custom-table .sqs-blockicon-content {
    background-image: url(../images/table-icon.png) !important;
    background-size: 32%
}

html:not(.blogapp) #block-selector-button-custom-table:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../images/table-icon.png) !important;
    background-size: 22px;
    left: 8px;
    position: relative
}

.sqs-data-table-hidden {
    display: none
}

.sqs-edit-mode .custom-table-block,
.squarespace-editable .custom-table-block {
    opacity: 1 !important;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb
}

.sqs-edit-mode .custom-table-block thead,
.squarespace-editable .custom-table-block thead,
.sqs-edit-mode .custom-table-block tbody,
.squarespace-editable .custom-table-block tbody,
.sqs-edit-mode .custom-table-block th,
.squarespace-editable .custom-table-block th,
.sqs-edit-mode .custom-table-block tr,
.squarespace-editable .custom-table-block tr,
.sqs-edit-mode .custom-table-block td,
.squarespace-editable .custom-table-block td {
    border-style: inherit;
    border-color: inherit;
    border-width: inherit
}

.custom-table-block {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb;
    transition: opacity .33s;
    width: auto;
    word-break: break-word;
    white-space: normal
}

.custom-table-block.last-child-width-fix tr:last-child td:last-child {
    width: 1%;
    white-space: nowrap
}

.custom-table-block * {
    box-sizing: border-box
}

.custom-table-block thead,
.custom-table-block tbody,
.custom-table-block th,
.custom-table-block tr,
.custom-table-block td {
    border-style: inherit;
    border-color: inherit;
    border-width: inherit;
    word-break: normal
}

.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) tbody,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) thead,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) td,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) th {
    border-width: 0
}

.custom-table-block[data-gss-key][data-gss-sync=true] {
    opacity: 0
}

.custom-table-block[data-table-sort=true] .table-header-th {
    cursor: pointer
}

.custom-table-block.custom-table-block-full-width {
    width: 100%
}

.custom-table-block.custom-table-block-layout-fixed {
    width: 100%;
    table-layout: fixed
}

.custom-table-block.custom-table-block-fixed-width {
    width: 100%;
    table-layout: fixed
}

.custom-table-block.custom-table-block-fixed-width thead,
.custom-table-block.custom-table-block-fixed-width tbody,
.custom-table-block.custom-table-block-fixed-width th,
.custom-table-block.custom-table-block-fixed-width tr,
.custom-table-block.custom-table-block-fixed-width td {
    word-break: break-word
}

.custom-table-block.custom-table-block-center {
    margin: auto
}

.custom-table-block.custom-table-block-right {
    margin: auto 0 auto auto
}

.custom-table-block.custom-table-block-center-content {
    text-align: center
}

.custom-table-block.custom-table-block-center-content th,
.custom-table-block.custom-table-block-center-content td,
.custom-table-block.custom-table-block-center-content tr {
    text-align: center
}

.custom-table-block img {
    display: block;
    max-width: 120px;
    min-width: 120px;
    object-fit: contain;
    width: 100%;
    margin: auto
}

.custom-table-block tr {
    transition: background .2s ease-in-out
}

.custom-table-block td {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    background-color: transparent;
    vertical-align: middle
}

.custom-table-block td:first-child {
    border-left-width: 0
}

.custom-table-block td a {
    word-break: break-all
}

.custom-table-block th {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    position: relative;
    vertical-align: middle
}

.custom-table-block th:first-child {
    border-left-width: 0
}

.custom-table-block thead {
    background-color: #e0e0e0;
    color: inherit;
    text-align: left;
    vertical-align: middle
}

.custom-table-block[data-table-sort=true] .table-header-th.no-sort-there {
    cursor: auto
}

.custom-table-block[data-table-sort=true] .table-header-th.no-sort-there:after {
    display: none !important
}

.custom-table-block[data-table-sort=true] .table-header-th:after {
    content: 'â†•';
    display: inline-block;
    margin-left: 6px;
    vertical-align: baseline;
    font-size: 90%
}

.custom-table-block[data-table-sort=true] .table-header-th.sorted-asc:after {
    content: 'â†‘'
}

.custom-table-block[data-table-sort=true] .table-header-th.sorted-desc:after {
    content: 'â†“'
}

.sqs-edit-mode .custom-table-block-even-rows thead tr,
.sqs-edit-mode .custom-table-block-odd-rows thead tr {
    background-color: transparent !important
}

.custom-table-block-even-rows,
.custom-table-block-odd-rows {
    background-color: transparent
}

.custom-table-block-even-rows tbody tr:nth-child(even),
.custom-table-block-odd-rows tbody tr:nth-child(odd) {
    background-color: transparent !important
}

.custom-table-block-highlight-rows tbody tr:hover {
    background-color: transparent !important
}

.custom-table-block.custom-table-block-horizontal td {
    border-width: 0 0 1px
}

.custom-table-block.custom-table-block-horizontal th {
    border-width: 0
}

.custom-table-block .custom-table-block-bordered:not([data-mobile-styles=true]):not([data-mobile-styles=stacked]):not([data-mobile-styles=horizontScroll]) tbody>tr:last-child>td,
.custom-table-block .custom-table-block-horizontal:not([data-mobile-styles=true]):not([data-mobile-styles=stacked]):not([data-mobile-styles=horizontScroll]) tbody>tr:last-child>td {
    border-bottom-width: 0
}

@supports(scroll-snap-align:start) {
    .custom-table-block[data-mobile-styles=horizontScroll] tbody {
        scroll-snap-type: x mandatory
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody tr {
        scroll-snap-align: center
    }
}

@supports not (scroll-snap-align:start) {
    .custom-table-block[data-mobile-styles=horizontScroll] tbody {
        -webkit-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        -webkit-scroll-snap-destination: 0% center;
        scroll-snap-destination: 0% center;
        -webkit-scroll-snap-points-x: repeat(100%);
        scroll-snap-points-x: repeat(100%)
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody tr {
        scroll-snap-coordinate: 0 0
    }
}

.table-mobile-controls {
    display: none;
    margin: 10px;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

.table-mobile-controls span {
    display: inline-block;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px
}

.table-mobile-controls .next-tr,
.table-mobile-controls .prev-tr {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: inherit;
    border-radius: 1px;
    text-indent: -9999px;
    transform-origin: center;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.table-mobile-controls .next-tr:hover,
.table-mobile-controls .prev-tr:hover,
.table-mobile-controls .next-tr:focus,
.table-mobile-controls .prev-tr:focus {
    opacity: .8
}

.table-mobile-controls .tr-digits {
    margin: 2% 10%
}

.table-mobile-controls .next-tr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.table-mobile-controls .prev-tr {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.table-mobile-controls .tr-count:before {
    content: '/';
    display: inline-block;
    margin: 0 5px
}

@media screen and (max-width:820px) {
    .table-mobile-controls {
        display: block
    }

    .custom-table-block[data-mobile-styles=horizont],
    .custom-table-block:not([data-mobile-styles]),
    .custom-table-block[data-mobile-styles=disabled] {
        display: block;
        width: 100%;
        table-layout: fixed;
        max-height: 80vh;
        height: auto;
        overflow: auto
    }

    .custom-table-block:not([data-mobile-styles]) thead,
    .custom-table-block[data-mobile-styles=disabled] thead,
    .custom-table-block:not([data-mobile-styles]) tbody,
    .custom-table-block[data-mobile-styles=disabled] tbody {
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    .custom-table-block:not([data-mobile-styles]) thead,
    .custom-table-block[data-mobile-styles=disabled] thead {
        border-top: none
    }

    .custom-table-block[data-mobile-styles=true],
    .custom-table-block[data-mobile-styles=stacked],
    .custom-table-block[data-mobile-styles=horizontScroll] {
        width: 100%
    }

    .custom-table-block[data-mobile-styles=true] thead,
    .custom-table-block[data-mobile-styles=stacked] thead,
    .custom-table-block[data-mobile-styles=horizontScroll] thead {
        display: none
    }

    .custom-table-block[data-mobile-styles=true] tr,
    .custom-table-block[data-mobile-styles=stacked] tr,
    .custom-table-block[data-mobile-styles=horizontScroll] tr {
        overflow: hidden
    }

    .custom-table-block[data-mobile-styles=true] tbody,
    .custom-table-block[data-mobile-styles=stacked] tbody,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody {
        border-width: 0
    }

    .custom-table-block[data-mobile-styles=true] tbody td,
    .custom-table-block[data-mobile-styles=stacked] tbody td,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody td {
        display: table;
        width: 100.1%;
        border-width: 0 0 1px
    }

    .custom-table-block[data-mobile-styles=true] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles=stacked] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles=true] tbody td:before,
    .custom-table-block[data-mobile-styles=stacked] tbody td:before,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody td:before {
        vertical-align: middle;
        padding: 10px;
        display: table-cell;
        width: 50%;
        margin: 0
    }

    .custom-table-block[data-mobile-styles=true] tbody td img,
    .custom-table-block[data-mobile-styles=stacked] tbody td img,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody td img {
        margin: 0;
        height: 120px
    }

    .custom-table-block[data-mobile-styles=true] tbody td:before,
    .custom-table-block[data-mobile-styles=stacked] tbody td:before,
    .custom-table-block[data-mobile-styles=horizontScroll] tbody td:before {
        content: attr(data-th);
        font-weight: 700;
        background: #e0e0e0
    }

    .custom-table-block[data-mobile-styles=horizontScroll] {
        display: block;
        position: relative
    }

    .custom-table-block[data-mobile-styles=horizontScroll] thead {
        display: none
    }

    .custom-table-block[data-mobile-styles=horizontScroll].custom-table-block-bordered tr,
    .custom-table-block[data-mobile-styles=horizontScroll].custom-table-block-horizontal tr {
        border-width: 0 0 0 1px;
        border-style: inherit;
        border-color: inherit
    }

    .custom-table-block[data-mobile-styles=horizontScroll].custom-table-block-bordered .custom-table-mobileWrap {
        border-width: 0 0 0 1px;
        border-style: inherit;
        border-color: inherit
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody {
        width: auto;
        display: block;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody tr {
        display: table-cell;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: stretch;
        vertical-align: top;
        min-width: 200px;
        min-width: 90vw;
        width: 101%;
        max-width: 101%
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody tr:first-child {
        border-left-width: 0
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody tr:first-child td {
        border-left-width: 0
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody td {
        display: table;
        display: flex;
        align-self: stretch;
        white-space: normal;
        padding: 0
    }

    .custom-table-block[data-mobile-styles=horizontScroll] tbody td:last-child {
        border-bottom-width: 0
    }
}









div.eapps-widget {
    position: relative
}

div.eapps-widget.eapps-widget-show-toolbar:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transition: border .3s ease;
    z-index: 1
}

.eapps-widget-toolbar {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    display: block;
    z-index: 99999;
    padding-bottom: 4px;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0
}

.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 1;
    pointer-events: auto
}

.eapps-widget-toolbar a {
    text-decoration: none;
    box-shadow: none !important
}

.eapps-widget-toolbar-panel {
    border-radius: 6px;
    background-color: #222;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    position: relative;
    transition: all .3s ease;
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .2);
    height: 28px
}

.eapps-widget:hover .eapps-widget-toolbar-panel {
    opacity: 1
}

.eapps-widget-toolbar-panel-wrapper {
    width: 100%;
    position: relative
}

.eapps-widget-toolbar-panel-only-you {
    position: absolute;
    top: -24px;
    font-size: 11px;
    line-height: 14px;
    color: #9c9c9c;
    padding: 5px 4px
}

.eapps-widget-toolbar-panel-logo {
    width: 28px;
    height: 28px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eapps-widget-toolbar-panel-logo svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #f93262
}

.eapps-widget-toolbar-panel-edit {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none
}

.eapps-widget-toolbar-panel-edit-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.eapps-widget-toolbar-panel-edit-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff
}

.eapps-widget-toolbar-panel-views {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.eapps-widget-toolbar-panel-views-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 8px
}

.eapps-widget-toolbar-panel-views-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70px;
    height: 3px;
    border-radius: 2px;
    margin-left: 8px;
    background-color: hsla(0, 0%, 100%, .3)
}

.eapps-widget-toolbar-panel-views-bar-inner {
    border-radius: 2px;
    background-color: #4ad504
}

.eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #4ad504
}

.eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #ff4734
}

.eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
    background-color: #ffb400
}

.eapps-widget-toolbar-panel-views-percent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.eapps-widget-toolbar-panel-views-get-more {
    padding: 9px 16px;
    background-color: #f93262;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0 6px 6px 0
}

.eapps-widget-toolbar-panel-share {
    position: absolute;
    top: 0;
    display: inline-block;
    margin-left: 8px;
    width: 83px;
    height: 28px;
    padding-bottom: 4px;
    box-sizing: content-box !important
}

.eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
    opacity: 1;
    pointer-events: all
}

.eapps-widget-toolbar-panel-share-button {
    padding: 0 18px;
    height: 28px;
    background-color: #1c91ff;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 6px;
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: default;
    -ms-flex-align: center;
    align-items: center
}

.eapps-widget-toolbar-panel-share-button svg {
    display: inline-block;
    margin-right: 6px;
    fill: #fff;
    position: relative;
    top: -1px
}

.eapps-widget-toolbar-panel-share-block {
    position: absolute;
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, .1);
    border-radius: 10px;
    width: 209px;
    top: 32px;
    transform: translateX(-63px);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}

.eapps-widget-toolbar-panel-share-block:hover {
    opacity: 1;
    pointer-events: all
}

.eapps-widget-toolbar-panel-share-block-text {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0;
    text-align: center
}

.eapps-widget-toolbar-panel-share-block-text-icon {
    padding-bottom: 4px
}

.eapps-widget-toolbar-panel-share-block-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid hsla(0, 0%, 7%, .1)
}

.eapps-widget-toolbar-panel-share-block-actions-item {
    width: 33.333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 39px;
    transition: all .3s ease;
    background-color: transparent
}

.eapps-widget-toolbar-panel-share-block-actions-item:hover {
    background-color: #fafafa
}

.eapps-widget-toolbar-panel-share-block-actions-item a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.eapps-widget-toolbar-panel-share-block-actions-item-icon {
    width: 16px;
    height: 16px;
    display: block
}

.eapps-widget-toolbar-panel-share-block-actions-item-facebook .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #3c5a9b
}

.eapps-widget-toolbar-panel-share-block-actions-item-twitter .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #1ab2e8
}

.eapps-widget-toolbar-panel-share-block-actions-item-google .eapps-widget-toolbar-panel-share-block-actions-item-icon {
    fill: #dd4b39
}

.eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
    border-right: 1px solid hsla(0, 0%, 7%, .1)
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .header-blur-background {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
}

/* Contact Us */

.fluid-engine.contact_us{
    padding: 200px 6vw;
    display: flex;
    justify-content: space-between;
}

.fluid-engine.contact_us>*{
    width: 50%;
}

.fluid-engine.contact_us>* textarea{
    width: 100%;
    resize: none;
    padding: 10px 0px;
}

.fluid-engine.contact_us>* select{
    width: 100%;
    padding: 10px 0px;
}

.fluid-engine.contact_us>* input{
    width: 100%;
    padding: 10px 0px;
}

.fluid-engine.contact_us .option input{
    width: auto;
    padding: 10px 0px;
}

.fluid-engine.contact_us .option label{
    display: flex;
    gap: 5px;
}

@media (max-width:991px){

    .fluid-engine.contact_us{
        flex-wrap: wrap;
    }

    .fluid-engine.contact_us>*{
    width: 100%;
}
}
.fluid-engine.contact_us>* .input-lft{
    width: auto;
}
.fluid-engine.contact_us>* label{
    margin: 12px 0px;
    font-size: 17px;
}
.fluid-engine.contact_us>* label span{
    color: #9c9c9c;
    font-size: 15px;
}