.elementor-kit-4{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FBB040;--e-global-color-text:#FAFAFA;--e-global-color-accent:#FBB040;--e-global-color-fbdc277:#FBB040;--e-global-color-616286f:#000000;--e-global-color-320f6ca:#565656;--e-global-color-8afddf1:#FBB040;--e-global-color-0bfe743:#00AEEF;--e-global-color-12a90e0:#B3B3B3;--e-global-color-cf56701:#868383;--e-global-typography-primary-font-family:"proxima-nova";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"proxima-nova";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-15d3d95-font-family:"proxima-nova";--e-global-typography-15d3d95-font-size:14px;--e-global-typography-15d3d95-font-weight:400;--e-global-typography-15d3d95-line-height:1.3em;--e-global-typography-76153e2-font-family:"proxima-nova-wide";--e-global-typography-76153e2-font-size:14px;--e-global-typography-76153e2-font-weight:500;--e-global-typography-76153e2-line-height:1.1em;--e-global-typography-0aa7820-font-family:"proxima-nova-wide";--e-global-typography-0aa7820-font-size:15px;--e-global-typography-0aa7820-font-weight:400;--e-global-typography-0aa7820-line-height:1.2em;--e-global-typography-123dc55-font-family:"post";--e-global-typography-123dc55-line-height:1.05em;background-color:#000000;font-family:"proxima-nova-wide", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-secondary );}.elementor-kit-4 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Wrapper */
.athelite-circle-video {
  aspect-ratio: 1 / 1;        /* always square */
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 100%;            /* responsive */
  height: auto;               /* controlled by aspect-ratio */
}

/* Video inside */
.athelite-circle-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  clip-path: circle(50% at 50% 50%);
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.elementor-section {
  overflow-x: hidden;
}

/* Desktop-only line break */
.br-desktop {
  display: none;
}
@media (min-width: 769px) {
  .br-desktop {
    display: block;
  }
}

/* Mobile-only line break */
.br-mobile {
  display: block;
}
@media (min-width: 769px) {
  .br-mobile {
    display: none;
  }
}/* End custom CSS */