.elementor-653 .elementor-element.elementor-element-6224e7a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:64px;--padding-right:64px;}.elementor-653 .elementor-element.elementor-element-76053a0b{--divider-border-style:dashed;--divider-color:var( --e-global-color-accent );--divider-border-width:1px;}.elementor-653 .elementor-element.elementor-element-76053a0b .elementor-divider-separator{width:100%;}.elementor-653 .elementor-element.elementor-element-76053a0b .elementor-divider{padding-block-start:12px;padding-block-end:12px;}@media(max-width:1366px){.elementor-653 .elementor-element.elementor-element-6224e7a2{--padding-top:0px;--padding-bottom:0px;--padding-left:48px;--padding-right:48px;}}@media(max-width:1024px){.elementor-653 .elementor-element.elementor-element-6224e7a2{--padding-top:0px;--padding-bottom:0px;--padding-left:36px;--padding-right:36px;}}@media(max-width:767px){.elementor-653 .elementor-element.elementor-element-6224e7a2{--padding-top:0px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}}/* Start custom CSS */.section-dots{
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
}

.section-dots ul{ margin: 0; padding: 0; list-style: none;display:flex;flex-direction:column; }
.section-dots li{
    margin: 10px 0; 
    display: flex;
    flex-direction: row-reverse;
    cursor:pointer;
}

.section-dots a{
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #466778;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  pointer-events: auto;
  text-indent: -9999px;
  position: relative;
  cursor:pointer;
}

.section-dots a.label{
    background:transparent;
    width:max-content;
    height:auto;
}



.section-dots a.is-active{
  background: #466778;
  border-color: #466778;
  transform: scale(1.35);
}

.section-dots a[data-label]:hover::after,
.section-dots a[data-label]:focus::after{
  content: attr(data-label);
  position: absolute;
  right: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: rgba(0,0,0,.85);
  color: #fff;
  font: 500 12px/1.2 "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  padding: 6px 8px;
  border-radius: 6px;
  pointer-events: none;
}

@media (max-width: 768px){
  .section-dots a{ width: 16px; height: 16px; }
}

@media (max-width: 480px){ .section-dots{ display:none; } }/* End custom CSS */