:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

p {
  color: #7f7f7f;
  margin-bottom: 10px;
}

.body {
  color: #fff;
  background-color: #383732;
  font-family: Roboto Mono, sans-serif;
}

.backgroundvideo {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  filter: saturate(60%);
  line-height: 20;
  display: block;
  position: fixed;
}

.backgroundvideo.pattern {
  background-color: rgba(0, 0, 0, .85);
  background-image: url('../images/graphy-dark.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 35px;
}

.section {
  justify-content: space-between;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.absolutegrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.absolutegrid.contentleft {
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 50px;
}

.absolutegrid.contentleft.aviatornomargin {
  margin-bottom: 0;
}

.absolutegrid.contentright, .absolutegrid.contentcenter {
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 50px;
}

.topmargin50px {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.formgrid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  align-items: center;
}

.labelform {
  margin-bottom: 10px;
  line-height: 1.1;
}

.inputform {
  min-height: 56px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(229, 228, 226, .15);
  border-radius: 9px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 20px;
}

.inputform::-ms-input-placeholder {
  color: #b1b1b1;
}

.inputform::placeholder {
  color: #b1b1b1;
}

.inputform.message {
  border-radius: 8px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  line-height: 28px;
}

.button {
  text-align: center;
  background-color: #3b3b3b;
  border-radius: 9px;
  padding: 15px 17px;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.sectionmain {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 90px 5% 180px;
  display: flex;
  position: relative;
}

.sectionmain.content {
  padding-top: 0;
}

.sectionmain.content.aviatorstrip {
  padding-bottom: 90px;
}

.sectionmain.content.aviatorstrip._90paddingtop {
  padding-top: 90px;
}

.greyedspan {
  color: #696969;
}

.gridblock {
  max-width: 600px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.gridblock.mobilevertical {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.gridblock.mobilevertical.formpage {
  justify-content: space-between;
}

.gridblock.contentwidthauto {
  max-width: none;
}

.gridblock.noform {
  display: none;
}

.gridblock.noformshown {
  min-height: 245px;
  opacity: .75;
  justify-content: space-between;
  display: flex;
}

.heading {
  margin-top: 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.heading-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.heading-2.rightform {
  margin-top: 8px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 30px;
}

.nav-menu, .div-block {
  display: none;
}

.image.navtop {
  padding-right: 70px;
}

.footer {
  z-index: 2;
  opacity: .85;
  background-color: #242424;
  padding: 80px 5% 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  position: relative;
  box-shadow: inset 0 5px 20px -20px #dcdcdc, 0 -20px 20px 20px rgba(0, 0, 0, .2);
}

.container-2 {
  z-index: 10;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footergrid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .9fr auto;
  align-items: start;
}

.footerleftwrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footerlogolink {
  max-width: 50%;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 15px;
}

.margin50px {
  margin-top: 50px;
}

.footerwebsite {
  margin-bottom: 0;
  font-size: 15px;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footerlist {
  flex: 0 auto;
}

.footertitle {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.footerlistitem {
  color: rgba(255, 255, 255, .47);
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.footerlistitem.phone {
  padding-bottom: 5px;
}

.div-block-2 {
  display: block;
}

.paragraphcontent {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.contentimage {
  border-radius: 10px;
}

.airplane {
  max-width: 60%;
  align-self: flex-end;
}

.airplane.airplaneform {
  padding-bottom: 40px;
}

.footertextitem {
  text-transform: none;
}

.footertextitem.topform {
  font-size: 1.8rem;
}

.footertextitem.footerbottom20 {
  margin-bottom: 20px;
}

.form-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 32px;
  }

  .heading-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .absolutegrid {
    display: block;
  }

  .absolutegrid.contentright, .absolutegrid.contentcenter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .gridblock.mobilevertical {
    order: -1;
    margin-bottom: 90px;
  }

  .gridblock.noformshown {
    min-height: 200px;
  }

  .heading {
    text-align: left;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image.navtop {
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    display: none;
  }

  .airplane {
    max-width: 50%;
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .sectionmain.content.aviatorstrip._90paddingtop {
    padding-top: 0;
  }

  .image.navtop {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .footergrid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .margin50px {
    margin-top: 0;
  }

  .footertextitem {
    font-size: .9rem;
  }

  .footertextitem.topform {
    font-size: 1.4rem;
  }
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5873-5846932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5891-5846932c, #w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5895-5846932c, #w-node-_32c7587e-d97b-f7fb-4b1d-cc3e651d89ae-5846932c, #w-node-db652eb1-1c88-a6ec-df53-5c724dc23979-5846932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5dff331-43dd-5ffd-ef7e-21fdac7605d7-5846932c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-e3780ed5-710f-a714-9851-eb3cf56fabb5-5846932c, #w-node-_07ed5dad-6cdd-abc7-0ac7-4b5549a96d28-5846932c, #w-node-_45c08749-4d4b-99b8-7231-0fe567de2920-5846932c, #w-node-_10728d04-0687-b5ac-4a9f-7ce499a6d458-5846932c, #w-node-_058290e6-105a-f828-5404-6666fa425091-5846932c, #w-node-_1203aa0c-c76c-e8b9-ca95-285692e5b93c-5846932c {
  align-self: center;
  justify-self: center;
}

#w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-5846932c, #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-5846932c, #w-node-_69c45473-1498-a06e-b0a5-9df991615bf3-5846932c, #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-5846932c, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-5846932c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5873-9d20f615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5891-9d20f615, #w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5895-9d20f615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5dff331-43dd-5ffd-ef7e-21fdac7605d7-9d20f615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-e3780ed5-710f-a714-9851-eb3cf56fabb5-9d20f615, #w-node-_07ed5dad-6cdd-abc7-0ac7-4b5549a96d28-9d20f615, #w-node-_45c08749-4d4b-99b8-7231-0fe567de2920-9d20f615, #w-node-_10728d04-0687-b5ac-4a9f-7ce499a6d458-9d20f615, #w-node-_058290e6-105a-f828-5404-6666fa425091-9d20f615, #w-node-_1203aa0c-c76c-e8b9-ca95-285692e5b93c-9d20f615, #w-node-_3e0e8c99-507f-a387-e507-93cd65d0881a-9d20f615 {
  align-self: center;
  justify-self: center;
}

#w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-9d20f615, #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-9d20f615, #w-node-_69c45473-1498-a06e-b0a5-9df991615bf3-9d20f615, #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-9d20f615, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-9d20f615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5873-6b1d3b74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5891-6b1d3b74, #w-node-_8f6b2ba9-8d4f-35a2-45ad-048dff3c5895-6b1d3b74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e3780ed5-710f-a714-9851-eb3cf56fabb5-6b1d3b74, #w-node-_07ed5dad-6cdd-abc7-0ac7-4b5549a96d28-6b1d3b74, #w-node-_45c08749-4d4b-99b8-7231-0fe567de2920-6b1d3b74, #w-node-_10728d04-0687-b5ac-4a9f-7ce499a6d458-6b1d3b74, #w-node-_058290e6-105a-f828-5404-6666fa425091-6b1d3b74, #w-node-_1203aa0c-c76c-e8b9-ca95-285692e5b93c-6b1d3b74 {
  align-self: center;
  justify-self: center;
}

#w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-6b1d3b74, #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-6b1d3b74, #w-node-_69c45473-1498-a06e-b0a5-9df991615bf3-6b1d3b74, #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-6b1d3b74, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-6b1d3b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-5846932c {
    grid-column: span 2 / span 2;
  }

  #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-5846932c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-5846932c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-5846932c {
    grid-column: span 1 / span 1;
  }

  #w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-9d20f615 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-9d20f615 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-9d20f615 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-9d20f615 {
    grid-column: span 1 / span 1;
  }

  #w-node-_08e4dac2-e158-0fb9-4747-e3c9c39a90a2-6b1d3b74 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2dc97b8-5d3a-3d1e-7faa-2fd13162c455-6b1d3b74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-6b1d3b74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-6b1d3b74 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-5846932c, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-5846932c, #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-9d20f615, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-9d20f615, #w-node-_728c8572-7d41-d44e-f36c-4e9c15b09952-6b1d3b74, #w-node-_0aef8fa9-9ff6-1caf-9ea2-1e1e381f54d7-6b1d3b74 {
    grid-column: span 2 / span 2;
  }
}


/* --- Policy Page Styles --- */
.policy-content {
  background-color: rgba(240, 240, 240, 0.95);
  color: #333;
  padding: 40px 50px;
  border-radius: 10px;
  margin-top: -30px; /* Adjust if needed based on navbar height */
  margin-bottom: 50px;
}
.policy-content h1, .policy-content h2, .policy-content h3, .policy-content strong {
  color: #000;
  font-family: "Sofia Sans", sans-serif;
}
.policy-content p, .policy-content li {
  color: #333;
  font-family: 'Roboto Mono', sans-serif;
  line-height: 1.6;
}
.policy-content h1 { font-size: 32px; margin-bottom: 30px; }
.policy-content h2 { font-size: 22px; margin-top: 30px; border-bottom: 1px solid #ccc; padding-bottom: 5px; }
.policy-content ul { padding-left: 25px; margin-top: 15px; }
.policy-content a { color: #0056b3; text-decoration: underline; }
.policy-content a:hover { text-decoration: none; }

@media screen and (max-width: 767px) {
  .policy-content { padding: 25px; }
}


/* --- Cookie Notice Styles (Revised) --- */
#cookie-notice-container {
  position: fixed;
  bottom: 0; /* Stick to the very bottom */
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #242424; /* Match footer background color */
  padding: 15px 20px; /* Padding for the bar itself */
  display: none; /* Hidden by default, shown by JS */
  color: #e0e0e0; /* Light text color for the banner content */
  font-family: 'Sofia Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

#cookie-notice { /* Inner content wrapper */
  max-width: 1200px; /* Aligns with .container-2 max-width for consistency */
  width: 100%;
  margin: 0 auto; /* Centers the content within the full-width bar */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookie-notice span {
  text-align: left;
  margin-right: 20px; /* Space between text and button */
}

#cookie-notice a {
  color: inherit; /* Inherits the #e0e0e0 from #cookie-notice-container */
  text-decoration: underline;
  font-weight: bold;
}

#cookie-notice a:hover {
  text-decoration: none; /* Optional: remove underline on hover */
}

#cookie-accept-button {
  background-color: #f0f0f0; /* Light grey background */
  color: #333333; /* Dark text */
  border: 1px solid #cccccc; /* Visible border */
  padding: 8px 28px;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0; /* Prevents button from shrinking if text is long */
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#cookie-accept-button:hover {
  background-color: #e0e0e0;
  border-color: #b0b0b0;
}

/* Responsive adjustments for the banner */
@media screen and (max-width: 767px) {
  #cookie-notice-container {
    padding: 15px; /* Adjust padding for smaller screens */
    font-size: 13px; /* Slightly smaller font on mobile */
  }
  #cookie-notice {
    flex-direction: column; /* Stack text and button vertically */
    text-align: center;
  }
   #cookie-notice span {
    margin-right: 0;
    margin-bottom: 15px; /* Space between text and button when stacked */
    text-align: center;
  }
  #cookie-accept-button {
    width: auto; /* Allow button to size to its content */
    padding: 10px 40px; /* Make button a bit larger and easier to tap */
  }
}

@media screen and (max-width: 479px) {
    #cookie-notice-container {
        font-size: 12px; /* Even smaller for very small screens */
    }
    #cookie-accept-button {
        padding: 8px 30px;
    }
}



