body {font-family: var(--font);padding:0;margin:0;font-size: 16px;line-height: 1.5;color: var(--c-dark);-webkit-font-smoothing: antialiased;}
input, textarea, button {border-radius: 0;-webkit-appearance:none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
nav ul{list-style: none;padding: 0;margin: 0;}
::selection {color: var(--c-dark);background: var(--c-accent);}
::-moz-selection {color: var(--c-dark);background: var(--c-accent);}
::-webkit-scrollbar{background:var(--c-dark);width:10px;}
::-webkit-scrollbar-thumb{background: var(--c-accent);}
a {text-decoration:none;outline: none;color: var(--c-accent);}
img{border:0;display: flex;}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom: 20px;}
h1{font-size:66px;}
h2{font-size:53px;}
h3{font-size:48px;}
h4{font-size:24px;}
h5{font-size:18px;}
h6{font-size:16px;}
p{margin:0;}
/*--grid classes---*/
.row {display: flex;flex-wrap: wrap;}
.row-reverse {display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.flex-row-center{display: flex;justify-content: center;}
.hide-mobile{display:flex;}
.hide-desktop{display:none;}
 
.btn-primary{font-size: 12px;max-width: fit-content;min-width: 180px;width: auto;display: flex;background-color: var(--c-accent);border-radius: 35px;padding: 1% 0;color: white;transition: all .4s ease;letter-spacing: 1px;font-weight: bold;text-transform: uppercase;transition: var(--transitions);justify-content: center;gap: 20px;position: relative;z-index: 99;}
.btn-primary:hover {box-shadow: 10px 10px 40px -10px var(--c-accent);cursor: pointer;letter-spacing: 2px;color: #fff;}
ul.styled-list,.hp-bottom .items ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
ul.styled-list li:before,.hp-bottom .items ul li:before{ content: ""; width: 3px; height: 3px; background-color: var(--c-accent); border-radius: 50%; margin-block-start: 12px; }
.hp-bottom .items ul li::marker {
    color: var(--c-accent);
}
.bg-img-settings{background-repeat: no-repeat;background-size: cover; background-position: center;}
.responsive-img{max-width: 100%;height: auto;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.to-right-auto{margin-left: auto;}
.to-left-auto{margin-right: auto;}
.hand{cursor:pointer;}
.t-b{font-weight:bold;}
.t-m{font-weight:500;}
.t-l{font-weight:300;}
.t-nob{font-weight:normal;}
.t-i{font-style: italic;}
.t-u{text-decoration:underline;}
.t-nou{text-decoration:none;}
.t-upper{text-transform: uppercase;}

.c-accent { color: var(--c-accent); }
.c-black { color: var(--c-dark); }
.bg-dark2{background-color: var(--c-dark2);}
.bg-grey{background-color: var(--c-grey); }
.bg-blue{ background-color: var(--c-accent); }
.hide{display:none;}
.grid {width: 100%;margin: 0 auto;max-width: var(--grid);}
/*---animation calsses---*/
.anim-target{/*a dummy class to target element in DOM*/}
.anim-general-transition{transition-property: transform,opacity;transition-timing-function: cubic-bezier(.175,.885,.32,1.175);transition-duration: 0.75s;}
.anim-delay-100{transition-delay: .1s;}
.anim-delay-200{transition-delay: .2s;}
.anim-delay-300{transition-delay: .3s;}
.anim-delay-400{transition-delay: .4s;}
.anim-delay-500{transition-delay: .5s;}
.anim-delay-600{transition-delay: .6s;}
.anim-delay-700{transition-delay: .7s;}
.anim-delay-800{transition-delay: .8s;}
.anim-delay-900{transition-delay: .9s;}
.anim-delay-1000{transition-delay: 1s;}
.anim-from-left{transform: translate(-20%,0);opacity: 0;}
.anim-from-right{transform: translate(20%,0);opacity: 0;}
.anim-from-top{transform: translate(0,-20%);opacity: 0;}
.anim-from-bottom{transform: translate(0,35%);opacity: 0;}
.anim-flip-y{transform: perspective(2500px) rotateY(-100deg);opacity: 0;}
.anim-to-zero{transform: translate(0,0);opacity: 1;}
.flip-to-zero{transform:perspective(2500px) rotateY(0);opacity: 1;}
/*--heaer--*/
.header {box-shadow: 0 5px 20px 0 rgb(0 0 0 / 9%);position: fixed;width: 100%;inset-inline-start: 0;inset-block-start: 0;z-index: 9999;display: flex;justify-content: center;height: var(--header-height);transition: background .4s ease, opacity 0.8s;border-bottom: 1px solid rgba(236, 242, 247, 0.14);align-items: center;}
.header-menu-wrapper {max-width: fit-content;width: 100%;display: flex;height: 100%;align-items: center;}
.menu-top-menu-container {width: 100%;}
.header-logo-wrapper {max-width: 100px;width: 100%;display: flex;align-items: center;inset-inline-start: 40px;position: absolute;}
.header-logo {max-width: 100%;}
.header-nav {display: flex;align-items: center;height: fit-content;width: 100%;gap: 30px;text-transform: uppercase;}
.menu-top-nav-container {height: 100%;}
.header-nav>li {position: relative;height: 100%;display: flex;align-items: center;border-bottom: 3px solid transparent;}
.header-nav .sub-menu li:hover, .header-nav>li.current-menu-item {border-color: var(--c-accent);}
.header-nav>li>.sub-menu {display: none;position: absolute;width: max-content;background-color: rgb(0 0 0 / 90%);border: 2px solid var(--c-blue);box-shadow: 0 0 20px rgb(18 65 180 / 50%);padding: 10px 20px;top: 40px;}
.header-nav>li.menu-item-has-children:hover > .sub-menu {display: block;}
.header-nav>li.menu-item-has-children:before {content: "";position: absolute;width: 100%;height: 40px;top: 5px;}
.header > .grid > .row {height: 100%;}
.header > .grid {display: flex;justify-content: flex-end;height: 100%;}
.header .header-menu-wrapper  .header-nav>li.current-menu-item>a { color: var(--c-accent); font-weight: bold; }
.header-menu-wrapper li a { color: white; font-size: 12px; letter-spacing: 1.9px; font-weight: 300; height: 100%; transition: var(--transitions); backdrop-filter: drop-shadow(1px 1px 1px #23272BBF); display: flex; align-items: center; }
 /*--hp--*/
img.rm-arrow { max-width: 15px; }
.hp-video-wrapper {display: flex;align-items: flex-end;justify-content: flex-end;flex-direction: column;position: relative;min-height: 39vw;height: 39vw;background-color: var(--c-dark);}
.hp-video-wrapper video {position: absolute;inset-inline-start: 0;inset-block-start: 0;object-fit: cover;max-width: 100%;min-width: 100%;height: 100%;z-index: 0;overflow: hidden;}
.header-nav>li:hover { color: var(--c-accent); border-color: var(--c-accent); }
.header .header-logo { filter: brightness(200); }
.header.scroll { background-color: white; }
.header.scroll .header-logo { filter: brightness(1); }
.header.scroll .header-menu-wrapper li a { color: var(--c-dark); }
.hp-video-wrapper .text { font-size: 66px; line-height: 152%; font-weight: bold; position: relative; letter-spacing: 2px; color: white; max-width: 1100px; }
.hp-video-wrapper .btn-primary {margin-block-end: 100px;margin-block-start: 55px;}
.hp-circle-down {width: 65px;height: 65px;background: white;position: absolute;bottom: -30px;right: 0;left: 0;margin: auto;border-radius: 50%;text-align: center;box-shadow: 0px 6px 35px 0px rgba(0,0,0,0.25);display: flex;justify-content: center;}
.hp-about-text { padding: 5% 0 3.5% 0; }
.hp-about-text-wrapper { display: flex; flex-direction: column; align-items: center; }
.title { letter-spacing: 1px; color: var(--c-accent); text-transform: uppercase;}
.subtitle { text-transform: uppercase; margin: 1% 0 3% 0; font-weight: 300; }
.subtitle strong { font-weight: bold; }
.hp-about-text-wrapper .text { max-width: 45%; margin: auto; margin-bottom: 2%; text-align: center; font-weight: 300; }
.hp-quote { background-position: center left; height: 700px; display: flex; align-items: flex-end; }
.hp-quote-wrapper { color: white; max-width: 56%; margin-block-end: 60px; }
.hp-quote-wrapper h2 { font-size: 70px; line-height: 110%; margin-block-end: 26px; }
.hp-quote-wrapper h4 { margin-block-end: 0; }
.hp-bottom { margin-block: 70px 20px; }
.hp-bottom-wrapper {text-align: center;}
.hp-bottom .title { text-align: center; width: 100%; display: flex; justify-content: center; }
.hp-bottom .item:hover .hover { inset-block-start: 0; }
.hp-bottom .items {display: grid;grid-template-columns: repeat(var(--grid-three-items), 1fr);margin-block: 70px;gap: 3.333%;}
.hp-bottom .item { background-size: cover; display: flex; position: relative; height: 570px; overflow: hidden; }
.hp-bottom .item .hover { color: #fff; position: absolute; width: fit-content; height: 100%; inset-inline-start: 0; inset-block-start: calc(100% - 160px); background: #063e6da6; padding-inline: 10%; padding-block-start: 70px; transition: var(--transitions); }
.hp-bottom .item .hover:before { content:""; position: absolute; inset-inline-start: 0; inset-block-start: -50px; width: 100%; height: 50px; background: linear-gradient(#063e6d00, #063e6da6); }
.hp-bottom .item .title { height: 70px; color: white; justify-content: start; width: 100%; text-align: start; font-weight: normal; font-size: 24px; line-height: 1; }
/*--hero image--*/
.hero {height: 440px;background-position: center;display: flex;align-items: flex-end;}
.hero .grid { padding-block-end: 60px; }
.hero h1 {font-weight: bold;font-size: 110px;margin: 0;letter-spacing: 2px;text-transform: capitalize;color: white;line-height: 1;margin-block-end: 50px;}
.hero:not(:has(.btn-primary)) h1 { margin-block-end: 0; }
/*--about section--*/
.about-top .btn-primary { padding-inline: 40px; align-items: center; }
.about-top .btn-primary img {max-width: 29px;}
.texts-wrapper {display: flex;flex-direction: column;align-items: center;text-align: center;padding-block-start: 80px;}
.texts-wrapper .text { max-width: 55%; font-weight: 300; margin-block-end: 70px; }
.about-video .video-wrapper iframe { max-width: 100%; width: 100%; height: 600px; }
.about-video .video-wrapper { position:relative; }
.video-wrapper .bg1, .video-wrapper .bg2 { inset-block: 0; margin-block: auto; }
.video-wrapper > img { position: absolute; z-index: -1; }
.about-video { margin-block: 100px;     overflow: hidden;}
.video-wrapper .bg1 { inset-inline-start: -300px; }
.video-wrapper .bg2 { inset-inline-end: -300px; }
.about-graph-image { position: absolute; left: 0; bottom: 0; opacity: 0; transition: opacity 0.5s; }
.about-graph-image {width: 200vw;}
.about-graph-grid { width: 1420px; }
.about-graph-image-container { overflow: hidden; width: 100%; position: relative; height: 55vh; }
.about-graph { margin: 0; padding-block: 10px 20px; width: 100%; cursor: grab; background: var(--c-dark2); }
.about-graph-nav img { height: 45px; }
.about-graph-nav .drag-text { margin-block-start: 12px; }
.about-graph-nav { font-size: 16px; margin-block: 35px; color:var(--c-accent); position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.about-graph-image.loaded { opacity: 1; }
.about-stats { padding-block: 28px 85px; }
.today-stats .stat { height: 223px; width: 25%; display: inline-flex; flex-direction: column; margin: 0; padding: 0; }
.today-stats { max-width:1180px; width: 100%; color: var(--c-accent); flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; display: flex; }
.stat .center .percent { font-size: 24px; }
.stat .center { width: 100%; font-size: 47px; line-height: 47px; min-height: 64px; text-align: center; }
.stat .top { min-height: 26px; line-height: 1.56; font-size: 16px; overflow: hidden; display: inline-block; width: 100%; text-align: center; }
.stat .bottom { font-size: 16px; display: inline-block; color: #b0c1d2; width: 100%; max-width: 230px; margin: auto; margin-top: 5px; text-align: center; }
/*--culture--*/
.culture-icon-content .icon-wrapper { min-height: 130px; max-width: 130px; width: 100%; }
.culture-icons-wrapper { display: flex; flex-wrap: wrap; gap: 63px; justify-content: center; }
.culture-icon-content { max-width: 30%; width: 100%; display: flex; flex-direction: column; align-items: center; }
.culture-icon-content .text { text-align: justify; font-weight: lighter; }
.culture-icon-content h4 { margin-block: 40px; font-weight: bold; }
.culture-icons { padding-block: 50px; }
.culture-grid { display: grid; grid-template-columns: 9.8% 0.8% 2.1% 24% 15.6% 5.2% 26.2% 1%; grid-template-rows: 400px 400px 400px; row-gap: 25px; }
.culture-grid .grid-square:nth-child(1){ grid-column: 1/3; grid-row: 1; }
.culture-images-grid { padding-block-start: 50px; }
.culture-grid .grid-square:nth-child(2){ grid-column: 3/6; grid-row: 1; margin-inline-start: 27px; color: white; background: var(--c-dark); padding: 69px 14.3%; display: flex; flex-direction: column; gap: 26px; font-weight: 300; }
.culture-grid .grid-square .title { color:white; letter-spacing: -0.3px; margin: 0; line-height: 1; }
.culture-grid .grid-square .text { color:white; }
.culture-grid .grid-square:nth-child(3){ grid-column: 6/10; grid-row: 1; margin-inline-start: 25px; }
.culture-grid .grid-square:nth-child(4){ grid-column: 1/4; grid-row: 2; }
.culture-grid .grid-square:nth-child(5){ grid-column: 4/5; grid-row: 2; margin-inline-start: 25px; }
.culture-grid .grid-square:nth-child(6){ grid-column: 5/9; grid-row: 2; margin-inline-start: 25px; }
.culture-grid .grid-square:nth-child(7){ grid-column: 9; grid-row: 2; margin-inline-start: 25px; }
.culture-grid .grid-square:nth-child(8){ grid-column: 1; grid-row: 3;}
.culture-grid .grid-square:nth-child(9){ grid-column: 2/7; grid-row: 3; margin-inline-start: 25px; }
.culture-grid .grid-square:nth-child(10){ grid-column: 7/10; grid-row: 3; margin-inline-start: 25px; }
.culture-bottom .img-wrapper,.culture-bottom .texts-wrapper { max-width: 50%; width: 100%; }
.culture-bottom .img-wrapper {
    height: 460px;
}
.culture-bottom .texts-wrapper { text-align: start; align-items: flex-start; padding-block-start: 11%; }
.culture-bottom .texts-wrapper > * { max-width: 85%; }
.culture-bottom .texts-wrapper  .subtitle { line-height: 1; }
.culture-bottom .img-wrapper .award-text { height: 460px; color: white; text-align: left; padding: 6% 16% 0 10%; }
.culture-bottom .img-wrapper .award-text h4 { font-size: 30px; line-height: 40px; margin-bottom: 28px; font-weight: normal; }
.culture-bottom .img-wrapper p { max-width: 54%; line-height: 164%; font-weight: lighter; }
.culture-bottom { padding-block: 5%; }
/*--social--*/
.social-top .texts-wrapper .text { max-width: 760px; text-align: start; }
.pretext h2 { font-size: 43.6px; text-transform: uppercase; line-height: 98%; letter-spacing: 0.2px; font-weight: 600; padding-block: 75px; }
.social-top .subtitle { margin-block-start: 0; }
.pretext { display: flex; }
.section .top strong { font-weight: normal; font-size: 60px; }
.section .top { font-size: 33px; display: flex; text-transform: uppercase; padding-block: 50px; color:white; }
.section.first .text { padding-block: 70px; columns: 2; gap: 8%; line-height: 201%; font-size: 16px; letter-spacing: -0.1px; }
.section .gallery {display: grid;width: 100%;height: 400px;align-items: stretch;justify-content: stretch;gap: 26px;margin-block-end: 30px;}
.section.second .skills .skill { max-width: 46%; width: 100%; min-height: 342px; }
.section.third .gallery { grid-template-columns: 9.7% 46.5% auto; }
.section.first .gallery { grid-template-columns: 12.7% 22.6% 46.6% auto; }
.section.second .skills { display: flex; flex-direction: column; gap: 83px; }
.section.second { margin-block-end: 77px; }
.section.second .skills .skill-row { gap: 8%; }
.section.second .skills .row-reverse .skill.text > p:first-of-type { font-size: 24px; max-width: 500px; line-height: 121%; letter-spacing: -0.1px; margin-block-end: 55px; }
.section .summary { text-align: center; font-weight: bold; font-size: 24px; padding-block: 70px 100px; display: flex; align-items: center; justify-content: center; max-width: 90%; margin-inline: auto; line-height: 128%; }
.section.second .bottom-text { max-width: 46%; font-weight: 600; font-size: 24px; margin-block-start: 40px; line-height: 122%; margin-inline-start: auto; }
.section.second .skills h4 { color: var(--c-accent); }
.section.third  .summary { max-width: 64%; }
.features { display: flex; flex-direction: row; gap: 50px; justify-content: space-between; margin-block-end: 100px; }
.features .icon-wrapper { height: 152px; }
.features .feature { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 27%; text-align: center; }
.features .feature h4 { line-height: 1; }
.section.third .bg-grey .features { justify-content: center; margin-block-end: 0; padding-block-end: 50px; }
.section.third .bg-grey .features h4 { max-width: 60%; }
.section.third .bg-grey .grid > .text { text-align: center; font-size: 24px; padding-block: 70px 70px; line-height: 1.2; }
.section.third .bg-grey .text p:first-child { margin-block-end: 10px; }
/*--careers--*/
.page-template-positions .hero h1 {font-weight: normal;}
.career-page .inner-page-top h1 { text-align: center; font-weight: normal; }
.career-page .inner-page-top h1 small { font-size: 24px; line-height: 24px; font-weight: 300; display: block; width: 100%; clear: both; margin-top: 30px; }
.career { width: 100%; display: flex; flex-direction: column; align-items: center; color:#000; padding-top: 73px; }
.career .career-main { flex-direction: column; width: 805px; }
.career a { color:#000; }
.career .tabs { display: flex; flex-direction: row; width: 100%; justify-content: space-between; padding-bottom: 100px; }
.career .tab { float: left; font-weight: bold; font-size: 24px; padding-bottom: 17px; padding-top: 39px; }
.career .tab.selected,
.career .tab:hover { color: var(--c-accent); border-bottom: 4px solid var(--c-accent); }
.tab-content { display: flex; flex-direction: column; }
.tab-content,
.tab-content .position { width: 100%; margin-bottom: 29px; }
.position-title { margin:0; padding:0; border-bottom: 1px solid #00c6ee4a; position: relative; cursor: pointer; padding-bottom: 9px; height: 60px; }
.position-title .main { font-weight: bold; font-size: 24px; height: 37px; display: flex; align-items: center; }
.position-title .sub { color: #727b85; }
.position-title .sub { color: #727b85; }
.career .sidebar .stat { margin-top: 66px; display: flex; flex-direction: column; align-items: center; }
.position-title .position-plus { position: absolute; right: 0; top: 0; transition: all .4s ease; border-radius: 50%; border: 2px solid var(--c-accent); width: 37px; height: 37px; }
.position-plus span { background-color: var(--c-accent); margin: auto; position: absolute; right: 0px; left: 0; top: 0; bottom: 0; transition: all .4s ease; width: 15px; height: 2px; }
.position-plus span:nth-child(2) { transform: rotate(-90deg); }
.position-content { max-height: 0; overflow: hidden; transition: max-height 0.5s; width: 100%; max-width: 100%; }
.position.expanded .position-content { max-height: 100%; }
.position.expanded .position-title { border-bottom: 1px solid var(--c-accent); }
.position.expanded .position-title .position-plus span:nth-child(2) { transform: rotate(0); }
.position .detail-title { padding:0; margin:0; font-size: 16px; margin-top: 50px; padding-bottom: 20px; }
.position .detail-content { color:#727b85; font-size: 16px; line-height: 1.63; }
.position .detail-content ul,
.position .detail-content p { padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0; }
.position-link { display: flex; width: 46px; margin-top: 16px; height: 46px; border-radius: 50%; align-items: center; justify-content: center; border: 2px solid #00c6ee; margin-left: 20px; float: left; }
.position .apply { background-color: var(--c-accent); font-weight: bold; letter-spacing: 0.4px; color: white; float: left; border-radius: 24.5px; text-transform: uppercase; font-size: 12px; padding: 14px 54px; margin-top: 15px; margin-bottom: 59px; }
.career-grid { display: flex; justify-content: space-between; width: 1302px; }
.career .sidebar { text-align: center; border-radius: 7px; width: 280px; }
.career .sidebar-inner { background:var(--c-dark2); color:white; flex-direction: column; display: flex; padding: 43px 0 62px 0; border-radius: 10px 10px 0 0; }
.career .sidebar-title { margin:0; padding:0; font-weight: bold; }
.career .sidebar .stat .title { color:white; margin-top: 5px; font-size: 22px; line-height: 26px; max-width: 75%; letter-spacing: 0; text-transform: capitalize; }
.career .sidebar .stat .num { font-weight: bold; color: var(--c-accent); font-size: 48px; line-height: 48px; }
#career-popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; opacity: 0; z-index:-10; transition: all 0.5s; }
#career-popup .overlay { position: absolute; z-index: 0; width:100%; height:100%; left:0; top:0; background: rgba(255, 255, 255, 0.85); }
#career-popup.open { opacity: 1; z-index: 100; }
#career-popup .inner { width: 540px; min-height: 500px; max-height: 70vh; padding: 30px 50px; z-index: 1; background: #fff; display: inline-block; position: relative; overflow-y:auto; }
a.popup-close { color: #000; position: absolute; right: 25px; top: 20px; display: flex; flex-direction: row; align-items: center; justify-content: center; }
.popup-close .text { float: left; margin-right: 10px; font-weight: 300; }
.popup-close .icon { width: 20px; height: 20px; position: relative; float: right; }
.popup-close .icon:before,
.popup-close .icon:after { content: ""; width: 100%; height: 3px; background: #707070; transform-origin: center; transition: all .4s ease; display: block; position: absolute; top: 50%; left: 0; }
.popup-close .icon:before { transform: rotate(45deg); }
.popup-close .icon:after { transform: rotate(-45deg); }
/*--contact--*/
.contact .subtitle { margin-block-end: 0; }
.contact .texts-wrapper .text a { color: var(--c-dark); }
.contact .texts-wrapper .text a:hover { color: var(--c-accent); }
.contact .texts-wrapper .text {font-weight: normal;}
.contact-btn { display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 20px; margin-block-end: 30px; text-transform: uppercase; }
.contact-btn a { border: 1px solid #00c6ee; border-radius: 100%; height: 29px; width: 29px; display: flex; align-items: center; justify-content:center; }
.contact-btn a img { max-width: 15px; }
.contact-btn a:hover img { filter: brightness(0); transition: var(--transitions); }
.contact-btn a:hover { border-color: var(--c-dark); transition: var(--transitions); }
/*--text page--*/
.text-page-content { max-width: 70%; margin-inline: auto; padding: 2.5% 0; }
.text-page-top h1 { color: white; margin-block-end: 60px; font-size: 110px; }
.text-page-content a { color: var(--c-dark); text-decoration: underline; }
.text-page-content a:hover { color: var(--c-accent); }
.text-page-top { background-image: url(/wp-content/uploads/62391717031735.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 440px; display: flex; align-items: flex-end; }
/*--404--*/
.page-404 { display: flex; height: 100vh; align-items: center; }
.page-404 .grid { display: flex; flex-direction: column; align-items: center; }
/*--join banner--*/
.join-banner { height: 250px; display: flex; align-items: center; }
.join-banner h3 { margin-block: 0px 8px; color: white; letter-spacing: 0.8px; font-weight: normal; }
.join-banner .btn-primary { align-self: center; }
.join-banner .row { gap: 50px; justify-content: center; }
/*-- footer --*/
img.footer-logo { max-width: 80px; }
.footer-menu-wrapper { display: flex; align-items: center; margin-inline: 30px; }
.copyrights {display: flex;align-items: center;font-size: 12px;font-weight: 300;text-transform: uppercase;margin-inline-start: 30px;line-height: 0.6;}
footer .grid > .row { justify-content: center; }
.footer-menu-wrapper li a { font-size: 12px; text-transform: uppercase; color: var(--c-dark); }
.footer-menu-wrapper ul { gap: 10px; }
footer { padding-block: 65px; }
footer .contact-btn { margin: 0; }
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*laptop & small Screens!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

@media (max-width: 1681px) {
}
@media (max-width: 1540px) {
    :root { --grid: 90%; }
    .header-logo-wrapper { inset-inline-start: 5%; }
    .texts-wrapper .text { max-width: 65%; }
    .culture-icon-content { max-width: 28%; }
    .career-grid {width: var(--grid);}
    .culture-bottom .texts-wrapper { padding-block-start: 5%; padding-block-end: 5%; }
    .about-video { margin-block: 10px; }
    .culture-bottom .img-wrapper p { max-width: 60%; }
    .hp-video-wrapper .btn-primary { margin-block: 25px; }
    .about-graph-image-container { height: 450px; }
    .about-graph-grid { width: 1200px; }
    .hp-quote-wrapper { max-width: 76%; }
}
@media(max-width:1440px){
}
@media(max-width: 1366px){
}
@media (max-width: 1280px) {
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*tablet classes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media (max-width: 1279px) {
    :root {--grid: 90%;--header-height: 60px;}
    .hide-mobile{display:none;}
    .hide-desktop{display:flex;}
    /*--header--*/ 
    .header-menu-wrapper {max-width: 100%;height: fit-content;position: fixed;inset-inline-start: 0;z-index: 0;background-color: white;top: var(--header-height);clip-path: circle(0% at left top);transition: all .6s cubic-bezier(.175,.885,.32,1.275);}
    .header,.header.scroll {height: var(--header-height);}
    .heaer-logo { max-width: 30%; } 
    .header-nav {flex-direction: column;padding-block: 30px;} 
    .header-nav>li:last-child {margin: 0;height: auto;}
    .header-humburger-wrapper {width: 45px;height: 24px;display: flex;align-self: center;flex-direction: column;justify-content: space-between;margin-inline-start: auto;}
    .header-humburger {width: 100%;background-color: var(--orange);height: 3px;display: flex;} 
    .header-nav>li a {display: inline-flex;width: fit-content;color: var(--c-dark);} 
    .header .header-nav>li>.sub-menu {background-color: transparent;padding: 0;}
    /*--humburger anim--*/
    .header-humburger-wrapper {width: 35px;height: 21px;display: flex;align-self: center;flex-direction: column;justify-content: space-between;margin-inline-end: auto;padding: 0;background: transparent;border: none;}
    .header-humburger {width: 100%;background-color: white;height: 3px;display: flex;} 
    .header-menu-wrapper.open {clip-path: circle(145% at left top);}
    .header-humburger.line1,.header-humburger.line3 {transform: translateY(0) rotate(0);}
    .header-humburger.line2.open {opacity: 0;}
    .header-humburger.line2 {transition-duration: .75s;}
    .header-humburger.line1.open {animation: huburger-line1-open .75s forwards;}
    .header-humburger.line1.close {animation: huburger-line1-close .75s forwards;}
    .header-humburger.line3.open {animation: huburger-line3-open .75s forwards;}
    .header-humburger.line3.close {animation: huburger-line3-close .75s forwards;}
    @keyframes huburger-line1-open{
        0%{transform: translateY(0) rotate(0);}
        50%{transform: translateY(9px) rotate(0);}
        100%{transform: translateY(9px) rotate(45deg);}
    }
    @keyframes huburger-line1-close{
        0%{transform: translateY(10px) rotate(45deg);}
        50%{transform: translateY(10px) rotate(0);}
        100%{transform: translateY(0) rotate(0);}
    }
    @keyframes huburger-line3-open{
        0%{transform: translateY(0) rotate(0);}
        50%{transform: translateY(-10px) rotate(0);}
        100%{transform: translateY(-10px) rotate(-45deg);}
    }
    @keyframes huburger-line3-close{
        0%{transform: translateY(-10px) rotate(-45deg);}
        50%{transform: translateY(-10px) rotate(0);}
        100%{transform: translateY(0) rotate(0);}
    }
    .hp-video-wrapper { height: 50vw; align-items: flex-start; }
    .hp-about-text-wrapper .text { max-width: 90%; margin-block-end: 35px; }
    .hp-about-text { padding-block: 70px; }
    .btn-primary { padding-block: 15px; }
    .hp-quote-wrapper { max-width: 100%; margin-block-start: 60px; }
    .hp-quote-wrapper h2 { font-size: 32px; }
    .hp-video-wrapper .text { font-size: 28px; line-height: 176%; max-width: 90%; }
    .hp-video-wrapper .btn-primary { margin-block: 55px 75px; z-index: 9; position: relative; }
     .social-top .texts-wrapper .text { max-width: 100%; }
    .career .tabs { justify-content: flex-start; gap: 20px; }
    .hp-bottom .items { gap: 30px; }
    .hp-video-wrapper .text br { display: none; }
    .hp-quote { align-items: flex-start; }
    .hp-quote-wrapper h4 { font-size: 5vw; }
    .header.scroll .header-humburger { background-color: var(--c-dark); }
    .header-logo-wrapper {inset-inline-start: 5%;max-width: 80px;}
    .join-banner .row { gap: 30px; }
    .hero { height: 30vw; }
    .hero h1 { font-size: 8vw; }
    .texts-wrapper { padding-block: 30px; }
    .texts-wrapper .text { max-width: 100%; margin-block-end: 0;}
    .video-wrapper .bg1,.video-wrapper .bg2 { max-width: 85%; margin-inline: auto; margin-block: 0; }
    .video-wrapper .bg1 { inset-inline: 0; inset-block-start: -70px; }
    .about-video .video-wrapper iframe { height: 350px; }
    .about-top .texts-wrapper .text { margin-block-end: 30px; }
    .culture-bottom .texts-wrapper .subtitle {
    margin-inline: 0;
}
    .video-wrapper .bg2 { inset-inline: 0; inset-block-start: 240px; }
    .about-graph-image { height: 140%; }
    .about-graph-grid { width: 90%; }
    .about-graph-image-container { height: 230px; }
    .today-stats .stat { width: 100%; height: auto; }
    .stat .bottom { margin-block-end: 50px; }
    .about-graph-image { width: auto; }
    .swiper { width: 100%; padding-block-end: 40px; }
    .swiper-pagination { inset-block-end: 20px; height: 12px; }
    .swiper-pagination .swiper-pagination-bullet{ background: rgb(215 215 215); width: 12px; height: 12px; }
    .swiper-pagination .swiper-pagination-bullet-active { background: var(--c-accent); }
    .swiper img{ width:100%; height:100%; object-fit:cover; }
    .culture-bottom .img-wrapper .award-text h4 { max-width: 50%; margin-block-end: 25px; }  
    .pretext h2 { font-size: 32px; align-items: center; height: auto; padding-block: 52px; margin: 0; line-height: 136%; }
    .pretext h2 br { display: none; }
    .section .top strong { font-size: 32px; }
    .section.first .text { columns: 1; }
    .section .summary { max-width: 100%; }
    .section .summary { font-weight: 400; font-size: 20px; padding-block: 50px; text-align: start;}
    .section.second .skills { gap: 50px; }
    .section.second .skills .skill-row { flex-direction: column; }
    .section.second .skills .skill { max-width: 100%; }
    .section.second .skills .skill.image { margin-block-start: 50px; }
    .section.second .bottom-text { max-width: 100%; }
    .section.third .summary { max-width: 100%; }
    .section.third .bg-grey { margin-block-start: 30px; }
    .career-grid { display: flex; flex-direction: column; }
    .career { padding-block-start: 0; }
    .career .tab { padding-block: 15px 0; }
     .career .career-main { width: 100%; }
    .position-title { height: 40px; font-size: 20px; }
    .position-title .position-plus { width: 25px; height: 25px; }
    .career .sidebar-inner { border-radius: 0; }
    .career .sidebar { width: 100%; margin-block-end: 50px; border-radius: 0; }
    .career .sidebar-title { font-size: 20px; }
    .career .sidebar .stat .title { font-size: 14px; line-height: normal; }
    .career .sidebar .stat .num { font-size: 20px; }
    .career-stats .stat { width: 31%; margin-right: 2%; gap: 7px; display: flex; flex-direction: column; }
    .career-stats.counters { display: flex; flex-wrap: wrap; justify-content: center; }
    .career .sidebar .stat { margin-block-start: 10px; }
    .features { flex-direction: column; }
    .features .feature { width: 100%; }
    .section.third .bg-grey .grid > .text { font-size: 16px; line-height: 136%; text-align: start; } 
    .section.second { margin-block-start: 30px; } 
    .contact .texts-wrapper { line-height: 1.6; }
    .footer-menu-wrapper {
    margin: 0;
}

.footer-menu-wrapper ul {
    justify-content: center;
    gap: 0 20px;
    margin-block: 20px;
}

footer {
    padding-block: 25px;
}

.footer-menu-wrapper ul li {
    position: relative;
}

.footer-menu-wrapper ul li:before {
    content: "\007C";
    position: absolute;
    inset-inline-end: -10px;
    font-size: 15px;
}

img.footer-logo {
    margin-inline-end: 20px;
}
}
@media (max-width: 1180px) {
    .hero { height: 40vw; }
}
@media (max-width: 1024px) {
    .culture-bottom .row { flex-direction: column; }
    .culture-bottom .img-wrapper, .culture-bottom .texts-wrapper {max-width: 100%;height: auto;}
    .culture-bottom .img-wrapper .award-text {padding: 20px 7%;height: 50vw;}
    .culture-bottom .img-wrapper p {max-width: 50%;font-size: 16px;}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*mobile classes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media (max-width: 820px) {
    .culture-icon-content { max-width: 40%; }

}

@media(max-width:440px){
    :root {--grid-three-items:1;}
    .hero { height: 90vw; }
    .position-title .main { font-size: 20px; }
    .career .tabs { flex-direction: column; padding-block-end: 50px; width: fit-content; }
    .career .tab {font-size: 3.5vw; }
    .swiper-slide { height: 70vw; }
    .culture-bottom .img-wrapper p {max-width: 62%;font-size: 12px;}
    .culture-bottom .img-wrapper .award-text {height: 80vw;}
    .join-banner h3 { flex-direction: column; max-width: 230px; text-align: center; gap: 24px; font-size: 30px; line-height: 150%; margin: 0; }
    .culture-icon-content { max-width: 100%; }
    .subtitle { font-size: 8.501vw; line-height: 1; max-width: 80%; margin-inline: auto;}
    .hp-quote { height: 130vw; }
    .hp-video-wrapper { height: 120vw; }
}

@media(max-width:375px){

}