.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

a {
  text-decoration: underline;
}

.master-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(205px, 205px) 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.sidebar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #14212a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  display: grid;
}

.sidebar-image {
  width: 165px;
}

.sidebar-footer.text-white {
  color: #fff;
}

.copyright-text {
  text-align: center;
  font-size: 12px;
}

.copyright-text.text-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.copyright-text.text-white.footer-copyright {
  display: none;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #14212a;
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-1920-bw.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: 1fr minmax(min-content, max-content) auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.body.career {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/home-1920-bw.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body-footer {
  text-align: center;
  background-color: #14212a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em 3em;
  display: flex;
}

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

.info-card-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.hero-heading {
  text-align: center;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 300;
}

.hero-heading.career {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
}

.hero-image {
  width: 100%;
  padding-right: 2em;
}

.main-body {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.info-card {
  max-width: 100%;
  height: 250px;
  max-height: 100%;
  padding: 0;
  display: block;
}

.info-card-heading {
  text-align: center;
  text-transform: uppercase;
}

.info-card-text {
  text-align: center;
}

.info-card-link {
  color: #fff;
}

.info-card-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  padding-top: 50px;
  display: flex;
}

.info-card-wrapper.info-card-contact {
  background-color: #064a75d9;
}

.info-card-wrapper.info-card-address {
  background-color: #277674d9;
}

.info-card-wrapper.info-card-linkedin, .info-card-wrapper.info-card-about-us {
  background-color: #0a2b42d9;
}

.info-card-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-wrapper {
  flex-flow: column;
  justify-content: center;
  max-width: 800px;
  height: 100%;
  margin-left: 4em;
  display: flex;
}

.hero-section-wrapper.hero-text {
  margin-right: 4em;
  padding-bottom: 30px;
}

.hero-section-wrapper.hero-text.career {
  margin-bottom: 8em;
}

.hero-text {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  min-height: 360px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-disclaimer {
  text-align: justify;
  font-size: 12px;
  font-weight: 300;
}

.button {
  background-color: #14212a;
}

.button.career {
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  width: 75%;
  min-width: 150px;
  display: flex;
}

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

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

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

.form-block {
  flex-direction: row;
  display: block;
}

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

.contact-form-block {
  background-color: #064a75d9;
  padding: 2em;
}

.contact-form {
  grid-column-gap: 2em;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.form-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
}

.contact-heading.career {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
}

.modal-container {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-contents {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  display: block;
}

.video {
  z-index: 99;
}

.modal-close {
  z-index: 99;
  position: relative;
}

.modal-close-icon {
  color: #ffffffb5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.video-2 {
  padding-left: 10%;
  padding-right: 10%;
}

.modal-video {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000b0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 9999999;
  background-color: #090808ed;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.embed-one {
  width: 80%;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.close {
  position: absolute;
  inset: 3% 2% auto auto;
}

.button-primary.open {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.disclaimeroverlay {
  background-color: #090808ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.disclaimer-box {
  text-align: center;
  background-color: #050505;
  max-width: 720px;
  padding: 25px;
}

.paragraph, .disclaimer-text {
  text-align: justify;
}

@media screen and (min-width: 1440px) {
  .hero-section-wrapper.hero-text, .hero-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .master-section {
    grid-template-rows: 100px auto;
  }

  .sidebar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    justify-items: center;
    width: 100%;
  }

  .sidebar-footer {
    display: none;
  }

  .copyright-text.text-white {
    display: block;
  }

  .copyright-text.text-white.sidebar-copyright {
    display: none;
  }

  .copyright-text.text-white.footer-copyright {
    display: block;
  }

  .body {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home-1920-bw.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .info-card-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading {
    padding-left: 0;
  }

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

  .hero-section-wrapper {
    justify-content: center;
    max-width: 100%;
    margin-top: 4em;
    margin-right: 4em;
  }

  .hero-text {
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
  }

  .hero-disclaimer {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-heading {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home-1920-bw.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 762px;
    background-attachment: scroll, fixed;
  }

  .hero-section {
    min-height: 650px;
    display: flex;
  }

  .info-card-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-section-wrapper.hero-text.career {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home-1920-bw.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 768px 610px;
    background-attachment: scroll, fixed;
  }

  .body-footer {
    height: auto;
    max-height: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    max-width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
  }

  .hero-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .hero-heading.career {
    margin-top: 0;
    line-height: 45px;
  }

  .info-card {
    height: 200px;
  }

  .info-card-text {
    font-size: 12px;
  }

  .info-card-wrapper {
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 0;
  }

  .hero-section-wrapper {
    margin-top: 4em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .hero-section-wrapper.hero-text {
    margin-right: 1em;
  }

  .hero-section-wrapper.hero-text.career {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-text.career {
    display: block;
  }

  .hero-disclaimer {
    font-size: 8px;
    line-height: 10px;
  }

  .button.career {
    width: 100%;
  }

  .contact-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .contact-heading.career {
    margin-top: 0;
    line-height: 45px;
  }
}

#w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-b7d8bed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-b7d8bed5 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-d03d547c-5def-59ab-33de-a3574cd774f8-b7d8bed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39dbbf5d-9c4d-04df-ed81-6513b52af9f0-b7d8bed5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2d9a7945-a72d-1c27-76bf-1dc8475ecdc8-475ecdc8 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906b3-aee906b3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-da8ab38f-14be-7792-3df3-a0e3c1ab2a2f-aee906b3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906b4-aee906b3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d14e9925-f976-7269-2661-cc9972ba88fc-aee906b3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center stretch;
}

#w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906c5-aee906b3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b4644b4-e00a-47d6-1acb-8ff2af12259b-aee906b3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center stretch;
}

#w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906ce-aee906b3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca89b280-1195-51ba-9683-5dd6b1b582c5-b1b582c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca89b280-1195-51ba-9683-5dd6b1b582c6-b1b582c5, #w-node-ca89b280-1195-51ba-9683-5dd6b1b582c7-b1b582c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca89b280-1195-51ba-9683-5dd6b1b582c8-b1b582c5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-1049dc44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-1049dc44 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-6d209ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-6d209ba5 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-c5525b84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-c5525b84 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-b7d8bed5, #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-1049dc44, #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-6d209ba5, #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-c5525b84 {
    grid-column-end: 3;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-b7d8bed5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-b7d8bed5 {
    grid-column-end: 3;
  }

  #w-node-d14e9925-f976-7269-2661-cc9972ba88fc-aee906b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3b4644b4-e00a-47d6-1acb-8ff2af12259b-aee906b3 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
  }

  #w-node-ca89b280-1195-51ba-9683-5dd6b1b582c5-b1b582c5 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-ca89b280-1195-51ba-9683-5dd6b1b582c6-b1b582c5 {
    align-self: center;
  }

  #w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-1049dc44 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-1049dc44 {
    grid-column-end: 3;
  }

  #w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-6d209ba5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-6d209ba5 {
    grid-column-end: 3;
  }

  #w-node-c9691da8-6903-4a94-a2f1-3602ce0695f7-c5525b84 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1714d5d-7cc1-d696-2c93-837f993bf358-c5525b84 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906c5-aee906b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906ce-aee906b3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906c5-aee906b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40bdd5d0-764d-b1c7-e2f1-86d1aee906ce-aee906b3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


