:root {
  --sky-blue: #0092cc;
  --hyper-red: #f33;
  --sulphur-yellow: #dcd427;
  --green: #793;
  --primary-text: #f0f0f0;
  --background: rgba(0, 0, 0, 0.95);
  --seconday-text: #969696;
  --grey: #323232;
}

/* USER ADDED STYLES */

body.menu-open {
  overflow: hidden;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.hidden {
  display: none;
}

.input.error {
  border-color: var(--hyper-red);
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.error-heading {
  text-align: center;
  padding: 0 20px;
}

/* SCENARIO STYLES */

.pen-paper-text {
  display: none;
  max-width: 300px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

audio {
  display: none;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

audio.active {
  display: block;
}

.pen-paper-text.active {
  display: block;
}

.inactive {
  pointer-events: none;
}

.missing-words {
  display: none;
}

ul.important-words-list {
  list-style: none;
  padding-left: 0px;
}

ul.important-words-list li {
  display: inline-block;
  font-weight: 600;
  padding: 8px;
  background-color: var(--hyper-red);
  color: var(--background);
  border-radius: 4px;
  /* margin-top: 10px; */
  margin-right: 10px;
}

/* USER ADDED STYLES */

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

.question-wrapper {
  max-width: 735px;
  width: 100%;
  border: 4px solid var(--grey);
  border-radius: 15px;
  margin-top: 50px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 40px;
}

.question-wrapper.fancy {
  z-index: 5;
  background-image: linear-gradient(
    106deg,
    var(--hyper-red),
    var(--green) 30%,
    var(--sulphur-yellow) 60%,
    var(--sky-blue)
  );
  border-style: none;
  padding: 4px;
}

.question-container {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}

.question-number {
  color: var(--seconday-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-align: right;
  font-style: italic;
}

.question {
  margin-bottom: 30px;
  margin-bottom: 30px;
  font-size: 22px;
}

ul.question-list {
  list-style: none;
  padding-left: 0;
}

.answer-option {
  color: var(--seconday-text);
  cursor: pointer;
  padding: 16px;
  border: 1px solid var(--seconday-text);
  text-align: left;
  outline: none;
  line-height: 1.3;
  font-size: 20px;
  transition: 0.2s ease;
  border-radius: 4px;
  margin-bottom: 16px;
}

.hover:hover {
  background-color: var(--grey);
  color: var(--primary-text);
}

.correct {
  border: var(--green);
  background-color: var(--green);
  color: var(--primary-text);
  font-weight: 600;
}

.wrong {
  border: var(--hyper-red);
  background-color: var(--hyper-red);
  color: var(--primary-text);
}

.selected,
.selected ~ .answer-option {
  cursor: default;
}

#next-question-btn {
  border-radius: 4px;
  font-size: 24px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    var(--sky-blue),
    var(--hyper-red) 35%,
    var(--sulphur-yellow) 70%,
    var(--green)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 120px;
  font-weight: 800;
  line-height: 130px;
}

h2 {
  color: var(--primary-text);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  font-weight: 800;
  line-height: 90px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

.body {
  background-color: var(--background);
  color: var(--primary-text);
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.container {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.footer {
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.section {
  z-index: 1;
  background-color: var(--background);
}

.section.hero {
  min-height: 100svh;
  padding-left: 20px;
  padding-right: 20px;
}

.section.full {
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
}

.nav-container {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  display: flex;
}

.top-bar {
  width: 40px;
  height: 2px;
  background-color: var(--hyper-red);
  margin-bottom: 10px;
}

.bottom-bar {
  width: 40px;
  height: 2px;
  background-color: var(--hyper-red);
}

.hero-container {
  max-width: 1240px;
}

.hero-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-text-wrapper.margin-top {
  margin-top: 50px;
  margin-bottom: 100px;
}

.hero-text-wrapper.margin-top.no-bottom {
  margin-bottom: 0;
}

.hero-heading {
  max-width: 670px;
  text-align: center;
}

.hero-text {
  max-width: 486px;
  color: var(--seconday-text);
  text-align: center;
  margin-bottom: 53px;
  font-weight: 800;
  line-height: 38px;
}

.store-button-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.browser-link {
  color: var(--seconday-text);
  margin-top: 60px;
  font-weight: 800;
  line-height: 38px;
  text-decoration: underline;
  transition: all 0.2s;
}

.browser-link:hover {
  color: var(--primary-text);
}

.hero-paragraph {
  margin-top: 10px;
  margin-bottom: 0;
}

.main-container {
  max-width: 100%;
}

.main-container.red {
  z-index: -5;
}

.home-text-wrapper {
  grid-column-gap: 146px;
  grid-row-gap: 146px;
  background-color: rgba(255, 51, 51, 0.5);
  justify-content: space-between;
  padding: 100px 20px;
  transform: skew(0deg, -5deg);
}

.home-text-wrapper.yellow {
  background-color: rgba(220, 212, 39, 0.5);
}

.home-text-wrapper.blue {
  background-color: rgba(0, 146, 204, 0.5);
}

.heading-wrapper {
  max-width: 500px;
  align-items: center;
  display: flex;
}

.text-wrapper {
  max-width: 592px;
  color: #f5f5f5;
  font-size: 24px;
  line-height: 40px;
}

.inner-wrapper {
  max-width: 1240px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: skew(0deg, 5deg);
}

.inner-wrapper.yellow {
  flex-direction: row-reverse;
}

.footer-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-link {
  color: var(--seconday-text);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-link:hover {
  color: var(--primary-text);
}

.copy-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--seconday-text);
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.nav-menu {
  max-width: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button {
  z-index: 5;
}

.menu-button.w--open {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: var(--primary-text);
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  transition: all 0.2s;
}

.nav-link:hover {
  color: var(--seconday-text);
}

.nav-link:focus {
  color: var(--sky-blue);
}

.menu-button-wrapper {
  max-width: 400px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.pro-button {
  width: 100%;
  background-color: var(--hyper-red);
  color: var(--background);
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px;
  font-size: 32px;
  line-height: 40px;
  transition: all 0.2s;
}

.pro-button:hover {
  background-color: var(--sulphur-yellow);
}

.login-button {
  width: 100%;
  border: 2px solid var(--green);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  padding: 24px;
  font-size: 32px;
  line-height: 40px;
  transition: all 0.2s;
}

.login-button.w-margin {
  margin-top: 40px;
}

.login-button:hover {
  background-color: var(--green);
  color: var(--background);
}

.form-block {
  width: 100%;
  max-width: 605px;
  margin-top: 56px;
  margin-bottom: 0;
}

.form-block.no-margin {
  margin-top: 0;
}

.input {
  color: var(--background);
  background-color: #f5f5f5;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 32px 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.input:focus {
  border-width: 4px;
  border-color: var(--green);
}

.input.textarea {
  height: 400px;
  max-width: 100%;
  min-width: 100%;
  border-radius: 15px;
  margin-bottom: 60px;
}

.login-container {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.login-container.right {
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
}

.login-container.right-no-margin {
  justify-content: flex-end;
  margin-top: 0;
}

.login-container.right-no-margin.margin-top {
  margin-top: 0;
  /* margin-bottom: 100px; */
}

.login-button-wrapper {
  width: 50%;
}

.user-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.primary-button {
  width: 100%;
  background-color: var(--green);
  color: var(--primary-text);
  text-align: center;
  border-radius: 15px;
  padding: 24px;
  font-size: 32px;
  font-weight: 400;
  transition: all 0.2s;
}

.primary-button:hover {
  background-color: var(--hyper-red);
  color: var(--background);
}

.primary-button.pricing {
  padding: 12px;
  font-size: 22px;
  line-height: 26px;
}

.primary-button.help {
  color: var(--seconday-text);
  background-color: rgba(50, 50, 50, 0.45);
  border-radius: 0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 600;
}

.primary-button.help:hover {
  color: var(--background);
  background-color: rgba(150, 150, 150, 0.65);
}

.small-link {
  color: var(--seconday-text);
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

.small-link:hover {
  color: var(--primary-text);
}

.small-text {
  color: var(--seconday-text);
  font-size: 22px;
  font-weight: 300;
}

.highlight-red {
  color: var(--hyper-red);
  transition: all 0.2s;
}

.highlight-red:hover {
  color: rgba(255, 51, 51, 0.7);
}

.small-print-container {
  margin-top: 60px;
  margin-bottom: 0;
}

.terms-wrapper {
  color: var(--seconday-text);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.pricing-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.pricing-wrapper {
  border: 4px solid var(--grey);
  border-radius: 15px;
  padding: 40px;
}

.pricing-wrapper.fancy {
  /* z-index: 5; */
  background-image: linear-gradient(
    106deg,
    var(--hyper-red),
    var(--green) 30%,
    var(--sulphur-yellow) 60%,
    var(--sky-blue)
  );
  border-style: none;
  padding: 4px;
}

.price-heading-wrapper {
  justify-content: center;
  display: flex;
}

.price-heading {
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 32px;
}

.pricing-divider {
  width: 100%;
  height: 4px;
  background-color: var(--primary-text);
}

.benefits-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.benefits-text {
  margin-bottom: 30px;
  line-height: 26px;
}

.bold {
  font-weight: 800;
}

.bold.portfolio-link {
  color: var(--hyper-red);
  transition: all 0.2s;
}

.bold.portfolio-link:hover {
  color: rgba(255, 51, 51, 0.7);
}

.downgrade-text {
  color: rgba(255, 51, 51, 0.88);
  margin-top: 35px;
  font-size: 16px;
  line-height: 22px;
}

.inner-container {
  z-index: -1;
  background-color: #000;
  border-radius: 15px;
  padding: 40px;
}

.question-wrapper {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.next-button-container {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.next-button-container.right {
  justify-content: flex-end;
  margin-bottom: 0;
  display: none;
}

.comms-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  margin-top: 50px;
  padding-left: 18px;
  padding-right: 18px;
}

.comms-wrapper {
  border: 4px solid var(--grey);
  border-radius: 15px;
  padding: 40px;
}

.comms-wrapper.fancy {
  z-index: 5;
  background-image: linear-gradient(
    106deg,
    var(--hyper-red),
    var(--green) 30%,
    var(--sulphur-yellow) 60%,
    var(--sky-blue)
  );
  border-style: none;
  padding: 2px;
}

.comms-heading {
  text-align: center;
  margin-bottom: 34px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 32px;
}

.comms-inner-container {
  z-index: -1;
  height: 100%;
  background-color: #000;
  border-radius: 15px;
  padding: 40px 0;
}

.scenario-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.scenario {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scenario-description {
  color: var(--primary-text);
  font-size: 22px;
  transition: all 0.2s;
}

.scenario-description:hover {
  color: var(--seconday-text);
}

.badges-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.badge-text {
  color: var(--primary-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.badge-text.atc {
  color: var(--hyper-red);
}

.atc-badge {
  width: 60px;
  background-color: var(--grey);
  color: var(--background);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
}

.free-badge {
  width: 60px;
  background-color: var(--green);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
}

.pro-badge {
  width: 60px;
  background-color: var(--hyper-red);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
}

.new-badge {
  width: 60px;
  background-color: var(--sky-blue);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
}

.coming-soon-badge {
  width: 150px;
  background-color: var(--sky-blue);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
}

.help-container {
  width: 100%;
  margin-top: 50px;
  padding-left: 18px;
  padding-right: 18px;
}

.help-paragraph {
  color: var(--seconday-text);
  margin-bottom: 10px;
}

.help-paragraph.indented {
  margin-left: 20px;
  font-style: italic;
}

.help-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
}

.list-item {
  margin-bottom: 5px;
}

.list {
  margin-top: 10px;
}

.help-divider {
  height: 4px;
  background-image: linear-gradient(
    to right,
    var(--hyper-red),
    var(--sulphur-yellow) 38%,
    var(--sky-blue) 70%,
    var(--green)
  );
  margin-top: 40px;
  margin-bottom: 40px;
}

.help-subheading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.main-policy-heading {
  font-size: 90px;
  line-height: 100px;
}

.effective-date {
  color: var(--seconday-text);
  margin-top: 10px;
  font-size: 22px;
  line-height: 26px;
}

.terms-container {
  width: 100%;
  margin-top: 50px;
  padding-left: 18px;
  padding-right: 18px;
}

.terms-heading {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.terms-paragraph {
  color: var(--seconday-text);
  margin-bottom: 10px;
}

.policy-subheading {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.faq-a-text {
  color: var(--seconday-text);
  font-size: 22px;
  line-height: 32px;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-item {
  border-left: 4px solid var(--green);
  cursor: pointer;
  background-color: rgba(50, 50, 50, 0.6);
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  font-size: 22px;
  line-height: 32px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  transform: translate(0);
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.contact-us-link {
  color: var(--hyper-red);
  transition: all 0.2s;
}

.contact-us-link:hover {
  color: rgba(255, 51, 51, 0.7);
}

.scenario-grid {
  width: 100%;
  grid-template-rows: auto auto auto auto;
  padding-left: 18px;
  padding-right: 18px;
}

.scenario-wrapper {
  border: 4px solid var(--grey);
  border-radius: 15px;
  padding: 20px;
}

.scenario-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.scenario-heading {
  font-size: 26px;
  line-height: 36px;
}

.scenario-text {
  color: var(--seconday-text);
  font-size: 18px;
  line-height: 26px;
}

.scenario-text.small {
  font-size: 14px;
  line-height: 18px;
}

.information-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
}

.aircraft-info-grid {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
}

.info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-image {
  width: 25px;
  height: 25px;
  filter: invert(50%);
  margin-right: 10px;
  display: flex;
}

.aircraft-text {
  color: var(--seconday-text);
  font-size: 18px;
  line-height: 26px;
}

.position-image {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.scenario-heading-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: inline-block;
}

.talk-button {
  width: 160px;
  background-color: var(--green);
  color: var(--background);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s;
  display: flex;
}

.talk-button:hover {
  background-color: var(--hyper-red);
  color: var(--background);
}

.stop-button {
  width: 160px;
  background-color: var(--hyper-red);
  color: var(--background);
  text-align: center;
  border-radius: 15px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s;
}

.stop-button:hover {
  background-color: var(--green);
  color: var(--background);
}

.checkbox {
  width: 18px;
  height: 18px;
  border-color: var(--seconday-text);
  cursor: pointer;
  border-radius: 2px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--green);
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-call-divider {
  width: 100%;
  height: 2px;
  background-color: var(--seconday-text);
  border: 1px dashed #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.note {
  margin-top: 20px;
}

.faq-link {
  color: var(--seconday-text);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
  transition: all 0.2s;
}

.faq-link:hover {
  color: var(--primary-text);
}

.important-words {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .suggested-call-default {
  display: none;
} */

.suggested-call-signup {
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.radio-login-link {
  color: var(--green);
  transition: all 0.2s;
}

.radio-login-link:hover {
  text-decoration: underline;
}

.suggested-call-upgrade {
  height: 100%;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 36px;
  display: none;
}

.upgrade-button {
  width: 50%;
  background-color: var(--hyper-red);
  color: var(--background);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 26px;
  line-height: 35px;
  transition: all 0.2s;
  display: flex;
}

.upgrade-button:hover {
  background-color: var(--sulphur-yellow);
}

.continue-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
  /* display: flex; */
  display: none;
}

.retry-button {
  width: 40%;
  background-color: var(--hyper-red);
  color: var(--background);
  text-align: center;
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s;
}

.retry-button:hover {
  color: var(--background);
  background-color: rgba(255, 51, 51, 0.8);
}

.continue-button {
  width: 100%;
  background-color: var(--green);
  color: var(--background);
  text-align: center;
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s;
}

.continue-button:hover {
  color: var(--background);
  background-color: rgba(119, 153, 51, 0.8);
}

button.continue-button:disabled {
  pointer-events: none;
  color: var(--grey);
  background-color: var(--seconday-text);
}

.continue-button-wrapper a {
  display: block;
  width: 40%;
  text-align: center; /* Center the button inside the anchor */
  text-decoration: none; /* Remove default underline */
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-image {
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 90px;
    line-height: 100px;
  }

  h2 {
    text-align: center;
    font-size: 60px;
    line-height: 80px;
  }

  .section.hero {
    min-height: 95svh;
  }

  .hero-text-wrapper.margin-top {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .hero-heading.margin-top {
    margin-top: 50px;
  }

  .hero-text {
    max-width: 450px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
  }

  .store-button-wrapper {
    text-align: center;
  }

  .browser-link {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-paragraph {
    margin-top: 20px;
  }

  .text-wrapper {
    font-size: 22px;
    line-height: 36px;
  }

  .inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .inner-wrapper.yellow {
    flex-direction: column;
  }

  .footer-link-wrapper {
    margin-top: 40px;
  }

  .nav-link,
  .pro-button,
  .login-button {
    font-size: 28px;
    line-height: 36px;
  }

  .input {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 24px;
  }

  .login-container.right-no-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .login-container.right-no-margin.margin-top {
    margin-bottom: 40px;
  }

  .primary-button {
    padding: 20px 15px;
    font-size: 26px;
    line-height: 26px;
  }

  .primary-button.help {
    font-size: 22px;
    line-height: 30px;
  }

  .small-link,
  .small-text {
    font-size: 20px;
    line-height: 20px;
  }

  .small-print-container {
    margin-bottom: 50px;
  }

  .terms-wrapper {
    font-size: 20px;
    line-height: 28px;
  }

  .pricing-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .price-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .benefits-text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .downgrade-text {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .comms-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .help-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .help-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .help-subheading {
    font-size: 20px;
    line-height: 28px;
  }

  .effective-date {
    font-size: 18px;
    line-height: 20px;
  }

  .terms-heading {
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }

  .terms-paragraph {
    font-size: 20px;
    line-height: 28px;
  }

  .faq-a-text,
  .faq-q-text {
    font-size: 20px;
    line-height: 30px;
  }

  .temp-image {
    max-width: 80%;
  }

  .scenario-grid {
    grid-template-rows: auto auto auto auto auto;
  }

  .scenario-heading {
    text-align: left;
  }

  .scenario-text {
    font-size: 16px;
    line-height: 20px;
  }

  .aircraft-info-grid {
    grid-row-gap: 20px;
  }

  .svg-image {
    width: 22px;
    height: 22px;
  }

  .aircraft-text {
    font-size: 16px;
    line-height: 20px;
  }

  .talk-button {
    padding: 15px;
    font-size: 22px;
    line-height: 22px;
  }

  .stop-button {
    padding: 15px;
    font-size: 22px;
    line-height: 22px;
  }

  .faq-link {
    font-size: 14px;
    line-height: 18px;
  }

  .upgrade-button {
    font-size: 28px;
    line-height: 36px;
  }

  .continue-button-wrapper {
    justify-content: space-between;
  }

  .retry-button,
  .continue-button {
    padding: 20px 15px;
    font-size: 22px;
    line-height: 22px;
  }

  ._404-image {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
    line-height: 90px;
  }

  h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .section.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    max-width: 80%;
  }

  .nav-container,
  .hero-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-wrapper.margin-top {
    margin-bottom: 0;
  }

  .hero-heading.margin-top {
    margin-top: 30px;
  }

  .browser-link {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .home-text-wrapper {
    padding: 60px 40px;
  }

  .text-wrapper {
    font-size: 18px;
    line-height: 30px;
  }

  .inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-link-wrapper {
    align-items: flex-end;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .copy-wrapper {
    align-items: flex-end;
    margin-top: 20px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .pro-button,
  .login-button {
    font-size: 26px;
    line-height: 32px;
  }

  .input {
    border-width: 3px;
  }

  .input:focus-visible {
    border-width: 3px;
  }

  .input[data-wf-focus-visible] {
    border-width: 3px;
  }

  .input.textarea {
    height: 300px;
  }

  .login-container {
    flex-direction: column-reverse;
  }

  .login-button-wrapper {
    width: 100%;
  }

  .user-wrapper {
    margin-top: 20px;
  }

  .primary-button.help {
    font-size: 18px;
    line-height: 26px;
  }

  .forgot-password-wrapper {
    margin-bottom: 10px;
  }

  .pricing-container {
    width: 100%;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .comms-grid {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .comms-wrapper.fancy {
    width: 100%;
  }

  .comms-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .scenario-description {
    font-size: 16px;
    line-height: 24px;
  }

  .badge-text,
  .badge-text.atc {
    font-size: 12px;
    line-height: 14px;
  }

  .help-container {
    padding-left: 0;
    padding-right: 0;
  }

  .help-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .help-paragraph.indented {
    margin-left: 10px;
  }

  .help-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .help-subheading {
    font-size: 18px;
    line-height: 26px;
  }

  .main-policy-heading {
    font-size: 80px;
    line-height: 90px;
  }

  .effective-date {
    font-size: 16px;
    line-height: 18px;
  }

  .terms-container {
    margin-top: 20px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .terms-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .terms-paragraph {
    font-size: 18px;
  }

  .faq-a-text {
    font-size: 18px;
    line-height: 28px;
  }

  .c-faq {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 28px;
  }

  .temp-image {
    max-width: 100%;
  }

  .scenario-grid {
    grid-template-rows: auto auto auto auto auto auto;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .scenario-wrapper {
    width: 100%;
  }

  .scenario-heading-wrapper {
    margin-bottom: 10px;
  }

  .scenario-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .scenario-text.small {
    font-size: 12px;
    line-height: 16px;
  }

  .information-grid {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
  }

  .image-wrapper {
    margin-top: 20px;
  }

  .aircraft-info-grid {
    grid-row-gap: 15px;
  }

  .svg-image {
    width: 20px;
    height: 20px;
  }

  .checkbox {
    width: 16px;
    height: 16px;
  }

  .faq-link {
    font-size: 12px;
    line-height: 16px;
  }

  .upgrade-button {
    font-size: 26px;
    line-height: 32px;
  }

  .continue-button-wrapper {
    width: 100%;
  }

  .retry-button,
  .continue-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._404-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section.hero,
  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-button-wrapper {
    align-items: center;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .home-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .copy-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link,
  .pro-button,
  .login-button {
    font-size: 22px;
    line-height: 26px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block.no-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .input {
    margin-bottom: 20px;
    padding: 24px 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .input.textarea {
    height: 200px;
    margin-bottom: 40px;
  }

  .login-container,
  .login-container.right {
    margin-top: 30px;
  }

  .login-container.right-no-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .login-container.right-no-margin.margin-top {
    margin-top: 40px;
  }

  .primary-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 22px;
  }

  .primary-button.pricing {
    line-height: 22px;
  }

  .small-link,
  .small-text {
    font-size: 16px;
  }

  .small-print-container {
    margin-top: 30px;
  }

  .terms-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-wrapper {
    padding: 30px 20px;
  }

  .price-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .benefits-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .downgrade-text {
    margin-top: 25px;
  }

  .inner-container {
    padding: 30px 20px;
  }

  .comms-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comms-heading {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scenario-container {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scenario {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .scenario-description {
    margin-bottom: 3px;
  }

  .help-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .help-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .help-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .main-policy-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .effective-date {
    font-size: 14px;
    line-height: 16px;
  }

  .terms-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .terms-paragraph,
  .faq-a-text {
    font-size: 16px;
    line-height: 24px;
  }

  .c-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-faq-a-text {
    padding: 20px 10px;
  }

  .c-faq-q-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-q-text {
    font-size: 16px;
    line-height: 24px;
  }

  .c-faq-icon {
    padding: 10px;
  }

  .scenario-grid {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scenario-wrapper {
    padding: 30px 20px;
  }

  .information-grid {
    grid-template-rows: auto auto auto auto;
  }

  .image-wrapper {
    height: 160px;
  }

  .aircraft-info-grid {
    grid-row-gap: 20px;
  }

  .talk-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .stop-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .checkbox-container {
    margin-bottom: 0;
  }

  .faq-link {
    font-size: 12px;
  }

  .upgrade-button {
    font-size: 22px;
    line-height: 26px;
  }

  .continue-button-wrapper {
    flex-direction: column;
    padding: 30px 0px;
  }

  .continue-button-wrapper a {
    width: 100%;
  }

  .retry-button,
  .continue-button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .question-wrapper {
    width: 90%;
  }

  .question {
    font-size: 20px;
  }

  .answer-option {
    font-size: 18px;
  }
}

#w-node-a1dae6ac-2068-82d9-5d47-a3d741aed275-c4c38f42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7311b281-2771-42a1-d0fe-60b1355cad26-c4c38f42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a222592-83d5-0d78-2b71-1bac2c42e9b3-c4c38f42 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2e25ac56-7052-cace-8337-df523b1bf38f-c4c38f42 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_598c3904-c195-6886-4f4f-57646bf96edf-c4c38f42 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c102f09b-2e90-c0ba-4b57-d205c0ad18a9-c4c38f42 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_294cbcf9-2c58-358d-f99e-0364675587f1-c4c38f42 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1bcaaec7-6cbb-a212-bb2f-a2d3fef42a5f-c4c38f42 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_49b6b697-e227-0ab8-9e7e-763271b2361e-c4c38f42 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4827b96b-9eb4-9c48-60b9-61e02ef823ef-c4c38f42 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-efe57105-2341-7777-6c68-4f770afe6c29-c4c38f42 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a918c5f3-ec7f-6dda-0465-c5c7c0114660-c0bc8ff9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_744133c8-1f33-afbe-898a-7d756d31bdc9-c0bc8ff9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_95701fe8-e7db-7132-a111-910e973054d3-c0bc8ff9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_07933e58-c7a6-4047-01e7-08efa98d32bf-c0bc8ff9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_190683bb-bcae-bdef-17b2-00e40cecc1a1-c0bc8ff9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a21a90a-bb8f-9b53-3580-73ebbd045bf8-c0bc8ff9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_904669b6-7a9b-e8f6-a300-0ab57cd19bb0-c0bc8ff9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_92c9a7bc-e6d9-a07b-dae1-e615b7d38191-c0bc8ff9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-baa9cf4a-7257-d381-f971-a3c11ff5c0a7-c0bc8ff9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8ea2187c-54ff-9950-fa98-4b8d52168d2a-c0bc8ff9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9f2f3041-b53b-7605-e81d-9ff6013003d3-c0bc8ff9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5fd55884-86be-0df3-7bc1-4969dc2f9e2a-c0bc8ff9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_41337bc5-d4f9-3638-b6ca-383e41ea08d7-c0bc8ff9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_983368b6-f589-7ad4-6f09-2e7dc09c07a9-c0bc8ff9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_19684a9a-85d3-0e7c-2bae-e3c4241e564b-c0bc8ff9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c8a0d5cd-4a83-4ff1-051f-008f4bb1a60b-c0bc8ff9 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a1dae6ac-2068-82d9-5d47-a3d741aed275-c4c38f42 {
    grid-column-end: 3;
  }

  #w-node-_7311b281-2771-42a1-d0fe-60b1355cad26-c4c38f42 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_5a222592-83d5-0d78-2b71-1bac2c42e9b3-c4c38f42 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_2e25ac56-7052-cace-8337-df523b1bf38f-c4c38f42 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_598c3904-c195-6886-4f4f-57646bf96edf-c4c38f42 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-c102f09b-2e90-c0ba-4b57-d205c0ad18a9-c4c38f42 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_294cbcf9-2c58-358d-f99e-0364675587f1-c4c38f42 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-_1bcaaec7-6cbb-a212-bb2f-a2d3fef42a5f-c4c38f42 {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-_49b6b697-e227-0ab8-9e7e-763271b2361e-c4c38f42 {
    grid-row: 10 / 11;
    grid-column-start: 1;
  }

  #w-node-_4827b96b-9eb4-9c48-60b9-61e02ef823ef-c4c38f42 {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }

  #w-node-efe57105-2341-7777-6c68-4f770afe6c29-c4c38f42 {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-_983368b6-f589-7ad4-6f09-2e7dc09c07a9-c0bc8ff9 {
    grid-column-end: 3;
  }

  #w-node-_19684a9a-85d3-0e7c-2bae-e3c4241e564b-c0bc8ff9 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c8a0d5cd-4a83-4ff1-051f-008f4bb1a60b-c0bc8ff9 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a918c5f3-ec7f-6dda-0465-c5c7c0114660-c0bc8ff9 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_744133c8-1f33-afbe-898a-7d756d31bdc9-c0bc8ff9 {
    grid-row: 3 / 4;
  }

  #w-node-_95701fe8-e7db-7132-a111-910e973054d3-c0bc8ff9,
  #w-node-_07933e58-c7a6-4047-01e7-08efa98d32bf-c0bc8ff9 {
    grid-column-end: 3;
  }

  #w-node-_5fd55884-86be-0df3-7bc1-4969dc2f9e2a-c0bc8ff9 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_41337bc5-d4f9-3638-b6ca-383e41ea08d7-c0bc8ff9 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_983368b6-f589-7ad4-6f09-2e7dc09c07a9-c0bc8ff9 {
    grid-row: 4 / 5;
  }

  #w-node-_19684a9a-85d3-0e7c-2bae-e3c4241e564b-c0bc8ff9 {
    grid-row: 5 / 6;
  }

  #w-node-c8a0d5cd-4a83-4ff1-051f-008f4bb1a60b-c0bc8ff9 {
    grid-row: 6 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fd55884-86be-0df3-7bc1-4969dc2f9e2a-c0bc8ff9 {
    grid-row-end: 5;
    grid-column-end: 3;
  }
}
