/* === ORBIT COMPONENT STYLES === */
section.wu-section.all-in-orbit {background-color: #8f55e0;padding-top:0px;padding:0px;}

/* Ensure main section and its wrapper stretch properly */
.orbit-section {
  display: flex;
  width: 100%;
      z-index: 1;
    background-color: #8f55e0;
    position: relative;
}
#orbit-section {
  overflow: hidden;
}

/* Wrapper layout */
.orbit-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
      max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.w-layout-hflex {
    flex-direction: row;
}

/* Orbit container drives the height (content-based) */
#orbit-container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin-top: 100px;
  margin-bottom: 100px;
  flex: 1;
  justify-content:space-between;
}
.orbit-body {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
}
.orbit-link-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    margin-left: 60px;
    display: flex;
}
.right-arc-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
}
/* Orbit Links */
.orbit-link {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.4375rem);
  /*line-height: clamp(1.5rem, 1.2vw + 0.4rem, 1.875rem);*/
  line-height:1.3;
  text-wrap:balance;
  verflow-wrap: normal;
    width: 100%;
    margin-right: 0;
    font-family: 'BentonSans Bold', Arial, sans-serif;
    text-decoration: none;
    color:white;
}
.orbit-link:hover, .orbit-link:focus {
        text-underline-offset: 20%;
    text-underline-position: auto;
    -webkit-text-decoration: underline #7deafb;
    text-decoration: underline #7deafb;
    text-decoration-thickness: calc(1em / 10);
    background-color: transparent;
    color:white;
}
.orbit-link.hovered {
  transform: translateX(-20px);
  transition: transform 0.3s ease;
}
.disabled-orbit-link {
  pointer-events: none;
  opacity: 1;
  cursor: default;
  text-underline-offset: 20%;
  text-underline-position: auto;
  -webkit-text-decoration: underline #7deafb;
  text-decoration: underline #7deafb;
  text-decoration-thickness: calc(1em / 10);
  color: white;
  /*margin-left: -20px;*/
}

/* Arc wrappers stretch with orbit content */
.left-arc-wrapper,
.right-arc-wrapper {
  display: flex;
  align-items: stretch;
  transition: height 0.3s ease;
}
.left-arc-wrapper {
    padding-left: 20px;
}
.orbit-content {
    flex-flow: column;
}
.orbit-header

 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}
/* Needed to have the dot not get clipped */
.right-arc-wrapper {
  overflow: visible;
  position: relative;
}
svg.right-arc {
  overflow: visible;
}

/* SVG arcs scale vertically and preserve aspect ratio */
svg.arc {
  /*width: 228px; */
  height: auto;
  display: block;
  flex-shrink: 0;
  pointer-events: none;
  width: 200px;
}

svg.arc path {
  stroke: white;
  stroke-width: 4;
  fill: none;
}

/* Responsive font size and line height for orbit H3 */
.orbit-h3 {
  font-size: clamp(2rem, 3vw + 0.5rem, 4rem);
  line-height: clamp(2.5rem, 3.5vw + 0.5rem, 5rem);
}

/* Orbit Video wrapper */
#orbit-video-wrapper {
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.3s ease;
  will-change: transform, opacity;
  max-width: 60%;
}

.inner-video-wrapper video {
  /*width: 150%;
  height: 150%;*/
  width: 150%;
  height: 150%;
  object-fit: cover;
}
.inner-video-wrapper {
  aspect-ratio: 16 / 9;
  position: relative;
  max-width: 100%;
}

/* Responsive Show & Hide */
@media (max-width: 1199px) {
  #left-arc-wrapper,
  #right-arc-wrapper,
  #orbit-video-wrapper {
    display: none !important;
  }
  .orbit-link-wrapper {
    text-align: center;
    margin-left: 0px;
  }
  .orbit-container,
  #orbit-container {
    row-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
 
 .orbit-link {font-size:18px !important; line-height:25px !important;}
 .orbit-link-wrapper {margin-left: 30px;}
 #orbit-video-wrapper {max-width:55%;}
}

.mobile-orbit-svg {display:none;}


@media (max-width: 1199.98px) {
  .orbit-section {display:block;}
  #orbit-container {margin-top: 0px;}
  .orbit-link::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    margin-left: 25px;
    background-size: contain;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cg clip-path='url(%23clip0_3166_23709)'%3E%3Cpath d='M0.869033 0.976562C1.06903 0.976562 1.27903 1.05656 1.43903 1.20656L8.71903 7.87656C8.88903 8.03656 8.98903 8.26656 8.98903 8.49656C8.98903 8.72656 8.88903 8.95656 8.71903 9.11656L1.43903 15.7866C1.09903 16.0966 0.559033 16.0766 0.239033 15.7366C-0.080967 15.3966 -0.050967 14.8566 0.289033 14.5366L6.88903 8.49656L0.289033 2.45656C-0.050967 2.13656 -0.070967 1.59656 0.239033 1.25656C0.409033 1.07656 0.639033 0.976562 0.869033 0.976562Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3166_23709'%3E%3Crect width='8.97' height='15.04' fill='white' transform='translate(0.015625 0.976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat:no-repeat;
  }
  
  .mobile-orbit-svg {
display: flex;
padding-bottom: 5px;
flex-direction: column;
align-items: flex-end;
}
}
@media (max-width: 598.98px) {
  .orbit-body {justify-content:flex-start;}
  .orbit-link-wrapper {
  text-align:left;
  width:100%;
  }
  .orbit-link.hovered {
  transform:none;
  }
  .orbit-link::after {float:right;}
  .orbit-link {
  position: relative; /* Needed for absolute positioning of ::after */
  display: inline-block; /* Ensure the link behaves like a container */
}

.orbit-link::after {
  content: "";
  position: absolute;
  top: 50%;                 /* Position vertically at the midpoint */
  transform: translateY(-50%); /* Perfectly center vertically */
  right: 0;                  /* Align to the far right edge */
  width: 9px;
  height: 17px;
  margin-left: 25px;         /* Optional spacing from the text */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cg clip-path='url(%23clip0_3166_23709)'%3E%3Cpath d='M0.869033 0.976562C1.06903 0.976562 1.27903 1.05656 1.43903 1.20656L8.71903 7.87656C8.88903 8.03656 8.98903 8.26656 8.98903 8.49656C8.98903 8.72656 8.88903 8.95656 8.71903 9.11656L1.43903 15.7866C1.09903 16.0966 0.559033 16.0766 0.239033 15.7366C-0.080967 15.3966 -0.050967 14.8566 0.289033 14.5366L6.88903 8.49656L0.289033 2.45656C-0.050967 2.13656 -0.070967 1.59656 0.239033 1.25656C0.409033 1.07656 0.639033 0.976562 0.869033 0.976562Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3166_23709'%3E%3Crect width='8.97' height='15.04' fill='white' transform='translate(0.015625 0.976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;      /* Keeps the icon from blocking link clicks */
}
}
.orbit-wrapper {padding: 0px 20px;}
/* Requested Typography Changes */
.orbit-header h2.t-subheading {
font-size: 23px;
font-weight: 700;
line-height: 30px; /* 130.435% */
text-transform: uppercase;
font-family: 'BentonSans Bold', Arial, sans-serif;
    color: white;
        text-align: center;
            align-self: stretch;
}

.orbit-header h3.orbit-h3 {
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 100% */
color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tiempos Regular, Georgia, sans-serif;
}
.orbit-header p.orbit-p {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.orbit-link-wrapper .orbit-link {

font-size: 23px;
font-weight: 700;
line-height: 35px; /* 152.174% */
text-transform: uppercase;
padding-right:15px;
}