/* h1 :not(.mainContent), big :not(.mainContent) {
    font-size: 3.75rem;
}
h2 :not(.mainContent) {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
} */
video {
    max-width: 100%;
    width: 100%;
}
big {
    font-size: 48px;
}
.Column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* .noGuideLine .Column {
    padding: unset;
} */
.ColumnFlexTwo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.ColumnFlexThree {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.ColumnWrapper {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /* width: 100% !important; */
}
.ColumnWrapper[type=dropdown] {
    flex-direction: column;
}
.ColumnPaddingWrapper .Column {
    padding-right: 50px !important;
}
.ColumnPaddingWrapper .Column:last-child  {
    padding-right: 0px !important;
}
.dropdownList .Column {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    padding-right: 50px !important;
}
.dropdownList * {
    user-select: none; 
}
.dropdownListHead {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.dropdownListHead.inner-content {
    padding: 0px;
}
.dropdownListHead::after {
    content: "+";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
}
.dropdownListOpen .dropdownListHead::after {
    content:"-";
}
.dropdownListHidden {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
.dropdownListOpen .dropdownListHidden {
    height: 100%;
}
.dropdownNoStyling .dropdownListHead {
    border: 0px;
}
.dropdownNoStyling .dropdownListHead::after {
    content: unset !important;
}
.dropdownNoStyling .dropdownList {
    padding-top: 0px;
}
.dropdownNoStyling .dropdownListHead {
    margin-bottom: unset !important;
}
.only-dropwdown-smartphone .dropdownListHidden {
    height: auto;
}
.only-dropwdown-smartphone .dropdownListHead::after {
    content: "";
}
.only-dropwdown-smartphone .dropdownListHead {
    pointer-events: none;
}
.only-dropwdown-smartphone .dropdownList .Column {
    padding-right: 0px !important;
}
.only-show-smartphone {
    position: absolute !important;
    visibility: hidden !important;
    pointer-events: none !important; 
}
#blockOrder .only-show-smartphone {
    position: relative !important;
    visibility: visible !important;
    pointer-events: all !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper {
    width: unset !important;
    align-items: center;
    display: inline-block !important;
}
.inlineColumnWrapper .Column, .inlineColumnWrapper .layoutPreview {
    display: inline-block !important;
    width: unset !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .inner-content, .inlineColumnWrapper.inner-content, .inlineColumnWrapper .inner-content .inner-content {
    width: unset !important;
    -webkit-box-flex: 0 !important;
    flex: 0 !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column, .inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column .content {
    display: inline-block !important;
    flex: unset !important;
    vertical-align: middle;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column {
    margin-left: unset !important;
}
.innerContent {
    padding: 10px 0px;
}
.fullWidth, .W100, body main .bgcolor .W100 {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/* .fullWidth .inner-content, .W100 .inner-content {
    margin-bottom: unset;
} */
.halfWidth, .W50.inner-content {
    width:50% !important;
    max-width: unset !important;
    margin:0 auto;
}
.W66.inner-content {
    width: calc(var(--inner-content)+34%) !important;
    min-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.colF1 {
    flex: 1;
}
.colF2 {
    flex: 2;
}
.overFlowHidden, .overflowHidden {
    overflow: hidden !important;
}
.verticalView, .contentContainer[name=W100] > .layoutPreview {
    flex-direction: column !important;
}
.backgroundBox {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999999;
    -moz-animation: toBlack 2s;
    -webkit-animation: toBlack 2s;
    -o-animation: toBlack 2s;
}
@keyframes toBlack {
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-moz-keyframes toBlack { /* Firefox */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-webkit-keyframes toBlack { /* Safari and Chrome */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-o-keyframes toBlack { /* Opera */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
iframe{
    width:100%;
}
.popupBox {
    width: 80vw;
    height: 90vh;
    border-radius: 5px;
    position: fixed;
    left: 10vw;
    top: 5vh;
    border: 1px solid #efefef;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 0px 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.popupBox.IG {
    border: none;
    background-color: transparent;
}
.popupBox.IG span {
    color: #ffffff !important;
    font-size: 14px;
}
.popupBox.IG .popupBoxClose {
    color: #ffffff;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
}
.popupBox.IG .popupBoxImage {
    flex-direction: column;
    max-width: 500px;
    height: 100%;
    margin: 0px auto;
    justify-content: center;
}
.popupBox.IG .sliderButtons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: #ffffff !important;
    z-index: 99999999999999;
    text-decoration: none !important;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
}
.popupBox.IG .popupCaptionWrapper {
    margin: 10px 0px;
    flex-direction: column;
    display: flex;
}
.popupBox.IG .popupCaptionWrapper span {
    margin-bottom: 20px;
}
.IG .accountDetails a, .IG .postLink a {
    color: #ffffff !important;
}
.IG .postLink {
    text-align: right;
    font-size: 12px !important;
}
.IG .accountDetails a {
    font-weight: 600;
}
.popupBox.IG .prev {
    left: 20px;
}
.popupBox.IG .next {
    right: 20px;
}
.postIconCAROUSEL_ALBUM::before, .postIconIMAGE::before, .postIconVIDEO::before {
    fill: #ffffff !important;
    max-height: 28px;
    width: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    content: ' ';
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    z-index: 1;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(255, 255, 255, 1.2)) invert(1);
} 
.postIconCAROUSEL_ALBUM::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentPopup.svg");
}
.postIconIMAGE::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentImage.svg");
    display: none;
}
.postIconVIDEO::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentVideo.svg");
}
#closeSelectBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    animation-name: fadeDark;
    animation-duration: 0.3s;
    cursor: pointer;
}
#popupBox {
    z-index: 9;
}
.popupBoxHead {
    display: flex;
    height: 5%;
    justify-content: space-between;
    z-index: 1;
}
.popupBoxTitle {
    font-weight: 600;
    padding: 10px;
    font-size: 20px;
}
.popupBoxClose {
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}
.popupBoxContent {
    height: 95%;
    display: flex;
    position: relative;
    flex-direction: column;
}
.popupBoxContent .sliderThumbsRow {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.popupBoxImage {
    min-height: 80%;
    max-height: 80%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.popupBoxImage .prev, .popupBoxImage .next {
    text-decoration: none;
    padding: 5px;
}
.popupBoxImage .prev:hover, .popupBoxImage .next:hover {
    opacity: 0.7;
}
.popupBoxZoomWrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
    justify-content: center;
}
.popupBoxContent img {
    object-fit: scale-down;
}
.popupBoxThumbnails {
    height: 15vh;
}
.sliderWrapper, .popupImageWrapper {
    display: flex;
    max-height: 100%;
    max-height: -webkit-fill-available;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.popupImageWrapper .Dots {
    position: absolute;
    display: inline-flex;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.popupImageWrapper .Dots a {
    border-radius: 50%;
    font-size: 60px;
    line-height: 0;
    color: #ffffff !important;
    content: unset !important;
    text-decoration: none !important;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
    opacity: 0.4;
}
.sliderWrapper, .popupImageWrapper .Dots a.Active {
    opacity: 1;
}
.openImage {
    cursor: pointer;
}
.openImageBackground {
    position: fixed;
    background: rgba(231, 123, 123, 0.8);
    backdrop-filter: blur(10px);
    transition: opacity 0.5s ease 0s;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999; 
}
.openImageBackground img {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 99 !important;
    max-height: 75vh !important;
    max-width: 75vw !important;
    border-radius: 0 !important;
    object-fit: scale-down !important;
}
.openImageBackground span {
    font-weight: 600;
    cursor: pointer;
    font-size: larger;
    right: 3vw;
    top: 4vh;
    position: fixed;
    cursor: pointer;
    color: #ccc;
    z-index: 1;
}
.openImageBackground span:hover {
    color: #333;
}
.openImageBackground::after {
    /* content: "";
    width: 95vw;
    height: 95vh;
    border-radius: 5px;
    position: fixed;
    left: 2.5vw;
    top: 2.5vh;
    border: 1px solid #efefef;
    background-color: #ffffff; */
}
.zoomHover {
    transition: .1s;
}
.zoomHover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.colorHover {
    filter: grayscale(100%);
    transition: .2s;
}
.colorHover:hover {
    filter: grayscale(0%);
    cursor: pointer;
}
.fadeMe {
    opacity:0;
    -moz-animation: fadeMe 2s;
    -webkit-animation: fadeMe 2s;
    -o-animation: fadeMe 2s;
}
#blockOrder .fadeMe {
    opacity: 1;
}
.verticalAlign {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ColumnWrapper.verticalAlign {
    flex-direction: row;
}
/* .verticalAlign .verticalView {
    display: block !important;
} */
.outlineStandard {
    outline: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    transition: .2s;
    padding: 16px !important;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 20px;
}
.outlineStandard:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.outlineFlat .Column {
    border-right: 1px solid #ededed24;
    transition: .2s;
    padding: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.outlineFlat .Column:last-child {
    border: none;
}
.outlineFlat a {
    font-weight: 600;
}
.shadow {
    -webkit-box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
}
.fontWhite, .fontWhite p, .fontWhite a, .fontWhite strong, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite span {
    color: #ffffff !important;
}
.borderAnimation:after {
    content: "";
    display: block;
    padding-top: 20px;
    border-bottom: 5px solid #fff;
    transition: .5s;
    -moz-animation: borderAnimation 3s;
    -webkit-animation: borderAnimation 3s;
    -o-animation: borderAnimation 3s;
    width:15%;
}
@keyframes borderAnimation {
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-moz-keyframes borderAnimation { /* Firefox */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-webkit-keyframes borderAnimation { /* Safari and Chrome */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-o-keyframes borderAnimation { /* Opera */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
a.blackOutlineBtn {
    transition: .2s;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 600;
}
a.whiteOutlineBtn {
    transition: .2s;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 600;
}
.area div:first-of-type {
    height: inherit;
}
.area .embed {
    position: absolute;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: rounded-squares 25s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes rounded-squares {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.TopBottomGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.BottomTopGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.LeftRightGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.RightLeftGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* Buttons */
a.stdButton, .webButton  {
    display: inline-flex;
    margin: 20px 0px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-style: solid;
    cursor: pointer;
    text-align:center;
    transition:.2s;
}
.buttonInsetShadow {
    box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
}
input[type=submit]:active, input[type=button]:active, button:active, .pageTags a:active, a.stdButton:active {
    transform: translateY(2px);
}
a.blackButton {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}
a.blackButton:hover {
    background-color: #333333 !important;
}
a.blackButton:active {
    background-color: #666666 !important;
}
a.whiteButton {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}
a.whiteButton:hover {
    background-color: #efefef !important;
}
a.whiteButton:active {
    background-color: #cccccc !important;
}
a.blackOutlineButton {
    background-color: transparent !important;
    border: 3px solid #000000 !important;
}
a.blackOutlineButton:hover {
    border: 3px solid #333333 !important;
}
a.blackOutlineButton:active {
    border: 3px solid #666666 !important;
}
a.whiteOutlineButton {
    background-color: transparent !important;
    border: 3px solid #ffffff !important;
}
a.whiteOutlineButton:hover {
    border: 3px solid #efefef !important;
}
a.whiteOutlineButton:active {
    border: 3px solid #cccccc !important;
}
a.whiteModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.whiteModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernSecondairButton:hover {
    transform: translateY(-7px);
}
a.blackModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000 !important;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.blackModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000 !important;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernSecondairButton:hover {
    transform: translateY(-7px);
}
.webButton:hover {
    text-decoration: none;
}
.webButton:active {
    transform: translateY(5px) !important;
}
/* Slider button */

/* CSS Slider button */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
  }
  a.switch {
      width: 50px;
  }
  label.switch {
    margin: 10px;
    min-width: 0;
  }
  .switch input {display:none;}
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d2d2d2;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -2px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
  }
  input:checked + .slider {
    background-color: #4ED164 !important;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #4ED164 !important;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* Rounded sliders */
  .slider.round {
    border-radius: 29px;
  }
  .slider.round:before {
    border-radius: 50%;
  }
/* std margin padding */
.svg-primary-fill svg {
    fill: var(--primary-background-color) !important;
}
small, small * {
    color: var(--secondary-background-color) !important;
}
.stepWrapper {
    counter-reset: section;
}
.stepWrapper .Column {
    position: relative;
}
.stepWrapper .Column::after  {
    position: absolute;
    content: ">";
    left: calc(100% - 25px);
    top: 50px;
    font-size: 35px;
}
.stepWrapper .Column:last-child::after,
.stepWrapper .Column .Column::after {
    content: none !important;
}
.stepWrapper .content[name=icons] {
    position: relative;
}
.stepWrapper .content[name=icons]::after {
    position: absolute;
    top: 40px;
    left: -25%;
    background-color: var(--primary-button-color);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    counter-increment: section;
    content:  counter(section);
    background: var(--secondary-background-color);
    color: var(--secondary-button-color);
}
.boxWrapper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px !important;
    padding: 25px !important;
    background: var(--background-color) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.boxWrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.obliqueAfter, .obliqueBefore {
    position: relative;
    overflow: hidden !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.obliqueBefore::before {
    content: "";
    display: block;
    background: white;
    height: 100px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}

.obliqueAfter::after {
    content: "";
    display: block;
    background: white;
    height: 450px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    bottom: -400px;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.obliqueNoPaddingTop {
    padding-top: 0px !important;
}
.half-circle-before {
    position: relative;
}
.half-circle-before::before {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100%;
    border-radius: 100%;
    background-color: var(--background-color);
    content: "";
    z-index: 1;
}
.half-circle-after {
    position: relative;
}
.half-circle-after::after {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100%;
    border-radius: 100%;
    background-color: var(--background-color);
    content: "";
    z-index: 1;
}
.fullWidthButton .webButton{
    box-sizing: border-box;
    width: 100%;
}
.ta-left * {
    text-align: left !important;
}
.ta-center * {
    text-align: center !important;
}
.ta-right * {
    text-align: right !important;
}
@media screen and (max-width : 810px) { 
    .popupImageWrapper .sliderButtons {
        display: none !important;
    }
    .only-show-smartphone:not(#blockOrder) {
        position: relative !important;
        visibility: visible !important;
        pointer-events: all !important; 
    }
    .only-dropwdown-smartphone .dropdownListHidden {
        height: 0px;
    }
    .only-dropwdown-smartphone .dropdownListOpen .dropdownListHidden {
        height: auto;
    }
    .only-dropwdown-smartphone .dropdownListHead::after {
        content: ">";
    }
    .only-dropwdown-smartphone .dropdownListHead {
        pointer-events: all;
    }
    .stepWrapper .Column::after {
        transform: rotate(90deg);
        left: 25px;
        top: 100px;
    }
    .ColumnWrapper.verticalAlign {
        flex-direction: column;
    }
    big {
        font-size: 36px;
    }
    .sd-ta-left * {
        text-align: left !important;
    }
    .sd-ta-center * {
        text-align: center !important;
    }
    .sd-ta-right * {
        text-align: right !important;
    }
    .ColumnWrapper .verticalAlign {
        flex-direction: column;
    }
    .ColumnPaddingWrapper .Column, .ColumnPaddingWrapper .Column:last-child {
        padding-right: inherit !important;
    }
    .sd-inline-flex {
        display: inline-flex !important;
        flex-direction: row !important;
    }
    .sd-sm-margin-right {
        margin-right: 25px !important;
    }
    .ColumnWrapper.sdColumnReverse {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .popupBox {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        padding: 10px;
    }
    .popupBox .prev, .popupBox .next {
        position: absolute;
        z-index: 1;
    }
    .outlineFlat .Column img {
        max-width: 25% !important;
    }
    .outlineFlat .Column p {
        max-width: 80%;
        margin: 0 auto;
    }
    .outlineFlat .Column {
        border-right: 0px;
        border-bottom: 1px solid #ededed24;
    }
    .phoneImg img {
        max-width: 50% !important;
    }
    span.closeImage {
        top: 20px;
        right: 20px;
        font-size: 2rem;
    }
    .AlignCenterSmallScreen {
        text-align: center !important;;
    }
    .AlignLeftSmallScreen {
        text-align: left !important;
    }
    .AlignRightSmallScreen {
        text-align: right !important;
    }
    .hideSmallScreen {
        display: none !important;
    }
    .smallPaddingSmallScreen, .smallPaddingSmallScreen img {
        padding: 0px 20px !important;
    }
    .noPaddingSmallScreen, .noPaddingSmallScreen img {
        padding: 0px 0px !important;
    }
    .normalImageSmallScreen img {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 20px !important;
    }
    .fullWidthImageSmallScreen img {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 0px !important;
    }
    .halfImageSmallScreen img {
        width: 50vw !important;
        max-width: 100vw !important;
    }
}
.positionAbsoluteBackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.2;
}
/* instagram style */
.instagramWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3px;
    grid-template-rows: auto;
}
.InstagramPost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
    position: absolute;
}
.InstagramPost span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    transition: .2s ease-out;
}
.InstagramPost {
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}
.InstagramPost:hover > span {
    opacity: 1;
}
.InstagramPost:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
}
.InstagramPost:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
}
.InstagramPost:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    display: block;
}
.InstagramPost:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;
    display: block;
} 
.InstagramPost:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    display: block;
}
.InstagramPost:nth-child(6) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    display: block;
}
.InstagramPost:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(8) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    display: block;
}
.InstagramPost:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}

.InstagramPost:nth-child(10) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(11) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(12) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:nth-child(13) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:nth-child(14) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 5;
    grid-row-end: 6;
    display: block;
}
.InstagramPost:nth-child(15) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:hover > img {
    transform: scale(1.03);
    filter: brightness(20%);
}
@media only screen and (max-width: 800px) {
    .instagramWrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .InstagramPost:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(6) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(11) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(12) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 8;
        display: block;
    }
    .InstagramPost:nth-child(13) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 8;
        display: block;
    }
    .InstagramPost:nth-child(14) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 8;
        grid-row-end: 9;
    }
    .InstagramPost:nth-child(15) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 8;
        grid-row-end: 9;
    }
}
@media only screen and (max-width: 600px) {
    .instagramWrapper {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .InstagramPost {
        width: calc(50% - 3px);
        padding-bottom: 50%;
    }
    .InstagramPost:nth-child(3n) {
        width: 100%;
        padding-bottom: 100%;
    }
}

/* gallery style */
.galleryWrapper    {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    grid-gap: 15px 20px;
    flex-wrap: wrap;
}
.galleryTile {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.galleryTile figure img {
    width: 100%;
    object-fit: contain;
    display: block; 
    max-height: 250px;
}
figcaption {
    margin: 15px 0px;
}
@media screen and (max-width : 1000px) {
    .galleryWrapper    {
    grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width : 810px) {
    .galleryWrapper    {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width : 600px) {
    .galleryWrapper    {
    grid-template-columns: repeat(1, 1fr);
    }
    figure img {
        max-height: unset;
    }
}

/* slideshow style */
.slideshowWrapper {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
}
.slideshowSlide {
    min-width: 100%;
    height: auto;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative;
}
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
.slideshowSlide img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.slideshowSlide figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0px;
    top: 0px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
.slideshowDots {
    cursor:pointer;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    background-color: #ffffff50;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
  }
  .slideshowDots.active, .slideshowDots:hover {
    background-color: var(--primary-background-color);
  }

.slideshowWrapper .prev, .slideshowWrapper .next, .carouselWrapper .prev, .carouselWrapper .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.2s ease;
    border-radius: 0 3px 3px 0;
  }
  
  .slideshowWrapper .next,  .carouselWrapper .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .slideshowWrapper .prev:hover, .slideshowWrapper .next:hover,  .carouselWrapper .prev:hover, .carouselWrapper .next:hover {
    color: #cccccc !important;
    text-decoration: none !important;
  }
  .dotsWrapper {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0px;
  }

  /* carousel Slides */
.carouselWrapper {
    border-radius: 5px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}
.customGallery .next, .customGallery .prev {
    color: var(--primary-background-color);
    padding: 0px !important;
}
.customGallery .next {
    right: 0px !important;
}
.customGallery .prev {
    left: 0px !important;
}
.carouselSlide {
    display: flex;
    height: 100%;
    flex-shrink: 0;
    transition: all 0.5s;
}
.carouselSlide section {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
}
.carouselSlide section::-webkit-scrollbar {
    display: none;
  }
.carouselSlide figure {
    min-width: calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    height: 100%;
}
.carouselSlide figure img {
    max-height: 60px;
    height: 60px;
    margin-top: 150px;
    transform: translateY(-50%);
}
.carouselWrapper .controls {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* tags */
.wrapperHorizontalScroll {
    display: inline-flex;
    width: calc(100% + 20px);
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 50px 0px;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    transform: translateX(-20px);
}
.wrapperHorizontalScroll .highlightPageTag {
    margin-right: 10px;
}
.wrapperHorizontalScroll .highlightPageTag {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}
.highlightPageTag {
    box-shadow: 2px 1px 6px 1px #baaaca, 5px -5px 10px #7171712e;
    padding: 0px 0px 10px 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
    border-radius: 5px;
    background-color: #efefef;
    transition: .4s;
    cursor: pointer;
    border-radius: 5px !important;
    width: 300px;
    min-width: 300px;
    position: relative;
}
.highlightPageTag * {
    color: var(--color) !important;
    text-decoration: none !important;
}
.highlightPageTag:hover {
    box-shadow: 2px 1px 10px 6px #baaaca, 5px -5px 10px #7171712e;
}
.highlightPageTagCover img {
    height: 125px;
    margin: 0px !important;
    width: 100%;
    object-fit: cover;
}
.highlightPageTagLogo {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    margin-top: -70px;
    display: flex;
    z-index: 99999999999999;
    padding: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.highlightPageTagContent {
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
}
.highlightPageTagTitle {
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 1.1 !important;
    margin-bottom: 5px;
}
.highlightPageTagTitle span {
    line-height: 1.1 !important;
}
.highlightPageTagDescription{
    opacity: 0.8;
    font-size: 11px;
    height: 11px;
}
.smoothScroll {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: unset;
    scroll-behavior: unset !important;
    transition: unset !important;;
}
.tagLine {
    margin: 20px 0px;
}
.tagLine a {
    margin-right: 20px;
}

@media screen and (max-width : 810px) {
    .highlightPageTag {
        width: 200px;
        min-width: 200px
    }
    .highlightPageTagCover img {
        height: 75px;
    }
    .highlightPageTagLogo {
        width: 50px;
        height: 50px;
    }
}

/* zoom */ 

.sliderImage {
    position: relative;
}
/*.zoomResult {
    position: relative;
}*/
#zoomTarget {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
  }
  
  .img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 400px;
    height: 400px;
}

:root {
    --xxs-space: 5px;
    --xs-space: 10px;
	--sm-space: 20px;
	--md-space: 30px;
	--lg-space: 50px;
    --xl-space: 150px;
    --xxs-size: 25px;
	--xs-size: 50px;
	--sm-size: 100px;
	--md-size: 250px;
	--lg-size: 400px;
	--xl-size: 600px;
	--full-size: 100%;
	--xs-font-size: 8px;
	--sm-font-size: 10px;
	--md-font-size: 14px;
	--lg-font-size: 22px;
	--xl-font-size: 60px;
	--fast-transition: 0.1s linear;
	--normal-transition: 0.2s linear;
	--slow-transition: 0.4s linear;
}
.xs-padding {
	padding: var(--xs-space);
}
.sm-padding {
	padding: var(--sm-space);
}
.md-padding {
	padding: var(--md-space);
}
.lg-padding {
	padding: var(--lg-space);
}
.xl-padding {
	padding: var(--xl-space);
}
.xs-padding-left {
	padding-left: var(--xs-space);
}
.sm-padding-left {
	padding-left: var(--sm-space);
}
.md-padding-left {
	padding-left: var(--md-space);
}
.lg-padding-left {
	padding-left: var(--lg-space);
}
.xl-padding-left {
	padding-left: var(--xl-space);
}
.xxs-vertical-padding {
	padding-top: var(--xxs-space);
	padding-bottom: var(--xxs-space);
}
.xs-vertical-padding {
	padding-top: var(--xs-space);
	padding-bottom: var(--xs-space);
}
.sm-vertical-padding {
	padding-top: var(--sm-space);
	padding-bottom: var(--sm-space);
}
.md-vertical-padding {
	padding-top: var(--md-space);
	padding-bottom: var(--md-space);
}
.lg-vertical-padding {
	padding-top: var(--lg-space);
	padding-bottom: var(--lg-space);
}
.xl-vertical-padding {
	padding-top: var(--xl-space);
	padding-bottom: var(--xl-space);
}
.xxs-horizontal-padding {
	padding-left: var(--xxs-space);
	padding-right: var(--xxs-space);
}
.xs-horizontal-padding {
	padding-left: var(--xs-space);
	padding-right: var(--xs-space);
}
.sm-horizontal-padding {
	padding-left: var(--sm-space);
	padding-right: var(--sm-space);
}
.md-horizontal-padding {
	padding-left: var(--md-space);
	padding-right: var(--md-space);
}
.lg-horizontal-padding {
	padding-left: var(--lg-space);
	padding-right: var(--lg-space);
}
.xl-horizontal-padding {
	padding-left: var(--xl-space);
	padding-right: var(--xl-space);
}
.xs-vertical-margin {
	margin-top: var(--xs-space);
	margin-bottom: var(--xs-space);
}
.sm-vertical-margin {
	margin-top: var(--sm-space);
	margin-bottom: var(--sm-space);
}
.md-vertical-margin {
	margin-top: var(--md-space);
	margin-bottom: var(--md-space);
}
.lg-vertical-margin {
	margin-top: var(--lg-space);
	margin-bottom: var(--lg-space);
}
.xl-vertical-margin {
	margin-top: var(--xl-space);
	margin-bottom: var(--xl-space);
}
.xs-bottom-margin {
	margin-bottom: var(--xs-space);
}
.sm-bottom-margin {
	margin-bottom: var(--sm-space);
}
.md-bottom-margin {
	margin-bottom: var(--md-space);
}
.lg-bottom-margin {
	margin-bottom: var(--lg-space);
}
.xl-bottom-margin {
	margin-bottom: var(--xl-space);
}
.horizontal-margin-unset {
	margin-left: unset;
	margin-right: unset;
}
.horizontal-inset-margin-unset * {
	margin-left: unset !important;
	margin-right: unset !important;
}
.horizontal-margin-auto {
	margin-left: auto;
	margin-right: auto;
}
.xs-gap {
	grid-gap: var(--xs-space)
}
.sm-gap {
	grid-gap: var(--sm-space)
}
.md-gap {
	grid-gap: var(--md-space)
}
.lg-gap {
	grid-gap: var(--lg-space)
}
.xl-gap {
	grid-gap: var(--xl-space)
}
.strong {
	font-weight: 600;
}
.justify-content-center  {
	justify-content: center;
}
.justify-content-space-between  {
	justify-content: space-between;
}
.justify-content-space-around  {
	justify-content: space-around;
}
.justify-content-flex-end {
    display: inline-flex;
    justify-content: flex-end;
}
.align-items-center {
	align-items: center;
}
.flex-grow {
	flex-grow: 100;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: auto;
}
.surface-colors {
	background-color: var(--surface-color);
	color: var(--on-surface-color);
}
.primary-colors {
	background-color: var(--primary-color);
	color: var(--on-primary-color);
}
.secondary-colors {
	background-color: var(--secondary-color);
	color: var(--on-secondary-color);
}
.tertiary-colors {
	background-color: var(--tertiary-color);
	color: var(--on-tertiary-color);
}
.quaternary-colors {
	background-color: var(--quaternary-color);
	color: var(--on-quaternary-color);
}
.quinary-colors {
	background-color: var(--quinary-color);
	color: var(--on-quinary-color);
}
.senary-colors {
	background-color: var(--senary-color);
	color: var(--on-senary-color);
}
.septenary-colors {
	background-color: var(--septenary-color);
	color: var(--on-septenary-color);
}
.primary-text-color * {
	color: var(--primary-color);
}
.secondary-text-color * {
	color: var(--secondary-color);
}
.tertiary-text-color * {
	color: var(--tertiary-color);
}
.quaternary-text-color * {
	color: var(--quaternary-color);
}
.quinary-text-color * {
	color: var(--ouinary-color);
}
.senary-text-color * {
	color: var(--senary-color);
}
.septenary-text-color * {
	color: var(--septenary-color);
}
.dark-text-color * {
	color: var(--dark-color);
}
.dark-gray-text-color * {
	color: var(--dark-gray-color);
}
.gray-text-color * {
	color: var(--gray-color);
}
.light-gray-text-color * {
	color: var(--light-gray-color);
}
.light-text-color * {
	color: var(--light-color);
}
.dark-background-color {
    background-color: var(--dark-color);
}
.dark-gray-background-color {
    background-color: var(--dark-gray-color);
}
.gray-background-color {
    background-color: var(--gray-color);
}
.light-gray-background-color {
    background-color: var(--light-gray-color);
}
.light-background-color {
    background-color: var(--light-color);
}
.xs-font-size * {
	font-size: var(--xs-font-size);
}
.sm-font-size * {
	font-size: var(--sm-font-size);
}
.md-font-size * {
	font-size: var(--md-font-size);
}
.lg-font-size * {
	font-size: var(--lg-font-size);
}
.xl-font-size * {
	font-size: var(--xl-font-size);
}
.tt-uppercase * {
    text-transform: uppercase;
}
.fs-italic * {
    font-style: italic;
}
.line-height-reset {
    line-height: 1;
}
.line-height-xs {
    line-height: 1.1;
}
.line-height-sm {
    line-height: 1.2;
}
.font-weight-600 {
    font-weight: 600;
}
.xs-letter-spacing {
    letter-spacing: 1px;
}
.sm-letter-spacing {
    letter-spacing: 2px;
}
.md-letter-spacing {
    letter-spacing: 3px;
}
.lg-letter-spacing {
    letter-spacing: 4px;
}
.xl-letter-spacing {
    letter-spacing: 5px;
}
.xs-height {
	height: var(--xs-size);
}
.sm-height {
	height: var(--sm-size);
}
.md-height {
	height: var(--md-size);
}
.lg-height {
	height: var(--lg-size);
}
.xl-height {
	height: var(--xl-size);
}
.full-height {
	height: var(--full-size);
}
.xs-min-height {
	min-height: var(--xs-size);
}
.sm-min-height {
	min-height: var(--sm-size);
}
.md-min-height {
	min-height: var(--md-size);
}
.lg-min-height {
	min-height: var(--lg-size);
}
.xl-min-height {
	min-height: var(--xl-size);
}
.full-min-height {
	min-height: var(--full-size);
}
.xs-max-height {
	max-height: var(--xs-size);
}
.sm-max-height {
	max-height: var(--sm-size);
}
.md-max-height {
	max-height: var(--md-size);
}
.lg-max-height {
	max-height: var(--lg-size);
}
.xl-max-height {
	max-height: var(--xl-size);
}
.full-max-height {
	max-height: var(--full-size);
}
.xs-width {
	width: var(--xs-size);
}
.sm-width {
	width: var(--sm-size);
}
.md-width {
	width: var(--md-size);
}
.lg-width {
	width: var(--lg-size);
}
.xl-width {
	width: var(--xl-size);
}
.full-width {
	width: var(--full-size);
}
.xs-min-width {
	min-width: var(--xs-size);
}
.sm-min-width {
	min-width: var(--sm-size);
}
.md-min-width {
	min-width: var(--md-size);
}
.lg-min-width {
	min-width: var(--lg-size);
}
.xl-min-width {
	min-width: var(--xl-size);
}
.full-min-width {
	min-width: var(--full-size);
}
.xs-max-width {
	max-width: var(--xs-size);
}
.sm-max-width {
	max-width: var(--sm-size);
}
.md-max-width {
	max-width: var(--md-size);
}
.lg-max-width {
	max-width: var(--lg-size);
}
.xl-max-width {
	max-width: var(--xl-size);
}
.full-max-width {
	max-width: var(--full-size);
}
.xs-border-radius {
	border-radius: var(--xs-space);
}
.sm-border-radius {
	border-radius: var(--sm-space);
}
.md-border-radius {
	border-radius: var(--md-space);
}
.lg-border-radius {
	border-radius: var(--lg-space);
}
.xl-border-radius {
	border-radius: var(--xl-space);
}
.max-border-radius {
    border-radius: 1000px;
}
.opacity-0 {
    opacity: 0;
}
.opacity-50 {
    opacity: 0.5;
}
.pointer-events-none {
    pointer-events: none;
}
/*  wrappers */

.std-flex-row-wrapper {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.std-flex-column-wrapper {
	display: flex;
	flex-direction: column;
}
.std-padding-bottom-wrapper .content {
	padding-bottom: var(--md-space);
}
.xxs-vertical-padding-container * {
    padding-top: var(--xxs-space);
    padding-bottom: var(--xxs-space);
}
.xs-vertical-padding-container * {
    padding-top: var(--xs-space);
    padding-bottom: var(--xs-space);
}
.sm-vertical-padding-container * {
    padding-top: var(--sm-space);
    padding-bottom: var(--sm-space);
}
.md-vertical-padding-container * {
    padding-top: var(--md-space);
    padding-bottom: var(--md-space);
}
.lg-vertical-padding-container * {
    padding-top: var(--lg-space);
    padding-bottom: var(--lg-space);
}
.xl-vertical-padding-container * {
    padding-top: var(--xl-space);
    padding-bottom: var(--xl-space);
}

/* wrapper divisions */
.flex-2-1 div:first-child {flex:2; min-width: unset; width: unset;} .flex-2-1 div:nth-child(2) {flex:1; min-width: unset; width: unset;}
/* all colums in wrappers */
.xxs-margin-right-columns-responsive .Column {
    margin-right: var(--xxs-space)
}
.xs-margin-right-columns-responsive .Column {
    margin-right: var(--xs-space)
}
.sm-margin-right-columns-responsive .Column {
    margin-right: var(--sm-space)
}
.std-margin-right-columns-responsive .Column {
    margin-right: var(--std-space)
}
.lg-margin-right-columns-responsive .Column {
    margin-right: var(--lg-space)
}
.xl-margin-right-columns-responsive .Column {
    margin-right: var(--xl-space)
}
.xxs-margin-right-columns-responsive .Column:last-child, .xs-margin-right-columns-responsive .Column:last-child, .sm-margin-right-columns-responsive .Column:last-child, .std-margin-right-columns-responsive .Column:last-child, .lg-margin-right-columns-responsive .Column:last-child, .xl-margin-right-columns-responsive .Column:last-child {
    margin-right: unset;
}
.list-arrows li {
    list-style: none;
}
.list-arrows li::before {
    content: "➔" !important;
}
.list-arrows-primary-color li::before {
    color: var(--primary-color);
}
.list-arrows-secondary-color li::before {
    color: var(--secondary-color) !important;
    width: 20px !important;
    position: absolute;
    left: -15px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.list-arrows-tertiary-color li::before {
    color: var(--secondary-color);
}
.list-arrows li, .list-arrows ul {
    padding-left: 10px;
}
.width-fit-content {
    width: fit-content !important;
}
.min-fullscreen {
    min-height: 100vh;
}
.vertical-align-row {
    align-items: center;
}
.vertical-align-column {
    justify-content: center;
}
.object-fit-cover img {
    object-fit: cover;
}
.std-margin-bottom-content * {
    margin-bottom: 0.75em;
}
/* background filters */
.brighten-background {
    position: relative;
}
.brighten-background::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffffeb;
}
.dark-underline-content::before {
    content: "";
    height: 5px;
    width: 100px;
    background-color: var(--dark-color);
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.mix-blend-darken {
    mix-blend-mode: darken;
}
.display-none:not(#dashWrapper *) {
    display: none !important;
}
#dashWrapper .display-none {
    opacity: 0.2 !important;
}
body .all-anchor-reset a {
    color: unset
}
.xxs-icons-wrapper svg, .xxs-icons-wrapper img {
    height: var(--xxs-size);
    width: auto;
}
ol ol {
    padding-left: 40px;
}
@media screen and (max-width : 1100px) {
    .change-4-to-2 .Column {
        min-width: 40%;
        margin-bottom: 10px;
    }
    .change-4-to-2.xxs-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.xs-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.sm-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.std-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.lg-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.xl-margin-right-columns-responsive .Column:nth-child(2) {
        margin-right: unset;
    }
}
@media screen and (max-width : 810px) {
    .xxs-margin-right-columns-responsive .Column, .xs-margin-right-columns-responsive .Column, .sm-margin-right-columns-responsive .Column, .std-margin-right-columns-responsive .Column, .lg-margin-right-columns-responsive .Column, .xl-margin-right-columns-responsive .Column {
        margin-right: unset;
        margin-bottom: 10px;
    }
    .sd-xs-bottom-margin {
        margin-bottom: var(--xs-space);
    }
    .sd-sm-bottom-margin {
        margin-bottom: var(--sm-space);
    }
    .sd-md-bottom-margin {
        margin-bottom: var(--md-space);
    }
    .sd-lg-bottom-margin {
        margin-bottom: var(--lg-space);
    }
    .sd-xl-bottom-margin {
        margin-bottom: var(--xl-space);
    }
    .sd-column-reverse {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .xl-bottom-margin {
        margin-bottom: var(--lg-space);
    }
    .lg-font-size * {
        font-size: 1.2rem;
    }
    .xl-font-size * {
        font-size: 1.5rem;
    }
    .W66.inner-content {
        width: unset !important;
        min-width: unset !important;
    }
    .inner-content {
        line-height: 1.5;
    }
    .stay-inline {
        display: inline-flex !important;
        flex-direction: row !important;
    }
    .stay-inline div {
        width: unset !important;
    }
}

/* animation wrapper */
.fade-in-wrapper .Column, .fade-in-content {
    animation: fadeDownToTop 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fade-in-wrapper .Column:nth-child(2) {animation-delay: 100ms;}   .fade-in-wrapper .Column:nth-child(3) {animation-delay: 200ms;}   .fade-in-wrapper .Column:nth-child(4) {animation-delay: 300ms;}  .fade-in-wrapper .Column:nth-child(5) {animation-delay: 400ms;}  .fade-in-wrapper .Column:nth-child(6) {animation-delay: 500ms;} .fade-in-wrapper .Column:nth-child(1n+7) {animation-delay: 600ms;}
@keyframes fadeDownToTop { from {transform: translateY(100px);opacity: 0;} to { transform: translateY(-0px);opacity: 1;}}
  /* animations */
.wait-for-scroll, .wait-for-scroll * {
    animation-play-state: paused !important;
}
.li-right-hover li {
    transition: .2s;
}
.li-right-hover li:hover {
    transform: translateX(10px);
}
.fade-in-left {
    animation-name: fadeInLeft;
    animation-duration: 0.3s;
    transform: translateX(-100vw);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
.fade-in-right {
    animation-name: fadeInRight;
    animation-duration: 0.3s;
    transform: translateX(100vw);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
@keyframes fadeInLeft { from{transform: translateX(-100vw);} to {transform: translateX(0px);} } 
@keyframes fadeInRight { from{transform: translateX(100vw);} to {transform: translateX(0px);} } 
.transition-delay-half {
    animation-delay: 0.5s;
}
.transition-delay-three-quart {
    animation-delay: 0.75s;
}
.transition-delay-1 {
    animation-delay: 0.1s;
}
.transition-delay-2 {
    animation-delay: 2s;
}
.slideContainer .Column {
    transition: .2s;
}
.slideContainer .prev, .slideContainer .next {
    background: unset;
    color: var(--on-background-color) !important;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
}
.slideContainer .prev:hover, .slideContainer .next:hover {
    opacity: 0.6;
}
@media screen and (max-width : 810px) {
    .slideContainer {
        display: inline-flex !important;
    }
}
/* block builder */
.block-builder {
    width: 100%;
}
.customWidget {
    width: 100% !important;
    max-width: unset !important;
    padding: unset !important;
}

#blockOrder .sliderButtons {
    padding: 5px;
    pointer-events: none;
}

/* temporary */
.memberWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.memberContainer img {
    max-height: 388px;
    width: 100%;
    object-fit: cover;
}
.members.inner-content {
    margin-bottom: 75px;
}
@media screen and (max-width : 810px) {
    .memberWrapper {
        grid-template-columns: 1fr 1fr;
    }
}
/* css classes */ 
.z-index-one {z-index: 1;}
.z-index-two {z-index: 2;}
.z-index-three {z-index: 3;}