
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


 
html {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html, body {
  height: 100%;
        
}

body {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
}


.global-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  pointer-events: none;
  background: url(../images/Back1.png) center center / cover no-repeat;
}

a, a:visited {
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}




a:hover, a:focus {
  color: #c6dc68;
}



h1, h2, h3, h4, h5, h6,
.h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "montserrat-bold", sans-serif;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}

h3, .h03, h4, .h04 {
  margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}

h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}
@media only screen and (max-width: 600px) {
  h1, .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}

h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.8rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-family: "librebaskerville-italic", serif;
}

strong, b {
  font-family: "librebaskerville-bold", serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "librebaskerville-italic", georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "librebaskerville-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}


ol {
  list-style: decimal;
}

ul {
  list-style: none;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6dc68;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #c6dc68;
}

dd {
  margin: 0 0 0 2rem;
}


button, .button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "librebaskerville-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #c6dc68;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #314450;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #c6dc68;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.section-intro h1 {
  font-family: "librebaskerville-bold", serif;
  font-size: 4.8rem;
  line-height: 1.375;
  color: #ffffff;
}
.section-intro h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8 rem;
  line-height: 1.667;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 1.2rem;
}
.section-intro .lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color: rgba(242, 242, 242, 0.1);
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }
  .section-intro .lead {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}
.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

.js .animate-this, .js .animate-intro {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}


header .header-logo {
  position: absolute;
  left: 32px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 200px;
  height: 200px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 200px 200px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}




#header-menu-trigger {
  display: block;
  position: fixed;
  right: 52px;
  top: 70px;
  height: 82px;
  width: 82px;
  line-height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger.opaque {
  background-color: transparent;
}
#header-menu-trigger.opaque .header-menu-text {
  background-color: transparent;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before, 
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}


#menu-nav-wrap {
  background: #314450;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 240px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: #c6dc68;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#menu-nav-wrap .nav-list {
  font-family: "montserrat-regular", sans-serif;
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
  line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.03);
}
#menu-nav-wrap .nav-list li a {
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  color: #c6dc68;
}
#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}

#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}

#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}

#menu-nav-wrap .header-social-list li a:hover, 
#menu-nav-wrap .header-social-list li a:focus {
  color: #c6dc68;
}

#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}

#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}

#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-nav-wrap .sponsor-text {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}

#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}


@media only screen and (max-width: 768px) {
  header .header-logo a {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}

.meteor-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
  z-index: 10;
  overflow: hidden;
}

.meteor-paths {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; 
  pointer-events: none;
}




.line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1); /* subtle line */
  overflow: hidden;
}

.left-line {
  left: 20%;
}

.right-line {
  left: 80%;
}

.meteor {
  position: absolute;
  top: -50px;
  left: -2px;
  width: 60px;
  height: 30px;
  background: linear-gradient(to bottom, #c6dc68, transparent);
  opacity: 0.8;
  animation: dropMeteor 3s linear infinite;
}
.line .dark {
  background: linear-gradient(to bottom, #222, transparent);
}

@keyframes dropMeteor {
  0% {
    transform: translateY(-50px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(110vh);
    opacity: 0;
  }
}



 #home {
  width: 100%;
  height: 100%;
  background-color: #314450; 
  position: relative;
  min-height: 804px;
  overflow: hidden; 
  z-index: 1;
}
  
#home video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.8; 
}
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #314450;
}

.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  padding-bottom: 15rem;
}
.home-content-tablecell h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
.home-content-tablecell h1 {
  font-family: "montserrat-bold", serif;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1.133;
  color: #FFFFFF;
}
.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}


 .animate-intro-override {
    position: absolute;
    width: -webkit-fill-available;
    height: auto;
    z-index: 1;
    top: 165px;
    left: 7px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    color: #c6dc68 !important;
}  


.home-content-table .col-twelve{
  position: relative;
}


.animate-intro-override{
  position: absolute;
  top: 4px;
  left: 2px;
  width: 100%;          
  height: auto;
  z-index: 1;
  pointer-events: none;  
  
  -webkit-text-stroke: 2px #c6dc68;
  -webkit-text-fill-color: transparent;
  color: transparent;    
}




 .home-social-list {
  position: fixed;
  left: 48px;
  bottom: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.home-social-list li {
  padding-left: 0;
}
.home-social-list li a, .home-social-list li a:visited {
  color: #ffffff;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #c6dc68;
}

.scrolldown {
  position: absolute;
  bottom: 30px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #c6dc68 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}


@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
  .home-content-tablecell h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
  .home-content-tablecell h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .home-content-tablecell h1 {
    font-size: 5.2rem;
  }
  .home-content-tablecell h1 br {
    display: none;
  }

  .home-social-list {
    left: 36px;
    bottom: 30px;
    font-size: 2.1rem;
  }
  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #home {
    min-height: 702px;
  }

  .home-content-tablecell .row {
    max-width: 480px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    max-width: 420px;
  }
  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.2rem;
  }

  .home-social-list {
    left: 30px;
    bottom: 30px;
    font-size: 1.8rem;
  }
  .home-social-list::before {
    height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  #home {
    min-height: 654px;
  }

  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }
  .home-content-tablecell h1 {
    font-size: 3.6rem;
  }
}




 .about-section {
  padding: 5rem 5%;
  background-color: transparent; 
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
#about .lead {
  font-family: "librebaskerville-bold", serif;
  font-size: 3rem;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 6rem;
  flex: 1;
  padding-left: 0.1rem;
  
  
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image img.floating-image {
  width: 450px; 
  animation: floatUpDown 3s ease-in-out infinite;
}

.about-text {
  flex: 1;
  text-align: left;
  color: #fff;
}

.about-text h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-align:left;
}

.about-text p {
  font-size: 1.6rem;
  line-height: 2rem;
}



@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}



@media only screen and (max-width: 1024px) {
  #about {
    min-height: 636px;
  }
  #about .about-wrap {
    max-width: 800px;
  }
  #about .lead {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #about .about-wrap {
    max-width: 720px;
  }
  #about .lead {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #about h3 {
    font-size: 1.7rem;
  }
  #about .about-wrap {
    max-width: 600px;
  }
  #about .lead {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #about {
    min-height: auto;
  }
  #about .about-wrap {
    max-width: 500px;
  }
  #about .lead {
    margin-top: 4.8rem;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 500px) {
  #about h3 {
    font-size: 1.5rem;
  }
  #about .lead {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #about {
    padding: 4.2rem 0 9.6rem;
  }
  #about .about-wrap {
    max-width: 380px;
  }
  #about .lead {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }

  .about-image img {
    width: 200px;
  }
}



#services {
  min-height: 800px;
  position: relative;
  padding: 5rem 0 5rem;
  color: #ffffff;
}
#services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;

}
#services .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem; 
}

.bgrid.service-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1rem;
  width: 45%; 
  min-height: 300px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  padding-bottom: 8rem; 

}

.bgrid.service-item:hover {
  transform: translateY(-8px);
}
.services-list .service-item:nth-last-child(1):nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}
.service-btn {
  margin-top: 2rem;     
  margin-bottom: 1rem;  
  align-self: center;   
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  background: #314450;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;  
}

.service-btn:hover {
  background-color: #c6dc68;
  color: #314450;
}
.bgrid .icon {
  font-size: 3rem;
  margin-top: 3rem;
}

#services .section-intro h3 {
  color: #ffffff;
}
#services .section-intro h1 {
  color: #FFFFFF;
}
#services .section-intro .lead {
  color: #ffffff;
}
#services .services-content {
  text-align: center;
  max-width: 1040px;
}
#services .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#services .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
  padding-bottom: 15px;
}
#services .services-list .service-item p {
  color: #ffffff;
}
#services .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#services .services-list .icon i {
  font-size: 5.4rem;
  color: #c6dc68;
}
#services .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}


@media only screen and (max-width: 1024px) {
  #services .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #services .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #services {
    padding: 12rem 0 12rem;
  }
  #services .services-content {
    max-width: 550px;
  }
  #services .services-list .service-item {
    padding: 0 15px;
  }
  #services .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #services .services-list .service-item {
    padding: 0 10px;
  }
  #services .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #services .services-list .service-item {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .bgrid.service-item {
    width: 100%;
  }
}


#portfolio {
  background: transparent;
  min-height: 800px;
  position: relative;
  padding: 0;
}
#portfolio .intro-wrap {
  padding: 15rem 0 21rem;
  background-color: transparent;
  

}


#portfolio .section-intro h3 {
  color: #ffffff;
}
#portfolio .section-intro h1 {
  color: #FFFFFF;
}
#portfolio .section-intro .lead {
  color: #ffffff;
}
#portfolio .portfolio-content {
  margin-top: -22.2rem;
}
#portfolio .bricks-wrapper:before, 
#portfolio .bricks-wrapper:after {
  content: "";
  display: table;
}
#portfolio .bricks-wrapper:after {
  clear: both;
}
#portfolio .bricks-wrapper .brick {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
  clear: both;
}


.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
}
.bricks-wrapper .item-wrap .overlay {
  cursor: zoom-in;
}
.bricks-wrapper .item-wrap .overlay img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap .overlay::before {
  content: "";
  display: block;
  background: #314450;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.bricks-wrapper .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}
.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.364;
}
.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}
.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}
.bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #ffffff;
}
.bricks-wrapper .item-wrap .item-text, .bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}
.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-wrapper .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


.lg-sub-html {
  padding: 12px 20% 15px;
}
.lg-sub-html a, .lg-sub-html a:visited {
  color: #c6dc68;
}
.lg-sub-html a:hover, .lg-sub-html a:focus {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lg-sub-html {
    padding: 12px 15% 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lg-sub-html {
    padding: 12px 40px 15px;
  }
}

.lg-sub-html h4 {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.333;
}

.lg-sub-html p {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: .6rem 0 0;
  color: #ffffffff;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #c6dc68;
}

.lg-progress-bar .lg-progress {
  background-color: #FFFFFF;
}

#lg-counter {
  font-family: "montserrat-regular", sans-serif;
}


@media only screen and (max-width: 768px) {
  #portfolio .intro-wrap {
    padding: 12rem 0 21rem;
  }
}
@media only screen and (max-width: 600px) {
  #portfolio .bricks-wrapper .brick {
    float: none;
    width: 100%;
  }

  .bricks-wrapper .item-wrap .item-text .folio-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}


#clients {
  background-color: #e9eaea;
  padding: 4.8rem 0 4.8rem;
}
#clients .client-lists .owl-item {
  opacity: .6;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#clients .client-lists .owl-item:hover {
  opacity: 1;
}
#clients .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: #314450;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  background: #314450;
  color: #FFFFFF;
  text-decoration: none;
}
#clients .owl-carousel .owl-nav .disabled {
  background: #314450;
  cursor: default;
}
#clients .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#clients .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
#clients .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #314450;
}



#contact {
   background-color: transparent; 
   padding: 12rem 0 12rem;
   position: relative;
}


.contact-content {
  max-width: 1024px;
  margin-top: 3rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}
.contact-content h5 {
  color: #FFFFFF;
  margin-bottom: 5.4rem;
}
.contact-content h6 {
  color: #ffffff;
  font-size: 1.4rem;
}



#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

#contact .col-twelve{
  display: grid;
  place-items: center;
  gap: 1.4rem;          
}

.hero-video{
  width: min(92vw, 1000px);
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  object-fit: cover;   
  border-radius: 12px;  
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}



.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 600px;
    text-align: center;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}


footer {
  margin: 0 0 5.4rem 0;
  padding-top: 3rem;                       
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  background-color: #314450;              
}

footer a,
footer a:visited { color: #ffffff; }
footer a:hover,
footer a:focus { color: #c6dc68; }

#footer .row {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;                          
  flex-wrap: wrap;
  align-items: flex-start;                
  gap: 0;
}

#footer .footer-about   { flex: 0 0 41.666%; }
#footer .footer-social  { flex: 0 0 25%; }
#footer .footer-contact { flex: 0 0 33.333%; }

@media (max-width: 900px) {
  #footer .footer-about,
  #footer .footer-social,
  #footer .footer-contact {
    flex: 0 0 100%;
  }
}

footer h4.h05 {
  color: #ffffff;
  position: relative;
  padding-bottom: 0;                       
  margin-bottom: 0;                       
}

.footer-head {
  display: inline-flex;
  align-items: center;
  min-height: 44px;                       
  margin: 0 0 1.2rem 0;                   
  padding: 0 0 1.2rem 0;                   
  position: relative;
}

.footer-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.18);
}

.footer-main {
  padding-top: 4rem;                      
  padding-bottom: 2rem;
}

.footer-about p {
  margin-top: .6rem;                      
}

.footer-main ul {
  font-size: 1.5rem;
  margin: 0;                              
  padding: 0;
  list-style: none;
}
.footer-main ul li { padding-left: 0; }

.footer-main ul a,
.footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main ul a:hover,
.footer-main ul a:focus {
  color: #c6dc68;
}

.footer-social .list-links li { margin: .35rem 0; }

.footer-contact .contact-list { margin: 0; padding: 0; }
.footer-contact .contact-list li { margin: .35rem 0; }
.footer-contact .contact-list a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer-contact .contact-list a:hover { color: #c6dc68; }

.footer-divider-logo {
  display: grid;
  place-items: center;
  padding: 1.2rem 0 2.2rem;                
}
.footer-divider-logo img {
  display: block;
  max-width: clamp(120px, 18vw, 200px);    
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.25));
}

.footer-bottom {
  margin-top: 0;                           
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  padding: 1.2rem 0 2.4rem;             
}

.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: #ffffff;
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}







#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #314450;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
  background: #314450;
  color: #888;
}
#go-top a:hover, #go-top a:focus {
  background: #314450;
  color: #FFFFFF;
}


@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;
  }
  .footer-main .row {
    max-width: 480px;
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}


.About-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.About-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}
.About-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  padding-bottom: 15rem;
}

.About-content-tablecell h1 {
  font-family: "montserrat-bold", serif;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1.133;
  color: #c6dc68;
}

.typewriter {
  font-size: 3.2rem;
  font-weight: 300; 
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #c6dc68;
  width: 29ch; 
  animation: typing 6s steps(24) 2s infinite, blink-caret 2s step-end infinite;
  text-transform: none;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 24ch;
  }
  100% {
    width: 0;
  }
}

@keyframes blink-caret {
  0%, 100% { border-color: transparent; }
  50% { border-color: #c6dc68; }
}
@media (max-width: 640px){
  .typewriter{
    font-size: 2.2rem;
  }
}

.team-orbit{
  --sun:    clamp(160px, 20vmin, 320px);   
  --size:   clamp(90px,  12vmin, 180px);  
  --gap:    clamp(12px,  2vmin, 32px);     
  --duration: 54s;                        

  --base-radius: clamp(220px, 28vmin, 520px);

  --minradius: calc((var(--sun) * 0.5) + (var(--size) * 0.5) + var(--gap));

  --viewport-cap: calc((min(100vw, 100vh) - var(--size)) / 2 - 8px);

  --radius: clamp(var(--minradius), var(--base-radius), var(--viewport-cap));

  padding: 2rem 1rem 6rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

.team-title{
  margin: 0 0 2rem;
  font-weight: 800;
  font-size: clamp(2.2rem, 1.4rem + 2.6vw, 5.6rem);
  line-height: 1.1;
  color: #c6dc68;
  text-align: center;
}

.orbit{
  position: relative;
  width:  calc(var(--radius) * 2 + var(--size));
  height: calc(var(--radius) * 2 + var(--size));
  box-sizing: content-box;
}

.center-logo{
  position: absolute;
  left: 55%;
  top: 55%;
  transform: translate(-50%, -50%); 
  z-index: 3;
  pointer-events: none;
}
.center-logo img{
  width:  var(--sun);
  height: var(--sun);
  object-fit: cover;
  border-radius: 50%;
  padding: 12px;
  filter: drop-shadow(0 18px 34px rgba(198,220,104,.35));
}

.carousel{
  position: absolute;
  left: 50%;
  top: 50%;
  width:  calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  transform: translate(-50%, -50%);    
  transform-origin: 50% 50%;
  animation: orbit-spin var(--duration) linear infinite;
  will-change: transform;
}
@keyframes orbit-spin{
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.orbit:hover .carousel,
.orbit:focus-within .carousel,
.orbit:hover .member img,
.orbit:hover .member .info,
.orbit:focus-within .member img,
.orbit:focus-within .member .info{
  animation-play-state: paused;
}

.member{
  --angle: calc(var(--i) * (360deg / var(--count)));

  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--size);
  height: var(--size);

  transform:
    rotate(var(--angle))
    translateX(var(--radius))
    translate(-50%, -50%);
  transform-origin: center;

  text-decoration: none;
  outline: none;

  animation: none;
}

.member img,
.member .info{
  transform-origin: center;
  animation: keep-upright var(--duration) linear infinite;
  will-change: transform;
}
@keyframes keep-upright{
  from { transform: rotate(calc(-1 * var(--angle))); }
  to   { transform: rotate(calc(-360deg - var(--angle))); }
}

.member img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  transition: filter .28s ease;
}

.member .info{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.member .info strong{ display:block; font-weight:800; font-size:.95rem; }
.member .info em{ display:block; font-style:normal; opacity:.9; font-size:.85rem; }

.member:hover img,
.member:focus img{ filter: blur(3px) brightness(.85); }
.member:hover .info,
.member:focus .info{ opacity: 1; }

@media (max-width: 360px){
  .team-orbit{ --gap: 8px; }
}



.banner{
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.banner .slider{
  position: absolute;
  width: 200px;
  height: 250px;
  top: 30%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 90s infinite linear;
}

@keyframes autoRun {
  from {
    transform: perspective(1000px)  rotateY(0deg);
  }
  to {
    transform: perspective(1000px)  rotateY(360deg);
  }
}

.banner .slider .item {
  position: absolute;
  inset: 0 0 0 0;
  transform: rotateY(calc((var(--position) - 1) * (360deg / var(--quantity))))
  translateZ(550px);
}

.banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10%;
}



.banner:hover .slider,
.banner:focus-within .slider {
  animation-play-state: paused;
}

.banner .slider .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10%;
  overflow: hidden;      
  cursor: pointer;
}

.banner .slider .item img {
  object-fit: fill;     
}



:root{
  --accent: #c6dc68;
  --card-radius: 14px;
  --card-border: 1px solid rgba(0,0,0,.06);
  --card-shadow: 0 10px 26px rgba(0,0,0,.12);
  --card-shadow-hover: 0 16px 42px rgba(0,0,0,.16);
  --outer-gap: clamp(24px, 6vw, 64px);
  --grid-gap: clamp(16px, 3vw, 28px);
  
}

.video-section { padding: var(--outer-gap) 0; }
.video-section .container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px,4vw,40px); }
.video-title{
  margin: 0 0 1rem 0;
  font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.6rem);
  color: var(--accent);
}

.video-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--grid-gap);
}
.video-card{
  background: #fff;
  border: var(--card-border);
  border-top: 3px solid var(--accent); 
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  display: grid;
}
.video-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}
.video-card:nth-child(2n){ transform: translateY(4px); }
.video-card:nth-child(3n){ transform: translateY(8px); }
.video-card:nth-child(2n):hover,
.video-card:nth-child(3n):hover{ transform: translateY(-4px); }

.video-media{
  position: relative;
  aspect-ratio: 16 / 9;   
  background: #000;      
}
.card-video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;      
  display: block;
  cursor: pointer;
}

.video-meta{
  padding: 12px 14px 16px;
}
.video-meta h3{
  margin: 0;
  font-size: 1.05rem;
  color: #0f1720;
}

.video-section + *{ margin-top: var(--outer-gap); }


.video-grid{
  gap: clamp(8px, 2vw, 16px);
}

.video-link{
  display: block;
  border-radius: var(--card-radius, 14px);
  overflow: hidden;
}

.video-media{
  position: relative;
  aspect-ratio: 16 / 9;   
  background: #000;
}
.card-video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}


.video-link{ display:block; border-radius: var(--card-radius,14px); overflow:hidden; }

.card-video{ pointer-events: none; }     

.video-grid{ gap: clamp(8px, 2vw, 14px); }

:root{
  --video-card-min: 420px;   
}

.video-section .container{
  max-width: 100px;         
}

.video-grid{
  grid-template-columns: repeat(auto-fit, minmax(var(--video-card-min), 1fr));
  gap: clamp(12px, 2vw, 20px);  
}

.video-media{
  aspect-ratio: 16 / 10;     
}

@media (max-width: 640px){
  :root{ --video-card-min: 320px; }
}




   :root{
  --page-gap: clamp(16px, 4vw, 48px);
  --viewer-min: 500px;     
  --viewer-vw: 70vw;       
  --viewer-max: 900px;  
  --card-radius: 14px;
}



#content.pdf-host {
  flex: 1;
  padding: var(--page-gap);
  background: transparent;       
  box-sizing: border-box;
  display: grid;
  place-items: center;            
}

.viewer-card {
  width: clamp(var(--viewer-min), var(--viewer-vw), var(--viewer-max));
  aspect-ratio: 1 / 1.414;       
  height: auto;
  border-radius: var(--card-radius);
  overflow: hidden;               
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  background: #fff;               
  position: relative;
}

#pdfObject {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.viewer-fallback {
  display: none;
  position: absolute;
  inset: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 15px;
}
.viewer-card.error #pdfObject { display: none; }
.viewer-card.error .viewer-fallback { display: grid; }

@media (max-width: 900px){
  :root{
    --viewer-min: 0px;   
    --viewer-vw: 92vw;
    --viewer-max: 980px;
  }
  .viewer-card{
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
  }
}
@media (max-width: 420px){
  :root{ --viewer-vw: 96vw; }
  .viewer-card{
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
  }
}



.contact-form {
  margin: clamp(24px, 6vw, 64px) 0;  
}
.contact-form .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px); 
}

.contact-form .main {
  display: grid;
  grid-template-columns: 1.15fr 1fr; 
  gap: 0;                             
  align-items: stretch;
}

.service-box,
.form-vedio {
  background: #314450;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

.form-vedio {
  border-right: 0;                    
  border-radius: 14px 0 0 14px;       
  position: relative;
  min-height: 320px;                
  overflow: hidden;                  
}
.content.service-box {
  border-left: 0;                     
  border-radius: 0 14px 14px 0;       
  padding: clamp(16px, 2.4vw, 28px);
  display: grid;
  gap: 12px;
  align-content: start;
  border-top: 3px solid #c6dc68;
}

.form-vedio > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}

.content h2 {
  margin: 0 0 .25rem 0;
  font-size: clamp(1.6rem, 1.1rem + 1.2vw, 2.2rem);
  line-height: 1.15;
  color: #c6dc68;
  text-align: center;
}
.content p { 
  margin: 0 0 .75rem 0;
   color: #fff; 
   line-height: 35px;
   }

.content .info-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .4rem;
  text-align: center;
  line-height: 50px;
}
.content .info-list a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(15,23,32,.25);
}
.content .info-list a:hover {
  border-bottom-color: #c6dc68;
}

.content .btn.email-btn {
  display: inline-block;
  padding: .8rem 1.1rem;
  border-radius: 999px;
  background: #c6dc68;
  color: #314450;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(198,220,104,.35);
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  text-align: center;
}
.content .btn.email-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(198,220,104,.45);
}
.content .btn.email-btn:active { transform: translateY(0); opacity: .95; }

@media (max-width: 820px) {
  .contact-form .main {
    grid-template-columns: 1fr 1fr; 
  }
}
@media (max-width: 600px) {
  .contact-form .main {
    grid-template-columns: 1fr;     
  }
  .form-vedio {
    border-radius: 14px 14px 0 0;
    border-right: 1px solid rgba(0,0,0,.06);
    border-bottom: 0;
    min-height: 220px;
  }
  .content.service-box {
    border-left: 1px solid rgba(0,0,0,.06);
    border-radius: 0 0 14px 14px;
    border-top: 3px solid #c6dc68; 
  }
}


.image-cards { padding: clamp(28px, 6vw, 72px) 0; }
.image-cards .container { max-width: 1400px; margin: 0 auto; padding: 0 clamp(16px,4vw,40px); }
.section-title{
  margin: 0 0 clamp(16px, 2vw, 28px);
  font-size: clamp(2rem, 1.2rem + 2.2vw, 3rem);
  line-height: 1.1;
  color: #c6dc68; 
  text-align: center; 
}

.cards-grid.two-up{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

@media (max-width: 780px){
  .cards-grid.two-up{ grid-template-columns: 1fr; }
}

.img-card .img-wrap{
  aspect-ratio: 16 / 9;           
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-top: 3px solid #c6dc68;   
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
.img-card .img-wrap > img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.img-card:hover .img-wrap > img{ filter: blur(2px) brightness(.75); transform: scale(1.04); transition: .25s; }
.img-caption{ position:absolute; inset:0; display:grid; place-items:center; opacity:0; transform:translateY(6px); transition:.22s; pointer-events:none; }
.img-card:hover .img-caption{ opacity:1; transform:translateY(0); }
.img-link{
  pointer-events:auto; text-decoration:none; font-weight:700; color:#1a2400;
  background: rgba(198,220,104,.96); padding:.65rem 1rem; border-radius:999px;
  border:1px solid rgba(0,0,0,.08); box-shadow:0 6px 18px rgba(198,220,104,.35);
}


.image-cards .container{
  max-width: 1100px;     
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

.image-cards .cards-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1vw, 14px);
}

@media (max-width: 780px){
  .image-cards .cards-grid{ grid-template-columns: 1fr; }
}

.img-card .img-wrap{
  aspect-ratio: 16 / 9;          
}



.image-cards { padding: clamp(28px, 6vw, 72px) 0; }
.image-cards .container { max-width: 1100px; margin: 0 auto; padding: 0 clamp(16px,4vw,32px); }
.section-title{
  margin: 0 0 clamp(16px, 2vw, 28px);
  font-size: clamp(2rem, 1.2rem + 2.2vw, 3rem);
  line-height: 1.1;
  color: #c6dc68;           
  text-align: center;      
}

.image-cards .cards-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}

@media (max-width: 780px){
  .image-cards .cards-grid{ grid-template-columns: 1fr; }
}

.image-cards .img-card{
  display: block;
  text-decoration: none;
  color: inherit;
}

.image-cards .img-wrap{
  position: relative;
  aspect-ratio: 4 / 5;                    
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-top: 3px solid #c6dc68;           
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.image-cards .img-card:hover .img-wrap{
  transform: translateY(-4px);
  box-shadow: 0 16px 42px rgba(0,0,0,.16);
}

.image-cards .img-wrap > img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: filter .25s ease, transform .25s ease;
}
.image-cards .img-card:hover .img-wrap > img{
  filter: blur(2px) brightness(.75);
  transform: scale(1.04);
}

.image-cards .img-caption{
  position: absolute; inset: 0;
  display: grid; place-items: center;
  opacity: 0; transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
.image-cards .img-card:hover .img-caption,
.image-cards .img-card:focus-within .img-caption{
  opacity: 1; transform: translateY(0);
}
.image-cards .img-title{
  pointer-events: auto;
  display: inline-block;
  background: rgba(198,220,104,.96);
  color: #314450;
  font-weight: 700;
  padding: .65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 18px rgba(198,220,104,.35);
}


.image-cards .cards-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}

.image-cards .cards-grid > .img-card:last-child:nth-child(2n+1){
  grid-column: 1 / -1;       
  justify-self: center;       
  width: min(520px, 100%);    
}

@media (max-width: 780px){
  .image-cards .cards-grid{ grid-template-columns: 1fr; }
  .image-cards .cards-grid > .img-card:last-child:nth-child(2n+1){
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}


:root{
  --accent: #c6dc68;
  --border: #757b7e;
  --tabs-h: 3.25rem;                
  --fs-tab: clamp(2.4rem, 2rem + 1.2vw, 2.4rem);
  --panel-max: 70ch;                   
}

.widget{
  width: min(100%, 900px);
  max-width: 100%;
  padding: clamp(12px, 2.4vw, 20px);
  margin: clamp(16px, 4vw, 40px) auto;
  border-radius: 1rem;
  background: transparent;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025);
}


.tabs{
  --tab-count: 4;
  --active: 0;

  position: relative;
  isolation: isolate;
  display: grid;                       
  grid-template-columns: repeat(var(--tab-count), 1fr);
  align-items: end;
  height: var(--tabs-h);
  border-bottom: 1px solid var(--border);
  gap: clamp(6px, 1vw, 12px);
}

.tabs input{ display:none; }

.tabs label{
  display:flex; justify-content:center; align-items:center;
  font-size: var(--fs-tab);
  font-weight: 700;
  line-height: 1;
  padding: .5rem .75rem .35rem;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  transition: color .25s ease;
}

.tabs input:checked + label{ color: var(--accent); }

.tabs::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% / var(--tab-count));
  height: 3px;
  background: var(--accent);
  transform: translateX(calc(var(--active) * 100%));
  transition: transform .3s ease, width .3s ease;
  z-index: 1;
}

.tabs:has(input:checked:nth-of-type(1)){ --active: 0; }
.tabs:has(input:checked:nth-of-type(2)){ --active: 1; }
.tabs:has(input:checked:nth-of-type(3)){ --active: 2; }
.tabs:has(input:checked:nth-of-type(4)){ --active: 3; }

.tab-content{
  padding: clamp(12px, 2.4vw, 20px) 0 0;
}

[class*="tab-content-"]{ display:none; }

.widget:has(input:checked:nth-of-type(1)) .tab-content-1,
.widget:has(input:checked:nth-of-type(2)) .tab-content-2,
.widget:has(input:checked:nth-of-type(3)) .tab-content-3,
.widget:has(input:checked:nth-of-type(4)) .tab-content-4{
  display:block;
}

.tab-content p{
  max-width: var(--panel-max);
  margin: 0 auto;
  font-size: clamp(2rem, .95rem + .4vw, 1.1rem);
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 768px){
  :root{ --tabs-h: 2.9rem; }
  .tabs{ gap: 8px; }
  .tabs label{ padding: .45rem .6rem .3rem; }
  .tab-content p{ font-size: clamp(.98rem, .9rem + .5vw, 1.05rem); }
}

@media (min-width: 1200px){
  :root{ --panel-max: 80ch; }
  .widget{ width: min(100%, 1000px); }
}





:root{
  --accent: #c6dc68;
  --container-max: 1100px;
  --side-pad: clamp(16px, 4vw, 40px);
}

.content-section{
  padding: clamp(28px, 6vw, 80px) 0;
}
.content-section .container{
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--side-pad);
}

.section-title{
  margin: 0;
  text-align: center;
  font-size: clamp(2.4rem, 2.2rem + 2.2vw, 3rem);
  line-height: 1.15;
  color: var(--accent);
}
.section-divider{
  border: 0;
  height: 2px;
  width: clamp(80px, 10vw, 140px);
  margin: clamp(10px, 1.6vw, 18px) auto clamp(18px, 2.4vw, 28px);
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.section-body > p{
  margin: 0 auto clamp(18px, 2.4vw, 28px);
  max-width: 70ch;
  font-size: clamp(2.4rem, .95rem + .4vw, 2.125rem);
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}

.section-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.4vw, 24px);
  max-width: 70ch;
  margin: 0 auto;
}
.section-grid .item h3{
  margin: 0 0 .35rem;
  font-size: clamp(1.05rem, 1rem + .5vw, 1.35rem);
  color: #ffffff; 
}
.section-grid .item p{
  margin: 0;
  color: rgba(255,255,255,.85); 
  line-height: 1.6;
}

@media (min-width: 900px){
  .section-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}




.video-section .container{
  max-width: 1200px !important;   
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 24px);
  width: 100%;
}

.tab-content .video-section .container{
  max-width: 1200px !important;
}

.video-section .video-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(340px, 1fr)); 
  gap: clamp(12px, 2vw, 20px);
  justify-content: center;
  align-items: stretch;
}

.video-section .video-card{
  width: auto !important;
  float: none !important;
  flex: initial !important;
  min-width: 0;
}

.video-section .video-media{
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 240px;              
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.video-section .card-video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;           
}

@media (max-width: 780px){
  .video-section .video-grid{
    grid-template-columns: 1fr;
  }
}



.widget .card-video { pointer-events: auto !important; cursor: pointer; }





:root{
  --accent: #c6dc68;
  --container-max: 1100px;
  --gap: clamp(14px, 2.4vw, 24px);
  --radius: 14px;
}


.link-cards{ padding: clamp(28px, 6vw, 72px) 0; }
.link-cards .container{
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}


.link-cards .cards-grid.two-up{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}


@media (max-width: 780px){
  .link-cards .cards-grid.two-up{ grid-template-columns: 1fr; }
}


.link-cards .card{
  display: block;
  text-decoration: none;
  color: inherit;
}


.link-cards .card-media{
  position: relative;
  aspect-ratio: 16 / 9;              
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;                  
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.16);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.link-cards .card-media > img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, filter .25s ease;
}

.link-cards .card:hover .card-media,
.link-cards .card:focus-visible .card-media{
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
  border-color: var(--accent);
}
.link-cards .card:hover img,
.link-cards .card:focus-visible img{
  transform: scale(1.04);
  filter: brightness(.95);
}

.link-cards .card:focus-visible{
  outline: 3px solid var(--accent);
  outline-offset: 4px;
  border-radius: calc(var(--radius) + 4px);
}




