body {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 18px;
}
.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video:before {
    content: "";
    display: block;
    padding-top: 56.5%;
    width: 100%;
}
.responsive-video {
    position: relative;
}
section, main, .inner-footer {
   display: block;
   max-width: 1920px;
   margin: auto;
}
@media (min-width:1280px) {
	.h-screen {min-height: 880px;}
}
.font-extended {
    font-family: "aktiv-grotesk-extended", sans-serif;
}
.heading-primary {
    font-size: 36px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 46px;
}
.heading-tertiary {
    font-size: 22px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 400; 
    font-style: normal;
    line-height: 32px;
}
.heading-tertiary-reg {
  font-size: 22px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

@media(max-width:767px) {
  .heading-primary {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-tertiary, .heading-tertiary-reg {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
#primary-nav, #primary-inner-nav {
    background: #fff;
}

.bg-grad-nav {
	background: linear-gradient(89deg, #1932c8, #2896fa);
}
#mobile-nav {
  background: linear-gradient(89deg, #1932c8, #2896fa);
}
#mobile-nav:before {
   content: "";
   position: absolute;
}
.grey-bg-banner {
   position: relative;
}
.grey-bg-banner:before {
    content: "";
    width: 500%;
    background: var(--color-dynex-pale-blue);
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
div#hero-nav:before {
    content: "";
    display: block;
    position: absolute;
    width: 530px;
    height: 125%;
    top: 50%;
    left: 0;
    background: radial-gradient(circle, #2795f9, #1c4ad4);
    border-radius: 0 1000px 1000px 0;
    transform: translateY(-50%);
    padding: 0 0 0 200px;
    box-sizing: content-box;
    margin-left: -200px;
}

div#hero-nav > div {
    position: relative;
    z-index: 10;
}
span.menu-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 8px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: text-top;
}
.responsive-iframe-map {
    position: relative;
}
.responsive-iframe-map:before {
    content: "";
    padding-top: 75%;
    display:    block;
    position:   relative;
}
.responsive-iframe-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
}
.circle-info-wrap {
    background: rgba(255,255,255,0.8) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    z-index: 100;
    bottom: 100px;
    left: 380px;
    padding: 0px;
    border-radius: 300px;
    height: 250px;
    //width: 980px;
    width: 250px;
    transition: width .4s;
    overflow: hidden;
}

.circle-info-wrap.active {
    width: 980px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), white)
}
.circle-info {
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 15px;
    flex: 0 0 250px;
    cursor: pointer;
}
.cc-img {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
}
.cc-img img{
    height: auto;
}
.circle-content {
    width: 650px;
}
.cc-content {
    width: 420px;
    flex: 0 0 420px;
}
.circle-arrow {
    cursor: pointer;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all .4s;
}
.circle-arrow.active {
    transform: rotate(180deg);
}
@media(min-width:1280px) and (max-width:1400px) {
    .circle-info-wrap {
        bottom: 20px;
    }
    .circle-info-wrap.active {
        width: 860px;
    }
    .cc-img {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }
    .cc-content {
        width: 345px;
        flex: 0 0 345px;
    }
}
@media(max-width:1279px) {
    .circle-info-wrap {
        z-index: 100;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-70px);
        bottom: initial;
        transition: none;
    }
    .circle-arrow {
        transform: rotate(90deg);
    }
    .circle-arrow.active {
        transform: rotate(-90deg);
    }
    .circle-info-wrap.active {
        width: 90%;
        height: auto;
        border-radius: 50px;
        background: rgba(255,255,255,1) 0% 0% no-repeat padding-box;
        box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    }
    .cc-img {
        width: 40%;
        height: auto;
        flex: 0 0 40%;
    }
    .cc-img img{
        height: 260px;
    }
    .circle-content {
        width: 100%;
            padding: 0 20px 20px;
    }
    .cc-content {
        width: 60%;
        flex: 0 0 60%;
    }
    .active .circle-info {
        height: auto;
        padding-top: 30px;
    }
    .cc-img img {
        margin: auto;
    }
}
@media(max-width:767px) {
    .cc-content {
        width: 100%;
        flex: 0 0 100%;
    }
    .cc-img {
        width: 100%;
        height: auto;
        flex: 0 0 100%;
    }
    
    .active .circle-info {
        height: auto;
    }
}
.system-tooltip-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-tooltip-wrap {
    position: relative;
    max-width: 480px;
    margin: auto;
}
main {
overflow: hidden;
}
@media(max-width:1350px) and (min-width:1200px) {
	.logo {
    	max-height: 2rem;
    }
}
body, p {
    color: #19283C;
}
.news-single p, .news-single img{
  margin-bottom: 15px;
}
.news-single a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(25 50 200 / var(--tw-text-opacity));
}
.btn {
  display: inline-block;
  font-size: 16px;
}
#mobile-nav > div {
	overflow: auto;
}
p a:hover {
   opacity: 0.7;
}
#mobile-nav > div::-webkit-scrollbar {
  width: 3px; /* Set the width of the scrollbar */
}

#mobile-nav > div::-webkit-scrollbar-track {
  background: transparent; /* Set the background color of the scrollbar track */
}

#mobile-nav > div::-webkit-scrollbar-thumb {
  background: #fff; /* Set the color of the scrollbar thumb */
}

#mobile-nav > div::-webkit-scrollbar-thumb:hover {
  background: #fff; /* Set the color of the scrollbar thumb on hover */
}
.inner-footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, var(--unnamed-color-2896fa) 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #2896FA 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
}

.inner-footer {
    position: relative;
}
@media(min-width:981px) {
  .scale-1-2 {
    transform: scale(1.2);
    margin-top: 5%;
    margin-bottom: 5%;
    transform-origin: center right;
  }
}
.system-tooltip-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-tooltip-wrap {
    position: relative;
	max-width: 480px;
    margin: auto;
}
[id*=tooltip_] {
    display: none;
}
[id*=point_] {
    cursor:pointer;
}
.hex-bg-right > div {
    position: relative;
    z-index: 100;
}

.hex-bg-right {
    position: relative;
}
.hex-bg-right:before {
    background-image: url(http://staging.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hex-bg-right-dark:before {
    background-image: url(/images/dynex-hex-background-shape.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hex-blue-gradient > div {
	position: relative;
    z-index: 10;
}
.hex-blue-gradient:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(http://staging.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .1;
    z-index: 1;
}
.hex-blue-gradient {
    background-image: linear-gradient(45deg, #1933c8, #2895fa);
    position: relative;
}
header a {
    border-bottom: 2px solid transparent;
}
header a.active {
    border-bottom: 2px solid var(--color-dynex-pink);
}
#map {
			width: 100%;
			max-width: 1200px;
			margin: 50px auto 0;
		}
		a.btn-web {
    color: #fff;
    background: #dc149b;
    text-decoration: none;
        padding-left: 2rem;
    padding-right: 2rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 100px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
		a {
		  color: #dc149b;
		  }
		  .plc-title {
		    color: #19283c;
			}
		  .tt_name_sm {
    float: left;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    opacity: 1;
	color: #19283c;
	
}
.tt_sm {
	opacity: 1 !Important;
	padding: 20px !important;
	}
    
figure.accordion-toggle-icon span:nth-of-type(2) {
    position: absolute;
    width: 4px;
    height: 20px;
    background: var(--color-dynex-dark-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
figure.accordion-toggle-icon span:nth-of-type(1) {
    position: absolute;
    width: 20px;
    height: 4px;
    background: var(--color-dynex-dark-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
figure.accordion-toggle-icon.pink span:nth-of-type(2) {
    background: var(--color-dynex-pink);
}
figure.accordion-toggle-icon.pink span:nth-of-type(1) {
    background: var(--color-dynex-pink);
}
figure.accordion-toggle-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    flex: 0 0 40px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-toggle.active figure.accordion-toggle-icon span:nth-of-type(2) {
  opacity: 0;
}
.accordion-content {
display: none;
}
.rounded-image-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
    padding: 5px 5px 5px 0;
    border-radius: 0 300px 300px 0;
    overflow: hidden;
}
.rounded-image-wrap img {
   border-radius: 0 300px 300px 0;
}
.rounded-video-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
    padding: 5px 5px 5px 0;
    border-radius: 0 300px 300px 0;
    overflow: hidden;
}
video.round-video {
    border-radius: 0 300px 300px 0;
}
.mw-800 {
	max-width: 800px;
    width: 100%;
}
.mw-900 {
	max-width: 900px;
    width: 100%;
}
.hex-blue-gradient-right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(http://staging.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .1;
    z-index: 1;
    transform: rotate(180deg);
}
.shadowbox-inner {
    position: relative;
    overflow: hidden;
}
.shadowbox-inner > * {
    position: relative;
    z-index: 10;
}
.shadowbox-inner:before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFf 0%, rgb(222 222 222) 100%) 0% 0% no-repeat padding-box;
}
@media(max-width:980px) {
	.shadowbox-inner:before {
    	height: 50px;
    }
}
a.dynex-map-link:hover {
    opacity: .7;
}
a.dynex-map-link img {
    display: block;
    width: 100%;
}
a.dynex-map-link {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    max-width: 320px;
    transform-origin: center;
    transition: all .4s;
}
.hero-slider-item {
   transition: opacity .6s;
}
.circle-info-wrap {
    transition: all .6s;
    z-index: 100;
}
@media(min-width:981px) {
.circle-info-wrap.opacity-0 {
    z-index: 1;
}
}
@media(max-width:980px) {
.circle-info-wrap.opacity-0 {
    z-index: 1;
}
}
.hero-hex-bg {
    background-image: url(http://staging.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
    background-position: bottom right;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
.section-hex-bg {
    background-image: url(http://staging.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
    background-position: top right;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
.load-more-button {
	display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background: #dc149b;
}
.load-more-button:hover {
    opacity: .7;
}
.circle-logo {
    height: 60px;
}
.topic-breaks {
	display: none;
}
@media(max-width:1580px) {
	.topic-breaks {
      	display: block;
  	}
}
span.hs-form-required {
    color: #ff0000;
    font-weight: bold;
    margin-left: 2px;
}
label.hs-error-msg {
    color: #ff0000;
}
.load-popup-wrapper.show {
    display: flex;
}
.load-popup-wrapper {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 74, 212, .5);
    align-items: center;
    justify-content: center;
    display: none;
}
.load-popup:before {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 50%;
    background: #222;
    border-radius: 0 0 50% 50%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #1c4ad4, #a2d4fd);
    z-index: 1;
}

.load-popup {
    background: #fff;
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.load-popup img {
    width: 100%;
    max-width: 480px;
    position: relative;
    z-index: 10;
    margin: -40px auto 0;
}
.close-popup {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 11;
    width: 30px;
    height: 30px;
    transition: all .4s;
}
.close-popup:hover {
	opacity: .6;
}
.close-popup span:nth-of-type(1) {
    transform-origin: center;
    transform: rotate(45deg);
}
.close-popup span:nth-of-type(2) {
    transform-origin: center;
    transform: rotate(-45deg);
}
.close-popup span:nth-of-type(3) {
    opacity: 0;
}

.close-popup span {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    height: 6px;
}
.prd-name > div:nth-of-type(1) {
    font-size: 18px;
    font-weight: 600;
    color: #dc149b;
    line-height: 1;
    font-family: "aktiv-grotesk-extended", sans-serif;
}
.prd-name {
    width: 120px;
    margin: 10px auto;
}
.prd-name > div:nth-of-type(2) {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    font-family: "aktiv-grotesk-extended", sans-serif;
    color: #1932c8;
}
.prd-name > div:nth-of-type(2) sup {
    top: 15px;
    position: relative;
    line-height: 0px;
    font-size: 18px;
    vertical-align: top;
}
.prd-name > div:nth-of-type(3) {
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    font-family: "aktiv-grotesk-extended", sans-serif;
    color: #1932c8;
}
span.lrg-text {
    font-size: 150%;
    font-weight: 900;
    font-family: "aktiv-grotesk", sans-serif;
}
.dci-content h1 {
    font-size: 36px;
    font-weight: 600;
}
.dot-car-desc:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    height: 100%;
    top: 0;
    transform: translateX(-99%);
}
.dot-car-desc > * {
    position: relative;
    z-index: 10;
}
.dot-car-desc {
    background: #fff;
    padding: 30px 50px 30px 0;
    margin: 30px 0;
    border-radius: 0 100px 100px 0;
    position: relative;
}
.dot-carousel-items {
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.dot-carousel-items.active {
  opacity: 1;
  pointer-events: auto;
}
.dot-nav {
    display: flex;
    gap: 10px;
}
button.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #1932c8;
}
.dot-nav button {
  background-color: transparent;
}
.dot-nav button.active {
  background-color: #1932c8;
  border-color: #1932c8;
}
.grad-bttm-border:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(90deg, var(--unnamed-color-2896fa) 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #2896FA 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
}
table.dynex-table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
}
.dynex-table-wrap {
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  margin: 20px auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;  
}

.dynex-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  min-width: 600px;
}

.dynex-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

/* Header row styling */
.dynex-table tr.header-row {
  background-color: #2896fa;
  color: white;
  font-weight: 600;
}

.dynex-table tr.header-row td {
  border-bottom: 2px solid #1d7ae8;
}

/* Alternating row colors (excluding header row) */
.dynex-table tr:not(.header-row):nth-child(odd) {
  background-color: #f0f5fa;
}

.dynex-table tr:not(.header-row):nth-child(even) {
  background-color: white;
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {
  .dynex-table-wrap {
    overflow-x: visible;
  }
  
  .dynex-table {
    min-width: unset;
  }
  
  .dynex-table,
  .dynex-table thead,
  .dynex-table tbody,
  .dynex-table th,
  .dynex-table td,
  .dynex-table tr {
    display: block;
  }
  
  .dynex-table tr {
    border: 1px solid #e5e7eb;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
  }
  
  /* Hide the header row on mobile since we'll show labels */
  .dynex-table tr.header-row {
    display: none;
  }
  
  .dynex-table td {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding: 12px 16px 12px 140px;
    text-align: left;
    background: white;
  }
  .dynex-table td.col-a {
  	font-weight: bold;
    background: #2896fa;
    color: #fff;
  }
  .dynex-table td:last-child {
    border-bottom: none;
  }
  
  
  /* Add dynamic labels using header content */
  .dynex-table td.col-b:before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 120px;
    font-weight: 600;
    color: #2896fa;
  }
  
  .dynex-table td.col-c:before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 120px;
    font-weight: 600;
    color: #2896fa;
  }
  
  .dynex-table td.col-d:before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 120px;
    font-weight: 600;
    color: #2896fa;
  }
}
.table-tab-content {
	display: none;
}
.table-tab-content.active {
	display: block;
}
.table-tab-content .dynex-table-wrap {
	margin-top: 0;
}
.table-tabs-wrap button:nth-of-type(1) {
	border-radius: 10px 0 0 0;
}
.table-tabs-wrap button {
    line-height: 40px;
    background: #d2e1f0;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.table-tabs-wrap button.active {
    background: #fff;
}

.table-tabs-wrap {
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    margin: 0 auto;
    text-align: left;
    display: flex
;
}