body {
  font: 14px Poppins, sans-serif;
  line-height: 21px;
  background-color: #FFFAF3;
}

nav {
  margin: 48px 0 40px 0;
}

a.navbar-brand {
  display: flex;
  flex-direction: column;
}

a.navbar-brand svg {
  margin-bottom: 14.22px;
}

a {
  color: #00B7FF;
}

.hero {
  display: flex;
}

.hero {
  margin-left: 190px;
  margin-right: 34px;
}

.message {
  font-weight: bold;
  font-size: 64px;
  line-height: 96px;
  /* or 150% */

  color: #0C1538;
  padding: 40px;

  display: flex;
  flex-direction: column;
}

.photo img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.bubble {
  display: flex;
  flex-direction: column;

  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(83, 80, 57, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 24px;

  padding: 32px;

  width: 273px;
  height: 139px;

  right: -220px;
}

.bubble.first {
  top: 23px;
}

.bubble.last {
  right: -180px;
  top: 254px;
}

.bubble .comment {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #000000;
  margin-bottom: 12px;
}

.bubble .author {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  /* Black Hover 60 */
  color: hsla(0, 0%, 0%, 0.6);
}

.hero-message .message .btn {
  padding: 8px 20px;
  background: #0C1538;
  border-radius: 8px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */

  text-transform: uppercase;

  color: #FFFAF3;

}

.clients-header {
  margin-top: 60px;
}

.clients .clients-header {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.4em;

  /* Black Hover 60 */

  color: rgba(0, 0, 0, 0.6);
}

.client-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.client-list svg {
  margin-right: 60px;
}

.gopuff-logo {
  fill: rgb(0, 164, 255);
}

.info-container {
  padding-top: 48px;
  padding-left: 190px;
  background: #0C1538;
}

.info-container h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  /* identical to box height, or 156% */


  /* White */

  color: #FFFFFF;
}

.careers-list {
  margin-top: 88px;
}

.career {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  width: auto;
  margin-right: 116px;
}

.career .title {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  /* identical to box height */

  text-decoration-line: underline;

  /* White */

  color: #FFFFFF;

  margin-bottom: 24px;
}

.career .link {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */


  /* White */

  color: #FFFFFF;

  display: flex;
  align-items: center;
}

.career .link svg {
  margin-left: 4px;
}

.career:hover .link {
  display: none;
}

.career .link-hover {
  display: none;
}

.career .link-hover svg {
  margin-right: 12px;
}

.career .link-hover a {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  /* identical to box height */


  /* White */

  color: #FFFFFF;
}

.career .link-hover a:hover {
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}

.career:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.career:hover .link-hover {
  display: flex;
  align-items: center;
}

#contact {
  margin-top: 116px;
}

.contact-form {
  margin-top: 81px;
  margin-right: 422px;
}

.input-row .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.input-row .input-group label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: #FFFAF3;
}

.input-row .input-group input.input {
  padding: 12px 16px 12px 0px;
  background: #0C1538;
  box-shadow: inset 0px -1px 0px #FFFFFF;
  border: none;
  color: white;
}

.input-row .input-group textarea {
  padding: 12px 16px 12px 0px;
  background: #0C1538;
  box-shadow: inset 0px -1px 0px #FFFFFF;
  border: none;
  color: white;
}

.copyright {
  margin-top: 40px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */


  color: rgba(255, 255, 255, 0.32);
}

/*-- Chrome and Safari --*/
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

/*-- Mozilla Firefox --*/
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
  opacity: 1;
}

@media only screen and (min-width:992px) {
  .hero-message {
    position: relative;
  }

  /* CSS rules here */
  .hero .hero-message .message {
    position: absolute;
    width: 636px;
    background: #FFFAF3;
    border-radius: 32px;
  }

  .hero .hero-message .bubble {
    position: absolute;
  }
}

.btn-secondary {
  padding: 8px 20px;
  background: #FFFAF3;
  border-radius: 8px;

  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */

  text-transform: uppercase;

  color: #0C1538;
}

.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-color: #F9F7E8;
}

.cookie-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

@media only screen and (max-width:992px) {
  .message {
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
  }

  .hero {
    margin-left: inherit;
  }

  .info-container {
    padding-left: inherit;
  }

  .bubble {
    display: none;
  }

  .photo {
    display: none;
  }
}