@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-MediumItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: PlusJakartaSans;
    src: url(../Fonts/Plus_Jakarta_Sans/PlusJakartaSans-BoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

*,
*::before, 
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: PlusJakartaSans;
    color: #091E42;
    overflow-x: hidden;
}

h1 {
    font-family: "new-order", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    line-height: 60px; 
    margin-top: 0px;
	margin-bottom: 32px;
}

h2 {
    font-family: "new-order", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #091E42;
    font-size: 48px;
    line-height: 60px;
    margin-top: 0px;
}

h3 {
    font-family: "new-order", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	font-weight: 900;
	margin: 0px 0px 32px 0px;
}

p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    margin-top: 0px;
    margin-bottom: 32px;
}

a {
    text-decoration: none;
}

section {
    display: flex;
    align-items: center;
    min-height: 800px;
    padding: 120px 0px;
    scroll-margin-top: 80px;
}

img {
    max-width: 100%;
    height: auto;
}

.small img {
	max-width: 70%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.tomato-word {
    position: relative;
    z-index: 2;
    padding: 7px 11px;
    color: #fff;
    white-space: nowrap;
}

.tomato-word::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 64px;
    display: inline-block;
    background: #FF714C;
    transform: skewX(-5deg) skewY(-1deg);
    left: -1px;
    top: -5px;
}

.blue-word {
    position: relative;
    z-index: 2;
    padding: 7px 11px;
    color: #fff;
    white-space: nowrap;
}

.blue-word::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 64px;
    display: inline-block;
    background: #111D42;
    transform: skewX(-5deg) skewY(-1deg);
    left: -1px;
    top: -5px;
}

.bg-oxford-blue {
    background: #091E42;
}

.bg-straw {
    background-color: #DDDD6B;
}

.bg-sandy-brown {
    background: #FFA755;
}

.bg-light-grey {
    background: #F6F8F9;
}

.bg-light-orange {
    background: rgba(255, 167, 85, 0.15);
}

.bg-light-green {
    background: rgba(221, 221, 107, 0.15);
}

.bg-light-blue {
    background: rgba(185, 219, 253, 0.15);
}

.bg-light-yellow {
    background: rgba(255, 232, 150, 0.15);
}

.bg-light-red {
    background: rgba(253, 170, 155, 0.15);
}

.bg-light-turquoise {
    background: rgba(154, 204, 211, 0.15);
}

.bg-medium-grey {
    background: rgba(9, 30, 66, 0.15);
}

.bg-light-gray {
    background: rgba(235, 235, 235, 0.15);
}

.bg-linear {
    background: linear-gradient(95deg, #FF714C calc(50% - 1px), #111D42 50%);
}

.h-100 {
    height: 100%;
}

.btn {
    border-radius: 4px;
    padding: 16px 24px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    min-width: 200px;
    border: 2px solid transparent;
}

.btn-tomato {
    background-color: #FF714C;
    color: #fff;
}

.btn-outline-white {
    border: 2px solid #FFF;
    color: #fff;
    background: transparent;
}

.btn-outline {
    border: 2px solid #091E42;
    color: #091E42;
    background: transparent;
}

.button-wrap {
    display: flex;
    gap: 18px;
}

.d-desktop-none {
    display: none;
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.row>div {
    padding: 0 15px;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.position-relative {
    position: relative;
}

.mr-18 {
    margin-right: 18px;
}
                     
.d-flex {
    display: flex;
}

.fw-bold {
    font-weight: 800;
}

.fst-italic {
    font-style: italic;
}

.color-tomato {
    color: #FF714C;
}

.color-white {
    color: #fff;
}

.check-list {
	list-style: none;
	margin-left: 0;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px;
}

.check-list li {
	position: relative;
	padding-left: 35px;
    margin-bottom: 22px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.5px;
}

.check-list li:before {
	content: "";
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	left: 0;
    top: 0px;
    width: 28px;
    height: 28px;
}

.check-list.arrow li:before {
    background-image: url('../images/arrow-right.svg');
}

.check-list li a{
	color: #FF714C;
	text-decoration: underline;
}

nav {
    position: fixed;
    width: 100%;
    padding: 30px 0px;
    z-index: 99;
}

nav .nav-left {
    width: 20%;
}

nav .nav-middle {
    display: flex;
    justify-content: center;
    width: 60%;
}

nav .nav-right {
    width: 20%;
    display: flex;
    justify-content: end;
}

nav .row .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .dark-logo {
    display: none;
}

nav .hamburger-menu-wrap,
nav .mobile-logo {
    display: none;
}

nav .nav-list {
    display: flex;
    padding: 0px;
    margin: 0px;
}

nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

nav .nav-link {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 10px;
    margin: 0px 10px;
}

nav .nav-link.active {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    color: #FF714C;
}

nav .hamburger-menu {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

nav.nav-scroll {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    z-index: 100;
}

nav.nav-scroll .nav-link {
    color: #000;
}

nav.nav-scroll .nav-link.active {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    color: #FF714C;
}

nav.nav-scroll .white-logo {
    display: none;
}

nav.nav-scroll .dark-logo {
    display: block;
}

nav.nav-scroll .hamburger-menu {
    border: 2px solid #091E42;
    color: #091E42;
    background: transparent;
}

nav .dark-menu {
    display: none;
}

nav.nav-scroll .dark-menu {
    display: block;
}

nav.nav-scroll .white-menu {
    display: none;
}

nav.nav-dark .white-logo {
    display: none;
}

nav.nav-dark .dark-logo {
    display: block;
}

nav.nav-dark .nav-link {
    color: #091E42;
}

nav.nav-dark .nav-link.active {
    color: #FF714C;
}

.hero {
    position: relative;
}

.hero-text {
    position: relative;
    z-index: 3;
}

.hero-btn {
    display: flex;
    gap: 18px;
    position: relative;
    width: fit-content;
}

.hero-btn .hero-arrow {
    position: absolute;
    right: -158px;
    top: 26px;
    width: 150px;
}

.hero-images .hero-images-mobile {
    display: none;
}

.hero-images .hero-images-desktop {
    display: block;
}

.hero-images .hero-images-desktop .hero-image-1 {
    position: absolute;
    top: 226px;
    right: 103px;
    width: 590px;
    z-index: 2;
}

.hero-images .hero-images-desktop .hero-image-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 469px;
    z-index: 1;
}

.astronaut-door img {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
}

.company-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 120px;
}

.company-logos div {
    display: flex;
    align-items: center;
}

form label {
    display: block;
    margin-bottom: 7px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

form input,
form textarea {
    font-family: PlusJakartaSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 4px;
    padding: 16px 24px;
    background: #FFF;
    border: none;
    width: 100%;
    resize: none;
}

form input:focus,
form textarea:focus {
    outline: none;
}

form input::placeholder,
form textarea::placeholder {
    font-family: PlusJakartaSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #ABABAB;
    text-overflow: ellipsis;
}

form .input-item {
    margin-bottom: 24px;
}

form .btn {
    outline: none;
    border: none;
    margin-left: auto;
}

.select {
    display: block;
    height: 60px;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    color: #ABABAB;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.select select {
    padding: 0;
    margin: 0;
    height: 0;
    visibility: hidden;
}

.select .curr {
    background-color: white;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    padding: 16px 24px;
    height: 100%;
    display: flex;
    align-items: center;
}

.select .curr:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    background-image: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 14px;
    height: 11px;
}

.select .curr.value-selected {
    color: #303030;
}

.select ul {
    background-color: white;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: -1px;
    left: -1px;
    z-index: 3;
    border-radius: 4px;
    margin-top: 4px;
}

.select li {
    list-style: none;
    cursor: pointer;
    padding: 10px 0px; 
    margin: 0;
    margin: 0px 20px;
    position: relative;
    border-bottom: 1px solid rgba(235, 235, 235, 0.67);
    color: #303030;
}

.select li:last-child {
    border-bottom: none;
}

.select li.disabled,
.select li.disabled:hover {
  color: #bbb;
  font-style: italic;
  background: none;
  cursor: text;
}

.select .curr.focused {
    background-color:#eee;
}

form .input-item fieldset{
	border: none;
	padding: 0px;
}

div.status-msg.success{
	color: #fff;
	font-size: 18px;
}

div.subject-submit-msg{
	display: none;
}

.honeypot {
    position: absolute;
    left: -5000px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    border-color: #ABABAB;
    margin: 0px;
}

footer {
    background-color: #F6F8F9;
    padding: 60px 0px 40px 0px;
}

footer .footer-top {
    padding-bottom: 80px;
}

footer .footer-bottom {
    padding-top: 28px;
}

footer .footer-bottom .footer-bottom-text p {
    text-align: right;
}

footer .footer-bottom .footer-bottom-text p img {
    vertical-align: text-top;
    margin: 0px 4px;
}

footer .footer-logo {
    margin-bottom: 40px;
}

footer p {
    color: #303030;
    font-size: 18px;
}

footer .btn {
    width: fit-content;
}

footer .footer-links a {
    display: block;
    color: #303030;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 20px 0px;
}


footer .social-links div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-articles{
	margin-bottom: 32px;
}

.card-article,
.full-article{
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #e0e0e0;
	padding: 24px;
	margin-right: 32px;
}

.full-article{
	padding: 60px;
}

@media screen and (max-width: 1300px) {
    nav .nav-link,
    nav .nav-link.active,
    nav.nav-scroll .nav-link.active {
        font-size: 20px;
        line-height: 24px;
        margin: 0px;
    }

    nav .login-btn .btn {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-images .hero-images-desktop .hero-image-1 {
        width: 500px;
        top: 281px;
        right: 31px;
    }

    .hero-images .hero-images-desktop .hero-image-2 {
        width: 430px;
    }

    .astronaut-door img {
        width: 450px;
    }
    
    nav .login-btn .btn {
        padding: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .hero-images .hero-images-desktop .hero-image-1 {
        width: 475px;
        top: 289px;
        right: 0px;
    }

    .hero-images .hero-images-desktop .hero-image-2{
        width: 417px;
        top: 0px;
        right: 0px;
    }

    .astronaut-door {
        display: flex;
        justify-content: center;        
    }

    .astronaut-door img {
        width: 350px;
    }

    .section-image {
        display: flex;
        justify-content: center;
        margin-top: 32px;   
    }

    .section-image img {
        width: 350px;
    }

    nav .login-btn .btn {
        padding: 14px;
    }
}


@media screen and (max-width: 1000px) {
    .d-mobile-none {
        display: none;
    }

    .d-desktop-none {
        display: block;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 13px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 23px;
        line-height: 31px;
    }

    p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .tomato-word,
    .blue-word {
        padding: 5px 9px;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .btn {
        font-size: 14px;
        line-height: 24px;
        padding: 10px;
        gap: 5px;
    }

    .button-wrap {
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    }

    .check-list {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .check-list li {
        font-size: 16px;
        line-height: 20px;
        padding-left: 28px;
        margin-bottom: 14px;
    }

    .check-list li:before {
        width: 20px;
        height: 20px;
    }

    nav {
        padding: 15px 0px;
    }

    nav .nav-collapse {
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0px;
        top: 100%;
        margin-top: -1px;
        display: none;
    }

    nav.nav-open .nav-collapse {
        display: block;
    }

    .nav-logo {
        display: none;
    }

    nav .hamburger-menu-wrap,
    nav .mobile-logo {
        display: block;
    }

    nav .nav-list {
        flex-direction: column;
        gap: 0px;
    }

    nav .nav-link {
        padding: 20px;
        color: #091E42;
        font-size: 16px;
        line-height: 20px;
        margin: 0px;
        width: 100%;
    }

    nav .nav-item {
        justify-content: start;
        align-items: start;
    }

    nav .nav-link.active,
    nav.nav-scroll .nav-link.active {
        font-size: 16px;
        line-height: 20px;
    }

    nav .nav-left {
        width: 25%;
    }

    nav .nav-middle {
        width: 50%;
    }

    nav .nav-right {
        width: 25%;
    }

    nav .btn {
        min-width: unset;
        padding: 12px;
    }

    nav.nav-dark .hamburger-menu {
        border-color: #091E42;
        color: #091E42;
    }

    nav.nav-dark .dark-menu {
        display: block;
    }

    nav.nav-dark .white-menu {
        display: none;
    }


    .hero {
        min-height: 600px;
        /* margin-top: 50px; */
        padding-top: 120px;
        align-items: normal;
    }
	
	section.hero.small{
		min-height: 400px;
		padding: 60px 0px;
	}

    .hero-btn {
        flex-direction: column;
        gap: 18px;
        margin-top: 30px;
    }

    .hero-images .hero-images-desktop {
        display: none;
    }

    .hero-images .hero-images-mobile {
        display: block;
    }

    .hero-images .hero-images-mobile .hero-image-1 {
        position: absolute;
        right: 0px;
        z-index: 2;
        bottom: -37px;
    }
    
    .hero-images .hero-images-mobile .hero-image-2 {
        position: absolute;
        right: 0px;
        z-index: 1;
        bottom: 0px;
    }

    .hero-text {
        max-width: 70%;
    }

    .hero-btn .hero-arrow {
        display: none;
    }

    section {
        padding: 40px 0px;
        min-height: unset;
    }

    .astronaut-door img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-top: 32px;
    }

    .company-logos {
        margin-top: 32px;
        flex-direction: column;
    }

    .company-logos div {
        position: relative;
        height: 80px;
    }

    .company-logos div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 65%;
    }

    .contact-us-form {
        margin-top: 80px;
    }

    form label {
        font-size: 16px;
        line-height: 20px;
    }

    form input,
    form textarea,
    .select .curr {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .select {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .select .curr:after {
        right: 15px;
    }

    form input::placeholder,
    form textarea::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .bg-linear {
        background: linear-gradient(185deg, #FF714C calc(30% - 1px), #111D42 30%);
    }
    
    footer {
        text-align: center;
        padding: 32px 0px;
    }

    footer .footer-top {
        padding-bottom: 0px;
    }

    footer .social-links div {
        justify-content: center;
    }

    footer .footer-bottom {
        text-align: center;
        padding-top: 24px;
    }

    footer .footer-bottom .footer-bottom-text p {
        text-align: center;
        margin-bottom: 0px;
    }

    footer .footer-logo {
        margin-bottom: 25px;
    }

    footer .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    footer .footer-links {
        margin-top: 24px;
    }

    footer .social-links {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    footer p {
        font-size: 16px;
        font-weight: 500;
    }

    footer .footer-links a {
        margin: 10px 0px;
        font-size: 16px;
        font-weight: 500;
    }

    footer .footer-links p,
    footer .social-links p {
        margin-bottom: 10px;
    }

    .blue-word::after,
    .tomato-word::after {
        width: 100%;
        height: 39px;
        left: -1px;
        top: -3px;
    }

}


@media screen and (max-width: 800px) {
    section {
        padding: 45px 0px;
    }

    .button-wrap {
        width: 100%;
    }

    .hero-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .bg-linear {
        background: linear-gradient(185deg, #FF714C calc(36% - 1px), #111D42 36%);
    }
}