:root{
  --swiper-theme-color: #000000;
   --heading-font-family: Dosis, sans-serif; 
    --heading-font-weight: 700;
    --color-primary: rgb(166,206,57);
    --color-secondary: #1a4142;
    --max-width: 1024px;
}
body[data-aos-easing="igx-animation"] [data-aos], [data-aos][data-aos][data-aos-easing="igx-animation"]{
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.t4-sideshow {
  margin-top: -80px !important;

}
@media(max-width:768px){
    .t4-sideshow{
    margin-top: -60px !important;
}
}
.swiper-slide {
  /* display: block; */
  background-size: cover;
}
.swiper-content  {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  /* padding-top: 90px; */
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 60px;
}
.image-box{
  height: 30vh;
}
.image-box img{
}
@media(min-width:767px){

  .swiper-content  {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.swiper-content .content {
  width: 50%;
  float: right;
  text-align: left;
  color: var(--color-secondary);
}
  .image-box{
    height: unset;
    order: 2;
    /* background: #d4d2d7; */
}
  .image-box img{
    max-width: 600px;
}
}
.swiper-content h1{
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  text-wrap: balance;
  font-family: var(--body-font-family);
}
.swiper-content .introtext{
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

div#nosotros {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t4-nosotros {
  background: #e5fffe;
}

.swiper-button-next, .swiper-button-prev {
  bottom: 20%;
  top: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.pretitle {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #11a8ba;
  margin-bottom: 1rem;
}

.text-title {
  display: block;
  /* font-size: 1.5rem; */
  padding-bottom: 0.5rem;
}

#nosotros .lead em {
  font-style: initial;
 
  color: #11a8ba;
}



.t4-nosotros {
  background-image: url(../../../../images/us-bg.jpg);
  background-position: top center;
  text-align: center;
}

.nosotros .module-inner {
  padding: 100px 0;
}

a.btn.btn-primary.btn-lg {
  background: #00aaad;
}

.t4-tratamientos {
  background: #defdff;
}

.not-at-top .t4-header {
  background: #fff;
}

input::placeholder, textarea::placeholder {
  color: black !important;
  opacity: 1;
  font-weight: 700;
}
.navbar-brand.logo-control img.logo-img {
  transition: all 0.3s ease-in;
}
.not-at-top .navbar-brand.logo-control img.logo-img {
  display: none;
  max-height: 70px;
  margin: 5px 0;
}

.g-invisible-recaptcha {
  display: none;
}

div#swipper-112 {
    background: url(../../../../images/slide-bg.png);
    overflow: hidden;
    background-size: cover;
    /* background-color: #4ec3c7; */
    /* background: linear-gradient(210deg, #c0e5e7, #c9e9ea, #d2ecee, #dbf0f1, #e4f4f5, #edf8f8, #f6fbfc, #ffffff); */
}
@media(orientation:portrait){
    div#swipper-112 {
    background: url(../../../../images/slide-bg-mv.png);
    overflow-x: hidden;
    background-size: cover;
    /* background-color: #4ec3c7; */
    /* background: linear-gradient(210deg, #c0e5e7, #c9e9ea, #d2ecee, #dbf0f1, #e4f4f5, #edf8f8, #f6fbfc, #ffffff); */
    background-position: top center;
}

}
.gallery-thumbs .swiper-slide {
    max-width: 47px !important;
    padding: 3px;
    border: 1px solid #ddd;
}

.galeria-box {
    /* width: 400px; */
    overflow: hidden;
}

.gallery-thumbs img {
    object-fit: contain;
}

.t4-acm {
    /* background: #a87d4e29; */
    padding: 2rem 0;
}


.t4-acm {
    text-align: center;
    /* border-bottom: 1px dashed #ebe4dc; */
}

.section-inner .lead {
    margin: 1rem 0 50px;
    font-size: 1.4rem;
}

.t4-contenido {
    /* background: var(--t4-light); */
}

.t4-masthead-inner {
   /* border-top: #936e4538 1px dashed; */
   /* background: #D9E6E8; */
   /* background-image: linear-gradient(45deg, var(--color-primary), transparent); */
   /* background: linear-gradient(180deg, rgb(78 195 199 / 20%) 20.5625%,rgb(78 195 199 / 17%) 100%); */
   /* background-blend-mode: soft-light; */
   /* margin-bottom: 2rem; */
   /* box-shadow: inset 0 0 8px rgb(26 65 66 / 14%); */
   /* background-size: cover; */
   min-height: 170px;
}

.categories-list .page-header a:hover, .categories-list .page-header a:focus {
    background: var(--color-primary);
    color: #000;
}

.section-inner .lead::after, .section-inner .lead::before {
    display: inline-block;
    margin: 3px 8px;
    width: 10px;
    height: 10px;
    content: '';
    background: rgb(147 110 69 / 50%);
    border-radius: 50%;
}

.display-4, .t4-masthead .t4-masthead-title span {
    /* border-bottom: 3px solid #0000006b; */
    padding: 10px;
    /* background: rgb(255 255 255 / 46%); */
    display: inline-block;
    /* box-shadow: 0 3px 8px rgb(0 0 0 / 20%); */
    /* border-radius: 12px; */
    letter-spacing: 2px;
    /* box-shadow: 5px 5px 0 rgb(0 0 0 / 25%); */
    color: #fff;
    text-shadow: 3px 1px 1px rgb(0 0 0 / 20%);
}

.t4-masthead .t4-masthead-title span::after{
  content:'';
  display: block;
  width:100px;
  height: 6px;
  background: #0000002b;
  border-radius: 3px;
}

.item-page .page-header h2, .item-page .page-header .h2 {
    font-size: 2.5rem;
    display: inline;
    text-wrap: balance;
}
.blog .item {
    padding: 0;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #e7e7e7;
    margin-bottom: 1rem;
}
@media(min-width:768px){
.detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
}

/********************'Social share'************************/
.social-share-icon ul{list-style-type:none;margin: 4px;display:flex;align-items:center;justify-content:center;padding: 0;background: #eee;border-radius: 3rem;}
.social-share-icon ul a{width: 36px;height: 36px;display:flex;font-size: 26px;color: var(--mainnav-text-color);/* background:#444; */align-items:center;justify-content:center;margin:5px;border-radius:12px;}
.social-share-icon, .whatsapp-box{text-align:center;/* border: 3px solid var(--color-primary); *//* margin:15px auto 25px; */display:block;/* border-radius:1em; */padding:0 8px 8px 8px;min-width: 258px;order: 2;background: #fff;/* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */}
.social-share-icon .label, .whatsapp-box .label{/* background:#ddd; */color:#333;/* position:relative; */margin-bottom: 8px;width: 100%;display:block;/* margin: 4px auto 24px; */padding: 4px 8px;font-size: 13px;/* margin-top:-15px; */border-radius:1em;}
.social-share-icon .label::after{/* display:block; *//* position:absolute; *//* content:''; */top:100%;border-width:10px;border-style:solid;border-color:#dddddd transparent transparent transparent;left:calc( 50% - 10px );}
.social-share-icon ul a.facebook{/* background-color:#3b5998; */}
.social-share-icon ul a.twitter{/* background:#009ced; */}
.social-share-icon ul a.whatsapp{/* background-color:#25d366; */}

.whatsapp-ask{display:grid;grid-template-columns:40px 1fr;grid-gap:10px;background:#25d366;width:220px;color: #fff;align-items:center;padding:8px 16px;justify-content:center;margin:5px auto;border-radius:2em;text-decoration:none;background:-moz-linear-gradient(top, rgba(37,211,102,1) 0%, rgba(31,175,84,1) 100%);background:-webkit-linear-gradient(top, rgba(37,211,102,1) 0%,rgba(31,175,84,1) 100%);background:linear-gradient(to bottom, rgba(37,211,102,1) 0%,rgba(31,175,84,1) 100%);/* text-shadow:0 2px 1px rgb(255 255 255 / 30%); *//* box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px; */text-decoration:none;transition:all 0.3s ease-in;}
.whatsapp-ask .fa{font-size:43px;}
.whatsapp-ask:hover,.whatsapp-ask:focus{filter:grayscale(1);text-decoration:none;color:#fff;text-shadow:none;box-shadow:none;}
/********************'end social'************************/

a.whatsapp-ask .fab {
    font-size: 32px;
}

.page-header .t4-masthead-title span {
    /* background: rgb(255 255 255 / 70%); */
    padding: 8px;
    /* box-shadow: 0 5px 8px rgb(0 0 0 / 10%); */
    /* border-radius: 12px; */
    display: inline-block;
    border-bottom: 3px solid rgb(226 226 226);
}
.thumbs-row {
    margin: 1rem;
    padding: 1rem 0;
}

.categories-list {
    padding-bottom: 4rem;
    padding-top: 2rem;
}

.blog .item img {
    max-width: 100%;
    height: auto;
    padding: 1rem;
    border-radius: 1.4rem;
    transition: filter 0.4s ease-out;
}

.com-content-category-blog__items {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.blog .item a:hover img , .blog .item a:focus img {
    /* filter: sepia(.6); */
}

.btn-readmore {
    font-size: small;
    margin: 1rem 0;
}

.news-item .readmore {
    margin-top: 0 !important;
}

.embed-container {
    width: 100%;
    position: relative;
}

.embed-container iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.servicios-article p, .servicios-article ul, .servicios-article h4 {
    overflow: hidden;
}
.servicios-article p{}
.servicios-article ul{}
.servicios-article h4{
    font-weight: 700;
    color: var(--color-primary);
}

.servicios-article {
    display: block;
    /* clear: both; */
    margin-bottom: 10rem;
}
.servicios-article .item-image{
    margin-bottom: 1rem;
    display: block;
    clear: both;
}

.pagenavigation {
    margin: 3rem 0;
}

.nav-link.dropdown-toggle, .nav-link.dropdown-toggle:hover, .nav-link.dropdown-toggle:focus {
    background: transparent !important;
    color: #000;
}

.t4-migas-de-pan {border-top: 1px solid #e6ddd4;}

.swiper-slide .container {
    position: relative;
    height: 100%;
}
@media(min-width:768px){
.contact-page {
    grid-template-columns: 0.7fr 1fr;
    display: grid;
    /* flex-grow: 1; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    height: 100%;
    width: 100%;
}
}
.g-map {
    display: block;
    position: relative;
    height: 100%;
    /* width: 100%; */
}

.g-map iframe {
    min-height: 500px;
    width: 100%;
}

.t4-acm {
    background: #c0e5e769;
}


.page-header {
    /* margin: 4rem 0; */
    /* padding: 1rem 0; */
    /* border-bottom: 1px solid #eee; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.layout-home .t4-header {
    background: transparent;
}

.t4-masthead {
    margin-bottom: 30px;
    background-image: url(bg_1.png), linear-gradient(228deg, var(--body-link-hover-color), var(--color-primary));
    background-size: cover;
    /* position: absolute; */
    /* top: -80px; */
    /* width: 100%; */
    padding-top: 50px;
    /* background-size: cover; */
    background-blend-mode: multiply;
    margin-top: -40px;
}

footer img {
    background: #fff;
    padding: 1rem;
    border-radius: 50%;
    overflow: visible;
    max-width: 2;
    max-width: 180px !important;
    margin: 0 auto;
}

.header-block-2 .container {
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    background: #ffffffe6;
    border-radius: 0 0 20px 20px;
}

tr:empty {
    display:none;
    /* background: red; */
}

.table{
    /* background: var(--body-bg-color); */
}


.card{--t4-card-spacer-y:1rem;--t4-card-spacer-x:1rem;--t4-card-title-spacer-y:.5rem;--t4-card-border-width:1px;--t4-card-border-color:rgba(0,0,0,.125);--t4-card-border-radius:.25rem;--t4-card-inner-border-radius:calc(0.25rem - 1px);--t4-card-cap-padding-y:.5rem;--t4-card-cap-padding-x:1rem;--t4-card-cap-bg:rgba(0,0,0,.03);--t4-card-bg:#fff;--t4-card-img-overlay-padding:1rem;--t4-card-group-margin:1rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;height:var(--t4-card-height);color:var(--t4-body-color);word-wrap:break-word;background-color:var(--t4-card-bg);background-clip:border-box;border:var(--t4-card-border-width) solid var(--t4-card-border-color);border-radius:var(--t4-card-border-radius);}
.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:var(--t4-card-spacer-y) var(--t4-card-spacer-x);color:var(--t4-card-color);}
.card-title{margin-bottom:var(--t4-card-title-spacer-y);color:var(--t4-card-title-color);font-size: 24px;}
.card-text:last-child{margin-bottom:0;}
.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;}
.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important;}
.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important;}
.mb-3{margin-bottom:1rem!important;}
img{max-width:100%;height:auto;}
.t4-module{padding:0;margin-top:2rem;}
.t4-module:first-child{margin-top:0;}
.t4-module .module-inner{padding:0;}
.module-ct::after{display:block;clear:both;}
.module-ct p:last-child{margin-bottom:0;}
h2,h3{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height);}
h2,h3{margin-top:1rem;margin-bottom:.5rem;}
h2{font-size:2rem;}
h3{font-size:1.75rem;}
h2,h3{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);}
h2{font-size:var(--h2-font-size);}
h3{font-size:var(--h3-font-size);}
body[data-aos-easing="ja-animation"] [data-aos]{transition-timing-function:cubic-bezier(.25,.8,.25,1);}
.green-bg-1{/* background-image:linear-gradient(315deg,var(--color-primary),var(--color-primary)); *//* color:#fff; */mask-composite:exclude;background: #fff;}
.card-advantages{padding:1rem;display:flex;flex-direction:revert;border-radius:1rem;align-items:center;background: var(--body-bg-color);border: none;box-shadow: rgba(33, 35, 38, 0.2) 0px 10px 10px -10px;}
.card-advantages h3{/* font-weight:900; */color: var(--t4-secondary);margin-top: 0;margin-bottom: 0;}
.card-advantages svg{width:50px;height:50px;fill: var(--body-bg-color);}
.card-advantages .card-body{padding:0;width:75%;}
.svg-wrap{width:80px;height:80px;display:flex;place-content:center;align-items:center;background: var(--color-primary);margin-right:1rem;border-radius:50%;/* box-shadow:rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px; */}
.card-advantages .card-text{line-height:1.4;}
.block-title .pretitle{/* CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX; */word-spacing:.15ch;display:flex;padding: 0 5px;background: var(--color-primary);margin-bottom:0;color: #fff;font-weight:700;text-transform:uppercase;letter-spacing:1px;gap:1rem;max-width: max-content;margin-bottom: 1rem;}
.block-title .pretitle::after{/* display:block; *//* content:""; */width:48px;height:6px;background-color:var(--var-lima);justify-self:center;align-self:center;border-radius:3px;}
::selection{background:#41c406;color:#fff!important;-webkit-text-fill-color:#fff;}
@media (min-width:992px){
.content-block{margin-right:calc(50vw - (960px / 2));}
.content-block.order-0{margin-left:calc(50vw - (960px / 2));margin-right:0;text-align:left;}
}
@media (min-width:1200px){
.content-block{margin-right:calc(50vw - (1140px / 2));}
.content-block.order-0{margin-left:calc(50vw - (1140px / 2));}
}
@media (min-width:1400px){
.content-block{margin-right:calc(50vw - (1320px / 2));}
.content-block.order-0{margin-left:calc(50vw - (1320px / 2));margin-right:0;}
}
.container .content-block.order-0{margin:auto;line-height:2;}
.block-title h2,.block-split h2{font-weight: 700;text-wrap:balance;color: var(--color-primary);/* background:#41c406; *//* background: linear-gradient(270deg,#b2d235,#a6d02d,#99ce26,#8bcc1e,#7cca17,#6bc810,#59c60a); *//* -webkit-background-clip:text; *//* -webkit-text-fill-color:transparent; */background-clip:text;font-size: clamp(2.375rem, 2vw + 1rem, 2.6rem);margin-top:0;/* position:relative; *//* z-index:3; */line-height:1.1;}
.block-title h2::before{/* content:attr(data-att); */display:block;position:absolute;font-size:52px;font-weight:900;text-wrap:balance;width:100%;height:100%;top:4px;left:4px;z-index:-1;}
.block-text{font-size:1.2rem;margin:1rem 0;}
@media (min-width:1024px){
.img-block{display:flex;align-items:center;}
}
@media (max-width:768px){
.block-split .order-1,.block-split .order-0{order:unset!important;}
}
.block-image img{border-radius:24px;}


.t4-iconos-inicio {
    padding: 3rem 0;
    background: #ffffff;
}

.block-split {padding-top: 30px;}

.swiper-container::after {
    content: '';
    height: 150px;
    width: 100%;
    display: block;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background: %23ffffff00;display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.49903641778893637' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='rgba(255, 255, 255, 0.5972379032258064)' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%23ffffff' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.49903641778893637)' opacity='1'%3E%3Canimate attributeName='d' dur='5.88235294117647s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 38.37659157805851Q 137.14285714285714 94.07297451572016 274.2857142857143 51.39937147756607T 548.5714285714286 22.873535289272546T 822.8571428571429 15.981744082761754T 1097.142857142857 38.22827938728655T 1371.4285714285713 18.52726391569256T 1645.7142857142858 12.378713115991147T 1920 36.27550621938619L 1920 0 Z;M0 0L 0 54.579947053864444Q 137.14285714285714 72.67984106848283 274.2857142857143 48.486422370168334T 548.5714285714286 25.362678205133786T 822.8571428571429 56.47049526985974T 1097.142857142857 33.34765711876605T 1371.4285714285713 27.998918229182916T 1645.7142857142858 37.12812942126685T 1920 30.917955801375868L 1920 0 Z;M0 0L 0 72.25789452553747Q 137.14285714285714 82.04711557175341 274.2857142857143 60.60511618794977T 548.5714285714286 63.58464313167749T 822.8571428571429 15.362050496675131T 1097.142857142857 23.162679180782018T 1371.4285714285713 22.881879167701666T 1645.7142857142858 18.71133046413606T 1920 -5.909741130831975L 1920 0 Z;M0 0L 0 38.37659157805851Q 137.14285714285714 94.07297451572016 274.2857142857143 51.39937147756607T 548.5714285714286 22.873535289272546T 822.8571428571429 15.981744082761754T 1097.142857142857 38.22827938728655T 1371.4285714285713 18.52726391569256T 1645.7142857142858 12.378713115991147T 1920 36.27550621938619L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.49903641778893637)' opacity='1'%3E%3Canimate attributeName='d' dur='5.88235294117647s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-1.4705882352941175s' values='M0 0L 0 43.322212142093676Q 137.14285714285714 76.6279112034799 274.2857142857143 57.514776855564044T 548.5714285714286 19.760125837054495T 822.8571428571429 26.1589989088118T 1097.142857142857 37.409341046716335T 1371.4285714285713 26.953475699310292T 1645.7142857142858 31.501133904571205T 1920 7.0424261525304885L 1920 0 Z;M0 0L 0 58.912379071453174Q 137.14285714285714 76.6151216628337 274.2857142857143 42.46488599995458T 548.5714285714286 47.713486410298216T 822.8571428571429 45.90539447203639T 1097.142857142857 37.03503297139994T 1371.4285714285713 37.16759547591825T 1645.7142857142858 11.170485961116533T 1920 20.571255644451313L 1920 0 Z;M0 0L 0 73.19155146415413Q 137.14285714285714 84.12710008848424 274.2857142857143 45.07733915178565T 548.5714285714286 38.9551872990389T 822.8571428571429 24.44089641111397T 1097.142857142857 35.74350783141803T 1371.4285714285713 9.512702855847085T 1645.7142857142858 18.86033972248353T 1920 35.16834586151993L 1920 0 Z;M0 0L 0 43.322212142093676Q 137.14285714285714 76.6279112034799 274.2857142857143 57.514776855564044T 548.5714285714286 19.760125837054495T 822.8571428571429 26.1589989088118T 1097.142857142857 37.409341046716335T 1371.4285714285713 26.953475699310292T 1645.7142857142858 31.501133904571205T 1920 7.0424261525304885L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.49903641778893637)' opacity='1'%3E%3Canimate attributeName='d' dur='5.88235294117647s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-2.941176470588235s' values='M0 0L 0 30.247112576718344Q 137.14285714285714 67.07516638525402 274.2857142857143 39.8016614146099T 548.5714285714286 48.06292918401664T 822.8571428571429 19.076885921254295T 1097.142857142857 31.565730591421534T 1371.4285714285713 29.26990049881648T 1645.7142857142858 27.767179387499592T 1920 10.672366214932062L 1920 0 Z;M0 0L 0 33.30492776250255Q 137.14285714285714 109.99531456292195 274.2857142857143 67.00456967606875T 548.5714285714286 43.654141417268384T 822.8571428571429 58.57603200836165T 1097.142857142857 43.02187515424707T 1371.4285714285713 7.464846826687683T 1645.7142857142858 18.58649736229037T 1920 14.020685939513882L 1920 0 Z;M0 0L 0 31.369445944751103Q 137.14285714285714 69.25391949292481 274.2857142857143 29.577066565595914T 548.5714285714286 18.378795916693083T 822.8571428571429 57.308499967912034T 1097.142857142857 42.46382775827356T 1371.4285714285713 13.455221112120782T 1645.7142857142858 7.181354475667494T 1920 25.823232102456366L 1920 0 Z;M0 0L 0 30.247112576718344Q 137.14285714285714 67.07516638525402 274.2857142857143 39.8016614146099T 548.5714285714286 48.06292918401664T 822.8571428571429 19.076885921254295T 1097.142857142857 31.565730591421534T 1371.4285714285713 29.26990049881648T 1645.7142857142858 27.767179387499592T 1920 10.672366214932062L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.49903641778893637)' opacity='1'%3E%3Canimate attributeName='d' dur='5.88235294117647s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-4.411764705882352s' values='M0 0L 0 65.20120903968649Q 137.14285714285714 82.5903028935139 274.2857142857143 49.763503125480824T 548.5714285714286 21.810664824279634T 822.8571428571429 57.83030966731687T 1097.142857142857 29.28963904627564T 1371.4285714285713 9.443254544024803T 1645.7142857142858 39.4858984300032T 1920 4.747964412340174L 1920 0 Z;M0 0L 0 28.675418663565743Q 137.14285714285714 66.32510388537301 274.2857142857143 29.567292311594827T 548.5714285714286 64.80268084826837T 822.8571428571429 24.74426936699819T 1097.142857142857 35.058405212552216T 1371.4285714285713 13.697331009824847T 1645.7142857142858 23.7128015837429T 1920 22.943583878481032L 1920 0 Z;M0 0L 0 38.417343328103044Q 137.14285714285714 56.878372468069216 274.2857142857143 29.330539449700044T 548.5714285714286 29.946705035705683T 822.8571428571429 17.941934775034255T 1097.142857142857 19.6892462388449T 1371.4285714285713 32.37984665149028T 1645.7142857142858 13.84280961321588T 1920 45.48746588730178L 1920 0 Z;M0 0L 0 65.20120903968649Q 137.14285714285714 82.5903028935139 274.2857142857143 49.763503125480824T 548.5714285714286 21.810664824279634T 822.8571428571429 57.83030966731687T 1097.142857142857 29.28963904627564T 1371.4285714285713 9.443254544024803T 1645.7142857142858 39.4858984300032T 1920 4.747964412340174L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); */
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background: %23ffffff00;display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,1) translate(-960,-75)'%3E%3Cdefs%3E%3ClinearGradient id='lg-0.09175116114267712' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%23ffffff' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='1920' height='150' fill='url(%23lg-0.09175116114267712)'%3E%3C/rect%3E%3Ccircle cx='0' cy='84.92918287778613' r='54.225680935178225' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='0s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='54.225680935178225' cy='113.99845496244902' r='31.797364336600975' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.015384615384615384s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='86.0230452717792' cy='117.73813883788729' r='29.53108636338827' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.030769230769230767s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='115.55413163516747' cy='122.81128205201932' r='25.75768935965389' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.04615384615384615s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='141.31182099482135' cy='89.16663403486477' r='59.44472391337696' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.061538461538461535s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='200.7565449081983' cy='105.78000862117926' r='46.59374126416303' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.07692307692307691s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='247.35028617236134' cy='104.32320036290767' r='51.27545693298598' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.0923076923076923s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='298.62574310534734' cy='115.2621312621198' r='42.01901525588221' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.10769230769230768s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='340.64475836122955' cy='120.68582683938992' r='37.86411569947721' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.12307692307692307s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='378.5088740607068' cy='100.90319169324104' r='67.54608091733404' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.13846153846153844s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='446.0549549780408' cy='112.00873572945915' r='59.13669508212515' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.15384615384615383s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='505.19165006016595' cy='127.77657093673795' r='39.09062631097596' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.16923076923076918s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='544.282276371142' cy='136.8050539114038' r='25.392126125228756' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.1846153846153846s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='569.6744024963707' cy='125.78359943207721' r='49.6332307648824' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.2s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='619.3076332612532' cy='126.82665709936956' r='54.41470408616573' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.21538461538461537s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='673.7223373474189' cy='134.58584034700664' r='43.07471148162776' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.23076923076923073s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='716.7970488290467' cy='136.71667400068748' r='43.69462109026906' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.24615384615384614s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='760.4916699193158' cy='136.48278531736167' r='54.20210645709577' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.26153846153846155s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='814.6937763764115' cy='139.02719285488405' r='60.41204221804402' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.2769230769230769s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='875.1058185944555' cy='145.42823633068173' r='43.08199778713881' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.29230769230769227s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='918.1878163815943' cy='146.70050187748015' r='63.12988869717704' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.30769230769230765s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='981.3177050787714' cy='148.7309282464503' r='47.62507967383242' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.32307692307692304s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1028.9427847526038' cy='146.29424387041087' r='43.000945121517404' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.33846153846153837s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1071.9437298741211' cy='141.37263355512073' r='61.65502224791415' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3538461538461538s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1133.5987521220352' cy='144.28158279329605' r='26.352342453171858' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3692307692307692s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1159.951094575207' cy='142.57427609942394' r='29.71016054241425' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3846153846153846s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1189.6612551176213' cy='135.9190950562261' r='49.04930067220035' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1238.7105557898217' cy='138.1273923235786' r='34.07867389242242' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.41538461538461535s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1272.789229682244' cy='132.7152203278263' r='44.208119799349696' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.43076923076923074s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1316.9973494815938' cy='132.42453663378714' r='39.38508426851842' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4461538461538461s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1356.382433750112' cy='135.34425028184603' r='29.579009502511454' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.46153846153846145s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1385.9614432526237' cy='124.22283198388146' r='48.412208991095866' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.47692307692307684s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1434.3736522437196' cy='121.13936893129734' r='48.6715582658455' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4923076923076923s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1483.045210509565' cy='127.55034224781463' r='34.33685241903168' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5076923076923077s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1517.3820629285967' cy='102.68247617391975' r='67.91395270592602' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5230769230769231s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1585.2960156345227' cy='111.30717443511915' r='49.50337068835096' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5384615384615384s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1634.7993863228737' cy='95.80077311282518' r='64.25521775592358' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5538461538461538s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1699.0546040787972' cy='117.88025905543529' r='34.76846313362809' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5692307692307692s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1733.8230672124253' cy='98.42351922913848' r='53.32121303300777' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5846153846153845s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1787.144280245433' cy='89.28959586144046' r='58.71807914386628' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1845.8623593892994' cy='102.2795067594391' r='43.095176341804354' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6153846153846153s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1888.9575357311037' cy='78.02782907585193' r='61.98102122504868' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6307692307692307s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1950.9385569561523' cy='118.5857828632221' r='25.36118262126958' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='1.5384615384615383s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6461538461538461s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='0' cy='122.24539150498934' r='61.46217374584222' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='0s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='61.46217374584222' cy='157.28531138835584' r='34.46905626492206' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.015384615384615384s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='95.93123001076428' cy='128.95263677138257' r='62.075950949554795' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.030769230769230767s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='158.0071809603191' cy='161.77687592164034' r='34.13808529541596' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.04615384615384615s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='192.14526625573507' cy='144.25899746448343' r='53.907074097949355' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.061538461538461535s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='246.05234035368443' cy='168.48483873756268' r='30.83157247248979' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.07692307692307691s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='276.8839128261742' cy='164.65566966977244' r='36.70747144592035' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.0923076923076923s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='313.59138427209456' cy='170.19733954442637' r='31.933560076723733' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.10769230769230768s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='345.5249443488183' cy='172.9819935221539' r='29.967701720230874' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.12307692307692307s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='375.49264606904916' cy='163.17971431949906' r='44.920270665238675' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.13846153846153844s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='420.4129167342878' cy='154.79031332520393' r='61.098106982672796' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.15384615384615383s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='481.5110237169606' cy='160.704383660907' r='59.01179435860554' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.16923076923076918s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='540.5228180755662' cy='161.22312611466265' r='66.3242252668746' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.1846153846153846s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='606.8470433424408' cy='168.422092496018' r='62.47243747297493' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.2s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='669.3194808154157' cy='176.23014271080828' r='54.40985820350129' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.21538461538461537s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='723.7293390189169' cy='184.77984740666307' r='37.99084506471257' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.23076923076923073s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='761.7201840836294' cy='187.0201009798758' r='36.23121790232726' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.24615384615384614s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='797.9514019859566' cy='190.07503960084333' r='29.25028897142677' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.26153846153846155s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='827.2016909573834' cy='186.29255479173054' r='58.4793302158944' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.2769230769230769s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='885.6810211732778' cy='191.54555032633297' r='47.94952507679383' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.29230769230769227s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='933.6305462500717' cy='195.21030107062106' r='23.95799129911316' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.30769230769230765s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='957.5885375491848' cy='195.8364101134161' r='54.270763877279066' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.32307692307692304s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1011.8593014264638' cy='194.10798576175907' r='29.186883528291272' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.33846153846153837s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1041.046184954755' cy='191.2586980746708' r='46.80098813264158' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3538461538461538s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1087.8471730873966' cy='189.82171525264965' r='38.660438698175014' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3692307692307692s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1126.5076117855717' cy='183.9433350108073' r='57.92727364185256' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.3846153846153846s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1184.4348854274242' cy='186.09360776249915' r='35.311416827681306' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1219.7463022551055' cy='178.0115049530792' r='55.40327586031605' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.41538461538461535s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1275.1495781154215' cy='176.0608473021809' r='50.61508333167822' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.43076923076923074s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1325.7646614470998' cy='182.8647513374796' r='28.729399085308057' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4461538461538461s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1354.494060532408' cy='173.4227426886405' r='45.78473456536057' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.46153846153846145s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1400.2787950977686' cy='169.65135675992494' r='47.8762884489571' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.47692307692307684s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1448.1550835467256' cy='158.31617054878282' r='61.75714353303076' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.4923076923076923s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1509.9122270797563' cy='176.73866899073704' r='28.020953251464093' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5076923076923077s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1537.9331803312205' cy='161.55983829308957' r='47.673555184594' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5230769230769231s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1585.6067355158145' cy='159.9696310631885' r='46.07414452736586' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5384615384615384s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1631.6808800431804' cy='144.86961754481354' r='60.89842241976509' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5538461538461538s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1692.5793024629454' cy='134.96432005632806' r='66.65291223868196' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5692307692307692s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1759.2322147016273' cy='152.38821205135545' r='43.65368376941701' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.5846153846153845s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1802.8858984710444' cy='131.70245079312713' r='61.026100280956754' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1863.9119987520012' cy='132.00298339769793' r='56.640041677207904' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6153846153846153s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='1920.552040429209' cy='115.42910452015282' r='67.10382537428808' fill='%23ffffff'%3E%3CanimateTransform attributeName='transform' type='translate' dur='0.7692307692307692s' repeatCount='indefinite' keyTimes='0;0.5;1' begin='-0.6307692307692307s' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' values='0 0;-10 0;0 0'%3E%3C/animateTransform%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background: %23ffffff00;display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.02499948153829945' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='rgba(255, 255, 255, 0.46304435483870976)' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.02499948153829945)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 84.45882818595797Q 240 146.64392709632298 480 110.06387460265539T 960 68.54719776495494T 1440 79.71074160019124T 1920 39.847412653281005L 1920 0 Z;M0 0L 0 108.27356398991476Q 240 112.63702842840976 480 82.3925574135171T 960 82.72846713668628T 1440 52.89744200856942T 1920 67.79608362823282L 1920 0 Z;M0 0L 0 116.8626335795914Q 240 114.03071017681637 480 71.0044339152397T 960 98.22054799957553T 1440 72.58453289500213T 1920 57.31823164787764L 1920 0 Z;M0 0L 0 84.45882818595797Q 240 146.64392709632298 480 110.06387460265539T 960 68.54719776495494T 1440 79.71074160019124T 1920 39.847412653281005L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.02499948153829945)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-3.3333333333333335s' values='M0 0L 0 109.0947530864757Q 240 117.83104055756483 480 98.09851393267914T 960 77.5913886763072T 1440 62.42692567621191T 1920 71.66381322266639L 1920 0 Z;M0 0L 0 93.54885391144778Q 240 132.21570634157945 480 88.03994896853874T 960 59.47187711320389T 1440 49.08592381844229T 1920 60.12217276729182L 1920 0 Z;M0 0L 0 107.22817698975132Q 240 104.20164257063774 480 70.1905263895315T 960 88.7289092089895T 1440 77.17461581853343T 1920 54.846975316590054L 1920 0 Z;M0 0L 0 109.0947530864757Q 240 117.83104055756483 480 98.09851393267914T 960 77.5913886763072T 1440 62.42692567621191T 1920 71.66381322266639L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.02499948153829945)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-6.666666666666667s' values='M0 0L 0 123.85285698333595Q 240 135.41734776671177 480 91.7120973669638T 960 56.82109377276989T 1440 67.20336447654302T 1920 62.365512122949895L 1920 0 Z;M0 0L 0 92.24314569345941Q 240 123.83753487253473 480 78.67032700497194T 960 84.12918954886796T 1440 81.45819800349159T 1920 65.11833380560378L 1920 0 Z;M0 0L 0 79.36727216733905Q 240 123.39293161250049 480 105.31901346219158T 960 101.59352001075057T 1440 72.91812785848106T 1920 79.18814502252154L 1920 0 Z;M0 0L 0 123.85285698333595Q 240 135.41734776671177 480 91.7120973669638T 960 56.82109377276989T 1440 67.20336447654302T 1920 62.365512122949895L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(255,255,255,0);display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.24474649034013396' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='rgba(255, 255, 255, 0.6)' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z;M0 0L 0 107.32263745781803Q 240 123.27675575037502 480 94.40651169263249T 960 86.83689596726487T 1440 83.2657893922717T 1920 78.68819410907273L 1920 0 Z;M0 0L 0 114.76856299414708Q 240 124.2781738801851 480 103.83182000691123T 960 93.30060062652805T 1440 60.1468107651791T 1920 48.409252804020696L 1920 0 Z;M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-3.3333333333333335s' values='M0 0L 0 114.35140900548076Q 240 146.02332451156173 480 93.17222673720009T 960 97.06192637173197T 1440 78.53442756204721T 1920 65.17066864320759L 1920 0 Z;M0 0L 0 110.52921631212023Q 240 124.43585239675473 480 95.50781644969159T 960 58.55601919890306T 1440 60.85208985202702T 1920 68.5449313590444L 1920 0 Z;M0 0L 0 121.96746977045979Q 240 121.40506716605691 480 94.83302071296615T 960 103.3091186209688T 1440 86.79521347849825T 1920 80.23930077595813L 1920 0 Z;M0 0L 0 114.35140900548076Q 240 146.02332451156173 480 93.17222673720009T 960 97.06192637173197T 1440 78.53442756204721T 1920 65.17066864320759L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-6.666666666666667s' values='M0 0L 0 108.72859003199488Q 240 124.63311249567911 480 97.33954552499944T 960 72.87171663455919T 1440 79.39966774202955T 1920 67.59520208397252L 1920 0 Z;M0 0L 0 119.72795349873371Q 240 119.84022299233432 480 82.88690523658323T 960 58.9463198698441T 1440 82.9867135131147T 1920 40.49206978564293L 1920 0 Z;M0 0L 0 98.72715142823924Q 240 111.21535119630255 480 79.7514900414029T 960 61.798781150549445T 1440 91.27276105076028T 1920 64.26140981591627L 1920 0 Z;M0 0L 0 108.72859003199488Q 240 124.63311249567911 480 97.33954552499944T 960 72.87171663455919T 1440 79.39966774202955T 1920 67.59520208397252L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(255,255,255,0);display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.24474649034013396' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='rgba(255, 255, 255, 0.6)' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z;M0 0L 0 107.32263745781803Q 240 123.27675575037502 480 94.40651169263249T 960 86.83689596726487T 1440 83.2657893922717T 1920 78.68819410907273L 1920 0 Z;M0 0L 0 114.76856299414708Q 240 124.2781738801851 480 103.83182000691123T 960 93.30060062652805T 1440 60.1468107651791T 1920 48.409252804020696L 1920 0 Z;M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-3.3333333333333335s' values='M0 0L 0 114.35140900548076Q 240 146.02332451156173 480 93.17222673720009T 960 97.06192637173197T 1440 78.53442756204721T 1920 65.17066864320759L 1920 0 Z;M0 0L 0 110.52921631212023Q 240 124.43585239675473 480 95.50781644969159T 960 58.55601919890306T 1440 60.85208985202702T 1920 68.5449313590444L 1920 0 Z;M0 0L 0 121.96746977045979Q 240 121.40506716605691 480 94.83302071296615T 960 103.3091186209688T 1440 86.79521347849825T 1920 80.23930077595813L 1920 0 Z;M0 0L 0 114.35140900548076Q 240 146.02332451156173 480 93.17222673720009T 960 97.06192637173197T 1440 78.53442756204721T 1920 65.17066864320759L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-6.666666666666667s' values='M0 0L 0 108.72859003199488Q 240 124.63311249567911 480 97.33954552499944T 960 72.87171663455919T 1440 79.39966774202955T 1920 67.59520208397252L 1920 0 Z;M0 0L 0 119.72795349873371Q 240 119.84022299233432 480 82.88690523658323T 960 58.9463198698441T 1440 82.9867135131147T 1920 40.49206978564293L 1920 0 Z;M0 0L 0 98.72715142823924Q 240 111.21535119630255 480 79.7514900414029T 960 61.798781150549445T 1440 91.27276105076028T 1920 64.26140981591627L 1920 0 Z;M0 0L 0 108.72859003199488Q 240 124.63311249567911 480 97.33954552499944T 960 72.87171663455919T 1440 79.39966774202955T 1920 67.59520208397252L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(255,255,255,1);display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.24474649034013396' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='rgba(255, 255, 255, 0.6)' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.24474649034013396)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z;M0 0L 0 107.32263745781803Q 240 123.27675575037502 480 94.40651169263249T 960 86.83689596726487T 1440 83.2657893922717T 1920 78.68819410907273L 1920 0 Z;M0 0L 0 114.76856299414708Q 240 124.2781738801851 480 103.83182000691123T 960 93.30060062652805T 1440 60.1468107651791T 1920 48.409252804020696L 1920 0 Z;M0 0L 0 121.63815355087621Q 240 112.37124300350865 480 74.93195169154826T 960 60.409930446252076T 1440 59.70166693517657T 1920 30.643947585966792L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.7745524679150553' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%23ffffff' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 87.86018226184082Q 192 134.5293652243807 384 89.12580607119095T 768 88.26474480469207T 1152 68.21141561480775T 1536 69.68437919942869T 1920 63.02307824275336L 1920 0 Z;M0 0L 0 106.1204914839979Q 192 96.4452044576082 384 83.41334417537605T 768 71.02998378801973T 1152 80.34519932156444T 1536 73.935718342118T 1920 64.04550426817482L 1920 0 Z;M0 0L 0 97.62399504994784Q 192 123.09404217248667 384 88.41328811605057T 768 74.53845649253739T 1152 61.95100551828523T 1536 68.41267502397284T 1920 56.6077851092163L 1920 0 Z;M0 0L 0 87.86018226184082Q 192 134.5293652243807 384 89.12580607119095T 768 88.26474480469207T 1152 68.21141561480775T 1536 69.68437919942869T 1920 63.02307824275336L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-3.3333333333333335s' values='M0 0L 0 102.12731761785804Q 192 108.06350859971332 384 84.22136053194474T 768 83.82693459651722T 1152 68.4841692457312T 1536 74.7388032451566T 1920 66.22403543607459L 1920 0 Z;M0 0L 0 95.56653813447367Q 192 117.86362688333682 384 102.18046972742266T 768 92.94545523507858T 1152 59.744505576032466T 1536 54.25811715685596T 1920 41.4074989691862L 1920 0 Z;M0 0L 0 112.33429724283978Q 192 135.07379906993077 384 103.33043293308745T 768 82.50848682967276T 1152 82.77852819830882T 1536 73.57637003692227T 1920 51.95267948376948L 1920 0 Z;M0 0L 0 102.12731761785804Q 192 108.06350859971332 384 84.22136053194474T 768 83.82693459651722T 1152 68.4841692457312T 1536 74.7388032451566T 1920 66.22403543607459L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-6.666666666666667s' values='M0 0L 0 93.59691780980705Q 192 124.961958091183 384 95.9477954658766T 768 78.11390436796665T 1152 73.76868401999951T 1536 75.28054134423559T 1920 55.3034331649596L 1920 0 Z;M0 0L 0 102.3124304003154Q 192 124.64790750501646 384 92.15861302093563T 768 89.81605692970464T 1152 80.54796589290824T 1536 76.43379300136635T 1920 68.66202977386857L 1920 0 Z;M0 0L 0 96.94866996949466Q 192 119.59860464545582 384 99.42599155529533T 768 78.51304449914508T 1152 79.30629936848038T 1536 73.23517032857157T 1920 52.091420035584676L 1920 0 Z;M0 0L 0 93.59691780980705Q 192 124.961958091183 384 95.9477954658766T 768 78.11390436796665T 1152 73.76868401999951T 1536 75.28054134423559T 1920 55.3034331649596L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;display:block;z-index:1;position:relative' width='1920' height='150' preserveAspectRatio='xMidYMid' viewBox='0 0 1920 150'%3E%3Cg transform='translate(960,75) scale(1,-1) translate(-960,-75)'%3E%3ClinearGradient id='lg-0.7745524679150553' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%23ffffff' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%23ffffff' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='1'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 87.86018226184082Q 192 134.5293652243807 384 89.12580607119095T 768 88.26474480469207T 1152 68.21141561480775T 1536 69.68437919942869T 1920 63.02307824275336L 1920 0 Z;M0 0L 0 106.1204914839979Q 192 96.4452044576082 384 83.41334417537605T 768 71.02998378801973T 1152 80.34519932156444T 1536 73.935718342118T 1920 64.04550426817482L 1920 0 Z;M0 0L 0 97.62399504994784Q 192 123.09404217248667 384 88.41328811605057T 768 74.53845649253739T 1152 61.95100551828523T 1536 68.41267502397284T 1920 56.6077851092163L 1920 0 Z;M0 0L 0 87.86018226184082Q 192 134.5293652243807 384 89.12580607119095T 768 88.26474480469207T 1152 68.21141561480775T 1536 69.68437919942869T 1920 63.02307824275336L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-3.3333333333333335s' values='M0 0L 0 102.12731761785804Q 192 108.06350859971332 384 84.22136053194474T 768 83.82693459651722T 1152 68.4841692457312T 1536 74.7388032451566T 1920 66.22403543607459L 1920 0 Z;M0 0L 0 95.56653813447367Q 192 117.86362688333682 384 102.18046972742266T 768 92.94545523507858T 1152 59.744505576032466T 1536 54.25811715685596T 1920 41.4074989691862L 1920 0 Z;M0 0L 0 112.33429724283978Q 192 135.07379906993077 384 103.33043293308745T 768 82.50848682967276T 1152 82.77852819830882T 1536 73.57637003692227T 1920 51.95267948376948L 1920 0 Z;M0 0L 0 102.12731761785804Q 192 108.06350859971332 384 84.22136053194474T 768 83.82693459651722T 1152 68.4841692457312T 1536 74.7388032451566T 1920 66.22403543607459L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3Cpath d='' fill='url(%23lg-0.7745524679150553)' opacity='0.4'%3E%3Canimate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='-6.666666666666667s' values='M0 0L 0 93.59691780980705Q 192 124.961958091183 384 95.9477954658766T 768 78.11390436796665T 1152 73.76868401999951T 1536 75.28054134423559T 1920 55.3034331649596L 1920 0 Z;M0 0L 0 102.3124304003154Q 192 124.64790750501646 384 92.15861302093563T 768 89.81605692970464T 1152 80.54796589290824T 1536 76.43379300136635T 1920 68.66202977386857L 1920 0 Z;M0 0L 0 96.94866996949466Q 192 119.59860464545582 384 99.42599155529533T 768 78.51304449914508T 1152 79.30629936848038T 1536 73.23517032857157T 1920 52.091420035584676L 1920 0 Z;M0 0L 0 93.59691780980705Q 192 124.961958091183 384 95.9477954658766T 768 78.11390436796665T 1152 73.76868401999951T 1536 75.28054134423559T 1920 55.3034331649596L 1920 0 Z'%3E%3C/animate%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.swiper-gallery .swiper-slide img, .swiper-main .swiper-slide img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.swiper-main {
    max-height: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.swiper-main .swiper-slide{
    max-height: 350px;
    /* padding: 5px; */
    /* border: 1px solid #eee; */
}

.swiper-slide a.wfpopup.wf-zoom-image {
    max-height: 400px;
    display: flex;
    overflow: hidden;
}

.gallery-wrap {
    /* overflow: hidden; */
    /* width: 100%; */
    margin-bottom: 2rem;
}

.swiper-gallery .swiper-slide {
    /* padding: 5px; */
    border: 1px solid #eee;
    aspect-ratio: 1/1;
    overflow: hidden;
    /* opacity: 0.8; */
}

.swiper-gallery .swiper-slide img{}



.swiper-gallery .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.swiper-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.article-details {
    margin-bottom: 2rem;
}

.table-borderless td {
    /* margin: 3px; */
    background: #ffffff;
    border: 3px solid #f8f9fa;
    /* border-radius: 12px; */
}

.table-borderless th, .table-borderless td{
    /* margin: 3px; */
    background: var(--body-bg-color);
    border: 1px solid var(--color-primary);
    /* border-radius: 15px; */
    /* padding: 0.5rem; */
}
.table-borderless th{
  background: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.sharer {
    display: flex;
    margin: 1rem 0 3rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-share-icon {
    order: 1;
}

.whatsapp-box {
    order: 0;
}
.items-row .item{
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 20px;
    width: clamp(310px, calc(25% - 0.82rem ), 350px);
    text-align: center;
    padding: 0;
    position: relative;
}

.items-row.row {
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.items-row .item .item-content{
    /* position: sticky; */
    bottom: 0;
}

.items-row .item .item-content h2{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    background: var(--color-primary);
    margin: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
    border-radius: 0 0 20px 20px;
}

.items-row.cols-1.row-.row {}

.sidebar .address-block {
    padding-top: 5rem;
    padding: 1rem;
    background: white;
    margin: 1rem 0;
    max-width: 400px;
}