@charset "UTF-8";
@import "fonts.css";
@import "navbar.css";
@import "swiper.css";
@import "lighBoxHome.css";
@import "footer.css";
:Root {
    --color1:#d5ab3c;
    --color2:#047940;
    --color3:#1b2651;
    --color4:#144555;
    --color5:rgb(220 219 219 / 50%);
    --color6:#ffd278;
}
body {
    opacity: 1;
    font-family: IranYekan !important;
}
.slide.active, html {
    -webkit-backface-visibility: hidden
}

*, .dialog li, :focus, a {
    text-decoration: none;
    box-sizing: border-box !important;
}

.container .wrap, form.center input, form.center textarea {
    text-align: center
}

.containerMain {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    color: #6d6d6d;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background:#fff;
}

.dialog, body, html {
    -webkit-tap-highlight-color: transparent
}
.cls-1 {
    fill: #454545;
}

.cls-1, .cls-2 {
    fill-rule: evenodd;
}

.cls-2 {
    fill: #f60;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.dot, .dot:after, .social-circles li, img {
    display: inline-block
}

li, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

.dot:after, .grid:after, .hr:after, .quoteBubble:after, .videoThumbnail:after {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 600
}

html {
    position: static!important;
    top: 0!important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    backface-visibility: hidden
}

*, :after, :before {
    box-sizing: inherit
}

body {
    position: absolute;
    width: 100%;
    height: 100%
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
    direction: rtl;
}

html.scrollable, html.scrollable body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.content, .slide {
    overflow: hidden
}

img.rounded {
    border-radius: 3px
}

.slides {
    color: #333;
    fill: #fff;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed
}

.dot:after, .slides.bodyWhite {
    background: #fff
}

.safari.retina .slides {
    -webkit-font-smoothing: subpixel-antialiased
}

.slides.desktopSwipe {
    cursor: -webkit-grab
}

.slides.desktopSwipe:active {
    cursor: -webkit-grabbing
}

.slides.desktopSwipe .slide .container .wrap {
    cursor: inherit
}

.dropdownTrigger, .helpBubble, .popupTrigger, .sidebarTrigger, a {
    cursor: pointer
}

a {
    color: inherit
}

.dropdown.share li.mail:hover, a.underline {
    text-decoration: underline
}

.slide.whiteSlide svg {
    fill: #303030;
    pointer-events: none;
}


.embedContainer, .svgContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0
}

.embedContainer .scale, .svgContainer svg.scale {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.dots {
    font-size: 0
}

.dot {
    padding: 8px
}

.dot:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: .25s;
    transition: .25s
}

.dots.big .dot:after {
    width: 14px;
    height: 14px
}

.slide.whiteSlide .dot:after {
    background: #303030
}

.dot:hover:after {
    -webkit-transform: scale(1.33333);
    transform: scale(1.33333);
    opacity: 1
}

.dot.selected:after, .dot:active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}



.contentHomePage {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    min-height: 100vh;
    margin-right: 0;
    transition: all 0.5s;
}

.opensidebar .contentHomePage {
    filter: blur(14px);
    overflow: hidden;
}

form * {
    font-family: inherit
}

form textarea {
    max-height: 200px;
    max-width: 100%;
    min-height: 130px
}

form textarea.round {
    border-radius: 15px!important
}

form .label, form label {
    display: block;
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 7px
}

form .label.uppercase, form label.uppercase {
    font-size: 14px
}

form input[type=text], form input[type=name], form input[type=email], form input[type=password], form input[type=tel], form select, form textarea {
    position: relative;
    background: #fff;
    padding: 13px 16px 16px;
    border: none;
    font-size: 20px;
    color: #242424;
    outline: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 1px rgba(41, 41, 41, .1) inset, 0 3px 4px 0 rgba(41, 41, 41, .1) inset, 0 -100px 0 #fff inset;
    -webkit-transition: .15s;
    transition: .15s
}

form input[type=text].flat, form input[type=text]:focus, form input[type=name].flat, form input[type=name]:focus, form input[type=email].flat, form input[type=email]:focus, form input[type=password].flat, form input[type=password]:focus, form input[type=tel].flat, form input[type=tel]:focus, form select.flat, form select:focus, form textarea.flat, form textarea:focus {
    box-shadow: 0 0 0 1px rgba(41, 41, 41, .1) inset, 0 3px 4px 0 rgba(41, 41, 41, 0) inset
}

form input[type=text]:focus::-webkit-input-placeholder, form input[type=name]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=password]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0
}

form input[type=text]:focus:-moz-placeholder, form input[type=name]:focus:-moz-placeholder, form input[type=email]:focus:-moz-placeholder, form input[type=password]:focus:-moz-placeholder, form input[type=tel]:focus:-moz-placeholder, form select:focus:-moz-placeholder, form textarea:focus:-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0
}

form input[type=text]:focus::-moz-placeholder, form input[type=name]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form select:focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0
}

form input[type=text]:focus:-ms-input-placeholder, form input[type=name]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=password]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0
}

form input[type=text].round, form input[type=name].round, form input[type=email].round, form input[type=password].round, form input[type=tel].round, form select.round, form textarea.round {
    border-radius: 50px;
    padding-left: 22px;
    padding-right: 22px
}

form input[type=text].rounded, form input[type=name].rounded, form input[type=email].rounded, form input[type=password].rounded, form input[type=tel].rounded, form select.rounded, form textarea.rounded {
    border-radius: 6px
}

form input[type=text]:after, form input[type=name]:after, form input[type=email]:after, form input[type=password]:after, form input[type=tel]:after, form select:after, form textarea:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

i.arrowRightSlider, i.arrowLeftSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #333;
}

@media (min-width:768px) {
    form input[type=text], form input[type=name], form input[type=email], form input[type=password], form input[type=tel], form select, form textarea {
        max-width: 300px
    }
}

form input[type=text]::-webkit-input-placeholder, form input[type=name]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: .5
}

form input[type=text]:-moz-placeholder, form input[type=name]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=password]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form select:-moz-placeholder, form textarea:-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: .5
}

form input[type=text]::-moz-placeholder, form input[type=name]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: .5
}

form input[type=text]:-ms-input-placeholder, form input[type=name]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: .5
}

form textarea {
    font-weight: 400
}

form select {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" wâ€¦h="37" height="7"><path fill="#303030" d="M14.022 0l5.978 6 6-6z"/></svg>')
}

form button[type=submit], form input[type=text], form input[type=name], form input[type=email], form input[type=password], form input[type=tel], form input[type=submit], form textarea {
    margin: 5px
}

form button[type=submit].wide, form input[type=text].wide, form input[type=name].wide, form input[type=email].wide, form input[type=password].wide, form input[type=tel].wide, form input[type=submit].wide, form textarea.wide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:769px) {
    form input.pair {
        width: 50%!important;
        max-width: 50%!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important
    }
    form input.pair+.pair {
        width: calc(50% + 1px)!important;
        max-width: calc(50% + 1px)!important;
        margin-left: -1px;
        border-radius: 0 3px 3px 0!important
    }
}

form.wide input, form.wide textarea {
    width: 100%;
    max-width: 100%;
    margin: 8px 0
}

@media (max-width:768px) {
    form input, form label, form textarea {
        margin-left: auto!important;
        margin-right: auto!important;
        width: 100%;
        max-width: 350px!important;
        display: block!important
    }
    form label {
        margin-top: 30px
    }
}

.slide {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    color: var(--color2);
    z-index: 10;
    max-width: 100%;
    transition: all 0.5s;
    pointer-events: none;
}
section.slide.selected {
    pointer-events: auto !important;
}



.slide.active {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.mobile .slide {
    visibility: hidden
}

.mobile .slide.active {
    visibility: visible
}

.slide.whiteSlide {
    color: #303030;
    background: #fff
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch
}

.content.scrollBar, .sidebar {
    overflow-y: auto
}

.windows .defaultScroll .content {
    overflow: auto;
    overflow-x: hidden
}

.mobile .content {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.container .wrap .overflowHidden, .pad, .slide.video .background, .videoThumbnail {
    overflow: hidden
}

.fade .content {
    background: rgba(17, 19, 20, .6);
    outline: rgba(17, 19, 20, .6) solid 2px
}

.fade-1 .content {
    background: rgba(17, 19, 20, .1);
    outline: rgba(17, 19, 20, .1) solid 2px
}

.fade-2 .content {
    background: rgba(17, 19, 20, .2);
    outline: rgba(17, 19, 20, .2) solid 2px
}

.fade-3 .content {
    background: rgba(17, 19, 20, .3);
    outline: rgba(17, 19, 20, .3) solid 2px
}

.fade-4 .content {
    background: rgba(17, 19, 20, .4);
    outline: rgba(17, 19, 20, .4) solid 2px
}

.fade-5 .content {
    background: rgba(17, 19, 20, .5);
    outline: rgba(17, 19, 20, .5) solid 2px
}

.fade-6 .content {
    background: rgba(17, 19, 20, .6);
    outline: rgba(17, 19, 20, .6) solid 2px
}

.fade-7 .content {
    background: rgba(17, 19, 20, .7);
    outline: rgba(17, 19, 20, .7) solid 2px
}

.fade-8 .content {
    background: rgba(17, 19, 20, .8);
    outline: rgba(17, 19, 20, .8) solid 2px
}

.fade-9 .content {
    background: rgba(17, 19, 20, .9);
    outline: rgba(17, 19, 20, .9) solid 2px
}

.whiteSlide[class*=fade] .content {
    background: rgba(255, 255, 255, .85);
    outline: rgba(255, 255, 255, .85) solid 2px
}

.container {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%
}

.container .wrap {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces) {
    padding: 5vw 0 0;
    vertical-align: text-bottom;
}

.container .wrap * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes loopPlay {
    0% {
        stroke-dashoffset: 510
    }
    80% {
        stroke-dashoffset: 340
    }
    100% {
        stroke-dashoffset: 170
    }
}

@keyframes loopPlay {
    0% {
        stroke-dashoffset: 510
    }
    80% {
        stroke-dashoffset: 340
    }
    100% {
        stroke-dashoffset: 170
    }
}

.design-resources-download {
    color: #D83838;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5s
}

.design-resources-download .circle {
    border-radius: 50px;
    background: #d83838;
    color: #fff;
    margin-right: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    padding: 5px;
    font-size: 20px
}

.popup .background, .slide .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.popup .background iframe, .slide .background iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0
}

.popup:not(.youtube) .background iframe, .slide:not(.youtube) .background iframe {
    width: 100%;
    height: 100%
}

.grid {
    margin-left: -2%;
    margin-right: -2%
}

.grid [class*=col-] {
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    float: right
}

.grid.fixedSpaces {
    margin-left: -14px;
    margin-right: -14px
}

.grid.fixedSpaces [class*=col-] {
    padding-left: 14px;
    padding-right: 14px
}

.grid.noSpaces {
    margin-left: 0;
    margin-right: 0
}

.grid.noSpaces [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.grid .toLeft[class*=col-] {
    margin-left: 0!important;
    margin-right: auto!important
}

.grid .toCenter[class*=col-], [class*=fix-] {
    margin-left: auto!important;
    margin-right: auto!important
}

.grid .toRight[class*=col-] {
    margin-right: 0!important;
    margin-left: auto!important;
    float: right
}

.grid>.col-1-12 {
    max-width: 8.33333%
}

.grid>.col-2-12 {
    max-width: 16.66667%
}

.grid>.col-3-12 {
    max-width: 25%
}

.grid>.col-4-12 {
    max-width: 33.33333%
}

.grid>.col-5-12 {
    max-width: 41.66667%
}

.grid>.col-6-12 {
    max-width: 50%
}

.grid>.col-7-12 {
    max-width: 58.33333%
}

.grid>.col-8-12 {
    max-width: 66.66667%
}

.grid>.col-9-12 {
    max-width: 75%
}

.grid>.col-10-12 {
    max-width: 83.33333%
}

.grid>.col-11-12 {
    max-width: 91.66667%
}

.grid>.col-12-12 {
    max-width: 100%
}

.grid+.grid {
    margin-top: 20px
}

.grid:after {
    display: table;
    clear: both
}

.fix-1-12 {
    max-width: 93px!important
}

.fix-2-12 {
    max-width: 186px!important
}

.fix-3-12 {
    max-width: 279px!important
}

.fix-4-12 {
    max-width: 371px!important
}

.fix-5-12 {
    max-width: 464px!important
}

.fix-6-12 {
    max-width: 557px!important
}

.fix-7-12 {
    max-width: 650px!important
}

.fix-8-12 {
    max-width: 743px!important
}

.fix-9-12 {
    max-width: 836px!important
}

.fix-10-12 {
    max-width: 928px!important
}

.fix-11-12 {
    max-width: 1021px!important
}

.fix-12-12 {
    max-width: 1114px!important
}

[class*=fix-] {
    width: 100%!important;
    float: none
}
a.linkSlideSection1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.toLeft, .toLeft[class*=fix-] {
    margin-left: 0!important;
    margin-right: auto!important
}

.toRight, .toRight[class*=fix-] {
    margin-right: 0!important;
    margin-left: auto!important;
    float: right
}

.toCenter {
    margin-left: auto!important;
    margin-right: auto!important
}

.shiftImage {
    margin-top: -15%;
    margin-bottom: -100%
}

.shiftImageVertical {
    margin-right: -100%;
    max-width: none
}

.slide.video .background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}
.picvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: no-repeat center / cover;
}
.slide.video .background video::-webkit-media-controls {
    display: none!important
}

.slide.video .background video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

.slide.video .background video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}

.mobile .slide.video .background[style] video, .side.compact .navigation li:after {
    display: none
}

html:not(.mobile) .slide.video .background[style] {
    background: 0 0!important
}

.videoThumbnail {
    cursor: pointer;
    position: relative;
    font-size: 0;
    line-height: 0
}

.videoThumbnail.shadow {
    box-shadow: 0 32px 44px 0 rgba(0, 0, 0, .6)
}

.videoThumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../assets/svg/video-icon.svg) center center no-repeat;
    -webkit-transition: .5s;
    transition: .5s
}

.videoThumbnail:not(.noTint):hover:after {
    background-color: rgba(0, 0, 0, .15)
}

.videoThumbnail:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .25s;
    transition: .25s
}

.videoThumbnail:active:after {
    opacity: .8
}

.videoThumbnail.small {
    max-width: 200px;
    display: block
}

.videoThumbnail.small.shadow {
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .6)
}

.videoThumbnail.small:after {
    background-size: 44px
}

.button.empty.shadow:hover, .shadow {
    box-shadow: 0 32px 44px 0 rgba(0, 0, 0, .6)
}

.pad {
    border-radius: 6px;
    padding: 10%;
    color: #303030;
    background: #fff
}

.pad.shadow {
    box-shadow: 0 35px 54px rgba(0, 0, 0, .3), 0 5px 20px rgba(0, 0, 0, .07), 0 0 1px rgba(0, 0, 0, .12)
}

.pad.shadow.stroke {
    background: 0 0;
    -webkit-transition: .15s;
    transition: .15s;
    color: #fff
}

.pad.shadow.stroke:hover {
    background: #fff;
    color: #303030;
    -webkit-transition: .15s;
    transition: .15s
}

.pad.shadowHover {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 52px 64px transparent
}

.pad.shadowHover:hover {
    box-shadow: 0 52px 64px rgba(0, 0, 0, .5)
}

.pad small {
    font-size: 15px;
    line-height: 1.45;
    margin: 15px 0
}

@media (max-width:767px) {
    .pad.collapse, .pad.shadow {
        box-shadow: none
    }
    .pad.collapse {
        background: inherit;
        color: inherit;
        border: none;
        padding: 0!important;
        overflow: inherit;
        border-radius: 0;
        -webkit-transition: 0s!important;
        transition: 0s!important
    }
}

.quoteBubble {
    padding: 7%;
    background: #fff;
    font-size: 26px;
    color: #303030;
    position: relative
}

.quoteBubble:after {
    position: absolute;
    bottom: -13px;
    left: 6%;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0
}

.quoteName {
    padding-top: 26px;
    font-size: 22px;
    font-weight: 600
}

.quoteTitle {
    font-weight: 400;
    opacity: .8
}

.slide.whiteSlide .quoteBubble {
    background: #303030;
    color: #fff
}

.slide.whiteSlide .quoteBubble:after {
    border-color: #303030 transparent;
    color: #fff
}

.resizing .equalElement {
    -webkit-transition: 0s!important;
    transition: 0s!important
}

.hr {
    position: relative;
    height: 1px
}

.hr:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    height: 1px;
    left: 0;
    -webkit-transform: scaleX(3);
    transform: scaleX(3)
}

.whiteSlide .hr:after {
    background: rgba(41, 41, 41, .05)
}

@media (max-width:1023px) {
    .videoThumbnail {
        max-width: 100%;
        width: 100%
    }
    .grid:not(.later)>[class*=col-] {
        max-width: 100%!important;
        width: 100%!important
    }
    .grid:not(.later)>[class*=col-] .mobileLeft {
        text-align: left
    }
    .grid:not(.later)>[class*=col-] .mobileRight {
        text-align: right
    }
    .grid:not(.later)>[class*=col-] .pad {
        border: none;
        padding: 10% 0!important;
        border-radius: 0;
        -webkit-transition: 0s!important;
        transition: 0s!important
    }
    .grid:not(.later)>[class*=col-] .pad.stroke, .grid:not(.later)>[class*=col-] .pad:hover {
        background: inherit;
        color: inherit
    }
    .shiftImage {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .shiftImageVertical {
        margin-right: 0!important;
        max-width: 100%!important
    }
}

@media (max-width:766px) {
    .grid.later>[class*=col-] {
        max-width: 100%!important;
        width: 100%!important
    }
    .grid.later>[class*=col-] .mobileLeft {
        text-align: left
    }
    .grid.later>[class*=col-] .mobileRight {
        text-align: right
    }
}

@media (min-width:1024px) {
    .hideForDesktop {
        display: none!important
    }
    .showForDesktop {
        display: block!important
    }
}

@media (max-width:1024px) {
    .hideForTablet {
        display: none!important
    }
    .showForTablet {
        display: block!important
    }
}

@media (max-width:767px) {
    .hideForPhablet {
        display: none!important
    }
}

@media (max-width:768px) {
    .showForPhablet {
        display: block!important
    }
}

@media (max-width:435px) {
    .hideForPhone {
        display: none!important
    }
}

@media (max-width:436px) {
    .showForPhone {
        display: block!important
    }
}

html.mobile .hideForMobile {
    display: none!important
}

html.mobile .showForMobile {
    display: block!important
}

.helpBubble:after {
    content: "?";
    font-size: 14px;
    width: 17px;
    height: 17px;
    line-height: 1.2;
    background: #303030;
    opacity: .3;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
    -webkit-transition: .25s;
    transition: .25s
}

.helpBubble .helpMessage {
    background: rgba(255, 255, 255, .98);
    color: #303030;
    font-size: 17px;
    position: absolute;
    z-index: 10;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .07), 0 6px 8px rgba(0, 0, 0, .05);
    padding: 17px;
    text-align: left;
    bottom: 50%;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px) scale(.95);
    transform: translateY(10px) scale(.95);
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    pointer-events: none;
    color: rgba(48, 48, 48, .7)
}

.panel, .side {
    position: fixed
}
.navigation li span {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    display: block;
    border: none;
    transform: none;
    border-radius: 0;
    filter: none !important;
    margin: auto;
    top: 0px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: url(../img/dot1.png) no-repeat center / 100% !important;
}
.navigation li.selected span {
    transform: rotate(360deg) scale(1.1);
    background: url(../img/dot2.png) no-repeat center / 100% !important;
}
.helpBubble .helpMessage strong, .slides.whiteSlide .panel {
    color: #303030
}

.helpBubble:hover .helpMessage {
    pointer-events: all;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
}

.panel, .side {
    pointer-events: none
}

.helpBubble:hover:after {
    opacity: 1
}

.panel {
    left: 0;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 84%;
    margin: auto;
    right: 0
}

.panel.top {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.panel.bottom {
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.page-loaded .panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity .5s, padding .5s, -webkit-transform .5s;
    transition: opacity .5s, padding .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, padding .5s;
    transition: transform .5s, opacity .5s, padding .5s, -webkit-transform .5s
}

.scroll .panel.hideOnScroll.top.hide {
    -webkit-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
    opacity: 0
}

.scroll .panel.hideOnScroll.bottom.hide {
    -webkit-transform: translateY(100%)!important;
    transform: translateY(100%)!important;
    opacity: 0
}

.panel .nextSlide, .panel .prevSlide {
    -webkit-transition: .25s;
    transition: .25s
}

.firstSlide .panel .prevSlide, .lastSlide .panel .nextSlide {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

.firstSlide .panel.bottom .nextSlide svg {
    -webkit-animation: animateArrow 4s infinite;
    animation: animateArrow 4s infinite
}

@-webkit-keyframes animateArrow {
    100%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes animateArrow {
    100%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@media (max-width:766px) {
    .panel {
        padding: 2.78% 5%
    }
}

.nextSlide, .prevSlide {
    cursor: pointer
}

.nextSlide:hover, .prevSlide:hover {
    -webkit-transition: .15s;
    transition: .15s
}

.nextSlide:active, .prevSlide:active {
    opacity: .75
}

.firstSlide.lastSlide .nextSlide, .firstSlide.lastSlide .prevSlide {
    opacity: 0
}

html:not(.page-loaded) .slides .slide.selected, html:not(.page-loaded) .slides.scroll .slide {
    opacity: .2!important
}

.cell-64:hover svg, .cell-71:hover svg {
    stroke: #303030
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(-1080deg);
        transform: rotate(-1080deg)
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(-1080deg);
        transform: rotate(-1080deg)
    }
}

.side {
    right: 45px;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 100;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10000001;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}
.page-loaded .side {
    opacity: 1
}

.side.large {
    padding: calc(5.56% + 50px) 5%
}

.side.left {
    left: 0;
    right: inherit
}

.side.right {
    right: 0;
    left: inherit
}

.side.compact {
    padding: 30px 0
}

.side.compact .navigation li {
    width: 15px;
    height: 7px;
    margin: 0 2px 0 0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    opacity: .2;
    padding: 1px;
    cursor: pointer
}

.side.compact .navigation li.selected {
    opacity: 1;
    background: #d9b478!important
}

.panel .navigation, .panel .navigation ul, .panel .side {
    display: inline
}

.side.compact .navigation li:before {
    margin: 0 -12px;
    top: -10px
}

.whiteSlide .side.compact .navigation li {
    background: #303030
}

.navigation span.pather, a.bhome:after {
    /* background: url(../img/iconArrow.png) no-repeat center / 100% auto; */
}
.side.compact:not(.square) .navigation li:first-child {
    border-radius: 10px 10px 0 0
}

.side.compact:not(.square) .navigation li:last-child {
    border-radius: 0 0 10px 10px
}

.panel .side {
    position: relative;
    height: auto;
    padding: 0
}

.slides.whiteSlide .side svg:not([fill]) {
    fill: #303030
}

.navigation {
    height: auto;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.navigation .nav-wrap, .navigation ul {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.navigation ul {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .navigation .nav-wrap {
    transform: translateX(-4px)
} */

.navigation span.pather:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1
}

.firstSlide .navigation span.pather.prevSlide, .lastSlide .navigation span.pather.nextSlide {
    opacity: 0!important;
    visibility: hidden!important
}

.navigation span.pather.nextSlide {
    transform: rotate(180deg)
}

.navigation span.pather {
    display: block;
    width: 25px;
    height: 42px;
    margin: auto -1px auto auto;
    transition: all .2s linear;
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    cursor: pointer;
    display: none !important;
}


.navigation * {
    pointer-events: all
}


.navigation li {
    display: block;
    background: 0 0;
    padding: 0;
    margin: 0 -9px;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    background: no-repeat center / 100%;
    filter: brightness(1);
}

.navigation li span {
    position: absolute;
    top: 0;
    width: 30px;
    left: 5px;
    height: 30px;
    background: no-repeat center / 100%;
    transition: all 0.5s;
    filter: brightness(3);
}

.navigation li.selected span {
    filter: brightness(1);
}
.navigation li.openSearch span {
    transition: all 0.2s;
}
.navigation li.openSearch:hover span {
    filter: brightness(0) !important;
    transform: scale(1.2);
}
.navigation li.openSearch:active span {
    filter: brightness(1) !important;
    transform: scale(0.9);
}
/* .navigation li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #919191;
    transition: all .2s linear;
}

.navigation li.selected:after, .navigation li:hover:after {
    background: #b26f02
} */

.medium .navigation li {
    padding: 11px;
    margin: 0 -11px
}

/* .medium .navigation li:after {
    width: 10px;
    height: 10px;
    border-radius: 5px
} */

.small .navigation li {
    padding: 13px;
    margin: 0 -9px
}

/* .small .navigation li:after {
    width: 6px;
    height: 6px;
    border-radius: 3px
} */

.navigation li[data-title]:before {
    content: attr(data-title);
    position: absolute;
    right: 45px;
    top: 5px;
    font-size: 13px;
    visibility: hidden;
    white-space: nowrap;
    transition: all .2s linear;
    opacity: 1;
    background: var(--color2);
    height: 25px;
    font-size: 12px;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: bold;
    color: #fff !important;
}


.navigation li:hover:before {
    visibility: visible;
    opacity: 1;
    left: 32px
}

.panel.bottom .navigation li:before {
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    left: 14px;
    top: -2px
}

/* .stroke .navigation li:after {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    background-color: transparent
}  */

/* .stroke.small .navigation li:after {
    border-width: 1px
}

.stroke .navigation li.selected:after, .stroke .navigation li:hover:after {
    background: #fff
}

.square .navigation li:after, .square.small .navigation li:after {
    border-radius: 0
} */

/* .diamond .navigation li:after {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(.72);
    transform: rotate(45deg) scale(.72)
}

.diamond.medium .navigation li:after {
    -webkit-transform: rotate(45deg) scale(.88);
    transform: rotate(45deg) scale(.88)
} 

.diamond.small .navigation li:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}
.slides.whiteSlide .navigation li:after {
    background: #919191;
}

.slides.whiteSlide .navigation li.selected:after, .slides.whiteSlide .navigation li:hover:after {
    background: #b26f02
} */

.slides.whiteSlide .navigation li[data-title]:before {
    color: #b26f02
} 

.panel .navigation li {
    display: inline-block;
    margin: -9px 0
}

.panel .side.small .navigation li {
    margin: 0
}

.navigation .sideArrow {
    width: 31px;
    height: 72px;
    margin: 0 -9px
}

@media (max-width:766px) {
    .navigation .sideArrow {
        width: 17px;
        height: 40px
    }
    .container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces) {
        padding: 0;
    }
}

.dropdown {
    position: fixed;
    z-index: 300;
    color: #303030;
    width: 160px;
    background: #fff;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .15), 0 14px 28px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
    margin-bottom: 50px;
    border-radius: 8px;
    text-align: center;
    cursor: default;
    -webkit-transform: translateY(0) scale(.9);
    transform: translateY(0) scale(.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: opacity .35s, box-shadow .35s, -webkit-transform .35s;
    transition: opacity .35s, box-shadow .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s, box-shadow .35s;
    transition: transform .35s, opacity .35s, box-shadow .35s, -webkit-transform .35s
}

.dropdown:not(.show) {
    pointer-events: none;
    opacity: 0
}

.dropdown .title, .slides .dropdown h3 {
    font-size: 17px;
    padding: 15px 0;
    font-weight: 500;
    margin: 0;
    text-align: center;
    opacity: .65
}

.dropdown:after, .dropdown:before {
    content: "";
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

.dropdown:before {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-width: 8px;
    margin-left: -8px
}

.dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.dropdown.show.hide {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15), 0 0 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
    pointer-events: none
}

.slide.whiteSlide .vimeo, .slide.whiteSlide .white {
    box-shadow: 0 0 0 1px rgba(41, 41, 41, .2) inset, inset 0 -100px 0 rgba(41, 41, 41, 0)
}

.dropdown.bottom {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.dropdown.bottom.show {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.dropdown.bottom.show.hide {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.dropdown.bottom:after, .dropdown.bottom:before {
    top: 100%;
    bottom: initial;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-top-color: #fff
}

.dropdown.bottom:before {
    border-top-color: rgba(0, 0, 0, .06)
}

.dropdown.right:after, .dropdown.right:before {
    right: 18px;
    left: auto
}

.dropdown.right:before {
    right: 17px
}

.dropdown.center:after, .dropdown.center:before {
    left: 50%
}

.dropdown.noArrow:after, .dropdown.noArrow:before {
    display: none
}

.dropdown.share li {
    float: left;
    text-align: center;
    display: block;
    width: 80px;
    height: 50px;
    padding: 14px 0;
    color: #fff;
    position: relative;
    cursor: pointer;
    opacity: .9;
    -webkit-transition: .15s;
    transition: .15s
}

.dropdown.share li:hover {
    opacity: 1
}

.dropdown.share li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: .25s;
    transition: .25s
}

.dropdown.share li:active:after {
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s
}

.dropdown.share li svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.dropdown.share li.mail {
    width: 100%;
    height: 50px;
    color: #7E7E7E;
    font-size: 15px;
    padding: 15px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.dropdown.share li.mail:after {
    border-radius: 0 0 7px 7px;
    background: rgba(0, 0, 0, .05)
}

.scroll .dropdown {
    position: absolute;
    top: 0
}


.popup, .popup .close {
    position: fixed;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    top: 0
}

.page-loaded.sidebarShown .panel, .page-loaded.sidebarShown .slide.selected, .page-loaded.sidebarShown .slide.selected:after, .sidebar {
    -webkit-transition: opacity .5s, -webkit-transform .5s!important;
    transition: opacity .5s, -webkit-transform .5s!important;
    transition: transform .5s, opacity .5s!important;
    transition: transform .5s, opacity .5s, -webkit-transform .5s!important
}

.popup {
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    display: none;
    transform: translate3d(0, 0, 0)
}

.popup:not([class*=fade]) {
    background: rgba(17, 17, 17, .9)
}

.popupShown .popup.visible {
    display: block;
    -webkit-animation: popupFadeIn .75s;
    animation: popupFadeIn .75s
}

.popupShown .popup.visible:not(.animated) .popupContent {
    -webkit-animation: zoomOut .5s .25s backwards;
    animation: zoomOut .5s .25s backwards
}

.popupShown .slow .popup.visible {
    -webkit-animation: fadeIn 1.25s;
    animation: fadeIn 1.25s
}

.popupShown .slow .popup.visible:not(.animated) .popupContent {
    -webkit-animation: zoomOut 1s .25s backwards;
    animation: zoomOut 1s .25s backwards
}

.popupShown .fast .popup.visible {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.popupShown .fast .popup.visible .popupContent {
    -webkit-animation: zoomOut .5s .25s backwards;
    animation: zoomOut .5s .25s backwards
}

.popup .close {
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    opacity: .5;
    z-index: 1050;
    -webkit-transition: .25s;
    transition: .25s;
    transform: translate3d(0, 0, 0)
}

.popup .close.left {
    right: inherit;
    left: 0
}

.popup .close:hover {
    opacity: 1
}

.popup .close svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.popup .close.closeButton {
    margin: 14px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    border-radius: 3px;
    padding: 13px 20px;
    border: none;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    color: #fff;
    background: #303030;
    text-decoration: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.popup .close.closeButton.round {
    padding-left: 18px!important;
    padding-right: 18px!important;
    border-radius: 50px
}

.popup .close.closeButton svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    left: -4px;
    margin-right: 4px
}

.popup .close.closeButton.white svg, .popup.white .close svg {
    fill: #303030
}

.popup .wrap {
    padding: 18px 58px
}

.popup .wrap.spaces {
    padding: 58px
}


@-webkit-keyframes popupFadeIn {
    from {
        opacity: 0
    }
}

@keyframes popupFadeIn {
    from {
        opacity: 0
    }
}

.embedVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embedVideo embed, .embedVideo iframe, .embedVideo object, .embedVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embedVideo.size-16x10 {
    padding-bottom: 62.5%
}

.embedVideo.size-4x3 {
    padding-bottom: 75%
}

.embedVideo.size-1x1, .embedVideo.size-square {
    padding-bottom: 100%
}

[data-action=zoom] {
    cursor: pointer;
    cursor: -webkit-zoom-in
}

.zoom-img, .zoom-img-wrap {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(.2, 0, .3, 1)!important;
    transition-timing-function: cubic-bezier(.2, 0, .3, 1)!important;
    z-index: 100
}

.zoom-img img.zoom-img, .zoom-img-wrap img.zoom-img {
    margin: 0!important;
    cursor: pointer;
    cursor: -webkit-zoom-out
}

.zoom-overlay {
    background: #111;
    position: fixed;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 99
}

.slider, .zoom-img-parent {
    position: relative
}

.zoom-overlay-open .zoom-overlay {
    opacity: .9
}

.zoom-overlay-open .panel, .zoom-overlay-open .side {
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor: default
}

.controller li, .slider.clickable {
    cursor: pointer
}

.zoom-img-parent {
    z-index: 1000
}

.slider.autoHeight {
    -webkit-transition: .5s;
    transition: .5s
}

.slider>li {
    display: none;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    pointer-events: none
}

.slider>li.selected {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    pointer-events: all
}

.controller li.selected {
    cursor: default;
    pointer-events: none
}

.slide.before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.slide, .slide.after {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    will-change: transform
}

.slide.after, .slide.before {
    opacity: 0
}

.slide.selected {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    z-index: 11
}

.scroll .slide.selected {
    z-index: 10
}

.page-loaded .slide.selected {
    opacity: 1!important
}

.horizontal .slide, .horizontal .slide.before {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0)
}

.horizontal .slide.after {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0)
}

.film .slide.before {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0)
}

.film .slide.after {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0)
}

.film.horizontal .slide.before {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0)
}

.film.horizontal .slide, .film.horizontal .slide.after {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0)
}

.zen .slide.before {
    -webkit-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}

.zen .slide, .zen .slide.after {
    -webkit-transform: translateY(100%) scale(.8);
    transform: translateY(100%) scale(.8)
}

.zen .slide.top.before {
    -webkit-transform: translateY(100%) scale(.8);
    transform: translateY(100%) scale(.8)
}

.zen .slide.top, .zen .slide.top.after {
    -webkit-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}

.zen.horizontal .slide.before {
    -webkit-transform: translateX(-100%) scale(.8);
    transform: translateX(-100%) scale(.8)
}

.zen.horizontal .slide, .zen.horizontal .slide.after {
    -webkit-transform: translateX(100%) scale(.8);
    transform: translateX(100%) scale(.8)
}

.zen.horizontal .slide.left.before {
    -webkit-transform: translateX(100%) scale(.8);
    transform: translateX(100%) scale(.8)
}

.zen.horizontal .slide.left, .zen.horizontal .slide.left.after {
    -webkit-transform: translateX(-100%) scale(.8);
    transform: translateX(-100%) scale(.8)
}

.stack .slide, .stack .slide.after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.stack .slide.after {
    opacity: initial
}

.stack .slide.after.active, .stack .slide.selected {
    z-index: 11!important
}

.stack .slide.before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.stack.horizontal .slide, .stack.horizontal .slide.after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.stack.horizontal .slide.before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.cards .slide, .cards .slide.after {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: initial
}

.cards .slide.after {
    z-index: 8!important;
    opacity: 0
}

.cards .slide.selected {
    z-index: 9!important
}

.cards .slide.before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 7
}

.cards .slide.active.before {
    z-index: 10!important
}

.cards.horizontal .slide, .cards.horizontal .slide.after {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.cards.horizontal .slide.before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.zoom .slide.before {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.zoom .slide, .zoom .slide.after {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.plain .slide, .plain .slide.after, .plain .slide.before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.plain .slide.after:after, .plain .slide.before:after {
    opacity: 1;
    background: #111
}

.page-loaded .fast .slide.active, .page-loaded .fast .slide.selected {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s, -webkit-transform .6s
}

.page-loaded .slide.active, .page-loaded .slide.selected {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s
}

.page-loaded .slow .slide.active, .page-loaded .slow .slide.selected {
    -webkit-transition: opacity 1.4s, -webkit-transform 1.4s;
    transition: opacity 1.4s, -webkit-transform 1.4s;
    transition: transform 1.4s, opacity 1.4s;
    transition: transform 1.4s, opacity 1.4s, -webkit-transform 1.4s
}

.page-loaded .slide.active.entry, .page-loaded .slide.selected.entry {
    -webkit-transition: opacity 1s, -webkit-transform 0s;
    transition: opacity 1s, -webkit-transform 0s;
    transition: transform 0s, opacity 1s;
    transition: transform 0s, opacity 1s, -webkit-transform 0s
}

.slides.animated.fast .panel {
    -webkit-transition: opacity .6s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .6s;
    transition: opacity .6s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .6s;
    transition: transform .6s, opacity .6s, padding .5s, background .5s, border .5s, box-shadow .5s;
    transition: transform .6s, opacity .6s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .6s
}

.slides.animated .panel {
    -webkit-transition: opacity .8s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .8s;
    transition: opacity .8s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s, padding .5s, background .5s, border .5s, box-shadow .5s;
    transition: transform .8s, opacity .8s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform .8s
}

.slides.animated.slow .panel {
    -webkit-transition: opacity 1s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform 1s;
    transition: opacity 1s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s, padding .5s, background .5s, border .5s, box-shadow .5s;
    transition: transform 1s, opacity 1s, padding .5s, background .5s, border .5s, box-shadow .5s, -webkit-transform 1s
}

.smooth .active, .smooth .panel, .smooth .selected, .smooth .sidebar {
    -webkit-transition-timing-function: cubic-bezier(.55, .05, .35, .95)!important;
    transition-timing-function: cubic-bezier(.55, .05, .35, .95)!important
}

.bounce .active, .bounce .panel, .bounce .selected, .bounce .sidebar {
    -webkit-transition-timing-function: cubic-bezier(.4, 1.15, .35, 1)!important;
    transition-timing-function: cubic-bezier(.4, 1.15, .35, 1)!important
}

.animated [class*=ae-] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.25, .1, .2, 1);
    transition-timing-function: cubic-bezier(.25, .1, .2, 1)
}

.animated.fast .animate [class*=ae-]:not(.done), .animated.fast.animate [class*=ae-]:not(.done) {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.animated .animate [class*=ae-]:not(.done), .animated.animate [class*=ae-]:not(.done) {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.animated.slow .animate [class*=ae-]:not(.done), .animated.slow.animate [class*=ae-]:not(.done) {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.animated .animate .ae-1:not(.done), .animated.animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms
}

.animated .animate .ae-2:not(.done), .animated.animate .ae-2:not(.done) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms
}

.animated .animate .ae-3:not(.done), .animated.animate .ae-3:not(.done) {
    -webkit-transition-delay: 310ms;
    transition-delay: 310ms
}

.animated .animate .ae-4:not(.done), .animated.animate .ae-4:not(.done) {
    -webkit-transition-delay: 460ms;
    transition-delay: 460ms
}

.animated .animate .ae-5:not(.done), .animated.animate .ae-5:not(.done) {
    -webkit-transition-delay: 610ms;
    transition-delay: 610ms
}

.animated .animate .ae-6:not(.done), .animated.animate .ae-6:not(.done) {
    -webkit-transition-delay: 760ms;
    transition-delay: 760ms
}

.animated .animate .ae-7:not(.done), .animated.animate .ae-7:not(.done) {
    -webkit-transition-delay: 910ms;
    transition-delay: 910ms
}

.animated .animate .ae-8:not(.done), .animated.animate .ae-8:not(.done) {
    -webkit-transition-delay: 1.06s;
    transition-delay: 1.06s
}

.animated .animate .ae-9:not(.done), .animated.animate .ae-9:not(.done) {
    -webkit-transition-delay: 1.21s;
    transition-delay: 1.21s
}

.animated .animate .ae-10:not(.done), .animated.animate .ae-10:not(.done) {
    -webkit-transition-delay: 1.36s;
    transition-delay: 1.36s
}

.animated.fast .animate .ae-1:not(.done), .animated.fast.animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms
}

.animated.fast .animate .ae-2:not(.done), .animated.fast.animate .ae-2:not(.done) {
    -webkit-transition-delay: 110ms;
    transition-delay: 110ms
}

.animated.fast .animate .ae-3:not(.done), .animated.fast.animate .ae-3:not(.done) {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms
}

.animated.fast .animate .ae-4:not(.done), .animated.fast.animate .ae-4:not(.done) {
    -webkit-transition-delay: 310ms;
    transition-delay: 310ms
}

.animated.fast .animate .ae-5:not(.done), .animated.fast.animate .ae-5:not(.done) {
    -webkit-transition-delay: 410ms;
    transition-delay: 410ms
}

.animated.fast .animate .ae-6:not(.done), .animated.fast.animate .ae-6:not(.done) {
    -webkit-transition-delay: 510ms;
    transition-delay: 510ms
}

.animated.fast .animate .ae-7:not(.done), .animated.fast.animate .ae-7:not(.done) {
    -webkit-transition-delay: 610ms;
    transition-delay: 610ms
}

.animated.fast .animate .ae-8:not(.done), .animated.fast.animate .ae-8:not(.done) {
    -webkit-transition-delay: 710ms;
    transition-delay: 710ms
}

.animated.fast .animate .ae-9:not(.done), .animated.fast.animate .ae-9:not(.done) {
    -webkit-transition-delay: 810ms;
    transition-delay: 810ms
}

.animated.fast .animate .ae-10:not(.done), .animated.fast.animate .ae-10:not(.done) {
    -webkit-transition-delay: 910ms;
    transition-delay: 910ms
}

.animated.slow .animate .ae-1:not(.done), .animated.slow.animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms
}

.animated.slow .animate .ae-2:not(.done), .animated.slow.animate .ae-2:not(.done) {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms
}

.animated.slow .animate .ae-3:not(.done), .animated.slow.animate .ae-3:not(.done) {
    -webkit-transition-delay: 410ms;
    transition-delay: 410ms
}

.animated.slow .animate .ae-4:not(.done), .animated.slow.animate .ae-4:not(.done) {
    -webkit-transition-delay: 610ms;
    transition-delay: 610ms
}

.animated.slow .animate .ae-5:not(.done), .animated.slow.animate .ae-5:not(.done) {
    -webkit-transition-delay: 810ms;
    transition-delay: 810ms
}

.animated.slow .animate .ae-6:not(.done), .animated.slow.animate .ae-6:not(.done) {
    -webkit-transition-delay: 1.01s;
    transition-delay: 1.01s
}

.animated.slow .animate .ae-7:not(.done), .animated.slow.animate .ae-7:not(.done) {
    -webkit-transition-delay: 1.21s;
    transition-delay: 1.21s
}

.animated.slow .animate .ae-8:not(.done), .animated.slow.animate .ae-8:not(.done) {
    -webkit-transition-delay: 1.41s;
    transition-delay: 1.41s
}

.animated.slow .animate .ae-9:not(.done), .animated.slow.animate .ae-9:not(.done) {
    -webkit-transition-delay: 1.61s;
    transition-delay: 1.61s
}

.animated.slow .animate .ae-10:not(.done), .animated.slow.animate .ae-10:not(.done) {
    -webkit-transition-delay: 1.81s;
    transition-delay: 1.81s
}

.animated .fromBottom [class*=ae-]:not(.done), .animated [class*=ae-]:not(.done), .animated.fromBottom [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBottom:not(.done) {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
}

.animated .fromTop [class*=ae-]:not(.done), .animated.fromTop [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTop:not(.done) {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

.animated .fromLeft [class*=ae-]:not(.done), .animated.fromLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromLeft:not(.done) {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.animated .fromRight [class*=ae-]:not(.done), .animated.fromRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromRight:not(.done) {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.animated .fromCenter [class*=ae-]:not(.done), .animated.fromCenter [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromCenter:not(.done) {
    -webkit-transform: scale(.8) translate3d(0, 0, 0);
    transform: scale(.8) translate3d(0, 0, 0)
}

.animated .fromAbove [class*=ae-]:not(.done), .animated.fromAbove [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromAbove:not(.done) {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0)
}

.animated .fromBottomLeft [class*=ae-]:not(.done), .animated.fromBottomLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBottomLeft:not(.done) {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

.animated .fromTopLeft [class*=ae-]:not(.done), .animated.fromTopLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTopLeft:not(.done) {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

.animated .fromBottomRight [class*=ae-]:not(.done), .animated.fromBottomRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBottomRight:not(.done) {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

.animated .fromTopRight [class*=ae-]:not(.done), .animated.fromTopRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTopRight:not(.done) {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

.animated .fadeIn [class*=ae-]:not(.done), .animated.fadeIn [class*=ae-]:not(.done), .slides.animated [class*=ae-].fadeIn:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.animated .fromBlur [class*=ae-]:not(.done), .animated.fromBlur [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBlur:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.slides .animated.animate.active [class*=ae-]:not(.done), .slides.animated .animate.active [class*=ae-]:not(.done) {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: none;
    filter: none
}

.box-67, .box-67 .thumbnail-67 img, .box-74, .box-77, .box-77 .thumbnail-77 img, .slide .background, .slides.animateOnScroll {
    -webkit-backface-visibility: hidden
}

.slides.animateOnScroll {
    backface-visibility: hidden
}

.animateOnScroll .slide [class*=ae-]:not(.do) {
    opacity: 0;
    visibility: hidden
}

.animateOnScroll [class*=ae-].do {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    visibility: visible
}

.animateOnScroll .fast .slide [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fast, .animateOnScroll.fast .slide [class*=ae-].do {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.animateOnScroll .slide [class*=ae-].do.slow, .animateOnScroll .slow .slide [class*=ae-].do, .animateOnScroll.slow .slide [class*=ae-].do {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animateOnScroll .slide .fromBottom [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromBottom, .animateOnScroll .slide.fromBottom [class*=ae-].do {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom
}

.animateOnScroll .slide .fromTop [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromTop, .animateOnScroll .slide.fromTop [class*=ae-].do {
    -webkit-animation-name: fromTop;
    animation-name: fromTop
}

.animateOnScroll .slide .fromLeft [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromLeft, .animateOnScroll .slide.fromLeft [class*=ae-].do {
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft
}

.animateOnScroll .slide .fromRight [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromRight, .animateOnScroll .slide.fromRight [class*=ae-].do {
    -webkit-animation-name: fromRight;
    animation-name: fromRight
}

.animateOnScroll .slide .fromCenter [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromCenter, .animateOnScroll .slide.fromCenter [class*=ae-].do {
    -webkit-animation-name: fromCenter;
    animation-name: fromCenter
}

.animateOnScroll .slide .fromAbove [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromAbove, .animateOnScroll .slide.fromAbove [class*=ae-].do {
    -webkit-animation-name: fromAbove;
    animation-name: fromAbove
}

.animateOnScroll .slide .fromBottomLeft [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromBottomLeft, .animateOnScroll .slide.fromBottomLeft [class*=ae-].do {
    -webkit-animation-name: fromBottomLeft;
    animation-name: fromBottomLeft
}

.animateOnScroll .slide .fromTopLeft [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromTopLeft, .animateOnScroll .slide.fromTopLeft [class*=ae-].do {
    -webkit-animation-name: fromTopLeft;
    animation-name: fromTopLeft
}

.animateOnScroll .slide .fromBottomRight [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromBottomRight, .animateOnScroll .slide.fromBottomRight [class*=ae-].do {
    -webkit-animation-name: fromBottomRight;
    animation-name: fromBottomRight
}

.animateOnScroll .slide .fromTopRight [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromTopRight, .animateOnScroll .slide.fromTopRight [class*=ae-].do {
    -webkit-animation-name: fromTopRight;
    animation-name: fromTopRight
}

.animateOnScroll .slide .fadeIn [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fadeIn, .animateOnScroll .slide.fadeIn [class*=ae-].do {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animateOnScroll .slide .fromBlur [class*=ae-].do, .animateOnScroll .slide [class*=ae-].do.fromBlur, .animateOnScroll .slide.fromBlur [class*=ae-].do {
    -webkit-animation-name: fromBlur;
    animation-name: fromBlur
}

@-webkit-keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
}

@keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0
    }
}

@keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        opacity: 0
    }
}

@keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        opacity: 0
    }
}

@keyframes fromRight {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromCenter {
    from {
        -webkit-transform: scale(.8) translate3d(0, 0, 0);
        transform: scale(.8) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fromCenter {
    from {
        -webkit-transform: scale(.8) translate3d(0, 0, 0);
        transform: scale(.8) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromAbove {
    from {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
        transform: scale(1.2) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fromAbove {
    from {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
        transform: scale(1.2) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0);
        opacity: 0
    }
}

@keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0);
        opacity: 0
    }
}

@keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0);
        opacity: 0
    }
}

@keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0);
        opacity: 0
    }
}

@keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0
    }
}

@keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0
    }
}

.animateOnScroll .ae-1, .animateOnScroll .ae-1.fast, .animateOnScroll .fast .ae-1.fast, .animateOnScroll.fast .ae-1 {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms
}

.animateOnScroll .ae-2, .animateOnScroll .ae-2.fast, .animateOnScroll .fast .ae-2.fast, .animateOnScroll.fast .ae-2 {
    -webkit-animation-delay: 110ms;
    animation-delay: 110ms
}

.animateOnScroll .ae-3, .animateOnScroll .ae-3.fast, .animateOnScroll .fast .ae-3.fast, .animateOnScroll.fast .ae-3 {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.animateOnScroll .ae-4, .animateOnScroll .ae-4.fast, .animateOnScroll .fast .ae-4.fast, .animateOnScroll.fast .ae-4 {
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms
}

.animateOnScroll .ae-5, .animateOnScroll .ae-5.fast, .animateOnScroll .fast .ae-5.fast, .animateOnScroll.fast .ae-5 {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms
}

.animateOnScroll .ae-6, .animateOnScroll .ae-6.fast, .animateOnScroll .fast .ae-6.fast, .animateOnScroll.fast .ae-6 {
    -webkit-animation-delay: 510ms;
    animation-delay: 510ms
}

.animateOnScroll .ae-7, .animateOnScroll .ae-7.fast, .animateOnScroll .fast .ae-7.fast, .animateOnScroll.fast .ae-7 {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms
}

.animateOnScroll .ae-8, .animateOnScroll .ae-8.fast, .animateOnScroll .fast .ae-8.fast, .animateOnScroll.fast .ae-8 {
    -webkit-animation-delay: 710ms;
    animation-delay: 710ms
}

.animateOnScroll .ae-9, .animateOnScroll .ae-9.fast, .animateOnScroll .fast .ae-9.fast, .animateOnScroll.fast .ae-9 {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms
}

.animateOnScroll .ae-10, .animateOnScroll .ae-10.fast, .animateOnScroll .fast .ae-10.fast, .animateOnScroll.fast .ae-10 {
    -webkit-animation-delay: 910ms;
    animation-delay: 910ms
}

.animateOnScroll .ae-1.slow, .animateOnScroll .slow .ae-1, .animateOnScroll.slow .ae-1 {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms
}

.animateOnScroll .ae-2.slow, .animateOnScroll .slow .ae-2, .animateOnScroll.slow .ae-2 {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.animateOnScroll .ae-3.slow, .animateOnScroll .slow .ae-3, .animateOnScroll.slow .ae-3 {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms
}

.animateOnScroll .ae-4.slow, .animateOnScroll .slow .ae-4, .animateOnScroll.slow .ae-4 {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms
}

.animateOnScroll .ae-5.slow, .animateOnScroll .slow .ae-5, .animateOnScroll.slow .ae-5 {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms
}

.animateOnScroll .ae-6.slow, .animateOnScroll .slow .ae-6, .animateOnScroll.slow .ae-6 {
    -webkit-animation-delay: 1.01s;
    animation-delay: 1.01s
}

.animateOnScroll .ae-7.slow, .animateOnScroll .slow .ae-7, .animateOnScroll.slow .ae-7 {
    -webkit-animation-delay: 1.21s;
    animation-delay: 1.21s
}

.animateOnScroll .ae-8.slow, .animateOnScroll .slow .ae-8, .animateOnScroll.slow .ae-8 {
    -webkit-animation-delay: 1.41s;
    animation-delay: 1.41s
}

.animateOnScroll .ae-9.slow, .animateOnScroll .slow .ae-9, .animateOnScroll.slow .ae-9 {
    -webkit-animation-delay: 1.61s;
    animation-delay: 1.61s
}

.animateOnScroll .ae-10.slow, .animateOnScroll .slow .ae-10, .animateOnScroll.slow .ae-10 {
    -webkit-animation-delay: 1.81s;
    animation-delay: 1.81s
}

.slides.animateOnScroll .kenBurns .background, .slides.animateOnScroll .kenBurns.zoomout .background, .slides.animated .kenBurns .background, .slides.animated .kenBurns.zoomout .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 1
}
.background.bg4 {
    background: repeat center / 400px !important;
}
/* .slides.animated .video.kenBurns .background {
    opacity: 1;
    pointer-events: none
}
 */

.slides.animated .video.kenBurns .background:after {
    
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
opacity: .4
}

.slides.animateOnScroll .kenBurns.zoomout:not(.video) .background, .slides.animateOnScroll .kenBurns:not(.video) .background, .slides.animated .kenBurns.zoomout:not(.video) .background, .slides.animated .kenBurns:not(.video) .background {
    -webkit-transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(.3, 0, .7, 1);
    transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(.3, 0, .7, 1);
    transition: transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease;
    transition: transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease, -webkit-transform 5s cubic-bezier(.3, 0, .7, 1)
}

.animateOnScroll .active .kenBurns.zoomout:not(.video) .background, .animateOnScroll .active.kenBurns.zoomout:not(.video) .background, .animateOnScroll .active.kenBurns:not(.video) .background, .animated .active .kenBurns.zoomout:not(.video) .background, .animated .active.kenBurns.zoomout:not(.video) .background, .animated .active.kenBurns:not(.video) .background {
    opacity: 1;
    -webkit-transform: scale(1.05) rotate(-.02deg);
    transform: scale(1.05) rotate(-.02deg)
}

.slides.animateOnScroll .kenBurns.zoomout:not(.video) .background, .slides.animated .kenBurns.zoomout:not(.video) .background {
    -webkit-transform: scale(1.05) rotate(-.02deg);
    transform: scale(1.05) rotate(-.02deg)
}

.animateOnScroll .active.kenBurns.zoomout:not(.video) .background, .animated .active.kenBurns.zoomout:not(.video) .background, .windows .slides.animateOnScroll .active.kenBurns.zoomout:not(.video) .background, .windows .slides.animated .active.kenBurns.zoomout:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mobile .kenBurns .background, .mobile .kenBurns.zoomout .background {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: none;
    transform: none
}

.slides.animateOnScroll .parallax:not(.video) .background, .slides.animated .parallax:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0) scale(1.25);
    transform: translate3d(0, 0, 0) scale(1.25);
    -webkit-transition: -webkit-transform-origin 1s, -webkit-transform 1s;
    transition: -webkit-transform-origin 1s, -webkit-transform 1s;
    transition: transform-origin 1s, transform 1s;
    transition: transform-origin 1s, transform 1s, -webkit-transform-origin 1s, -webkit-transform 1s
}

.slides.animateOnScroll.fast .parallax:not(.video) .background, .slides.animated.fast .parallax:not(.video) .background {
    -webkit-transition: -webkit-transform-origin .6s, -webkit-transform .6s;
    transition: -webkit-transform-origin .6s, -webkit-transform .6s;
    transition: transform-origin .6s, transform .6s;
    transition: transform-origin .6s, transform .6s, -webkit-transform-origin .6s, -webkit-transform .6s
}

.slides.animateOnScroll.slow .parallax:not(.video) .background, .slides.animated.slow .parallax:not(.video) .background {
    -webkit-transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
    transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
    transition: transform-origin 1.4s, transform 1.4s;
    transition: transform-origin 1.4s, transform 1.4s, -webkit-transform-origin 1.4s, -webkit-transform 1.4s
}

.slides.animateOnScroll .parallax.animate:not(.video) .background, .slides.animated .parallax.animate:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center
}

.slides.animateOnScroll .slide.after.parallax:not(.video) .background, .slides.animated .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.slides.animateOnScroll .slide.before.parallax:not(.video) .background, .slides.animated .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.slides.animateOnScroll.horizontal .slide.after.parallax:not(.video) .background, .slides.animated.horizontal .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.slides.animateOnScroll.horizontal .slide.before.parallax:not(.video) .background, .slides.animated.horizontal .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.slides.animateOnScroll.zoom .slide.after.parallax:not(.video) .background, .slides.animated.zoom .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.slides.animateOnScroll.zoom .slide.animate.parallax:not(.video) .background, .slides.animated.zoom .slide.animate.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.slides.animateOnScroll.plain .slide.after.parallax:not(.video) .background, .slides.animateOnScroll.plain .slide.animate.parallax:not(.video) .background, .slides.animateOnScroll.plain .slide.before.parallax:not(.video) .background, .slides.animateOnScroll.zoom .slide.before.parallax:not(.video) .background, .slides.animated.plain .slide.after.parallax:not(.video) .background, .slides.animated.plain .slide.animate.parallax:not(.video) .background, .slides.animated.plain .slide.before.parallax:not(.video) .background, .slides.animated.zoom .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.attachmentFixed {
    background-attachment: fixed!important;
    background-size: cover!important
}

.slides.animateOnScroll .scenic:not(.video) .background, .slides.animated .scenic:not(.video) .background {
    -webkit-animation: scenic 140s cubic-bezier(.2, 0, .8, 1) infinite;
    animation: scenic 140s cubic-bezier(.2, 0, .8, 1) infinite
}

@-webkit-keyframes scenic {
    50% {
        -webkit-transform: scale(1.5) rotate(-.02deg);
        transform: scale(1.5) rotate(-.02deg)
    }
}

@keyframes scenic {
    50% {
        -webkit-transform: scale(1.5) rotate(-.02deg);
        transform: scale(1.5) rotate(-.02deg)
    }
}

.scroll .content .mobile .simplifiedMobile .content {
    -webkit-overflow-scrolling: initial;
    overflow: hidden
}

.box-67, .box-67 .thumbnail-67, .dialog, .scroll .wrap {
    overflow: hidden
}

.mobile .simplifiedMobile .container, .mobile .simplifiedMobile .content, .mobile .simplifiedMobile .slide, .scroll .container, .scroll .slide, .scroll .slide .content {
    position: relative!important;
    height: auto;
    opacity: 1
}

.mobile .simplifiedMobile .container, .scroll .container {
    height: 100vh
}

.mobile .slide.autoHeight .simplifiedMobile .container, .scroll .slide.autoHeight .container {
    height: auto
}

.mobile .simplifiedMobile .slide .background, .scroll .slide .background {
    position: absolute!important;
    min-height: 100vh
}

.mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .slide.after, .mobile .simplifiedMobile .slide.before, .scroll .slide, .scroll .slide.after, .scroll .slide.before {
    visibility: visible;
    -webkit-transform: none!important;
    transform: none!important
}

.mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .slide.after, .mobile .simplifiedMobile .slide.before {
    opacity: 1!important
}

.page-loaded.mobile.sidebarShown .simplifiedMobile .slide, .page-loaded.sidebarShown .scroll .slide {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    pointer-events: none;
    opacity: .5!important
}

.page-loaded .scroll .slide {
    -webkit-transition: opacity .5s, -webkit-transform .5s!important;
    transition: opacity .5s, -webkit-transform .5s!important;
    transition: transform .5s, opacity .5s!important;
    transition: transform .5s, opacity .5s, -webkit-transform .5s!important
}

.mobile .simplifiedMobile [class*=ae-] {
    visibility: visible!important;
    opacity: 1!important;
    -webkit-transform: none!important;
    transform: none!important
}

.popupShown, .popupShown body, .sidebarShown, .sidebarShown body {
    overflow-y: hidden!important
}

.scroll .parallax:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0) scale(1.25);
    transform: translate3d(0, 0, 0) scale(1.25);
    -webkit-transition: none!important;
    transition: none!important
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@-webkit-keyframes riseUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.86) translateY(50px);
        transform: scale(.86) translateY(50px)
    }
}

@keyframes riseUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.86) translateY(50px);
        transform: scale(.86) translateY(50px)
    }
}

.white {
    background: #fff!important;
    color: #202020!important
}

.black, .stroke.button.white, .text-white {
    color: #fff!important
}

.white svg {
    fill: #202020!important
}

.black svg, .stroke.button.white svg, .text-white.button svg {
    fill: #fff!important
}

.stroke.button.white {
    border-color: #fff!important
}

.black {
    background: #202020!important
}

.stroke.button.black, .text-black {
    color: #202020!important
}

.stroke.button.black svg, .text-black.button svg {
    fill: #202020!important
}

.stroke.button.black {
    border-color: #202020!important
}

.red {
    background: #F44336!important;
    color: #fff!important
}

.stroke.button.red, .text-red {
    color: #F44336!important
}

.red svg {
    fill: #fff!important
}

.stroke.button.red svg, .text-red.button svg {
    fill: #F44336!important
}

.stroke.button.red {
    border-color: #F44336!important
}

.pink {
    background: #E91E63!important;
    color: #fff!important
}

.stroke.button.pink, .text-pink {
    color: #E91E63!important
}

.pink svg {
    fill: #fff!important
}

.stroke.button.pink svg, .text-pink.button svg {
    fill: #E91E63!important
}

.stroke.button.pink {
    border-color: #E91E63!important
}

.purple {
    background: #9C27B0!important;
    color: #fff!important
}

.stroke.button.purple, .text-purple {
    color: #9C27B0!important
}

.purple svg {
    fill: #fff!important
}

.stroke.button.purple svg, .text-purple.button svg {
    fill: #9C27B0!important
}

.stroke.button.purple {
    border-color: #9C27B0!important
}

.deepPurple {
    background: #673AB7!important;
    color: #fff!important
}

.deepPurple svg {
    fill: #fff!important
}

.stroke.button.deepPurple svg, .text-deepPurple.button svg {
    fill: #673AB7!important
}

.text-deepPurple {
    color: #673AB7!important
}

.stroke.button.deepPurple {
    color: #673AB7!important;
    border-color: #673AB7!important
}

.indigo {
    background: #3F51B5!important;
    color: #fff!important
}

.stroke.button.indigo, .text-indigo {
    color: #3F51B5!important
}

.indigo svg {
    fill: #fff!important
}

.stroke.button.indigo svg, .text-indigo.button svg {
    fill: #3F51B5!important
}

.stroke.button.indigo {
    border-color: #3F51B5!important
}

.blue {
    background: #2196F3!important;
    color: #fff!important
}

.stroke.button.blue, .text-blue {
    color: #2196F3!important
}

.blue svg {
    fill: #fff!important
}

.stroke.button.blue svg, .text-blue.button svg {
    fill: #2196F3!important
}

.stroke.button.blue {
    border-color: #2196F3!important
}

.cyan {
    background: #00BCD4!important;
    color: #fff!important
}

.stroke.button.cyan, .text-cyan {
    color: #00BCD4!important
}

.cyan svg {
    fill: #fff!important
}

.stroke.button.cyan svg, .text-cyan.button svg {
    fill: #00BCD4!important
}

.stroke.button.cyan {
    border-color: #00BCD4!important
}

.teal {
    background: #009688!important;
    color: #fff!important
}

.stroke.button.teal, .text-teal {
    color: #009688!important
}

.teal svg {
    fill: #fff!important
}

.stroke.button.teal svg, .text-teal.button svg {
    fill: #009688!important
}

.stroke.button.teal {
    border-color: #009688!important
}

.green {
    background: #4CAF50!important;
    color: #fff!important
}

.stroke.button.green, .text-green {
    color: #4CAF50!important
}

.green svg {
    fill: #fff!important
}

.stroke.button.green svg, .text-green.button svg {
    fill: #4CAF50!important
}

.stroke.button.green {
    border-color: #4CAF50!important
}

.lightGreen {
    background: #8BC34A!important;
    color: #fff!important
}

.lightGreen svg {
    fill: #fff!important
}

.stroke.button.lightGreen svg, .text-lightGreen.button svg {
    fill: #8BC34A!important
}

.text-lightGreen {
    color: #8BC34A!important
}

.stroke.button.lightGreen {
    color: #8BC34A!important;
    border-color: #8BC34A!important
}

.lime {
    background: #CDDC39!important;
    color: #fff!important
}

.stroke.button.lime, .text-lime {
    color: #CDDC39!important
}

.lime svg {
    fill: #fff!important
}

.stroke.button.lime svg, .text-lime.button svg {
    fill: #CDDC39!important
}

.stroke.button.lime {
    border-color: #CDDC39!important
}

.yellow {
    background: #FFEB3B!important;
    color: #202020!important
}

.stroke.button.yellow, .text-yellow {
    color: #FFEB3B!important
}

.yellow svg {
    fill: #202020!important
}

.stroke.button.yellow svg, .text-yellow.button svg {
    fill: #FFEB3B!important
}

.stroke.button.yellow {
    border-color: #FFEB3B!important
}

.amber {
    background: #FFC107!important;
    color: #fff!important
}

.stroke.button.amber, .text-amber {
    color: #FFC107!important
}

.amber svg {
    fill: #fff!important
}

.stroke.button.amber svg, .text-amber.button svg {
    fill: #FFC107!important
}

.stroke.button.amber {
    border-color: #FFC107!important
}

.orange {
    background: #FF9800!important;
    color: #fff!important
}

.stroke.button.orange, .text-orange {
    color: #FF9800!important
}

.orange svg {
    fill: #fff!important
}

.stroke.button.orange svg, .text-orange.button svg {
    fill: #FF9800!important
}

.stroke.button.orange {
    border-color: #FF9800!important
}

.deepOrange {
    background: #FF5722!important;
    color: #fff!important
}

.deepOrange svg {
    fill: #fff!important
}

.stroke.button.deepOrange svg, .text-deepOrange.button svg {
    fill: #FF5722!important
}

.text-deepOrange {
    color: #FF5722!important
}

.stroke.button.deepOrange {
    color: #FF5722!important;
    border-color: #FF5722!important
}

.brown {
    background: #795548!important;
    color: #fff!important
}

.gray, .grey {
    background: #9E9E9E!important
}

.stroke.button.brown, .text-brown {
    color: #795548!important
}

.brown svg {
    fill: #fff!important
}

.stroke.button.brown svg, .text-brown.button svg {
    fill: #795548!important
}

.stroke.button.brown {
    border-color: #795548!important
}

.stroke.button.gray, .stroke.button.grey {
    border-color: #9E9E9E!important
}

.gray {
    color: #fff!important
}

.stroke.button.gray, .text-gray {
    color: #9E9E9E!important
}

.gray svg {
    fill: #fff!important
}

.stroke.button.gray svg, .text-gray.button svg {
    fill: #9E9E9E!important
}

.grey {
    color: #fff!important
}

.blueGray, .blueGrey {
    background: #607D8B!important
}

.stroke.button.grey, .text-grey {
    color: #9E9E9E!important
}

.grey svg {
    fill: #fff!important
}

.stroke.button.grey svg, .text-grey.button svg {
    fill: #9E9E9E!important
}

.stroke.button.blueGray, .stroke.button.blueGrey {
    border-color: #607D8B!important
}

.blueGray {
    color: #fff!important
}

.stroke.button.blueGray, .text-blueGray {
    color: #607D8B!important
}

.blueGray svg {
    fill: #fff!important
}

.stroke.button.blueGray svg, .text-blueGray.button svg {
    fill: #607D8B!important
}

.blueGrey {
    color: #fff!important
}

.stroke.button.blueGrey, .text-blueGrey {
    color: #607D8B!important
}

.blueGrey svg {
    fill: #fff!important
}

.stroke.button.blueGrey svg, .text-blueGrey.button svg {
    fill: #607D8B!important
}

.facebook {
    background: #3b5998!important;
    color: #fff!important
}

.stroke.button.facebook, .text-facebook {
    color: #3b5998!important
}

.facebook svg {
    fill: #fff!important
}

.stroke.button.facebook svg, .text-facebook.button svg {
    fill: #3b5998!important
}

.stroke.button.facebook {
    border-color: #3b5998!important
}

.twitter {
    background: #55acee!important;
    color: #fff!important
}

.stroke.button.twitter, .text-twitter {
    color: #55acee!important
}

.twitter svg {
    fill: #fff!important
}

.stroke.button.twitter svg, .text-twitter.button svg {
    fill: #55acee!important
}

.stroke.button.twitter {
    border-color: #55acee!important
}

.googlePlus {
    background: #DD4330!important;
    color: #fff!important
}

.googlePlus svg {
    fill: #fff!important
}

.stroke.button.googlePlus svg, .text-googlePlus.button svg {
    fill: #DD4330!important
}

.text-googlePlus {
    color: #DD4330!important
}

.stroke.button.googlePlus {
    color: #DD4330!important;
    border-color: #DD4330!important
}

.stumbleupon {
    background: #eb4924!important;
    color: #fff!important
}

.stumbleupon svg {
    fill: #fff!important
}

.stroke.button.stumbleupon svg, .text-stumbleupon.button svg {
    fill: #eb4924!important
}

.text-stumbleupon {
    color: #eb4924!important
}

.stroke.button.stumbleupon {
    color: #eb4924!important;
    border-color: #eb4924!important
}

.linkedin {
    background: #0077b5!important;
    color: #fff!important
}

.stroke.button.linkedin, .text-linkedin {
    color: #0077b5!important
}

.linkedin svg {
    fill: #fff!important
}

.stroke.button.linkedin svg, .text-linkedin.button svg {
    fill: #0077b5!important
}

.stroke.button.linkedin {
    border-color: #0077b5!important
}

.pinterest {
    background: #cc2127!important;
    color: #fff!important
}

.pinterest svg {
    fill: #fff!important
}

.stroke.button.pinterest svg, .text-pinterest.button svg {
    fill: #cc2127!important
}

.text-pinterest {
    color: #cc2127!important
}

.stroke.button.pinterest {
    color: #cc2127!important;
    border-color: #cc2127!important
}

.instagram {
    background: #4D9AD8!important;
    color: #fff!important
}

.instagram svg {
    fill: #fff!important
}

.stroke.button.instagram svg, .text-instagram.button svg {
    fill: #4D9AD8!important
}

.text-instagram {
    color: #4D9AD8!important
}

.stroke.button.instagram {
    color: #4D9AD8!important;
    border-color: #4D9AD8!important
}

.tumblr {
    background: #34455D!important;
    color: #fff!important
}

.stroke.button.tumblr, .text-tumblr {
    color: #34455D!important
}

.tumblr svg {
    fill: #fff!important
}

.stroke.button.tumblr svg, .text-tumblr.button svg {
    fill: #34455D!important
}

.stroke.button.tumblr {
    border-color: #34455D!important
}

.dribbble {
    background: #ea4c89!important;
    color: #fff!important
}

.stroke.button.dribbble, .text-dribbble {
    color: #ea4c89!important
}

.dribbble svg {
    fill: #fff!important
}

.stroke.button.dribbble svg, .text-dribbble.button svg {
    fill: #ea4c89!important
}

.stroke.button.dribbble {
    border-color: #ea4c89!important
}

.yt {
    background: #cd201f!important;
    color: #fff!important
}

.stroke.button.yt, .text-yt {
    color: #cd201f!important
}

.yt svg {
    fill: #fff!important
}

.stroke.button.yt svg, .text-yt.button svg {
    fill: #cd201f!important
}

.stroke.button.yt {
    border-color: #cd201f!important
}

.delicious {
    background: #39f!important;
    color: #fff!important
}

.delicious svg {
    fill: #fff!important
}

.stroke.button.delicious svg, .text-delicious.button svg {
    fill: #39f!important
}

.text-delicious {
    color: #39f!important
}

.stroke.button.delicious {
    color: #39f!important;
    border-color: #39f!important
}

.digg {
    background: #000!important;
    color: #fff!important
}

.stroke.button.digg, .text-digg {
    color: #000!important
}

.digg svg {
    fill: #fff!important
}

.stroke.button.digg svg, .text-digg.button svg {
    fill: #000!important
}

.stroke.button.digg {
    border-color: #000!important
}

.vimeo {
    background: #fff!important;
    color: #19AA6D!important
}

.stroke.button.vimeo, .text-vimeo, .xing {
    color: #fff!important
}

.vimeo svg {
    fill: #19AA6D!important
}

.stroke.button.vimeo svg, .text-vimeo.button svg, .xing svg {
    fill: #fff!important
}

.stroke.button.vimeo {
    border-color: #fff!important
}

.xing {
    background: #026466!important
}

.stroke.button.xing, .text-xing {
    color: #026466!important
}

.stroke.button.xing svg, .text-xing.button svg {
    fill: #026466!important
}

.stroke.button.xing {
    border-color: #026466!important
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-right: -2%
}

.flex [class*=col-] {
    padding-left: 2%;
    padding-right: 2%
}

.flex.fixedSpaces {
    margin-left: -14px;
    margin-right: -14px
}

.flex.fixedSpaces [class*=col-] {
    padding-left: 14px;
    padding-right: 14px
}

.flex.noSpaces {
    margin-left: 0;
    margin-right: 0
}

.flex.noSpaces [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.flex.verticalCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex.reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex.bottom [class*=col-], .flex.reverse.top [class*=col-] {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex.reverse.bottom [class*=col-], .flex.top [class*=col-] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex>.col-1-12 {
    width: 8.33333%
}

.flex>.col-2-12 {
    width: 16.66667%
}

.flex>.col-3-12 {
    width: 25%
}

.flex>.col-4-12 {
    width: 33.33333%
}

.flex>.col-5-12 {
    width: 41.66667%
}

.flex>.col-6-12 {
    width: 50%
}

.flex>.col-7-12 {
    width: 58.33333%
}

.flex>.col-8-12 {
    width: 66.66667%
}

.flex>.col-9-12 {
    width: 75%
}

.flex>.col-10-12 {
    width: 83.33333%
}

.flex>.col-11-12 {
    width: 91.66667%
}

.flex>.col-12-12 {
    width: 100%
}


section.slide .sliderHome {
    position: relative;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
}
section.slide .sliderHome .itemSlide1SecHome {
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.rowCustomSlider1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;
    padding: 0 180px;
    box-sizing: border-box;
    pointer-events: none;
}
.rowCustomSlider1 .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.rowCustomSlider1 .col * {
    pointer-events: auto;
}
.itemSlide1SecHome .rowCustomSlider1 .contentTextSlide {
    font-size: 2rem;
    color: var(--color1);
    display: flex;
    gap: 10px;
    font-family: iransharp;
    flex-wrap: wrap;
    transition: all 0.5s;
    transform: translateX(200px);
    opacity: 0;
}
.slide.selected .swiper-slide-active .itemSlide1SecHome .rowCustomSlider1 .contentTextSlide {
    transition-delay: 0.5s;
    transform: translateX(0px);
    opacity: 1;
}
.itemSlide1SecHome .rowCustomSlider1 .contentTextSlide img {
    position: relative;
    width: 210px;
    height: auto;
}
.rowCustomSlider1 .contentTextSlide {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: end;
}
.contentTextSlide .title2 {
    grid-column: span 2;
}
.rowCustomSlider1 span.space {
    position: relative;
    width: 100%;
    display: block;
    height: 180px;
    pointer-events: none;
}
.rowCustomSlider1 .col {
    /* margin-bottom: -100px; */
}
.itemSlide1SecHome .rowCustomSlider1 .col {
    margin-bottom: 100px;
}
.rowCustomSlider1 .rowBtnCenter {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
.slide.selected .rowCustomSlider1 .rowBtnCenter {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
.rowBtnCenter {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.linkCustom i.arrow {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}
.linkCustom {
    position: relative;
    height: 50px;
    padding: 0px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--color2);
}
.linkCustom i:nth-child(2) {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 10px;
    pointer-events: none;
    z-index: 10;
}
.rowCustomSlider1 .col * {
    pointer-events: auto;
}
.section1 .swiper-button-next {
    left: 10px;
}
.section1 .swiper-button-prev {
    right: 10px;
}
.linkCustom i:nth-child(3) {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% - 55px);
    height: calc(100% + 2px);
    right: 0;
    margin: auto;
    border: 1px solid var(--color2);
    border-width: 1px 0;
    transition: all 0.2s;
}
.linkCustom:hover i:nth-child(3) {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% - 55px);
    height: calc(100% + 2px);
    right: 0;
    margin: auto;
    border: 1px solid var(--color2);
    border-width: 1px 0;
    transition: all 0.2s;
}
.linkCustom i:nth-child(2):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    content: '';
    border-radius: 10px 0px 0px 10px;
    border: 1px solid var(--color1);
    border-right: 0;
    transition: all 0.2s;
}
.linkCustom i:nth-child(2):after {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    content: '';
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--color1);
    border-left: 0;
    transition: all 0.2s;
}

.linkCustom:hover i:nth-child(2):before , .linkCustom:hover i:nth-child(2):after {
    width: 50%;
}



.itemSlide1SecHome .rowCustomSlider1 .col .layers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic {
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / 100%;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100%;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic1 {
    width: 18vw;
    height: 18vw;
    top: 40%;
    left: -27%;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic2 {
    width: 7vw;
    height: 7vw;
    top: 26%;
    left: 22%;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic3 {
    width: 6vw;
    height: 8vw;
    top: 26%;
    right: 30%;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic4 {
    width: 15vw;
    height: 15vw;
    top: 42%;
    right: -4%;
}
.slide.selected .swiper-slide-active .itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic1 {
    animation: transitionXY2 3s infinite;
}
.slide.selected .swiper-slide-active .itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic2 {
    animation: transitionXY1 3s infinite;
}
.slide.selected .swiper-slide-active .itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic3 {
    animation: transitionXY2 3s infinite;
}
.slide.selected .swiper-slide-active .itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic4 {
    animation: transitionXY1 3s infinite;
}

.itemSlide1SecHome .rowCustomSlider1 .col .layers .pic.pic1 {

}


.scrolltodown {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 40px;
    height: 91px;
}
.scrolltodown .mouse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    border-radius: 40px;
    border: 2px solid var(--color2);
}
.scrolltodown .mouse .middlebutton {
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 18px;
    display: block;
    right: 0;
    margin:auto;
    border-radius:20px;
    border:2px solid var(--color2)
}
.scrolltodown .mouse .middlebutton:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 2px;
    height: 8px;
    background: var(--color2);
    content: '';
    margin: auto;
    animation: 1.5s middleMouse infinite;
}

@keyframes middleMouse {
    0% , 100% {
        top: 0;
    }
    50% {
        top:6px;
    }
}
.scrolltodown .arrow {
    position: absolute;
    width: 100%;
    top: 60px;
    height: 31px;
    display: block;
}
.scrolltodown .arrow .dots {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 10px 0 0;
    gap: 2px;

}
.scrolltodown .arrow .dots i {
    position: relative;
    width: 3px;
    min-width: 3px;
    height: 3px;
    min-height: 3px;
    background: var(--color2);
    border-radius: 100%;
    animation: arrwoToDown 1s infinite;
    animation-delay:  calc(1s * var(--i));
}
.scrolltodown .arrow .dots i.arr {
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrolltodown .arrow .dots i.arr::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 10px;
    content: '';
    background: var(--color2);
    transform-origin: bottom center;
    transform: rotate(45deg);
}
.scrolltodown .arrow .dots i.arr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 10px;
    content: '';
    background: var(--color2);
    transform-origin: bottom center;
    transform: rotate(-45deg);
}
@keyframes arrwoToDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}






.svg {
    position: absolute;
    width: 0;
    height: 0;
}

.sec2Content Bg, .sec2Content .rowCustom {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.sec2Content {
    height: calc(100% - 60px) !important;
    margin-top: 60px;
}
.sec2Content .rowCustom .col1 {
    position: relative;
    width: 55%;
    height: 100%;
    transition: all 1s;
    opacity: 0;
}
.slide.selected .sec2Content .rowCustom .col1 {
    opacity: 1;
    transition-delay: 1s;
}
.sec2Content .rowCustom .col2 {
    position: relative;
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12vw 0 6.5vw;
    gap: 10px;
}
.sec2Content .rowCustom .col1 .videoSec2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec2Content .rowCustom .col1 .videoSec2 .frameVideoSec {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-clip-path: url(#VideoFrame);
    clip-path: url(#VideoFrame);
}
.sec2Content .rowCustom .col1 .videoSec2 .frameVideoSec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    content: '';
}
.sec2Content .rowCustom .col1 .videoSec2 .contentFrameVideo {
    position: relative;
    width: 100%;
    height: 93%;
    background-size: cover;
    -webkit-clip-path: url(#ContentVideoFrame);
    clip-path: url(#ContentVideoFrame);
    top: 6.5%;
}
.sec2Content .realPic .bubbles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.playVideo {
    position: absolute;
    left: 0;
    top: 10%;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.playVideo:before {
    position: absolute;
    left: 0;
    top: 10%;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
}
.playVideo .icon {
    position: relative;
    width: 30px;
    height: 30px;
    clip-path: polygon(0 0, 0 100%, 70% 50%);
    background: #242424;
    right: -8px;
}
.playVideo span {
    position: absolute;
    bottom: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 100 !important;
}

.sec2Content .realPic {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 100;
    left: -45vw;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.sec2Content .realPic .contentImgBubbles {
    position: relative;
    width: auto !important;
    height: 85% !important;
    margin-top: -80px;
}
.sec2Content .realPic img {
    width: auto !important;
    height: 100% !important;
    transition: all 0.4s cubic-bezier(0, 1.13, 0, 1.13);
    transform-origin: bottom center;
    transform: translateY(-100vh);
}
.slide.selected .sec2Content .realPic img {
    transform: translateY(0vh);
    transition-delay: 1s;
}
.itembubble:before {
    position: relative;
    padding-top: 100%;
    content: '';
    display: block;
}
.itembubble {
    transition: all 1s;
    transform: translateY(400px);
    opacity: 0;
}
.slide.selected .itembubble {
    transition-delay: calc(4s * var(--i));
    transform: translateY(0px);
    opacity: 1;
}
.itembubble .contentItemBubble {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #144555;
}
.itembubble.bubble1 {
    position: absolute;
    top: 52%;
    right: -13%;
    width: 45%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.itembubble.bubble2 {
    position: absolute;
    bottom: -7%;
    right: -15%;
    width: 45%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.itembubble.bubble3 {
    position: absolute;
    bottom: -8%;
    right: 59%;
    width: 45%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.itembubble.bubble4 {
    position: absolute;
    bottom: 17%;
    right: 83%;
    width: 45%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.itembubble.bubble5 {
    position: absolute;
    bottom: 40%;
    right: 63%;
    width: 45%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.itembubble.bubble6 {
    position: absolute;
    bottom: 47%;
    right: 16%;
    width: 17%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.itembubble.bubble7 {
    position: absolute;
    bottom: 18%;
    right: -17%;
    width: 10%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.itembubble.bubble8 {
    position: absolute;
    bottom: -6%;
    right: 36%;
    width: 13%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.itembubble.bubble9 {
    position: absolute;
    bottom: 8%;
    right: 100%;
    width: 13%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.itembubble.bubble10 {
    position: absolute;
    bottom: 35%;
    right: 77%;
    width: 6%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.itembubble.bubble11 {
    position: absolute;
    bottom: 62%;
    right: 101%;
    width: 9%;
    background: no-repeat center / cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titleSec {
    position: relative;
    font-size: 26px;
    font-family: 'IRANSharp';
    font-weight: 400;
    color: var(--color2);
    padding-right: 10px;
}

.sec2Content .titleSec {
    transition: all 0.5s;
    transform: translateX(-120px);
    opacity: 0;
}
.slide.selected .sec2Content .titleSec {
    transition-delay: 1s;
    transform: translateX(0px);
    opacity: 1;
}
.sec2Content .titleSec:before {
    position: absolute;
    width: 1px;
    height: 40px;
    content: '';
    top: 0;
    right:0;
    display: block;
    background: var(--color1);
}

.description {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    font-weight: 500 !important;
    color: rgb(20 69 85 / 70%) !important;
}
.sec2Content .description {
    transition: all 1s;
    opacity: 0;
}
.slide.selected .sec2Content .description {
    transition-delay: 1.5s;
    opacity: 1;
}
.sec2Content .rowBtnCenter {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
.slide.selected .sec2Content .rowBtnCenter {
    transition-delay: 2s;
    transform: translateY(0px);
    opacity: 1;
}
.svgline1 path {
    stroke-dashoffset: 3881.765380859375px;
    stroke-dasharray: 3881.765380859375px;
    -webkit-transition: stroke-dashoffset 3s linear 0s;
            transition: stroke-dashoffset 3s linear 0s;
}
.svgline2 path {
    stroke-dashoffset: 3738.0791015625px;
    stroke-dasharray: 3738.0791015625px;
    -webkit-transition: stroke-dashoffset cubic-bezier(0.39, 0.575, 0.565, 1) cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
            transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  
 .slide.selected .svgline1 path{
    
    stroke-dashoffset: 7763.53076171875px;
    transition-delay:1s
  }
 .slide.selected .svgline2 path {
    stroke-dashoffset: 0;
    transition-delay:1s;
  }
  

  .svgline1  {
    position: absolute;
    left: 5%;
    top: 8%;
    width: 100%;
    height: 100%;
}
  .svgline2 {
    position: absolute;
    left: 5%;
    top: 3%;
    width: 100%;
    height: 100%;
}

.sec2Content .rowCustom .col1 .videoSec2 .contentFrameVideo video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes transitionXY1 {
    0% , 100% {
        transform: translate(3px,3px);
    }
    50% {
        transform: translate(-3px,-3px);
    }
}
@keyframes transitionXY2 {
    0% , 100% {
        transform: translate(-3px,3px);
    }
    50% {
        transform: translate(3px,-3px);
    }
}


.contentSecPods {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.contentSecPods .sliderOne, .contentSecPods .sliderOne .swiper-slide, .contentSecPods .sliderOne .itemProductSec {
    position: relative;
    width: 100%;
    height: 100%;
}
.contentSecPods .rowCustom {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
}
.contentSecPods .rowCustom .col1 {
    position: relative;
    width: 40%;
}
.contentSecPods .rowCustom .col2 {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.CircleImageGall {
    position: absolute;
    width: 93%;
    background: no-repeat center / cover;
    border-radius: 100% !important;
    overflow: hidden;
    right: -40%;
    top: 12%;
    box-shadow: 14px 60px 0px 0px rgba(255,255,255,0.6) inset, -10px -37px 0px 0px rgba(255,255,255,0.7) inset;
    transition: all 0.5s;
    transform: translateX(100vw);
    opacity: 0;
}
.slide.selected .swiper-slide-active .CircleImageGall {
    transform: translateX(0vw);
    opacity: 1;
    transition: all 1s;
}
.CircleImageGall:before {
    position: relative;
    width: 100%;
    padding-top: 100%;
    content: '';
    display: block;
    transition: all 1s;
}
.CircleImageGall:after {
    position: absolute;
    left: 2%;
    top: 3%;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 2px solid var(--color1);
    border-radius: 100%;
    transition: all 0.5s;
}
.contentSecPods .rowCustom .col1 img {
    position: absolute;
    z-index: 2;
    right: 12%;
    bottom: -20%;
    top: 0;
    margin: auto;
    width: 40%;
    height: auto;
    transition: all 0.5s;
    transform-origin: bottom center;
    opacity: 0;
    transform: translateX(100px);
    transition-delay: 0s;
}
.slide.selected .swiper-slide-active .rowCustom .col1 img {
    opacity: 1;
    transition: all 1s;
    transform: translateX(0px);
    transition-delay: 1s;
}

.contentSecPods .rowCustom .col1 .lineCircle {
    position: absolute;
    width: 94%;
    background: no-repeat center / cover;
    border-radius: 100% !important;
    overflow: hidden;
    right: -38%;
    top: 11%;
    transition: all 0.5s;
    border: 2px solid var(--color2);
    transform: translateX(100vw);
    opacity: 0;
}
.slide.selected  .rowCustom .col1 .lineCircle {
    transform: translateX(0vw);
    opacity: 1;
    transition-delay: 1.5s;
}
.contentSecPods .rowCustom .col1 .lineCircle:before {
    position: relative;
    display: block;
    padding-top: 95%;
    content: '';
}

.SectionProdobjects i.bgpic {
    position: relative;
    width: 100%;
    display: block;
    background: no-repeat left center / cover;
    -webkit-clip-path: url(#sec3Framebg);
    clip-path: url(#sec3Framebg);
    transition: all 0.5s;
    transform: translateY(60px);
    opacity: 0;
}
.slide.section4 .SectionProdobjects i.bgpic {
    -webkit-clip-path: url(#sec4Framebg);
    clip-path: url(#sec4Framebg);
}
.slide.section5 .SectionProdobjects i.bgpic {
    -webkit-clip-path: url(#sec5Framebg);
    clip-path: url(#sec5Framebg);
}
.slide.section6 .SectionProdobjects i.bgpic {
    -webkit-clip-path: url(#sec6Framebg);
    clip-path: url(#sec6Framebg);
}
.slide.section7 .SectionProdobjects i.bgpic {
    -webkit-clip-path: url(#sec7Framebg);
    clip-path: url(#sec7Framebg);
}
.slide.selected .swiper-slide-active .SectionProdobjects i.bgpic {
    transition-delay: 1s;
    transform: translateY(0px);
    opacity: 1;
}

.SectionProdobjects i.bgpic:before {
    position: relative;
    width: 100%;
    padding-top: 72%;
    content: '';
    display: block;
}
.SectionProdobjects svg.lineFrame {
    position: absolute;
    left: -3%;
    top: 1%;
    width: 106%;
    bottom: 0;
    margin: auto;
    stroke-dashoffset: 2490.64697265625px;
    stroke-dasharray: 2490.64697265625px;
    -webkit-transition: stroke-dashoffset 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: all 0.5s;
    transform: translateY(-60px);
    opacity: 0;
}

.slide.selected .swiper-slide-active .SectionProdobjects svg.lineFrame {
    stroke-dashoffset: 0;
    transition-delay: 2s;
    -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
            transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transform: translateY(0px);
    opacity: 1;
}

.SectionProdobjects img.groupProd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12%;
    height: auto;
    width: 90%;
    margin: auto;
    transition: all 0.5s;
    transform: perspective(1000px) rotateX(90deg);
    transform-origin: bottom center;
}
.slide.selected .swiper-slide-active .SectionProdobjects img.groupProd {
    transition-delay: 1s;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: bottom center;
}
span.bgProd {
    position: relative;
    width: 70% !important;
    display: flex;
    margin: 8% 12% 0 0;
}

.slide svg.lineSec {
    position: absolute;
    bottom: -40px;
    width: 117%;
    right: -7%;
    stroke-dashoffset: 2832.79638671875px;
    stroke-dasharray: 2832.79638671875px;
    -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.slide.selected svg.lineSec {
    stroke-dashoffset: 0;
    transition-delay: 2s;
}

.SectionProdobjects i.circlePic1 {
    position: absolute;
    right: -100px;
    bottom: 0;
    top: 10%;
    background: no-repeat center / cover;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: auto;
    transition: all 1s;
    transform: translateY(-10vw);
    opacity: 0;
}
.SectionProdobjects i.circlePic1 i{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0%;
    background: no-repeat center / cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: auto;
}
.SectionProdobjects i.circlePic1 i:before {
    position: absolute;
    left: 2px;
    top: -10px;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    border: 2px solid var(--color2);
    content: '';
}

.SectionProdobjects i.circlePic2 {
    position: absolute;
    left: 2%;
    top: 27%;
    background: no-repeat center / cover;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    transition: all 1s;
    transform: translateY(-10vw);
    opacity: 0;
}
.SectionProdobjects i.circlePic2 i {
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: auto;
    transition: all 1s;
}
.SectionProdobjects i.circlePic2 i:before {
    position: absolute;
    left: -13%;
    top: -13%;
    width: 95%;
    height: 95%;
    border-radius: 100%;
    border: 2px solid var(--color2);
    content: '';
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic1 {
    opacity: 1;
    transform: translateY(0vw);
    transition-delay: 1.5s;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic2 {
    opacity: 1;
    transform: translateY(0vw);
    transition-delay: 1.5s;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic1  i{
    opacity: 1;
    animation: transitionXY1 3s infinite;
}
.slide.selected .swiper-slide-active  .SectionProdobjects i.circlePic2 i{
    transform: translateY(0vw);
    opacity: 1;
    animation: transitionXY2 3s infinite;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic1 i:before  {
    animation: transitionXY2 3s infinite;
}
.slide.selected .swiper-slide-active  .SectionProdobjects i.circlePic2 i:before {
    animation: transitionXY1 3s infinite;
}
.TitleSection {
    position: absolute;
    width: 100%;
    top: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.TitleSection .title {
    position: relative;
    font-size: 28px;
    color: var(--color2);
    font-family: 'IRANSharp';
    padding: 40px 0 0;
    transition: all 0.5s;
    transform: translateY(110px);
    opacity: 0;
    z-index: 2;
}
    .TitleSection .subtitle {
        position: absolute;
        top: -9px;
        font-size: 80px;
        z-index: 0;
        color: #e3e3e3;
        opacity: 50%;
        transition: all 0.5s;
        transform: translateY(-110px);
        opacity: 0;
    }


.slide.selected .TitleSection .title ,
.slide.selected .TitleSection .subtitle {
    transition-delay: 1s;
    transform: translateY(0px);
    opacity: 1;
}
a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.linkMoreSec {
    position: absolute;
    top: 14%;
    left: 9%;
    display: flex;
    align-items: center;
    z-index: 100;
    transition: all .4s cubic-bezier(0.87, 0.85, 0, 1.21);
    transform: scale(0);
    transform-origin: left;
}
.slide.selected .linkMoreSec {
    transition-delay: 1s;
    transform: scale(1);
}
a.moreLinkSec {
    padding: 0 0 0 20px;
    height: 30px;
    display: flex;
    align-items: center;
    z-index: 100;
    color: var(--color2);
}
a.moreLinkSec:hover {
    color: var(--color1);
}
a.moreLinkSec:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--color1);
    font-weight: 600;
    transition: all 0.2s;
}
a.moreLinkSec:hover:before {
    transform: translateX(-5px);
    color: var(--color2);
}

.contentSecPods .rowCustom.fix {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
}

.contentSecPods .rowCustom .col1 .tabsSlider {
    position: absolute;
    width: 92%;
    background: no-repeat center / cover;
    border-radius: 100% !important;
    right: -35.8%;
    top: 13%;
    transition: all 0.5s;
    transform: translateX(0vw);
    opacity: 1;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentSecPods .rowCustom .col1 .tabsSlider:before {
    position: relative;
    display: block;
    padding-top: 95%;
    content: '';
}
.contentSecPods .rowCustom .col1 .tabsSlider .contentTabsSlider {
    position: absolute;
    right: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 0;
}
.tabsSlider .tabSlideitem {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    pointer-events: none;
    cursor: pointer;
    transition: transform 0.5s ,opacity 0.5s;
    transform: translateX(-100px);
    opacity: 0;
    transition-delay: 0s;
}
.contentTabsSlider[data-count="3"] .tabSlideitem[data-slide="1"]  {
    right: -11px;
}
.contentTabsSlider[data-count="3"]  .tabSlideitem[data-slide="2"]  {
    right: -3px;
}
.contentTabsSlider[data-count="3"] .tabSlideitem[data-slide="3"] {
    right: -8px;
}
.contentTabsSlider[data-count="3"]  .tabSlideitem.active[data-slide="3"] {
    right: -2px !important;
}


.contentTabsSlider[data-count="2"] .tabSlideitem[data-slide="1"] {
    right: -6px;
}
.contentTabsSlider[data-count="2"] .tabSlideitem.active[data-slide="1"] {
    right: -4px;
}
.contentTabsSlider[data-count="2"] .tabSlideitem[data-slide="2"] {
    right: -4px;
}
.contentTabsSlider[data-count="2"] .tabSlideitem.active[data-slide="2"] {
    right: 0px;
}

.contentTabsSlider[data-count="1"] .tabSlideitem[data-slide="1"] {
    right: 0;
}

.slide.selected  .tabsSlider .tabSlideitem {
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
    transition-delay: calc(4s * var(--i));
}
.tabsSlider .tabSlideitem:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    content: '';
    background: var(--color2);
    border-radius: 100%;
    margin: auto;
    transition: all 0.2s;
}
.tabsSlider .tabSlideitem.active:before {
    transform: scale(2);
    transition: all 0.2s;
}

.tabsSlider .tabSlideitem .titleItemTab {
    color: var(--color4);
    position: relative;
    padding: 0 30px 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid transparent;
    border-width: 0px 0 0px 7px !important;
    transition: all 0.2s;
}
.tabsSlider .tabSlideitem.active .titleItemTab {
    border: 1px solid var(--color2);
    font-weight: bold;
}
.tabsSlider .tabSlideitem .titleItemTab:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color2);
    height: 1px;
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.2s;
}
.tabsSlider .tabSlideitem.active .titleItemTab:before {
    opacity: 1;
}
.tabsSlider .tabSlideitem .titleItemTab:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    background: var(--color2);
    height: 1px;
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.2s;
}
.tabsSlider .tabSlideitem.active .titleItemTab:after {
    opacity: 1;
}
.tabsSlider .tabSlideitem .moreTabSlideItem {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100px;
    padding: 0 20px 0 10px;
    background: var(--color2);
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    margin-right: -7px;
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
}
.tabsSlider .tabSlideitem.active .moreTabSlideItem {
    opacity: 1;
    pointer-events: auto;
}
.slide.section3 svg.lineSec {
    width: 117%;
    right: -7%;
    height: 100% !important;
}
.slide svg.lineSec {
    width: 114%;
    right: -13%;
    height: 100% !important;
}
.slide.section4 i.circlePic1 {
    right: 100% !important;
    top: 20% !important;
    bottom: auto !important;
}
.slide.section4 i.circlePic2 {
    left: 95% !important;
    top: 35% !important;
}

.slide.section5 .SectionProdobjects i.circlePic2 {
    left: -5%;
    top: 47%;
}


.slide.section6 svg.lineFrame path {
    stroke-dashoffset: 2678.760009765625px;
    stroke-dasharray: 2678.760009765625px;
    -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
            transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  
.slide.section6.selected  svg.lineFrame path {
    stroke-dashoffset: 0;
  }
  
.slide.section4 svg.lineFrame path {
    stroke-dashoffset: 2678.760009765625px;
    stroke-dasharray: 2678.760009765625px;
    -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
            transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.slide.section4.selected  svg.lineFrame path {
    stroke-dashoffset: 0;
  }
  
  
.slide.section6 .SectionProdobjects i.circlePic1 {
    right: 100%;
    bottom: auto;
}
.slide.section6 .SectionProdobjects i.circlePic2 {
    right: 0;
    bottom: auto;
    left: auto;
    top: auto;
    bottom: 20%;
}
.slide.section6 .SectionProdobjects i.circlePic1 i:before ,
.slide.section6 .SectionProdobjects i.circlePic2 i:before {
    display: none;
}
.slide .SectionProdobjects i.circlePic3 ,
.slide .SectionProdobjects i.circlePic4 ,
.slide .SectionProdobjects i.circlePic5 ,
.slide .SectionProdobjects i.circlePic6 {
    position: absolute;
    left: 2%;
    top: 27%;
    background: no-repeat center / cover;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    transition: all 1s;
    transform: translateY(-10vw);
    opacity: 0;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic3 ,
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic4 ,
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic5 ,
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic6 {
    transition-delay: 1s;
    transform: translateY(0vw);
    opacity: 1;
}
.slide .SectionProdobjects i.circlePic3 i ,
.slide .SectionProdobjects i.circlePic4 i ,
.slide .SectionProdobjects i.circlePic5 i ,
.slide .SectionProdobjects i.circlePic6 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    border: 2px solid var(--color2);
    border-radius: 100%;
}
.slide .SectionProdobjects i.circlePic3 {
    left: 137%;
    bottom: -3%;
    top: auto !important;
    width: 30px;
    height: 30px;
}
.slide .SectionProdobjects i.circlePic4 {
    left: 105%;
    bottom: -8%;
    top: auto;
    width: 50px;
    height: 50px;
}
.slide .SectionProdobjects i.circlePic5 {
    top: 0%;
    bottom: auto;
    left: 37%;
}
.slide .SectionProdobjects i.circlePic6 {
    top: 0%;
    bottom: auto;
    left: 37%;
}
.slide.section4 .SectionProdobjects i.circlePic5 {
    top: 0%;
    bottom: auto;
    left: 52%;
    width: 50px;
    height: 50px;
}
.slide.section5 .SectionProdobjects i.circlePic5 {
    top: -5%;
    bottom: auto;
    left: 43%;
    width: 50px;
    height: 50px;
}
.slide.section6 .SectionProdobjects i.circlePic5 {
    top: 30%;
    bottom: auto;
    left: -10%;
    width: 30px;
    height: 30px;
}
.slide.section6 .SectionProdobjects i.circlePic6 {
    top: 56%;
    bottom: auto;
    left: 104%;
    width: 50px;
    height: 50px;
}


.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic3 i {
    animation: transitionXY1 3s infinite;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic4 i {

    animation: transitionXY2 3s infinite;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic5 i {
    animation: transitionXY1 4s infinite;
}
.slide.selected .swiper-slide-active .SectionProdobjects i.circlePic6 i {
    animation: transitionXY1 5s infinite;
}

.contentSecPods .rowCustom .col1 i.circleRight {
    position: absolute;
    right: 50%;
    bottom: 21%;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 100;
    border-radius: 100%;
    transition: all 0.5s;
    transform: translateY(-10vw);
    opacity: 0;
}
.slide.selected .swiper-slide-active  .rowCustom .col1 i.circleRight {
    transition-delay: 1s;
    transform: translateY(0vw);
    opacity: 1;
}
.contentSecPods .rowCustom .col1 i.circleRight:before {
    position: absolute;
    right: 50%;
    bottom: 21%;
    width: 40px;
    height: 40px;
    border: 2px solid var(--color1);
    display: block;
    z-index: 100;
    border-radius: 100%;
    content: '';
}
.slide.selected .contentSecPods .rowCustom .col1 i.circleRight:before {
    animation: transitionXY1 3s infinite;
}
span.tabtitle, span.tablink {
    display: none !important;
}



section.section7 svg.bgLeftLine, section.section7 svg.bgRightLine {
    width: 20%;
    position: absolute;
    left: -6%;
    top: 20%;
    z-index: 10;
    stroke-dashoffset: 1177.5657958984375px;
    stroke-dasharray: 1177.5657958984375px;
    -webkit-transition: stroke-dashoffset 3s linear 0s;
    transition: stroke-dashoffset 3s linear 0s;
}
section.section7 svg.bgRightLine {
    left: auto;
    right: -7% !important;
    z-index: 10;
    transform: rotate(180deg);
    top: auto;
    bottom: 16%;
}
section.section7.selected svg.bgLeftLine ,
section.section7.selected svg.bgRightLine {
    transition-delay: 2s;
    stroke-dashoffset: 0;
}

.sliderContent {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 200px 5% 0;
}
.itemNewProduct {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    transition: all 1s;
    filter: blur(7px);
    opacity: 0.6;
    transform: scale(0.8);
}
.slide.selected .swiper-slide-active .itemNewProduct {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
}
.itemNewProduct img {
    width: 90%;
    height: auto !important;
    margin: 0 auto 40px;
}



.itemNewProduct i.Obj1, .itemNewProduct i.Obj1 i, .itemNewProduct i.Obj2, .itemNewProduct i.Obj2 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    background: no-repeat center / 100%;
}

 .itemNewProduct i.Obj1 {
    transform: scale(0);
    opacity: 0;
}
 .itemNewProduct i.Obj2 {
    transform: scale(2);
    opacity: 0;
}
.slide.selected .swiper-slide-active  .itemNewProduct i.Obj1 {
    transition-delay: 0s;
    transition: all 1s cubic-bezier(1, 1.21, 0, 1.25);
    opacity: 1;
    transform: scale(1);
}
.slide.selected .swiper-slide-active  .itemNewProduct i.Obj2 {
    transition-delay: 2s;
    transition: all 1s cubic-bezier(1, 1.21, 0, 1.25);
    opacity: 1;
    transform: scale(1);
}
.slide.selected .swiper-slide-active .itemNewProduct i.Obj1 i {
    animation: transitionXY1 3s infinite;
}
.slide.selected .swiper-slide-active .itemNewProduct i.Obj2 i {
    animation: transitionXY2 3s infinite;
}
.section8 .container ,
.section10 .container {
    position: relative;
    padding: 80px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section8 .container .slider4 {
    width: 100%;
}
.section8 .container .swiper-wrapper {
    padding: 30px 0;
}
.section10 .container .slider4 {
    width: 100%;
}
.section10 .container .swiper-wrapper {
    padding: 30px 0;
}
.itemblog {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 20px 8px 8px 8px;
    background: transparent;
}
.itemblog .pic i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.itemblog .pic i:before {
    position: absolute;
    right: -25%;
    top: -25%;
    width: 60%;
    padding-top: 60%;
    content: '';
    border-radius: 100%;
    background: var(--color6);
    filter: blur(60px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.itemblog .pic i:after {
    position: absolute;
    left: -25%;
    bottom: -25%;
    width: 60%;
    padding-top: 60%;
    content: '';
    border-radius: 100%;
    background: var(--color2);
    filter: blur(60px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.itemblog:hover .pic i:before {
    opacity: 1;
}
.itemblog:hover .pic i:after {
    opacity: 1;
}

.itemblog .pic {
    position: relative;
    width: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 20px 8px 8px 8px;
    z-index: 10;
    transition: all 0.5s;
    -webkit-clip-path: url(#blogframe0);
    clip-path: url(#blogframe0);
}
.itemblog:hover .pic {
    -webkit-clip-path: url(#blogframe1);
    clip-path: url(#blogframe1);
}

.itemblog .pic.okloadlazy {
    background-size: cover !important;
}
.itemblog .pic:before {
    position: relative;
    width: 100%;
    padding-top: 127%;
    content: '';
    display: block;
}
.itemblog .pic:after {
    position: absolute;
    left: 0;
    top: -15%;
    width: 100%;
    height: 115%;
    background: rgba(0,0,0,0.5);
    content: '';
    transition: all 0.5s;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color6);
    font-size: 26px;
    transform: scaleX(-1);
    opacity: 0;
}
.itemblog:hover .pic:after {
    opacity: 1;
}
.itemblog .contentItemBlog {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 60%;
    overflow: hidden;
    border-radius: 20px 6px 6px 6px;
    z-index: 20;
    padding: 20px;
    box-sizing: border-box;
}
    .itemblog .contentItemBlog:before {
        position: absolute;
        left: 0;
        bottom: -15%;
        content: '';
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-clip-path: url(#blogframe4);
        clip-path: url(#blogframe4);
        background: #eee;
        transition: all 0.2s;
    }

.itemblog:hover .contentItemBlog:before {
    height: 0;
}
.itemblog .contentItemBlog .title {
    position: relative;
    padding: 0 10px;
    line-height: 2;
    color: rgb(49 49 49 / 70%);
    transition: all 0.5s;
    font-weight: 400;
}
.itemblog:hover .contentItemBlog .title {
    color: rgb(255 255 255 / 100%);
}
.itemblog .contentItemBlog .title:before {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    height: 70%;
    background: var(--color2);
    content: '';
    display: block;
    width: 3px;
    border-radius: 15px;
    transition: all 0.2s;
    margin: auto;
}
.itemblog:hover .contentItemBlog .title:before {
    background: var(--color1);
}
.itemblog i.layers {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px 8px 8px 8px;
}
.itemblog i.layers:before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 20px 8px 8px 8px;
    content: '';
    background: var(--color6);
    -webkit-clip-path: url(#blogframe3);
    clip-path: url(#blogframe3);
    transition: all 0.5s;
    transform: translate(30px, 30px);
}
.itemblog i.layers:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius:20px 8px 8px 8px;
    content:'';
    background:#fff;
    -webkit-clip-path: url(#blogframe2);
    clip-path: url(#blogframe2);
    transition: all 0.5s;
    transform: translate(30px, 30px);
}
.itemblog:hover i.layers:before {
    transition-delay: 0.3s;
    transform: translate(0px, 0px);
}
.itemblog:hover i.layers:after {
    transition-delay: 0.6s;
    transform: translate(0px, 0px);
}

.rowCustom {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 10;
}
.rowCustom.between {
    justify-content: space-between;
}
.sliderContext {
    position: relative;
    width: 100%;
}
.section11 .sliderQuickAccess .swiper-wrapper {
    padding: 30px 0;
}
.section11 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    left: auto !important;
    right: 0 !important;
    position: absolute !important;
    transform-origin: right top !important;
}
.sliderContext .swiper-pagination-progressbar {
    top: 0;
}
.swiper-pagination-progressbar {
    background: none !important;
    height: 3px;
    width: 100%;
}
.swiper-pagination-progressbar:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: var(--color1);
    content: '';
    right: 0;
}
.swiper-pagination-progressbar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: var(--color1);
    content: '';
    left: 100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px !important;
    top: -1px !important;
    background: var(--color2) !important;
}

.section8 .rowCustom {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 40px;
}
.rowCustom .col {
    position: relative;
}
.nextBackSlider {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.nextBackSlider .swiper-button-next, .nextBackSlider .swiper-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    border-radius: 8px;
    color: var(--color1) !important;
}
.nextBackSlider .swiper-button-next:after, .nextBackSlider .swiper-button-prev:after {
    font-size: 28px !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons !important;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.itemblog .pic g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center 35% / 60px;
    transition: all 0.5s;
    filter: grayscale(0);
}
.itemblog .pic g.okloadlazy {
    background-size: cover;
}
.itemblog:hover .pic g {
    filter: grayscale(1);
}
.sec9FramePic {
    position: absolute;
    width: 100%;
    height: calc(100% - 80px) !important;
    margin-top: 80px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-100px);
    top: 0;
    left: 0;
}
.slide.selected .sec9FramePic {
    opacity: 1;
    transition-delay: 1s;
    transform: translateX(0px);
}
.sec9FramePic .bgSec9 {
    background: repeat-x left center / 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 63vw;
    height: 38.3vw;
    bottom: 0;
    margin: auto;
}
.sec9FramePic .bgSec9:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/sections/sec9/bgFrame.png) no-repeat right center /  100%;
} 

.sec9FramePic .bgSec9 i {
    position: absolute;
    left: 102%;
    bottom: 11%;
    width: 70px;
    height: 70px;
    content: '';
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(-100px);
}
.slide.selected .sec9FramePic .bgSec9 i {
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateY(0px);
}
.sec9FramePic .bgSec9 i:after {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: #f8ad7b;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
    
}
.slide.selected .sec9FramePic .bgSec9 i:after {
    animation: transitionXY1 3s infinite;
}

.sec9FramePic  i.ic1 {
    position: absolute;
    right: 3%;
    top: 10%;
    width: 70px;
    height: 70px;
    content: '';
    
    transition:all 1.5s;
    opacity: 0;
    transform: translateY(100px);
}
.slide.selected .sec9FramePic  i.ic1 {
    transition-delay: 2s;
    opacity: 1;
    transform: translateY(0px);
}
.sec9FramePic i.ic1:after {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(206deg,#fff, #fae9ce,#fae9ce,#efb48c,#efb48c,#efb48c,#efb48c,#efb48c);
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
    
}
.slide.selected .sec9FramePic i.ic1:after {
    animation: transitionXY2 3s infinite;
}
.sec9FramePic i.ic2 {
    position: absolute;
    right: -1%;
    bottom: 20%;
    width: 70px;
    height: 70px;
    content: '';
    transition:all 0.5s;
    opacity: 0;
    transform: translateY(-100px);
}
.slide.selected .sec9FramePic i.ic2 {
    transition-delay:2s;
    opacity: 1;
    transform: translateY(0px);
}
.sec9FramePic i.ic2:after {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(206deg,#fff,#fff, #fae9ce,#fae9ce,#efb48c,#efb48c,#efb48c,#efb48c);
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
    
}
.slide.selected .sec9FramePic i.ic2:after {
    animation: transitionXY2 3s infinite;
}
.sec9FramePic i.ic3 {
    position: absolute;
    right: 7%;
    bottom: 10%;
    width: 30px;
    height: 30px;
    content: '';
    transition:all 0.5s;
    opacity: 0;
    transform: translateY(-100px);
}
.slide.selected .sec9FramePic i.ic3 {
    transition-delay:all 2.5s;
    opacity: 1;
    transform: translateY(0px);
}
.sec9FramePic i.ic3:after {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(206deg, #fae9ce,#fae9ce,#efb48c,#efb48c);
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
}
.slide.selected .sec9FramePic i.ic3:after {
    animation: transitionXY1 2s infinite;
}

.section9 .rowCustom {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    height: 100%;
}
.section9 .rowCustom .col:nth-child(1) {
    height: 100%;
    position: relative;
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
}
.section9 .rowCustom .col:nth-child(2) {
    height: 100%;
    position: relative;
    display: flex;
    width: 60%;
}
.newsletterForm {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px;
    height: 50px;
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
.slide.selected .newsletterForm {
    transition-delay: 1.6s;
    transform: translateY(0px);
    opacity: 1;
}
.newsletterForm input.inputNewsletter {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    min-width: 100%;
    border-radius: 8px !important;
    border: 1px solid rgb(4 121 64 / 24%);
    box-shadow: none !important;
    direction: ltr;
    font-size: 26px;
    letter-spacing: 7px;
    margin: 0 !important;
    color: var(--color2);
    font-weight: 100;
}
.newsletterForm button.btnYellow {
    position: relative;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    border-radius: 8px;
    background: var(--color1);
    color: #fff;
    font-family: 'IranYekan';
    font-size: 20px;
    border: 1px solid var(--color1);
    cursor: pointer;
}
.newsletterForm button.btnYellow:hover {
    background: var(--color2);
    border: 1px solid var(--color2);
}
.titleSec9 strong {
    font-size: 34px;
    font-family: 'IRANSharp';
    color: var(--color1);
    line-height: 1;
}
.titleSec9 strong span {
    font-size: 90px;
    color: var(--color2);
}
.contentSec9 .description {
    font-size: 16px;
    color: var(--color3);
    transition: all 0.5s;
    transform: translateX(-100px);
    opacity: 0;
}
.slide.selected .contentSec9 .description {
    transition-delay: 1.4s;
    transform: translateX(0px);
    opacity: 1;
}
.contentSec9 {
    position: relative;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.titleSec9 {
    position: relative;
    transition: all 0.5s;
    transform: translateX(100px);
    opacity: 0;
}
.slide.selected .titleSec9 {
    transition-delay: 1.2s;
    transform: translateX(0px);
    opacity: 1;
}
.itemProductSlider {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
    background: var(--colorOne);
    border-radius: 10px;
}
.itemProductSlider:before {
    position: relative;
    width: 100%;
    padding-top: 130%;
    content: '';
    display: block;
}
.itemProductSlider .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: calc(100% - 80px);
    background: radial-gradient(var(--colorTwo) 3%, var(--colorOne) 60%);
}

.itemProductSlider .gradient i {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center / 40px;
    display: block;
}
.itemProductSlider .gradient i.okloadlazy {
    background: no-repeat center / 90%;
}
.itemProductSlider .contentHref .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: calc(100% - 20px);
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(49 49 49 / 70%);
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}
.itemProductSlider .contentHref .title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 60px;
    content: '';
    background-color: var(--color2);
}
.itemProductSlider .contentHref:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 108 56 / 85%);
    transition: all 0.2s;
    border-radius: 10px;
    opacity: 0;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scaleX(-1);
    color: var(--color1);
    font-size: 40px;
}
.itemProductSlider:hover .content:before {
    opacity: 1;
}
.itemProductSlider:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    content: '';
    background: #000;
    transform: scaleY(0.4) scaleX(0) translateY(-120px);
    filter: blur(40px);
    opacity: 0.6;
    z-index: -1;
    transition: all 0.5s;
}
.itemProductSlider:hover:after {
    transform: scaleY(0.4) scaleX(1) translateY(20px);
}

.section8 .TitleSection, .section10 .TitleSection {
    top: 0 !important;
    margin-bottom: 40px !important;
    position: relative;
}

.section11 .TitleSection {
    position: relative;
    top: 0;
    margin-bottom: 40px;
}
.section11 .container {
    position: relative;
    width: 100%;
    padding-top: 100px;
    height: auto !important;
    min-height: 52vh;
}
.section11:before {
    position: absolute;
    top: 60%;
    height: 100%;
    background: #f1f1f1;
    content: '';
    width: 100%;
    z-index: 2;
}
.section11 footer .container {
    min-height: unset;
}

.section11 .sliderQuickAccess {
    width: 100%;
    overflow: hidden;
    padding: 0 50px;
}

.itemQuickAccess {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.itemQuickAccess .icon {
    position: relative;
    width: 120px;
    background: no-repeat center / 100%;
    border-radius: 100%;
    margin: 0 auto 10px;
    border: 1px solid var(--color2);
}
.itemQuickAccess .icon:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 100%;
}
.itemQuickAccess strong.title {
    color: rgb(49 49 49 / 70%);
    font-weight: 500;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--color1);
}

section.section11.slide .content {
    overflow: auto;
}

section.section11.slide .content::-webkit-scrollbar {
    width: 0px;
    max-height: 0px;
}

section.section11.slide .content {
    scrollbar-width: thin;
    scrollbar-color: transparent;
}

section.section11.slide .content::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 3px solid transparent;
}
.contentSecPods .swiper-pagination {
    display: none;
}
.section7 .contentSecPods .swiper-pagination {
    display: block;
}

section.slide .sliderHome .itemSlide1SecHome i.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
section.slide .sliderHome .itemSlide1SecHome i.bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
section.slide .sliderHome .itemSlide1SecHome i.bg.bgDesktop {
    display: block;
}
section.slide .sliderHome .itemSlide1SecHome i.bg.bgMobile {
    display: none;
}
.sliderHome .swiper-pagination {
    position: relative;
    display: flex;
    bottom: 20px;
    padding: 0 150px;
}
.sliderHome .swiper-pagination span.swiper-pagination-bullet {
    position: relative;
    width: 13px !important;
    border-radius: 8px !important;
    height: 6px !important;
    background: var(--color2);
    opacity: 1 !important;
}
.sliderHome .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px !important;
    background: var(--color1);
}

.swiper-button-prev,  .swiper-button-next {
    text-rendering: auto;
}
.section7 .swiper-button-next {
    left: 26%;
}
.section7 .swiper-button-prev {
    right: 26%;
}

.itemProductSlider .gradient i.picfront.okloadlazy, .itemProductSlider .gradient i.picfront {
    opacity: 1;
    transition: all 1s;
}
.itemProductSlider:hover .gradient i.picfront.okloadlazy, .itemProductSlider:hover .gradient i.picfront {
    opacity: 0;
}
.itemProductSlider .gradient i.picback.okloadlazy, .itemProductSlider .gradient i.picback {
    opacity: 0;
    transition: all 1s;
}
.itemProductSlider:hover .gradient i.picback.okloadlazy, .itemProductSlider:hover .gradient i.picback {
    opacity: 1;
}
.itemProductSlider .gradient i img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}
.itemSlide1SecHome .rowCustomSlider1 .col .layers, .itemSlide1SecHome .rowCustomSlider1 .col .layers * {
    pointer-events: none !important;
}
.itembubble .contentItemBubble {
    font-size: 14px;
    padding: 5px;
}

body.stage-2 .alertNav, body.stage-3 .alertNav, body.stage-4 .alertNav, body.stage-5 .alertNav, body.stage-6 .alertNav, body.stage-7 .alertNav, body.stage-8 .alertNav, body.stage-9 .alertNav, body.stage-10 .alertNav, body.stage-11, body.stage-12 .alertNav, body.stage-13 .alertNav {
    max-height: 0 !important;
}

.tabSlideitem .titleItemTab i {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #d5ab3c;
    margin: auto;
    transition: all 0.5s;
}
.tabSlideitem.active .titleItemTab i {
    width: 10px;
}
.itemProductSlider .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04713fbd;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
}
.itemProductSlider:hover .hover {
    opacity: 1;
}
.itemProductSlider .contentHref {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    z-index: 3;
}

.itemNewProduct .nameproduct {
    position: absolute;
    left: 0;
    top: 87%;
    right: 0;
    margin: auto;
    width: 240px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.2s;
    transform-origin: top center;
}

.itemNewProduct:hover .nameproduct {
    transform: translateY(0px) perspective(1000px);
    opacity:1;
}

.itemNewProduct .nameproduct:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    top: -7px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.CircleImageGall i.bgi {
    left: 0px;
    position: absolute;
    top: 0;
    width: 58%;
    height: 100%;
    background: no-repeat left center / cover;
    border-radius: 0 !important;
    border: none !important;
}
.contentTabsSlider[data-count="4"] .tabSlideitem:nth-child(1) {
    right: -15px !important;
}

.contentTabsSlider[data-count="4"] .tabSlideitem:nth-child(2) {
    right: -6px !important;
}

.contentTabsSlider[data-count="4"] .tabSlideitem:nth-child(3) {
    right: -6px !important;
}

.contentTabsSlider[data-count="4"] .tabSlideitem:nth-child(4) {
    right: -17px !important;
}



.contentTabsSlider[data-count="5"] .tabSlideitem:nth-child(1) {
    right: -20px !important;
}

.contentTabsSlider[data-count="5"] .tabSlideitem:nth-child(2) {
    right: -8px !important;
}

.contentTabsSlider[data-count="5"] .tabSlideitem:nth-child(3) {
    right: -6px !important;
}

.contentTabsSlider[data-count="5"] .tabSlideitem:nth-child(4) {
    right: -15px !important;
}

.contentTabsSlider[data-count="5"] .tabSlideitem:nth-child(5) {
    right: -28px !important;
}



.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(1) {
    right: -32px !important;
}

.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(2) {
    right: -12px !important;
}

.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(3) {
    right: -4px !important;
}

.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(4) {
    right: -8px !important;
}

.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(5) {
    right: -21px !important;
}

.contentTabsSlider[data-count="6"] .tabSlideitem:nth-child(6) {
    right: -43px !important;
}



.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(1) {
    right: -50px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(2) {
    right: -22px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(3) {
    right: -7px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(4) {
    right: -6px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(5) {
    right: -14px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(6) {
    right: -32px !important;
}

.contentTabsSlider[data-count="7"] .tabSlideitem:nth-child(7) {
    right: -60px !important;
}
