.TIR h1,
.TIR h2,
.TIR h3,
.TIR h4 {
  margin-bottom: 1.5rem;
}
.TIR h1 {
  font-size: 2.5rem;
}
.TIR h2 {
  font-size: 2rem;
}
.TIR h3 {
  font-size: 1.75rem;
}
.TIR h4 {
  color: #485E75;
  font-size: 1.5rem;
}
.TIR--title {
  margin-bottom: 4rem;
}
.TIR__item-subtitle {
  margin: -1.5rem 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #485E75;
}
.TIR.about .container {
  display: flex;
  justify-content: flex-end;
}
.TIR.about .row {
  max-width: 1015px;
}
.TIR.about .row h3 {
  margin-bottom: 1.75rem;
}
.TIR .cta-link svg {
  fill: #0A6FE8;
  width: 16px;
}
.TIR.affiliate .row {
  justify-content: space-between !important;
}
.TIR.affiliate .row .col-left {
  max-width: 561px;
}
.TIR.affiliate .row .col-left .subtitle {
  font-size: 1.5rem !important;
  margin-bottom: 3rem;
}
.TIR.affiliate .row .col-left .cta-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: #0A6FE8;
}
.TIR.affiliate .row .col-left .cta-link svg {
  fill: #0A6FE8;
  width: 16px;
}
.TIR--title-homepage {
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .TIR--title-homepage {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.TIR--title-homepage h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2.5rem;
}
.TIR--title-homepage h5 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
}
@media (min-width: 991.98px) {
  .TIR--title-homepage h5 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.TIR.homepage .container {
  background-color: #F8FAFB;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.TIR.homepage .row {
  gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row.reverse-col-order {
    flex-direction: column-reverse;
  }
}
.TIR.homepage .row .col-left,
.TIR.homepage .row .col-right {
  max-width: 478px;
  width: 45%;
  display: grid;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row .col-left,
  .TIR.homepage .row .col-right {
    width: 100%;
  }
}
.TIR.homepage .row h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row h2 {
    width: 90%;
  }
}
.TIR.homepage .row .subtitle {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row .subtitle {
    width: 80%;
  }
}
.TIR.homepage .row .cta-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: #0A6FE8;
}
.TIR.homepage .row .cta-link svg {
  fill: #0A6FE8;
  width: 16px;
}
.TIR.homepage .row .tools-repeater {
  margin-top: 2.5rem;
}
.TIR.homepage .row .tools-repeater span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row .tools-repeater span {
    display: none;
  }
}
.TIR.homepage .row .tools-repeater .tool-link {
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 40px;
  color: #0253B6;
  background-color: #E8F6FF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
@media (max-width: 767.98px) {
  .TIR.homepage .row .tools-repeater .tool-link:first-of-type {
    margin-left: 0;
  }
}