#fin main article header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: none;
}
#fin main article header .banner {
  flex-basis: 100%;
  width: 100%;
  padding-top: calc(100% * 3 / 7);
  background: url("/images/financing/banner.jpg?97") 50% 50% no-repeat;
  background-size: cover;
}
#fin main article header .title {
  padding: 15px 30px;
  margin-top: -95px;
  flex-basis: 35%;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#fin main article header .title h1 {
  line-height: 40px;
  font-size: 22pt;
  font-weight: 300;
  color: #0b6fc7;
  white-space: pre-line;
}
#fin main article header .title h1 strong {
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: bottom;
}
#fin main article header .title p {
  padding-top: 40px;
}
#fin main article header .title p.motto {
  padding: 40px 0;
  color: #0b6fc7;
  font-size: 20pt;
  line-height: 1.5;
  text-transform: uppercase;
}
#fin main article section {
  padding: 40px 80px;
  margin: 30px auto;
  text-align: center;
}
#fin main article section.bee-left {
  padding: 30px 120px;
  text-align: center;
  position: relative;
}
#fin main article section.bee-left::before {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #98cac5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
#fin main article section:last-child {
  padding-bottom: 100px;
}
#fin main article section h2 {
  padding: 0 0 15px 0;
  font-size: 20pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #0b6fc7;
}
#fin main article section div.quote {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#fin main article section div.quote > p {
  max-width: 31%;
  margin: 30px 20px 40px 0;
  white-space: pre-line;
  box-sizing: border-box;
  padding: 20px 50px 40px 50px;
  font-size: 10pt;
  border: 1px solid #98cac5;
  border-radius: 10px;
  text-align: left;
  border-right: 30px solid #98cac5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#fin main article section div.quote > p a {
  display: block;
  color: #0b6fc7;
  font-size: 18pt;
}
#fin main article section div.quote > p a::first-letter {
  text-transform: uppercase;
}
#fin main article section div.quote > p a strong::first-letter {
  text-transform: uppercase;
  color: black;
}

#fin-omo main article header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: none;
}
#fin-omo main article header .banner {
  flex-basis: 100%;
  width: 100%;
  padding-top: calc(100% * 3 / 7);
  background: url("/images/financing/banner.jpg?97") 50% 50% no-repeat;
  background-size: cover;
}
#fin-omo main article header .title {
  padding: 15px 30px;
  margin-top: -95px;
  flex-basis: 35%;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#fin-omo main article header .title h1 {
  line-height: 40px;
  font-size: 22pt;
  font-weight: 300;
  color: #0b6fc7;
  white-space: pre-line;
}
#fin-omo main article header .title h1 strong {
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: bottom;
}
#fin-omo main article header .title p {
  padding-top: 40px;
}
#fin-omo main article header .title p.motto {
  padding: 40px 0;
  color: #0b6fc7;
  font-size: 20pt;
  line-height: 1.5;
  text-transform: uppercase;
}
#fin-omo main article header .warrantor {
  flex-basis: 40%;
  text-align: center;
}
#fin-omo main article header .warrantor figure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
#fin-omo main article header .warrantor figure > * {
  flex-basis: 50%;
}
#fin-omo main article header .warrantor figure > a > span {
  display: block;
}
#fin-omo main article header .warrantor figure > div:has(img) {
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding: 0;
  margin: 25px auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
#fin-omo main article header .warrantor figure > div:has(img) > img {
  width: 150px;
  height: auto;
  margin-top: 5%;
}
#fin-omo main article header .warrantor p {
  padding: 0;
  text-align: center;
}
#fin-omo main article header .warrantor p.name {
  font-size: 18pt;
  font-weight: 500;
}
#fin-omo main article header .warrantor p.motto {
  padding: 15px 0 0 0;
  color: #000;
  font-size: 12pt;
}
#fin-omo main article section {
  padding: 40px 80px;
  margin: 30px auto;
  text-align: center;
}
#fin-omo main article section.bee-left {
  padding: 30px 120px;
  text-align: center;
  position: relative;
}
#fin-omo main article section.bee-left::before {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #98cac5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
#fin-omo main article section:last-child {
  padding-bottom: 100px;
}
#fin-omo main article section h2 {
  padding: 0 0 15px 0;
  font-size: 20pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #0b6fc7;
}
#fin-omo main article section div.quote {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#fin-omo main article section div.quote > p {
  max-width: 31%;
  margin: 30px 20px 40px 0;
  white-space: pre-line;
  box-sizing: border-box;
  padding: 20px 50px 40px 50px;
  font-size: 10pt;
  border: 1px solid #98cac5;
  border-radius: 10px;
  text-align: left;
  border-right: 30px solid #98cac5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#fin-omo main article section div.quote > p a {
  display: block;
  color: #0b6fc7;
  font-size: 18pt;
}
#fin-omo main article section div.quote > p a::first-letter {
  text-transform: uppercase;
}
#fin-omo main article section div.quote > p a strong::first-letter {
  text-transform: uppercase;
  color: black;
}
#fin-omo main article section div.pre-title {
  margin-bottom: 30px;
}
#fin-omo main article section div.pre-title > p {
  font-weight: 500;
}
#fin-omo main article img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
