/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/WhoWeAre/WhoWeAre.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.who-we-are-section__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.who-we-are-section__intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .who-we-are-section__intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}
.who-we-are-section__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}
.who-we-are-section__heading {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.who-we-are-section__heading-line {
  display: block;
  font-size: 2.75rem;
}
.who-we-are-section__heading-line--accent {
  font-size: 2.65rem;
  color: #2bb13f;
}
.who-we-are-section__body {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #0e1b11;
}
.who-we-are-section__body p {
  margin: 0 0 1rem;
}
.who-we-are-section__body p:last-child {
  margin-bottom: 0;
}
.who-we-are-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
}
.who-we-are-section__cta.button {
  min-width: 250px;
  padding: 0.625rem 1.5rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  background-color: #2bb13f;
  border: 0;
  border-radius: 10em;
}
.who-we-are-section__cta.button:hover {
  color: #fff;
  background-color: #0b4e1a;
  opacity: 1;
}
.who-we-are-section__veterans {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #787c82;
}
.who-we-are-section__veterans-icon {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}
.who-we-are-section__veterans-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.who-we-are-section__media {
  position: relative;
}
.who-we-are-section__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are-section__verified-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 16rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #d5e3d9;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .who-we-are-section__verified-card {
    right: auto;
    left: 1.25rem;
    max-width: 14.5rem;
  }
}
.who-we-are-section__verified-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.who-we-are-section__verified-card-icon {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.who-we-are-section__verified-card-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}
.who-we-are-section__verified-card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.who-we-are-section__verified-card-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #787c82;
}
.who-we-are-section__promise {
  position: relative;
  padding: 2rem 1.25rem;
  overflow: hidden;
  background: #ffc31f;
  border-radius: 0.75rem;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise {
    padding: 2.5rem 2rem;
  }
}
.who-we-are-section__promise-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise-inner {
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.who-we-are-section__promise-avatar-wrap {
  position: relative;
  justify-self: center;
  width: 7.5rem;
  height: 7.5rem;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise-avatar-wrap {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.who-we-are-section__promise-avatar {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
}
.who-we-are-section__promise-verified {
  position: absolute;
  right: -0.125rem;
  bottom: 0;
  display: block;
  width: 2.2375rem;
  height: 2.2375rem;
  line-height: 0;
  pointer-events: none;
}
.who-we-are-section__promise-verified svg {
  display: block;
  width: 100%;
  height: 100%;
}
.who-we-are-section__promise-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.who-we-are-section__promise-quote-block {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise-quote-block {
    gap: 2.25rem;
  }
}
.who-we-are-section__promise-quotes {
  flex-shrink: 0;
  display: block;
  line-height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.who-we-are-section__promise-quotes svg {
  display: block;
  width: 5rem;
  height: auto;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise-quotes svg {
    width: 80px;
  }
}
.who-we-are-section__promise-quote-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.who-we-are-section__promise-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
}
.who-we-are-section__promise-quote {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  color: #000;
  white-space: pre-line;
  border: 0;
}
@media (min-width: 1024px) {
  .who-we-are-section__promise-quote {
    font-size: 1.5rem;
  }
}
.who-we-are-section__promise-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.who-we-are-section__promise-name {
  margin: 0 0 0.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.who-we-are-section__promise-position {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #0e1b11;
}
.who-we-are-section__promise-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #2bb13f;
}
.who-we-are-section__promise-link:hover {
  color: #0b4e1a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.who-we-are-section__promise-link-arrow {
  font-size: 1.125rem;
  line-height: 1;
}
