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

.filepond--drop-label {
  padding: 50px 20px; /* Vertical padding (height) and horizontal padding (width) */
  background-color: #E5F5FB;
  border: 1px dashed #27AAE1; /* Adjust the pixel value and color as needed */
  border-radius: 8px; /* Adjust as needed */
}

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

.image-3 {
  max-width: 360px;
  margin-top: 60px;
  padding-top: 0;
  justify-self: end;
}

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

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

body {
  color: #02113c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  color: #02113c;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.heading {
  text-align: left;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 132%;
}

.button {
  width: 30%;
  color: #fff;
  background-color: #27aae1;
  border-radius: 8px;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed; /* This will show a "no entry" cursor when hovering over the button, indicating it's not clickable */
}

.text-field {
  width: 70%;
  border-radius: 8px;
  margin-bottom: 4px;
  padding-top: 4px;
  font-size: 16px;
}

.error-message {
  color: #02113c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}

.div-block {
  display: none;
}

.text-block {
  color: rgba(255, 255, 255, .81);
  font-family: Inter, sans-serif;
}

.footer-cointaner-primary {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1.2fr 1.2fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link {
  color: #27aae1;
  text-decoration: none;
}

.footer {
  background-color: #1d1342;
  margin-top: 0;
  padding-bottom: 77px;
}

.footer-container-secondary {
  grid-column-gap: 40px;
  border: 1px #000;
  border-top: 1px solid rgba(255, 255, 255, .21);
  grid-template-rows: auto auto;
  grid-template-columns: 8.5fr;
  padding-top: 25px;
  padding-bottom: 25px;
}

.social-media-icon:hover {
  opacity: .91;
}

.social-media-link {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link:hover {
  background-color: #21aae1;
}

.minicap {
  color: #21aae1;
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.minicap.light {
  margin-bottom: 15px;
}

.minicap.light.footer-minicap {
  color: #fff;
}

.text-block-14 {
  grid-column-gap: 12px;
  color: #fff;
  font-family: Inter, sans-serif;
  display: flex;
}

.cointainer {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-link {
  color: #27aae1;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.container {
  max-width: 1240px;
  padding-top: 40px;
  padding-bottom: 120px;
}

.arrow-left {
  width:24px;
  height:24px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.text-block-15 {
  width: 90%;
  color: rgba(2, 17, 60, .61);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  font-size: 20px;
  line-height: 33px;
  display: flex;
}

.text-block-15.center {
  color: #1f87b2;
  text-align: center;
}

.text-block-15.center.small {
  font-size: 16px;
}

.text-block-15.small {
  width: 100%;
  color: #1f87b2;
  font-size: 14px;
  line-height: 20px;
}

.description {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.block-button {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(2, 17, 60, .61);
  display: block;
  margin-top: 52px;
  background-color: transparent;
}

a {
  text-decoration: none;
}

.successsection {
  background-color: rgba(33, 170, 225, .12);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.image {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.info-section {
  width: 70%;
  grid-column-gap: 8px;
  color: #e7f4fc;
  background-color: #e7f4fc;
  border-radius: 8px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.image-2 {
  height: 46px;
  line-height: 132%;
  margin-bottom: 20px;
}

.info-cirlce {
  width: 20px;
  height: 20px;
}

.grid {
  height: auto;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 423px;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .link {
    color: #4e5876;
  }

  .footer {
    margin-top: 0;
  }

  .cointainer {
    height: 60%;
    border-radius: 0;
  }
}

@media screen and (min-width: 1920px) {
  .minicap {
    font-size: 14px;
  }

  .cointainer {
    height: auto;
    max-height: 80%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .text-field {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block {
    display: none;
  }

  .link {
    color: #4e5876;
  }

  .minicap {
    font-size: 12px;
  }

  .cointainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-cointaner-primary {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .link {
    color: #4e5876;
  }

  .cointainer {
    margin-top: 0;
  }
}

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

  .button, .text-field {
    width: 100%;
  }

  .text-block {
    text-align: center;
  }

  .footer-cointaner-primary {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .link {
    color: #27aae1;
    text-decoration: none;
  }

  .footer-container-secondary {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-media-link {
    width: 42px;
    height: 42px;
  }

  .minicap {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .minicap.light {
    justify-content: center;
    display: flex;
  }

  .text-block-14 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cointainer {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .div-block-8 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }

  .email-link {
    color: #27aae1;
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .text-block-15 {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .info-section {
    width: 100%;
  }

  .image-2 {
    height: 36px;
  }
}

#w-node-e8e927c9-9694-65fc-8084-62b912eb1c31-57fac60b, #w-node-_7ea667f6-8bca-d0ab-d90a-922d89a46b2a-57fac60b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d47736-db21-becf-0ce6-420aaa22cb63-57fac60b {
  align-self: end;
}

#Facebook.w-node-_67d47736-db21-becf-0ce6-420aaa22cb68-57fac60b {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_67d47736-db21-becf-0ce6-420aaa22cb63-57fac60b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67d47736-db21-becf-0ce6-420aaa22cb63-57fac60b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #Facebook.w-node-_67d47736-db21-becf-0ce6-420aaa22cb68-57fac60b {
    justify-self: end;
  }

  #twitter.w-node-_67d47736-db21-becf-0ce6-420aaa22cb6a-57fac60b {
    justify-self: center;
  }

  #linkedin.w-node-_67d47736-db21-becf-0ce6-420aaa22cb6c-57fac60b {
    justify-self: start;
  }
}

