html {
    background: #f3f3f3;
}

section.mission-hero {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
    padding: 0;
    margin: 0;
}

section.mission-hero > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin: 0;
    padding: 0;
}

section.mission-hero > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: unset;
    padding: 0 32px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 75%, #f5f5f5 100%);
}

section.mission-hero > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 52px;
    -webkit-filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
}

section.mission-hero > content > titlewrap > img {
    position: relative;
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto 32px;
}

section.mission-hero > content > titlewrap > h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: center;
}








section.rtkn-satellite-hero {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
    min-height: 900px;
    padding: 0;
    margin: 0;
}

section.rtkn-satellite-hero > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin: 0;
    padding: 0;
}

section.rtkn-satellite-hero > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    padding: 0 32px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, #111111 100%);
}

section.rtkn-satellite-hero > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 32px auto 0;
    -webkit-filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
}

section.rtkn-satellite-hero > content > titlewrap > img {
    position: relative;
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto 32px;
}

section.rtkn-satellite-hero > content > titlewrap > h1 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
    color: #ffffff;
    text-align: center;
}

section.rtkn-satellite-hero > content > titlewrap > p {
    position: relative;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 1.55;
}









section.new-cards-carrusel {
    position: relative;
    display: block;
    width: 100%;
    padding: 25vh 0;
    background: #f5f5f5;
}

section.new-cards-carrusel > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    padding: 0 0 52px 0;
    margin: 0 auto;
    color: #ffffff;
}

section.new-cards-carrusel > titlewrap > h1,
section.new-cards-carrusel > titlewrap > h2,
section.new-cards-carrusel > titlewrap > h3,
section.new-cards-carrusel > titlewrap > h4,
section.new-cards-carrusel > titlewrap > h5,
section.new-cards-carrusel > titlewrap > h6 {
    position: relative;
    display: block;
    width: 100%;
    color: var(--accent-color);
}



cardcarrusel > content > row > * {
    position: relative;
    display: block;
    width: 100%;
    flex: 0 0 33.333%;
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(to top, #efefef, #e5e5e5) padding-box, linear-gradient(to top, #ffffff, #e0e0e0) border-box;
    overflow: hidden;
}

cardcarrusel > content > row > *::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    display: block;
    content: '';
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 1) 0%, transparent 75%);

}

cardcarrusel > content > row > *:not(:last-child) {
    margin-right: 16px;
}

cardcarrusel > content > row > * > imagewrap {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0;
}

cardcarrusel > content > row > * > imagewrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

cardcarrusel > content > row > * > textwrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px;
    color: #aaaaaa;
}

cardcarrusel > content > row > * > textwrap > h1,
cardcarrusel > content > row > * > textwrap > h2,
cardcarrusel > content > row > * > textwrap > h3,
cardcarrusel > content > row > * > textwrap > h4,
cardcarrusel > content > row > * > textwrap > h5,
cardcarrusel > content > row > * > textwrap > h6 {
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    margin: 0 0 16px;
}

cardcarrusel > content > row > * > textwrap > p {
    position: relative;
    display: block;
    width: 100%;
    color: #aaaaaa;
    margin: 0;
}


section.products-cards-carrusel {
    background: #ffffff;
}

section.products-cards-carrusel > titlewrap > h1 {
    color: var(--accent-color);
}

cardcarrusel > content > row > * p,
cardcarrusel > content > row > * > textwrap > p,
cardcarrusel > content > row > * > p.price {
    color: #666666;
}

cardcarrusel > content > row > * > specs > entry,
cardcarrusel > content > row > * > specs > entry:first-of-type {
    border-color: #d0d0d0;
}