* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
.clear {
clear: both;
}
.flex {
display: flex;
}
.flex.align-start{
align-items:flex-start;
}
.flex.center{
justify-content:center;
}
.flex.between {
justify-content:space-between;
}
.flex.column{
flex-direction:column;
}
a {
color: unset;
text-decoration: unset;
}
li {
list-style-type: none;
}@media screen and (max-width: 786px) {
.content {
padding: 0 1.2rem;
}
}.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
float: left
}
.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
-o-transition-property: transform, height;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
display: none
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33);
position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s top, .2s -webkit-transform;
transition: .2s top, .2s -webkit-transform;
-o-transition: .2s transform, .2s top;
transition: .2s transform, .2s top;
transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s left, .2s -webkit-transform;
transition: .2s left, .2s -webkit-transform;
-o-transition: .2s transform, .2s left;
transition: .2s transform, .2s left;
transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s right, .2s -webkit-transform;
transition: .2s right, .2s -webkit-transform;
-o-transition: .2s transform, .2s right;
transition: .2s transform, .2s right;
transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, .25);
position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000
}
.swiper-pagination-lock {
display: none
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, .5);
border-radius: 10px;
left: 0;
top: 0
}
.swiper-scrollbar-cursor-drag {
cursor: move
}
.swiper-scrollbar-lock {
display: none
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain
}
.swiper-slide-zoomed {
cursor: move
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube {
overflow: visible
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0
}
.swiper-container-flip {
overflow: visible
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px
}html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title_color:#000;
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.service_banner {
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_0/assets/img/service-banner.svg) center top / 100% no-repeat;
padding: 52.5px 0px 20.5px;
}
body > section {
position: relative;
}
body > section:hover {
}
@media screen and (min-width: 768px) and (max-width: 1400px){
.service_banner {
background-size: cover;
}}
@media screen and (max-width: 768px){
.service_banner {
padding: 66px 0px 3rem;
background-size: cover;
}}
body.single-case .content {
max-width: 1120px;
padding: 20px;
margin: 0px auto;
}
.service_banner div.content {
padding: 0px;
max-width: 1427px;
}
@media screen and (max-width: 768px){
.service_banner div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
.center {
text-align: center;
}
.service_banner .head {
flex: 1 1 0%;
color: rgb(255, 255, 255);
padding: 155.5px 0px 60.8px;
}
@media screen and (max-width: 768px){
.service_banner .head {
padding: 2rem 0px;
}}
.service_banner .head h1 {
font-size: 60px;
line-height: 1.18333;
font-weight: normal;
letter-spacing: -1.5px;
}
.fadeInUp {
animation-name: fadeInUp;
}
@media screen and (max-width: 768px){
.service_banner .head h1 {
font-size: 25px;
line-height: 1.5;
letter-spacing: unset;
}}
@media screen and (max-width: 768px){
.head h1 {
font-size: 25px;
line-height: 1.5;
}}
.service_banner .head strong {
font-size: 24px;
display: inline-flex;
align-items: center;
font-weight: normal;
gap: 20px;
margin-top: 33px;
letter-spacing: 1px;
}
.service_banner .head strong::before {
width: 48px;
height: 1px;
background-color: rgb(255, 255, 255);
display: inline-block;
content: "";
}
@media screen and (max-width: 768px){
.service_banner .head strong {
font-size: 1rem;
line-height: 1.5;
gap: 1rem;
margin-top: 1rem;
}}
@media screen and (max-width: 768px){
.service_banner .head strong::before {
width: 2rem;
}}
.service_banner .img {
width: 100%;
}
.img.img_ct img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: 0.5s;
}
button, input, textarea {
outline: none;
border: none;
font-family: unset;
color: var(--title_color);
}
input[type="submit"], button {
cursor: pointer;
}
.sytech_export_template {
display: none;
}
@media screen and (max-width: 786px){
}
.service_desc {
padding: 20.5px 0px;
}
@media screen and (max-width: 768px){
.service_desc {
padding: 3rem 0px;
}}
.largecontent {
max-width: 100%;
padding: 0px 50px;
}
@media screen and (max-width: 768px){
.largecontent {
padding: 0px 20px !important;
}}
.flex_top {
align-items: flex-start;
}
.flex {
display: flex;
}
@media screen and (max-width: 768px){
.service_desc .desc {
flex-direction: column;
gap: 2rem;
}}
@media screen and (max-width: 768px){
section > .largecontent > .flex {
flex-flow: wrap;
}}
.service_desc .nav {
width: 20.456%;
min-width: 150px;
margin-bottom: -213px;
padding-top: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1600px){
.service_desc .nav {
margin-bottom: 0px;
}}
@media screen and (max-width: 768px){
.service_desc .nav {
min-width: unset;
width: 100%;
margin: 0px;
padding: 0px;
}}
.service_desc .nav .link_list {
transition: 0.3s;
background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px){
.service_desc .nav .link_list {
position: static;
top: 0px;
height: unset;
width: 100%;
padding: 0px;
transform: translate(0px);
box-shadow: unset;
}}
@media screen and (max-width: 768px){
.service_desc .nav .link_list::after {
display: none;
}}
@media screen and (max-width: 768px){
.link_list, .link_list.fixed {
position: fixed;
width: 70%;
height: 100%;
background-color: white;
border-radius: 0px;
left: 0px;
top: 0px;
z-index: 150;
padding: 5rem 1.2rem 5rem 3rem;
transform: translateX(-100%);
}}
@media screen and (max-width: 768px){
.link_list::after {
content: "";
width: 30px;
height: 30px;
position: absolute;
right: 0px;
transition: 0.3s;
top: 50%;
transform: translate(100%, -50%);
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_1/assets/img/icon-circle-arrow.svg) center center no-repeat;
border-radius: 50%;
}}
.service_desc .nav strong {
font-size: 18px;
font-weight: 500;
color: rgb(5, 36, 74);
display: block;
margin-bottom: 22px;
}
@media screen and (max-width: 768px){
.service_desc .nav strong {
font-size: 18px;
margin-bottom: 10px;
}}
ul {
list-style: none;
}
@media screen and (max-width: 768px){
.service_desc .nav ul {
width: calc(100% + 40px);
margin: 0px -20px;
padding: 0px 20px;
display: flex;
overflow-x: auto;
white-space: nowrap;
gap: 1.2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}}
.service_desc .nav ul li {
position: relative;
}
.service_desc .nav ul li::before {
content: "";
width: 8px;
height: 11px;
display: inline-block;
position: absolute;
right: calc(100% + 11px);
top: 50%;
transform: translateY(-50%);
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_1/assets/img/icon-sanjiao.svg) center center / contain no-repeat;
opacity: 0;
transition: 0.3s;
}
.service_desc .nav ul li.active::before {
opacity: 1;
}
@media screen and (max-width: 768px){
.service_desc .nav ul li::before {
display: none;
}}
a {
color: inherit;
text-decoration: none;
font-size: 1rem;
}
a {
color: inherit;
text-decoration: none;
font-size: inherit;
}
.service_desc .nav ul li a {
font-size: 14px;
color: rgb(66, 66, 66);
}
.service_desc .nav ul li.active a {
color: rgb(16, 116, 238);
}
@media screen and (max-width: 768px){
.service_desc .nav ul li a {
display: block;
padding: 12px 0px;
border-bottom: 2px solid transparent;
}}
@media screen and (max-width: 768px){
.service_desc .nav ul li.active a {
border-bottom-color: rgb(16, 116, 238);
}}
.service_desc .nav ul li + li {
margin-top: 9px;
}
@media screen and (max-width: 768px){
.service_desc .nav ul li + li {
margin-top: 0px;
}}
.service_desc p {
font-size: 18px;
line-height: 36px;
color: rgba(0, 0, 0, 0.85);
max-width: 1077px;
width: 59.1758%;
}
@media screen and (max-width: 768px){
.service_desc p {
font-size: 0.9rem;
line-height: 1.5;
max-width: unset;
width: 100%;
}}
.service_desc .link_list.fixed {
position: fixed;
top: 2rem;
left: 0;
padding: 30px 50px;
z-index: 999;
background-color: #fff;
border-radius: 8px;
}
@media screen and (max-width: 786px){
.link_list.fixed {
padding: 1.2rem;
max-width: 100%;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.link_list,
.link_list.fixed {
position: fixed;
width: 70%;
height: 100%;
background-color: white;
border-radius: 0;
left: 0;
top: 0;
z-index: 150;
padding: 5rem 1.2rem 5rem 3rem;
transform: translateX(-100%);
}
.case_desc .left strong,
.link_list.fixed strong {
display: none;
}
.link_list.fixed {
padding: 1.2rem;
max-width: 100%;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
}
.service_advantage {
padding: 84.5px 0px 46.5px;
}
@media screen and (max-width: 768px){
.service_advantage {
padding: 3rem 0px;
}}
@media screen and (max-width: 768px){
.service_advantage div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
.head.top strong {
font-size: 24px;
display: inline-block;
line-height: normal;
background-image: linear-gradient(to right, rgb(147, 103, 255), rgb(84, 150, 255) 56.1453%, rgb(37, 184, 255));
background-clip: text;
color: transparent;
font-family: Allura, cursive;
margin-bottom: 1px;
font-weight: 500;
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
.head.top h2 {
display: flex;
align-items: center;
gap: 9px;
font-size: 32px;
line-height: normal;
position: relative;
margin-left: -25px;
font-weight: 500;
}
.head.top h2::before {
width: 16px;
height: 16px;
background-color: rgb(44, 97, 243);
content: "";
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
.service_advantage .list {
margin-top: 35px;
}
@media screen and (max-width: 768px){
.service_advantage .list {
margin-top: 2rem;
}}
.service_advantage .list li {
font-size: 24px;
line-height: 34px;
color: rgb(11, 4, 41);
position: relative;
border-radius: 8px;
background-color: rgb(239, 245, 251);
font-weight: 500;
padding: 22px 69px 24px;
margin-bottom: 10px;
}
.service_advantage .list li::before {
width: 30px;
height: 30px;
position: absolute;
left: 26px;
top: 26px;
content: "";
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_2/assets/img/gou-circle.svg) center center / contain no-repeat;
border-radius: 50%;
}
@media screen and (max-width: 768px){
.service_advantage .list li {
font-size: 1rem;
line-height: 1.5;
padding: 14px 2.2rem;padding-left:3.2rem;
}}
@media screen and (max-width: 768px){
.service_advantage .list li::before {
width: 16px;
height: 16px;
top: 1.2rem;
left: 10px;
}}
.service_advantage .list li:last-child {
margin-bottom: 0px;
}
@media screen and (max-width: 786px){
}
.service_details {
padding: 46.5px 0px 47px;
}
@media screen and (max-width: 768px){
.service_details {
padding: 3rem 0px;
}}
@media screen and (max-width: 768px){
.service_details div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
.service_details p {
font-size: 18px;
line-height: 2;
color: rgba(22, 22, 22, 0.85);
margin-top: 43px;
}
@media screen and (max-width: 768px){
.service_details p {
font-size: 0.9rem;
line-height: 1.5;
margin-top: 10px;
}}
.service_details .main {
margin-top: 21px;
}
@media screen and (max-width: 768px){
.service_details .main {
margin-top: 2rem;
}}
.service_details table {
width: 100%;
border-collapse: collapse;
border-radius: 6px;
background-color: rgb(239, 245, 251);
overflow: hidden;
}
.service_details table thead tr {
background-image: linear-gradient(to right, rgb(17, 59, 162), rgb(11, 158, 223));
}
.service_details table th {
color: rgb(255, 255, 255);
font-size: 20px;
font-weight: 500;
text-align: left;
padding: 21px 31px 24px;
}
.service_details table td:first-child, .service_details table th:first-child {
width: 31.2%;
}
@media screen and (max-width: 768px){
.service_details table th {
font-size: 16px;
padding: 14px 16px;
}}
.service_details table td {
font-size: 18px;
color: rgb(22, 22, 22);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 24px 30px 27px;
}
@media screen and (max-width: 768px){
.service_details table td {
font-size: 14px;
padding: 12px 16px;
}}
.service_details table tbody tr:last-child td {
border-bottom: none;
}
@media screen and (max-width: 786px){
}
.service_price {
padding: 47px 0px 140px;
}
@media screen and (max-width: 768px){
.service_price {
padding: 3rem 0px 4rem;
}}
@media screen and (max-width: 768px){
.service_price div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
.service_price .box {
border-radius: 6px;
background-color: rgb(239, 245, 251);
margin-top: 54px;
display: flex;
flex-wrap: wrap;
gap: 2rem 6.8%;
padding: 65px 3.7% 70px;
}
@media screen and (max-width: 768px){
.service_price .box {
display: block;
padding: 2rem 20px;
margin-top: 2rem;
}}
.service_price .box h3 {
font-size: 24px;
font-weight: 500;
color: rgb(11, 4, 41);
}
@media screen and (max-width: 768px){
.service_price .box h3 {
font-size: 18px;
}}
.service_price .box .price {
font-size: 34px;
color: rgb(21, 90, 235);
font-weight: 600;
margin-top: 24px;
}
@media screen and (max-width: 768px){
.service_price .box .price {
font-size: 20px;
margin-top: 10px;
}}
.service_price .box ul {
flex: 1 0 240px;
padding-top: 1px;
}
@media screen and (max-width: 768px){
.service_price .box ul {
padding: 0px;
margin-top: 1rem;
}}
.service_price .box ul li {
font-size: 18px;
position: relative;
padding-left: 17px;
color: rgb(22, 22, 22);
margin-bottom: 12px;
}
.service_price .box ul li::before {
content: "・";
position: absolute;
left: 0px;
top: 0px;
}
@media screen and (max-width: 768px){
.service_price .box ul li {
font-size: 0.9rem;
padding-left: 1.2rem;
margin-bottom: 10px;
}}
.service_price .box ul li:last-child {
margin-bottom: 0px;
}
i {
font-style: normal;
}
.service_price .box i {
align-self: center;
flex-shrink: 0;
width: 64px;
height: 64px;
display: block;
content: "";
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_4/assets/img/icon-date.svg) center center / contain no-repeat;
}
@media screen and (max-width: 768px){
.service_price .box i {
width: 3rem;
height: 3rem;
margin-top: 1rem;
}}
@media screen and (max-width: 786px){
} 
:root {
--w:;
--color:;
--title_color:#000;
}
.service_process {
background-color: rgb(239, 245, 251);
padding: 89px 0px 47.5px;
}
@media screen and (max-width: 768px){
.service_process {
padding: 4rem 0px 3rem;
}}
@media screen and (max-width: 768px){
.service_process div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
.swiper_box {
position: relative;
}
.service_process .main {
background-color: rgb(255, 255, 255);
border-radius: 18px;
padding: 41px 2.87037% 61px;
margin-top: 11px;
}
@media screen and (max-width: 768px){
.service_process .main {
margin-top: 2rem;
padding: 1rem 20px 2rem;
border-radius: 12px;
}}
.service_process .service_process_title_swiper {
overflow: hidden;
--w: 33px;
clip-path: polygon(calc(100% - var(--w)) 0, 100% 50%, calc(100% - var(--w)) 100%, 0 100%, var(--w) 50%, 0 0);
}
@media screen and (max-width: 768px){
.service_process .service_process_title_swiper {
--w: 20px;
}}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform, -webkit-transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
transform: translate3d(0px, 0px, 0px);
}
li.swiper-slide {
height: auto;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform, -webkit-transform;
}
.service_process .service_process_title_swiper .title {
font-size: 18px;
color: rgb(255, 255, 255);
font-weight: 500;
background-color: var(--color);
clip-path: polygon(calc(100% - var(--w)) 0, 100% 50%, calc(100% - var(--w)) 100%, 0 100%, var(--w) 50%, 0 0);
text-align: center;
padding: 18px 40px 16px;
}
@media screen and (max-width: 768px){
.service_process .service_process_title_swiper .title {
font-size: 16px;
padding: 10px 20px;
}}
.service_process .service_process_intro_swiper {
overflow: hidden;
margin-top: 15px;
}
@media screen and (max-width: 768px){
.service_process .service_process_intro_swiper {
margin-top: 1rem;
}}
.service_process .service_process_intro_swiper .swiper-slide {
display: flex;
flex-direction: column;
}
.service_process .service_process_intro_swiper .date {
font-size: 18px;
color: rgb(255, 255, 255);
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 100px;
background-color: var(--color);
min-width: 62.5%;
padding: 4px 20px;
margin: 0px auto;
transform: translateY(50%);
gap: 5px;
}
.service_process .service_process_intro_swiper .date::before {
width: 18px;
height: 18px;
flex-shrink: 0;
display: inline-block;
content: "";
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_5/assets/img/icon-time.svg) center center / contain no-repeat;
}
@media screen and (max-width: 768px){
.service_process .service_process_intro_swiper .date {
font-size: 16px;
}}
@media screen and (max-width: 768px){
.service_process .service_process_intro_swiper .date::before {
width: 14px;
height: 14px;
}}
.service_process .service_process_intro_swiper .desc {
flex: 1 1 0%;
font-size: 18px;
line-height: 36px;
color: rgba(0, 0, 0, 0.85);
border-radius: 10px;
border: 2px solid var(--color);
padding: 36px 9.5% 59px;
}
@media screen and (max-width: 768px){
.service_process .service_process_intro_swiper .desc {
font-size: 0.9rem;
line-height: 1.5;
padding: 3rem 20px 2rem;
}}
.service_process .service_process_intro_swiper .desc ul > li::before {
content: "• ";
}
.swiper_btns {
gap: 42px;
display: flex;
}
.swiper_btns.middle {
width: 98%;
max-width: 1312px;
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
pointer-events: none;
transform: translate(-50%, -50%);
justify-content: space-between;
}
.service_process .swiper_btns {
top: 50.5%;
}
@media screen and (max-width: 768px){
.swiper_btns {
gap: 1rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns {
max-width: 100%;
}}
.swiper_btns div {
width: 55px;
height: 55px;
cursor: pointer;
transition: 0.3s;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(22, 22, 22);
background-color: transparent;
}
.swiper_btns div::after {
content: "";
display: block;
width: 14px;
height: 14px;
transition: 0.3s;
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_5/assets/img/arrow.svg) center center / contain no-repeat;
}
.swiper_btns div:hover {
border-color: rgb(44, 97, 243);
background-color: rgb(44, 97, 243);
}
.swiper_btns div:hover::after {
filter: contrast(0) brightness(2);
}
.swiper_btns.middle div {
pointer-events: all;
}
@media screen and (max-width: 768px){
.swiper_btns div {
width: 40px;
height: 40px;
}}
@media screen and (max-width: 768px){
.swiper_btns div::after {
width: 14px;
height: 14px;
}}
.swiper_btns .btn_next::after {
transform: rotate(180deg);
}
.service_process .service_process_nav_swiper {
margin-top: 1px;
overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px){
.service_process .service_process_nav_swiper {
margin-top: 40px;
}}
@media screen and (max-width: 768px){
.service_process .service_process_nav_swiper {
margin-top: 2rem;
}}
.service_process .service_process_nav_swiper .swiper-slide {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
font-size: 14px;
color: rgb(148, 173, 197);
transition: 0.3s;
text-align: center;
gap: 6px;
z-index: 2;
}
.service_process .service_process_nav_swiper .swiper-slide::after {
width: calc(100% + 30px);
border-top: 2px dashed rgb(148, 173, 197);
content: "";
position: absolute;
left: 50%;
top: 8px;
z-index: -1;
}
.service_process .service_process_nav_swiper i {
width: 16px;
height: 16px;
display: block;
content: "";
border-radius: 50%;
background-color: rgb(148, 173, 197);
transition: 0.3s;
}
.service_process .service_process_nav_swiper .swiper-slide.active {
color: rgb(22, 22, 22);
}
.service_process .service_process_nav_swiper .swiper-slide.active i {
background-color: rgb(44, 97, 243);
}
.service_process .service_process_nav_swiper .swiper-slide:last-child::after {
display: none;
}
@media screen and (max-width: 786px){
}
.service_advantages {
background-color: rgb(239, 245, 251);
overflow: hidden;
padding: 47.5px 0px 140px;
}
@media screen and (max-width: 768px){
.service_advantages {
padding: 3rem 0px 4rem;
}}
@media screen and (max-width: 768px){
.service_advantages div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
.flex_bottom {
align-items: flex-end;
}
.gap {
gap: 1.25rem;
}
.wrap {
flex-wrap: wrap;
}
.between {
justify-content: space-between;
}
@media screen and (max-width: 768px){
section > .content > .flex {
flex-flow: wrap;
}}
.service_advantages .head {
padding-bottom: 12px;
}
@media screen and (max-width: 768px){
.service_advantages .head {
padding: 0px;
}}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
@media screen and (max-width: 768px){
.swiper_btns {
gap: 1rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns {
max-width: 100%;
}}
.swiper_btns div::after {
content: "";
display: block;
width: 14px;
height: 14px;
transition: 0.3s;
background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/arrow.svg) center center / contain no-repeat;
}
.swiper_btns .swiper-button-disabled {
pointer-events: none;
background-color: transparent;
border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
filter: none;
}
@media screen and (max-width: 768px){
.swiper_btns div {
width: 40px;
height: 40px;
}}
@media screen and (max-width: 768px){
.swiper_btns div::after {
width: 14px;
height: 14px;
}}
.service_advantages .service_advantages_swiper {
margin-top: 60px;
}
@media screen and (max-width: 768px){
.service_advantages .service_advantages_swiper {
margin-top: 2rem;
}}
.service_advantages .service_advantages_swiper .swiper-slide {
background-color: rgb(255, 255, 255);
display: flex;
flex-direction: column;
text-align: center;
border-radius: 8px;
box-shadow: rgba(199, 210, 218, 0.45) 0px 10px 10px;
padding: 25px 2% 32px;
}
@media screen and (max-width: 768px){
.service_advantages .service_advantages_swiper .swiper-slide {
padding: 1.2rem 20px;
}}
.service_advantages .service_advantages_swiper .num {
display: flex;
justify-content: space-between;
align-items: flex-start;
font-size: 18px;
color: rgba(5, 36, 74, 0.31);
font-weight: 600;
}
.service_advantages .service_advantages_swiper .num::before {
width: 9px;
height: 9px;
display: inline-block;
content: "";
border-radius: 50%;
background-color: rgb(44, 97, 243);
margin-top: 6px;
}
@media screen and (max-width: 768px){
.service_advantages .service_advantages_swiper .num {
font-size: 1rem;
}}
.service_advantages .service_advantages_swiper .icon {
width: 169px;
margin: 17px auto 0px;
}
@media screen and (max-width: 768px){
.service_advantages .service_advantages_swiper .icon {
width: 120px;
margin-top: 1rem;
}}
.service_advantages .service_advantages_swiper .icon .img {
width: 100%;
padding-bottom: 100%;
position: relative;
}
.service_advantages .service_advantages_swiper .icon .img::before {
width: 96.45%;
padding-bottom: 96.45%;
border-radius: 50%;
background-color: rgb(212, 220, 246);
opacity: 0.54;
position: absolute;
left: 50%;
top: 50%;
content: "";
transform: translate(-50%, -50%);
}
.service_advantages .service_advantages_swiper .swiper-slide:hover img {
transform: scale(1.1);
}
.service_advantages .service_advantages_swiper .icon .img img {
position: absolute;
left: 0px;
top: 0px;
}
.service_advantages .service_advantages_swiper .title {
font-size: 22px;
line-height: 34px;
color: rgb(11, 4, 41);
margin-top: 28px;
padding: 0px 3%;
}
@media screen and (max-width: 768px){
.service_advantages .service_advantages_swiper .title {
font-size: 18px;
line-height: 1.5;
margin-top: 1rem;
padding: 0px;
}}
@media screen and (max-width: 786px){
}
.service_faq {
padding: 115px 0px 140px;
}
@media screen and (max-width: 768px){
.service_faq {
padding: 4rem 0px;
}}
@media screen and (max-width: 768px){
.service_faq div.content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1440px){
body.single-case .content {
padding: 0px 1.2rem;
}}
@media screen and (min-width: 768px) and (max-width: 1220px){
body.single-case .content {
max-width: 1000px;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
body.single-case .content {
max-width: 768px;
}}
@media screen and (max-width: 768px){
.content {
padding: 0px 1.2rem;
}}
@media screen and (max-width: 768px){
.head.top strong {
font-size: 14px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: unset;
}}
@media screen and (min-width: 768px) and (max-width: 1024px){
.head.top h2 {
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2 {
font-size: 22px;
line-height: 1.5;
max-width: unset;
letter-spacing: unset;
gap: 5px;
margin-left: 0px;
}}
@media screen and (max-width: 768px){
.head.top h2::before {
width: 12px;
height: 12px;
}}
@media screen and (max-width: 768px){
.head h2 {
font-size: 22px;
line-height: 1.5;
}}
.service_faq .faqs {
margin-top: 54px;
}
@media screen and (max-width: 768px){
.service_faq .faqs {
margin-top: 2rem;
}}
.service_faq .faq_item {
border-radius: 8px;
border: 1px solid rgb(229, 229, 229);
margin-bottom: 14px;
}
@media screen and (max-width: 768px){
.service_faq .faq_item {
margin-bottom: 1rem;
}}
.service_faq .faq_item .question {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
font-size: 22px;
color: rgb(11, 4, 41);
gap: 2rem;
padding: 22px 2.4% 25px 3.2%;
cursor: pointer;
}
@media screen and (max-width: 768px){
.service_faq .faq_item .question {
font-size: 18px;
padding: 12px 20px;
}}
.service_faq .faq_item .question span {
color: rgb(44, 97, 243);
font-weight: 700;
}
.service_faq .faq_item.active .question i::after {
transform: rotate(45deg);
opacity: 0;
}
.service_faq .faq_item .question i {
width: 15px;
height: 15px;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
}
.service_faq .faq_item .question i::before, .service_faq .faq_item .question i::after {
width: 100%;
height: 2px;
background-color: rgb(23, 23, 23);
position: absolute;
content: "";
}
.service_faq .faq_item .question i::after {
width: 2px;
height: 100%;
transition: 0.4s, opacity 0.3s;
}
@media screen and (max-width: 768px){
.service_faq .faq_item .question i {
width: 12px;
height: 12px;
}}
.service_faq .faq_item:first-child .answer {
display: block;
}
.service_faq .faq_item .answer {
display: none;
font-size: 18px;
line-height: 36px;
color: rgb(0, 0, 0);
padding: 0px 2.4% 0px 3.2%;
}
@media screen and (max-width: 768px){
.service_faq .faq_item .answer {
padding: 0px 20px;
font-size: 0.9rem;
line-height: 1.5;
}}
.service_faq .faq_item .answer p {
border-top: 1px solid rgb(229, 229, 229);
padding: 16px 0px 35px;
}
@media screen and (max-width: 768px){
.service_faq .faq_item .answer p {
padding: 1rem 0px 1.2rem;
}}
.service_faq .faq_item .answer span {
color: rgb(44, 97, 243);
font-weight: 600;
}
.service_faq .faq_item:last-child {
margin-bottom: 0px;
}
@media screen and (max-width: 786px){
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.uagb-forms__outer-wrap .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-input::placeholder,.uagb-forms__outer-wrap .uagb-forms-input-label,.uagb-forms__outer-wrap .uagb-forms-main-submit-button,.uagb-forms__outer-wrap .uagb-forms-success-message,.uagb-forms__outer-wrap .uagb-forms-failed-message{-webkit-transition-property:color, background-color, border-color;-moz-transition-property:color, background-color, border-color;-o-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color;-webkit-transition-duration:0.15s;-moz-transition-duration:0.15s;-o-transition-duration:0.15s;transition-duration:0.15s}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]{min-height:0 !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input::-webkit-input-placeholder,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]::-webkit-input-placeholder{overflow:unset}.uagb-forms__outer-wrap .uagb-forms-main-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.uagb-forms__outer-wrap .uagb-forms-main-form textarea,.uagb-forms__outer-wrap .uagb-forms-main-form select{width:100%;box-sizing:border-box}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-checkbox-wrap .uagb-form-checkbox-option input.uagb-inner-input-view{width:33%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-form-phone-country{width:25%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-forms-phone-input{width:75% !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%;justify-content:space-between}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:25%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .required::after{color:#f00;content:" *"}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data{display:none}.uagb-forms__outer-wrap .uagb-forms-submit-message-hide{display:none}.uagb-forms__outer-wrap .uagb-forms-success-message{padding:20px 20px}.uagb-forms__outer-wrap .uagb-forms-failed-message{padding:20px 20px}.uagb-forms__outer-wrap span.components-spinner{float:none}.uagb-forms__outer-wrap .uagb-forms-input.uagb-form-phone-country{background-color:#fff}.uagb-forms__outer-wrap .uag-col-2-wrap{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-3-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-4-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uagb-switch{position:relative;display:inline-block;width:50px;height:25px}.uagb-forms__outer-wrap .uagb-switch input{width:0;height:0;opacity:0}.uagb-forms__outer-wrap .uagb-slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;cursor:pointer;transition:0.4s;-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch .uagb-slider::before{position:absolute;width:20px;height:20px;background-color:#000;transition:0.4s;content:"";-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider::before{background-color:#fff}.uagb-forms__outer-wrap .uagb-slider.round::before{border-radius:50% !important}.uagb-forms-select-box,.uagb-form-phone-country,.uagb-forms-phone-wrap .uagb-forms-phone-input{height:auto;-webkit-appearance:none;appearance:none}.uagb-forms-radio-wrap input[type="radio"]:checked+label::before{line-height:1.2;content:" "}.uagb-forms-radio-wrap input[type="radio"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:""}.uagb-forms-radio-wrap input[type="radio"].round+label::before{border-radius:100% !important}select::after,select::before{padding:10px}.uagb-forms-radio-wrap input[type="radio"],.uagb-forms-checkbox-wrap input[type="checkbox"],.uagb-forms-accept-wrap input[type="checkbox"]{opacity:0}.uagb-forms-checkbox-wrap input[type="checkbox"]:checked+label::before,.uagb-forms-accept-wrap input[type="checkbox"]:checked+label::before{line-height:1.2;content:"\2714"}.uagb-forms-checkbox-wrap input[type="checkbox"]+label::before,.uagb-forms-accept-wrap input[type="checkbox"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:" "}@media only screen and (max-width: 767px){.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:25%}}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-20 .uagb-forms-main-form{column-gap:20px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-15 .uagb-forms-main-form{column-gap:15px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-10 .uagb-forms-main-form{column-gap:10px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-5 .uagb-forms-main-form{column-gap:5px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-flex-start .uagb-forms-main-form{align-items:flex-start}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-center .uagb-forms-main-form{align-items:center}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form{display:flex;flex-wrap:wrap;margin:0 -5px;position:relative;text-align:left}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-80{width:80%}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-80{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-100{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-unset{width:auto}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-100 .uagb-forms-main-submit-button-wrap{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-unset .uagb-forms-main-submit-button-wrap{width:auto}}@media (max-width: 767px){.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-80{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-100{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-unset{width:auto}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-100 .uagb-forms-main-submit-button-wrap{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-unset .uagb-forms-main-submit-button-wrap{width:auto}}
.uagb-block-d276cdda.uagb-forms__outer-wrap{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-d276cdda .uagb-forms-main-form textarea{text-align: left;}.uagb-block-d276cdda .uagb-forms-input{text-align: left;}.uagb-block-d276cdda .uagb-forms-input-label{display: none;text-align: left;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-field-set{margin-bottom: 20px;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;margin-bottom: 10px;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input:focus{outline:  none !important;background-color: #fafafa !important;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input:focus::placeholder{color: #797979 !important;}.uagb-block-d276cdda .uagb-forms-field-set:hover .uagb-forms-input{background-color: #fafafa;}.uagb-block-d276cdda .uagb-forms-field-set:hover .uagb-forms-input::placeholder{color: #797979;}.uagb-block-d276cdda .uagb-slider.round{border-radius: 20px !important;}.uagb-block-d276cdda .uagb-form-phone-country{background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9JzE4cHgnIGhlaWdodD0nMThweCcgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMzk2LjYgMTYwIDE5LjQgMjAuN0wyNTYgMzUyIDk2IDE4MC43bDE5LjMtMjAuN0wyNTYgMzEwLjV6IiBmaWxsPSIjMWQyMzI3IiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=) no-repeat;-moz-appearance: none !important;-webkit-appearance:  none !important;background-position:  top 50% right 12px;appearance: none !important;color: #797979;}.uagb-block-d276cdda .uagb-forms-field-set:hover .uagb-form-phone-country{color: #797979;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-main-submit-button-wrap{text-align: left;}.uagb-block-d276cdda .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-d276cdda .uagb-forms-radio-wrap input[type=radio] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-d276cdda .uagb-slider{background-color: #ffffff;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider:before{height: 20px;width: 20px;top: 3px;bottom: 3px;left: 3px;background-color: #1e1e1e;border-radius: 3px 3px 3px 3px;}.uagb-block-d276cdda .uagb-switch input:checked + .uagb-slider{background-color: #017cba;}.uagb-block-d276cdda .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);background-color: #ffffff;}.uagb-block-d276cdda .uagb-switch input:focus + .uagb-slider{box-shadow: 0 0 1px#017cba;}.uagb-block-d276cdda .uagb-forms-accept-wrap input[type=checkbox] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input{background-color: #fafafa;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #dddddd;border-style: solid;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input.uagb-form-phone-country{padding-top: 11px;padding-bottom: 11px;padding-left: 12px;padding-right: 12px;}.uagb-block-d276cdda .uagb-forms-input::placeholder{color: #797979;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-input{font-weight: 400;font-size: 18px;line-height: 1em;padding-top: 12px;padding-bottom: 12px;padding-left: 12px;padding-right: 12px;}.uagb-block-d276cdda .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{color: #ffffff;background-color: #017cba;font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-radio-wrap input[type=radio]:checked + label:before{background-color: #ffffff;box-shadow: inset 0 0 0 4px #017cba;font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{color: #ffffff;background-color: #017cba;font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-input::placeholder{font-weight: 400;font-size: 18px;line-height: 1em;}@media only screen and (max-width: 976px) {.uagb-block-d276cdda.uagb-forms__outer-wrap{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;}.uagb-block-d276cdda .uagb-slider.round{border-radius: 20px !important;}.uagb-block-d276cdda .uagb-form-phone-country{background-position: top 50% right 12px;padding-right: 30px;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input{border-style: solid;border-color: #dddddd;}.uagb-block-d276cdda .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);}.uagb-block-d276cdda .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-radio-wrap input[type=radio]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider:before{height: calc(20px + 0px);width: calc(20px + 0px);top: 3px;bottom: 3px;left: 3px;border-radius: 3px 3px 3px 3px;}}@media only screen and (max-width: 767px) {.uagb-block-d276cdda.uagb-forms__outer-wrap{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;}.uagb-block-d276cdda .uagb-slider.round{border-radius: 20px !important;}.uagb-block-d276cdda .uagb-form-phone-country{background-position: top 50% right 6px;padding-right: 30px;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-main-submit-button-wrap{display: grid;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-d276cdda .uagb-forms-main-form .uagb-forms-input{border-style: solid;border-color: #dddddd;}.uagb-block-d276cdda .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);}.uagb-block-d276cdda .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-radio-wrap input[type=radio]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-d276cdda .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-d276cdda .uagb-forms-main-form .uagb-slider:before{height: calc(20px + 0px);width: calc(20px + 0px);top: 3px;bottom: 3px;left: 3px;border-radius: 3px 3px 3px 3px;}}