.page-id-4125 .section.mcb-section.the_content.no_content {
  display: none;
}

.page-id-4125 .mcb-section .mcb-wrap-98z29cv5 > .mcb-wrap-inner-98z29cv5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-id-4125 .section_wrapper .column {
  margin-bottom: 0px;
}

.dram-landing {
  display: grid;
  grid-template-columns: 1.2fr 620px;
  gap: 60px;

  width: 100%;
  /* height: calc(100vh -80px); */
  max-width: 1800px;

  margin: auto;
  padding: 60px 30px;

  align-items: center;
}
.dram-logo {
  width: 200px;
}
.dram-content h1 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  color: #082657;
  margin: 0 0 20px;
}

.dram-content h1 span {
  color: #2563eb;
  display: block;
}

.dram-subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
  color: #082657;
}
.dram-subtitle span {
  color: #2563eb;
}

.dram-benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 550px;
}

.dram-benefit {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.dram-icon {
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 24px;

  flex-shrink: 0;
}

.dram-benefit h3 {
  margin: 0px;
  font-size: 24px;
}

.dram-benefit p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #082657;
}

/* FORM */

.dram-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.dram-form-card h2 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #082657;
}

.dram-form-card p {
  margin-bottom: 0px;
  color: #082657;
}

.dram-wp-form {
  width: 100%;
}

/* ROWS */

.dram-wp-form .form-row {
  margin-bottom: 1ch;
}

.dram-wp-form .two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dram-wp-form .field {
  position: relative;
}

/* .dram-wp-form .field:before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 18px;
  height: 18px;
  opacity: 0.7;

  display: flex;
  align-items: center;
  justify-content: center;
} */

/* User */

/* .dram-wp-form .user-icon:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f007";
  font-size: 14px;
} */

/* Mail */

/* .dram-wp-form .email-icon:before {
  content: "✉";
  font-size: 14px;
} */

/* Company */

/* .dram-wp-form .company-icon:before {
  content: "🏢";
  font-size: 14px;
} */

/* .dram-wp-form input {
  padding-left: 50px !important;
} */

/* INPUTS */

.dram-wp-form input,
.dram-wp-form textarea,
.dram-wp-form select {
  width: 100%;
  height: 60px;

  border: 1px solid #d6dce7 !important;
  border-radius: 12px;

  padding: 0 20px;
  background: #fff;

  font-size: 16px;
  color: #1d3557;

  box-sizing: border-box;
}

.dram-wp-form span.wpcf7-form-control-wrap .wpcf7-text,
.dram-wp-form span.wpcf7-form-control-wrap .wpcf7-textarea {
  color: #1d3557 !important;
  border-radius: 10px;
}

.dram-wp-form input::placeholder,
.dram-wp-form textarea::placeholder {
  color: #6b7280 !important;
  opacity: 1;
}
.dram-wp-form span.wpcf7-form-control-wrap .wpcf7-text:focus,
.dram-wp-form span.wpcf7-form-control-wrap .wpcf7-textarea:focus,
.dram-wp-form select:focus {
  color: #1d3557 !important;
}

/* TEXTAREA */

.dram-wp-form textarea {
  height: 140px;
  padding: 20px;
  resize: none;
}

/* SUBMIT */

.wpcf7 .dram-wp-form input[type="submit"] {
  width: 100%;
  height: 64px;

  border: none !important;
  border-radius: 14px;

  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);

  color: #fff !important;
  font-size: 18px;
  font-weight: 700;

  cursor: pointer;
  transition: 0.3s ease;
}

.dram-wp-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
}

/* CF7 ITEMS */

.dram-wp-form .wpcf7-spinner {
  display: block;
  margin-top: 10px;
}

/* MOBILE */

/*  DRAM Footer */

.dram-footer-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  /* padding: 0 60px;
  background: linear-gradient(90deg, #071d47 0%, #0b2d69 50%, #091c42 100%); */
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 100;
}

.banner-items {
  display: flex;
  align-items: center;
  gap: 48px;
  background-color: #0e2445;
  padding: 40px 40px 40px 5%;
  border-radius: 0 60px 0 0;
}

.banner-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.banner-item img {
  width: 35px;
  height: 35px;
}

.banner-event {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #0e2445;
  padding: 40px 5% 40px 40px;
}
.banner-event-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-event img {
  width: 35px;
  height: 35px;
}
.separator {
  opacity: 0.5;
}

@media screen and (min-width: 1200px) and (max-width: 1650px) {
  .banner-event {
    padding: 40px 40px 40px 40px;
  }
  .banner-items {
    padding: 40px 40px 40px 40px;
  }
}

@media screen and (max-width: 1525px) {
  .dram-footer-banner {
    flex-direction: column-reverse;
  }
  .banner-items {
    width: 100%;
    border-radius: 60px 60px 0 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1400px) {
  .page-id-4125 .mcb-section .mcb-wrap-98z29cv5 > .mcb-wrap-inner-98z29cv5 {
    height: auto;
  }
  .page-id-4125 .mcb-item-column-inner {
    margin-bottom: 0px;
  }
  .dram-landing {
    grid-template-columns: 1fr 1fr;
    padding: 30px 20px;
    gap: 40px;
  }
  .dram-form-wrapper {
    padding-top: 40px;
  }

  .dram-footer-banner {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-4125 .mcb-section .mcb-wrap-98z29cv5 > .mcb-wrap-inner-98z29cv5 {
    height: auto;
  }
  .page-id-4125 .mcb-item-column-inner {
    margin-bottom: 0px;
  }
  .dram-landing {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 40px;
  }

  .dram-content h1 {
    font-size: 48px;
  }

  .dram-subtitle {
    font-size: 22px;
  }

  .dram-form-card {
    padding: 25px;
  }

  .dram-form-card h2 {
    font-size: 32px;
  }
  .dram-footer-banner {
    height: auto;
    position: relative;
  }
  .banner-items {
    gap: 20px;
    padding: 20px;
    border-radius: 40px 40px 0 0;
  }
}

@media (max-width: 992px) {
  .page-id-4125 .mcb-section .mcb-wrap-98z29cv5 > .mcb-wrap-inner-98z29cv5 {
    height: auto;
  }
  .page-id-4125 .mcb-item-column-inner {
    margin-bottom: 0px;
  }
  .dram-landing {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 40px;
  }

  .dram-content h1 {
    font-size: 48px;
  }

  .dram-subtitle {
    font-size: 22px;
  }

  .dram-form-card {
    padding: 25px;
  }

  .dram-form-card h2 {
    font-size: 32px;
  }

  .dram-footer-banner {
    height: auto;
    position: relative;
  }
  .banner-event {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dram-content {
    width: 100%;
  }
  .dram-wp-form .two-cols {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .section_wrapper .column {
    margin-bottom: 0px;
  }
  .dram-form-card {
    padding: 20px;
  }

  .wpcf7 .dram-wp-form input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    height: auto;
    margin-top: 10px;
  }
  .dram-content h1 {
    font-size: 24px;
  }

  .dram-subtitle {
    font-size: 18px;
    font-weight: 600;
  }
  .dram-icon {
    width: 40px;
    height: 40px;
  }

  .dram-benefits {
    max-width: 90vw;
    gap: 15px;
  }

  .dram-benefit h3 {
    font-size: 18px;
  }
  .dram-benefit p {
    font-size: 14px;
  }

  .dram-form-card h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .dram-form-card p {
    margin-bottom: 00px;
  }

  .dram-wp-form span.wpcf7-form-control-wrap .wpcf7-text,
  .dram-wp-form span.wpcf7-form-control-wrap .wpcf7-textarea {
    border-radius: 8px;
    padding: 16px;
    height: auto;
  }
  .dram-wp-form input::placeholder,
  .dram-wp-form textarea::placeholder {
    color: #6b7280 !important;
    opacity: 1;
    font-size: 14px;
  }
  .dram-footer-banner {
    position: relative;
    height: auto;
  }

  .banner-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 40px 40px 0 0;
  }
  .banner-item {
    font-size: 14px;
    gap: 8px;
  }
  .banner-item img {
    width: 30px;
    height: 30px;
  }
  .banner-event {
    padding: 20px 20px;
    font-size: 18px;
    gap: 12px;

    flex-direction: column;
  }
  .banner-event-logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .banner-event .separator {
    display: none;
  }
}
